From 4ded39b120dc9f2829f87c6af132f1b2cc14ab7f Mon Sep 17 00:00:00 2001 From: Sem Date: Tue, 9 Oct 2012 04:41:01 +0200 Subject: Merged Call4Design. --- views/default/n1_theme/css.php | 107 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 107 insertions(+) create mode 100644 views/default/n1_theme/css.php (limited to 'views/default/n1_theme/css.php') diff --git a/views/default/n1_theme/css.php b/views/default/n1_theme/css.php new file mode 100644 index 0000000..db9fa46 --- /dev/null +++ b/views/default/n1_theme/css.php @@ -0,0 +1,107 @@ +.profile-content-menu a { + background-color: transparent; +} + +.profile-admin-menu-wrapper { + background-color: #eee; + +} + +.profile-admin-menu-wrapper a:hover { + background-color: #333; + color: #eee; + text-decoration: none; + + -webkit-border-radius: 3px; + -moz-border-radius: 3px; + border-radius: 3px; +} + +.profile-admin-menu-wrapper li a { + background: none; + color: #333; +} + +#profile-details h2 { + font-weight: bold; +} + +.elgg-access, .elgg-input-access > option { + padding-left: 19px; + background-image: url('mod/n1_theme/_graphics/privacy.png'); + background-repeat: no-repeat; +} + +.elgg-access { + padding-top: 1px; + padding-bottom: 1px; +} + +.elgg-access-private, .elgg-input-access > option[value=""] { + background-position: 0 -65px; +} + +.elgg-access-friends, .elgg-input-access > option[value=""] { + background-position: 0 -51px; +} + +.elgg-access-loggedin, .elgg-input-access > option[value=""] { + background-position: 0 -34px; +} + +.elgg-access-public, .elgg-input-access > option[value=""] { + background-position: 0 -16px; +} + +.elgg-access-group, .elgg-input-access > option { + background-position: 0 0; +} + +.file-photo { + margin-top: 15px; +} + +.tasklist-graph { + border: 1px solid #bbb; +} + +.tasklist-graph div { + background-color: #444; +} + +.elgg-task-icon { + box-shadow: none; +} + +.treeview a.selected { + background-color: transparent !important; +} + +.tidypics-heading { + color: #FF4C12; +} + +.tidypics-heading:hover { + color: #333; +} + +.tidypics-gallery .elgg-head { + margin: 10px; +} + +#cboxTitle h3 { + color: #eee; + font-weight: bold; + font-size: 160%; +} + +.groups-profile-icon { + height: 201px; + border: 2px solid #F1F1F1; + box-shadow: 0px 1px 3px #666; +} + +.elgg-page .cke_skin_BootstrapCK-Skin .cke_contents, .cke_skin_BootstrapCK-Skin .cke_contents iframe { + background-color: #F7F7F7 !important; + border: none !important; +} -- cgit v1.2.3