summaryrefslogtreecommitdiff
path: root/views/default/css/elements
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/css/elements')
-rw-r--r--views/default/css/elements/buttons.php13
-rw-r--r--views/default/css/elements/components.php25
-rw-r--r--views/default/css/elements/forms.php26
-rw-r--r--views/default/css/elements/layout.php11
-rw-r--r--views/default/css/elements/misc.php2
-rw-r--r--views/default/css/elements/modules.php6
-rw-r--r--views/default/css/elements/navigation.php38
-rw-r--r--views/default/css/elements/typography.php14
8 files changed, 72 insertions, 63 deletions
diff --git a/views/default/css/elements/buttons.php b/views/default/css/elements/buttons.php
index e9c99cf..bc10331 100644
--- a/views/default/css/elements/buttons.php
+++ b/views/default/css/elements/buttons.php
@@ -37,15 +37,15 @@ a.elgg-button {
color: white;
text-shadow: 1px 1px 0px black;
text-decoration: none;
- border: 1px solid #4690d6;
- background: #4690d6 url(<?php echo elgg_get_site_url(); ?>_graphics/button_graduation.png) repeat-x left 10px;
+ border: 1px solid #ff4c12;
+ background: #ff4c12 url(<?php echo elgg_get_site_url(); ?>_graphics/button_graduation.png) repeat-x left 10px;
}
.elgg-button-submit:hover {
- border-color: #0054a7;
+ border-color: #d86c2c;
text-decoration: none;
color: white;
- background: #0054a7 url(<?php echo elgg_get_site_url(); ?>_graphics/button_graduation.png) repeat-x left 10px;
+ background: #d86c2c url(<?php echo elgg_get_site_url(); ?>_graphics/button_graduation.png) repeat-x left 10px;
}
.elgg-button-submit.elgg-state-disabled {
@@ -119,7 +119,7 @@ a.elgg-button {
position:relative;
margin-left:0;
color: white;
- border:1px solid #71B9F7;
+ border:1px solid #d86c2c;
-webkit-border-radius:4px;
-moz-border-radius:4px;
@@ -140,7 +140,8 @@ a.elgg-button {
}
.elgg-button-dropdown:hover {
- background-color:#71B9F7;
+ color: white;
+ background-color: #d86c2c;
text-decoration:none;
}
diff --git a/views/default/css/elements/components.php b/views/default/css/elements/components.php
index f675ab7..e62e65d 100644
--- a/views/default/css/elements/components.php
+++ b/views/default/css/elements/components.php
@@ -140,7 +140,7 @@
background-color: red;
}
.elgg-state-notice {
- background-color: #4690D6;
+ background-color: #ff4c12;
}
/* ***************************************
@@ -161,18 +161,26 @@
.elgg-river-timestamp {
color: #666;
font-size: 85%;
- font-style: italic;
line-height: 1.2em;
}
+.elgg-river-timestamp:before {
+ content: '(';
+}
+.elgg-river-timestamp:after {
+ content: ')';
+}
.elgg-river-attachments,
.elgg-river-message,
.elgg-river-content {
- border-left: 1px solid #CCC;
+ color: #444;
+ background-color: #DDD;
+ border-right: solid px #888;
+ border-bottom: solid px #888;
font-size: 85%;
line-height: 1.5em;
margin: 8px 0 5px 0;
- padding-left: 5px;
+ padding: 5px;
}
.elgg-river-attachments .elgg-avatar,
.elgg-river-attachments .elgg-icon {
@@ -185,13 +193,14 @@
.elgg-river-comments-tab {
display: block;
- background-color: #EEE;
- color: #4690D6;
+ background-color: #DDD;
+ color: #444;
margin-top: 5px;
width: auto;
float: right;
font-size: 85%;
padding: 1px 7px;
+ border-right: solid 1px #888;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
@@ -201,7 +210,10 @@
<?php //@todo components.php ?>
.elgg-river-comments {
margin: 0;
+ background-color: #DDD;
border-top: none;
+ border-right: solid 1px #888;
+ border-bottom: solid 1px #888;
}
.elgg-river-comments li:first-child {
-webkit-border-radius: 5px 0 0;
@@ -214,7 +226,6 @@
border-radius-bottomleft: 0 0 5px 5px;
}
.elgg-river-comments li {
- background-color: #EEE;
border-bottom: none;
padding: 4px;
margin-bottom: 2px;
diff --git a/views/default/css/elements/forms.php b/views/default/css/elements/forms.php
index e358c86..a577876 100644
--- a/views/default/css/elements/forms.php
+++ b/views/default/css/elements/forms.php
@@ -42,8 +42,8 @@ input, textarea {
}
input:focus, textarea:focus {
- border: solid 1px #4690d6;
- background: #e4ecf5;
+ border: solid 1px #ff4c12;
+ background: #ffede2;
color:#333;
}
@@ -185,7 +185,7 @@ input[type="radio"] {
color:white !important;
}
.friends-picker-navigation li a.current {
- background: #4690D6;
+ background: #ff4c12;
color:white !important;
}
.friends-picker-navigation-l, .friends-picker-navigation-r {
@@ -265,7 +265,7 @@ input[type="radio"] {
}
.ui-autocomplete a:hover {
text-decoration: none;
- color: #4690D6;
+ color: #ff4c12;
}
/* ***************************************
@@ -288,7 +288,7 @@ input[type="radio"] {
margin-top: 3px;
width: 208px;
background-color: white;
- border: 1px solid #0054A7;
+ border: 1px solid #d86c2c;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
@@ -306,10 +306,10 @@ input[type="radio"] {
.ui-datepicker-header {
position: relative;
- background: #4690D6;
+ background: #ff4c12;
color: white;
padding: 2px 0;
- border-bottom: 1px solid #0054A7;
+ border-bottom: 1px solid #d86c2c;
}
.ui-datepicker-header a {
color: white;
@@ -335,7 +335,7 @@ input[type="radio"] {
margin: 4px;
}
.ui-datepicker th {
- color: #0054A7;
+ color: #d86c2c;
border: none;
font-weight: bold;
padding: 5px 6px;
@@ -353,18 +353,18 @@ input[type="radio"] {
}
.ui-datepicker-calendar .ui-state-default {
border: 1px solid #ccc;
- color: #4690D6;;
+ color: #ff4c12;
background: #fafafa;
}
.ui-datepicker-calendar .ui-state-hover {
border: 1px solid #aaa;
- color: #0054A7;
+ color: #d86c2c;
background: #eee;
}
.ui-datepicker-calendar .ui-state-active,
.ui-datepicker-calendar .ui-state-active.ui-state-hover {
font-weight: bold;
- border: 1px solid #0054A7;
- color: #0054A7;
- background: #E4ECF5;
+ border: 1px solid #d86c2c;
+ color: #d86c2c;
+ background: #ffede2;
}
diff --git a/views/default/css/elements/layout.php b/views/default/css/elements/layout.php
index 42d8984..c19666f 100644
--- a/views/default/css/elements/layout.php
+++ b/views/default/css/elements/layout.php
@@ -14,6 +14,11 @@
/* ***************************************
PAGE LAYOUT
*************************************** */
+
+body {
+ background-color: #edecfa;
+}
+
/***** DEFAULT LAYOUT ******/
<?php // the width is on the page rather than topbar to handle small viewports ?>
.elgg-page-default {
@@ -65,7 +70,7 @@
/***** PAGE HEADER ******/
.elgg-page-header {
position: relative;
- background: #4690D6 url(<?php echo elgg_get_site_url(); ?>_graphics/header_shadow.png) repeat-x bottom left;
+ background: #27282d url(<?php echo elgg_get_site_url(); ?>_graphics/header_shadow.png) repeat-x bottom left;
}
.elgg-page-header > .elgg-inner {
position: relative;
@@ -76,10 +81,10 @@
min-height: 360px;
}
.elgg-layout-one-sidebar {
- background: transparent url(<?php echo elgg_get_site_url(); ?>_graphics/sidebar_background.gif) repeat-y right top;
+ background: transparent url(<?php echo elgg_get_site_url(); ?>mod/n1_theme/_graphics/sidebar_background.gif) repeat-y right top;
}
.elgg-layout-two-sidebar {
- background: transparent url(<?php echo elgg_get_site_url(); ?>_graphics/two_sidebar_background.gif) repeat-y right top;
+ background: transparent url(<?php echo elgg_get_site_url(); ?>mod/n1_theme/_graphics/two_sidebar_background.gif) repeat-y right top;
}
.elgg-sidebar {
position: relative;
diff --git a/views/default/css/elements/misc.php b/views/default/css/elements/misc.php
index d9622d3..761215a 100644
--- a/views/default/css/elements/misc.php
+++ b/views/default/css/elements/misc.php
@@ -41,7 +41,7 @@
-moz-border-radius: 8px;
border-radius: 8px;
- background: none repeat scroll 0 0 #4690D6;
+ background: none repeat scroll 0 0 #ff4c12;
color: white;
cursor: pointer;
font-size: 1.2em;
diff --git a/views/default/css/elements/modules.php b/views/default/css/elements/modules.php
index ef85d4d..9ecfff8 100644
--- a/views/default/css/elements/modules.php
+++ b/views/default/css/elements/modules.php
@@ -48,7 +48,7 @@
margin-bottom: 5px;
}
.elgg-module-popup > .elgg-head * {
- color: #0054A7;
+ color: #d86c2c;
}
/* Dropdown */
@@ -78,7 +78,7 @@
/* Featured */
.elgg-module-featured {
- border: 1px solid #4690D6;
+ border: 1px solid #ff4c12;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
@@ -86,7 +86,7 @@
}
.elgg-module-featured > .elgg-head {
padding: 5px;
- background-color: #4690D6;
+ background-color: #ff4c12;
}
.elgg-module-featured > .elgg-head * {
color: white;
diff --git a/views/default/css/elements/navigation.php b/views/default/css/elements/navigation.php
index bf1046d..39141b9 100644
--- a/views/default/css/elements/navigation.php
+++ b/views/default/css/elements/navigation.php
@@ -26,12 +26,12 @@
border-radius: 4px;
padding: 2px 6px;
- color: #4690d6;
- border: 1px solid #4690d6;
+ color: #ff4c12;
+ border: 1px solid #ff4c12;
font-size: 12px;
}
.elgg-pagination a:hover {
- background: #4690d6;
+ background: #ff4c12;
color: white;
text-decoration: none;
}
@@ -74,7 +74,7 @@
}
.elgg-tabs a:hover {
background: #dedede;
- color: #4690D6;
+ color: #ff4c12;
}
.elgg-tabs .elgg-state-selected {
border-color: #ccc;
@@ -108,7 +108,7 @@
color: #999;
}
.elgg-breadcrumbs > li > a:hover {
- color: #0054a7;
+ color: #d86c2c;
text-decoration: underline;
}
@@ -136,7 +136,7 @@
}
.elgg-menu-topbar > li > a:hover {
- color: #4690D6;
+ color: #ff4c12;
text-decoration: none;
}
@@ -191,7 +191,7 @@
}
.elgg-menu-site-default > li > a {
- color: white;
+ color: #ed9239;
}
.elgg-menu-site > li > ul {
@@ -205,16 +205,8 @@
.elgg-menu-site-default > .elgg-state-selected > a,
.elgg-menu-site-default > li:hover > a {
- background: white;
- color: #555;
-
- -webkit-box-shadow: 2px -1px 1px rgba(0, 0, 0, 0.25);
- -moz-box-shadow: 2px -1px 1px rgba(0, 0, 0, 0.25);
- box-shadow: 2px -1px 1px rgba(0, 0, 0, 0.25);
-
- -webkit-border-radius: 4px 4px 0 0;
- -moz-border-radius: 4px 4px 0 0;
- border-radius: 4px 4px 0 0;
+ color: white;
+ text-shadow: 0px 0px 4px #FFF;
}
.elgg-menu-site-more {
@@ -248,7 +240,7 @@
}
.elgg-menu-site-more > li > a:hover {
- background: #4690D6;
+ background: #ff4c12;
color: white;
}
@@ -310,7 +302,7 @@
}
.elgg-menu-filter > li > a:hover {
background: #dedede;
- color: #4690D6;
+ color: #ff4c12;
}
.elgg-menu-filter > .elgg-state-selected {
border-color: #ccc;
@@ -341,12 +333,12 @@
padding: 2px 4px 2px 8px;
}
.elgg-menu-page a:hover {
- background-color: #0054A7;
+ background-color: #d86c2c;
color: white;
text-decoration: none;
}
.elgg-menu-page li.elgg-state-selected > a {
- background-color: #4690D6;
+ background-color: #ff4c12;
color: white;
}
.elgg-menu-page .elgg-child-menu {
@@ -483,12 +475,12 @@
padding: 2px 4px 2px 8px;
}
.elgg-menu-owner-block li a:hover {
- background-color: #0054A7;
+ background-color: #d86c2c;
color: white;
text-decoration: none;
}
.elgg-menu-owner-block li.elgg-state-selected > a {
- background-color: #4690D6;
+ background-color: #ff4c12;
color: white;
}
diff --git a/views/default/css/elements/typography.php b/views/default/css/elements/typography.php
index f080a29..38198bb 100644
--- a/views/default/css/elements/typography.php
+++ b/views/default/css/elements/typography.php
@@ -11,13 +11,13 @@
Typography
*************************************** */
body {
- font-size: 80%;
+ font-size: 85%;
line-height: 1.4em;
font-family: "Lucida Grande", Arial, Tahoma, Verdana, sans-serif;
}
a {
- color: #4690D6;
+ color: #ff4c12;
}
a:hover,
@@ -77,11 +77,11 @@ blockquote {
h1, h2, h3, h4, h5, h6 {
font-weight: bold;
- color: #0054A7;
+ color: #333;
}
-h1 { font-size: 1.8em; }
-h2 { font-size: 1.5em; line-height: 1.1em; padding-bottom:5px}
+h1 { font-size: 2em; visibility: hidden;}
+h2 { font-size: 1.8em; line-height: 1.1em; padding-bottom:5px}
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
@@ -103,7 +103,7 @@ h6 { font-size: 0.8em; }
margin-right: 10px;
}
.elgg-heading-basic {
- color: #0054A7;
+ color: #616068;
font-size: 1.2em;
font-weight: bold;
}
@@ -126,7 +126,7 @@ h6 { font-size: 0.8em; }
}
.elgg-loud {
- color: #0054A7;
+ color: #d86c2c;
}
/* ***************************************