summaryrefslogtreecommitdiff
path: root/views/default/n1_theme/css.php
diff options
context:
space:
mode:
authorfoockinho <foockinho@lorea.org>2012-11-01 03:16:02 +0100
committerfoockinho <foockinho@lorea.org>2012-11-01 03:16:02 +0100
commit57915e6d7471ce7545b2adf70974cb921c0ab3ac (patch)
tree946f78e02b4ef12e4cd19444f58ae40d25ae5eac /views/default/n1_theme/css.php
parent55ca743ea61105b7ec8985e9d8dc29e2f57f092d (diff)
parent74895a430a7eb9a31f0555eae29e098608bdf049 (diff)
downloadsaravea_theme-57915e6d7471ce7545b2adf70974cb921c0ab3ac.tar.gz
saravea_theme-57915e6d7471ce7545b2adf70974cb921c0ab3ac.tar.bz2
Merge branch 'master' of gitorious.org:lorea/n1_theme
Conflicts: _graphics/elgg_sprites.png
Diffstat (limited to 'views/default/n1_theme/css.php')
-rw-r--r--views/default/n1_theme/css.php35
1 files changed, 34 insertions, 1 deletions
diff --git a/views/default/n1_theme/css.php b/views/default/n1_theme/css.php
index db9fa46..aa1f677 100644
--- a/views/default/n1_theme/css.php
+++ b/views/default/n1_theme/css.php
@@ -26,6 +26,21 @@
font-weight: bold;
}
+.messages-new {
+ background-color: #FF4C12;
+ border-radius: 10px;
+ box-shadow: -2px 2px 4px rgba(0, 0, 0, 0.5);
+ color: black;
+ font-size: 10px;
+ font-weight: bold;
+ height: 16px;
+ left: 20px;
+ min-width: 16px;
+ position: absolute;
+ text-align: center;
+ top: 12px;
+}
+
.elgg-access, .elgg-input-access > option {
padding-left: 19px;
background-image: url('<?php echo elgg_get_site_url(); ?>mod/n1_theme/_graphics/privacy.png');
@@ -89,11 +104,20 @@
margin: 10px;
}
+#cboxTitle, #cboxTitle h3, #cboxCurrent {
+ color: #000;
+}
#cboxTitle h3 {
- color: #eee;
font-weight: bold;
font-size: 160%;
}
+#cboxOverlay {
+ background-color: #FFF;
+ opacity: 0.6 !important;
+}
+.event-calendar-lightbox {
+ padding: 5px;
+}
.groups-profile-icon {
height: 201px;
@@ -105,3 +129,12 @@
background-color: #F7F7F7 !important;
border: none !important;
}
+
+/* BeeChat */
+div#beechat_contacts_top {
+ background-color: #333333;
+}
+
+div.beechat_chatbox_top {
+ background-color: #333333;
+}