]> gitweb.fluxo.info Git - lorea/saravea_theme.git/commitdiff
changed search highlight colors, breadcrumbs margin, elgg-output line height, profile...
authorfoockinho <foockinho@lorea.org>
Fri, 24 Aug 2012 02:06:48 +0000 (04:06 +0200)
committerfoockinho <foockinho@lorea.org>
Fri, 24 Aug 2012 02:06:48 +0000 (04:06 +0200)
views/default/css/elements/forms.php
views/default/css/elements/navigation.php
views/default/css/elements/typography.php
views/default/n1_theme/css.php
views/default/search/css.php

index 8d10ecd9646b02577e5a05c2d8fa9d5ddfa3ebf9..9cc0b4f955c74791ad578d694583dc26026452ca 100644 (file)
@@ -53,7 +53,8 @@ label {
 
 input, textarea {
        color: #666;
-       font: 120% Arial, Helvetica, sans-serif;
+       font-family: "Open Sans";
+       font-size: 120%;
        padding: 5px;
        width: 100%;    
 }
@@ -77,6 +78,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus {
        /*border: solid 1px #ff4c12;*/
        /*background: #D5E2F7;*/
        background: white;
+       border: 1px solid #888;
        color:#333;
 }
 
index b9e95c4d02523e1f44cdc24451a8e3baefc11489..a70b5a85aadbf79a32b2f7a7540e717a2c70474f 100644 (file)
        font-weight: bold;
        line-height: 1.2em;
        color: #bababa;
-       padding-top: 10px;
+       margin: 8px 0px;
 }
 
 .elgg-breadcrumbs > li {
 }
 .elgg-menu-page a:hover {
        background-color: #333;
-       color: #aaa;
+       color: #eee;
        text-decoration: none;
 }
 .elgg-menu-page li.elgg-state-selected > a {
        background-color: #333;
-       color: #ccc;
+       color: #eee;
 }
 .elgg-menu-page .elgg-child-menu {
        display: none;
 }
 .elgg-menu-owner-block li a:hover {
        background-color: #333;
-       color: #aaa;
+       color: #eee;
        text-decoration: none;
 }
 .elgg-menu-owner-block li.elgg-state-selected > a {
index 89adba66c0a9896fd803b7cfd4ebefc1d1b8bba7..019659ad4ecf4846c9b1fe969c7bc3440680fe8e 100644 (file)
@@ -31,6 +31,7 @@
        font-weight: 400;
 }
 
+
 body {
        font-size: 72%;
        line-height: 1.4em;
@@ -155,6 +156,7 @@ h6 { font-size: 0.8em; }
 *************************************** */
 .elgg-output {
        margin-top: 10px;
+       line-height: 1.7em;
 }
 
 .elgg-output dt { font-weight: bold }
index 6ec042046bd019825042455a8a24e6352a0f9c2b..08e55bd0c98eba5c5007697942f7876749ceb8ec 100644 (file)
@@ -2,6 +2,26 @@
        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;
+}
+
 .file-photo {
        margin-top: 15px;
 }
index 7fbdaace0fd375ec5b334e8c4dfbd1676fb12055..195d3a947a5dde66c0b4342d68eee4f0fa4576d7 100644 (file)
@@ -34,16 +34,16 @@ Search plugin
 }
 
 .search-highlight {
-       background-color: #bbdaf7;
+       background-color: #FFF01C;
 }
 .search-highlight-color1 {
-       background-color: #bbdaf7;
+       background-color: #FFF01C;
 }
 .search-highlight-color2 {
-       background-color: #A0FFFF;
+       background-color: #BFF553;
 }
 .search-highlight-color3 {
-       background-color: #FDFFC3;
+       background-color: #F062A4;
 }
 .search-highlight-color4 {
        background-color: #ccc;