From 1e503286839742e72c01a6357c4293b7bf390d56 Mon Sep 17 00:00:00 2001 From: Sem Date: Tue, 23 Oct 2012 06:20:08 +0200 Subject: Overrided topbar icons with tooltips. --- views/default/n1_theme/css.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'views/default/n1_theme/css.php') diff --git a/views/default/n1_theme/css.php b/views/default/n1_theme/css.php index db9fa46..be935d4 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('mod/n1_theme/_graphics/privacy.png'); -- cgit v1.2.3 From d2162850441b37eba7b83b47c2afa2b4184274d3 Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Thu, 25 Oct 2012 09:26:25 +0000 Subject: set colors for chat boxes. --- views/default/n1_theme/css.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'views/default/n1_theme/css.php') diff --git a/views/default/n1_theme/css.php b/views/default/n1_theme/css.php index be935d4..986efe3 100644 --- a/views/default/n1_theme/css.php +++ b/views/default/n1_theme/css.php @@ -120,3 +120,12 @@ background-color: #F7F7F7 !important; border: none !important; } + +/* BeeChat */ +div#beechat_contacts_top { + background-color: #333333; +} + +div.beechat_chatbox_top { + background-color: #333333; +} -- cgit v1.2.3 From 74895a430a7eb9a31f0555eae29e098608bdf049 Mon Sep 17 00:00:00 2001 From: Sem Date: Wed, 31 Oct 2012 17:31:12 +0100 Subject: Improved lightbox CSS. --- views/default/n1_theme/css.php | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'views/default/n1_theme/css.php') diff --git a/views/default/n1_theme/css.php b/views/default/n1_theme/css.php index 986efe3..aa1f677 100644 --- a/views/default/n1_theme/css.php +++ b/views/default/n1_theme/css.php @@ -104,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; -- cgit v1.2.3