]> gitweb.fluxo.info Git - lorea/saravea_theme.git/commitdiff
Worked in Foockinho's proposal.
authorSem <sembrestels@riseup.net>
Tue, 14 Aug 2012 20:59:23 +0000 (22:59 +0200)
committerSem <sembrestels@riseup.net>
Tue, 14 Aug 2012 20:59:23 +0000 (22:59 +0200)
13 files changed:
_graphics/sidebar_background.gif [new file with mode: 0644]
_graphics/two_sidebar_background.gif [new file with mode: 0644]
views/default/css/elements/buttons.php
views/default/css/elements/components.php
views/default/css/elements/forms.php
views/default/css/elements/layout.php
views/default/css/elements/misc.php
views/default/css/elements/modules.php
views/default/css/elements/navigation.php
views/default/css/elements/typography.php
views/default/css/elgg.php
views/default/css/lightbox.php [deleted file]
views/default/search/css.php [new file with mode: 0644]

diff --git a/_graphics/sidebar_background.gif b/_graphics/sidebar_background.gif
new file mode 100644 (file)
index 0000000..2e6f4d1
Binary files /dev/null and b/_graphics/sidebar_background.gif differ
diff --git a/_graphics/two_sidebar_background.gif b/_graphics/two_sidebar_background.gif
new file mode 100644 (file)
index 0000000..ae6bf32
Binary files /dev/null and b/_graphics/two_sidebar_background.gif differ
index e9c99cf96f828540183178c27df03e830b810b06..bc1033163c86106c6e9c67b59de4b98edddbb186 100644 (file)
@@ -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;
 }
 
index f675ab7cb760928867a76a4f6fed58038ca38c14..e62e65d5a430909cabad270d197298b0e7fc766c 100644 (file)
        background-color: red;
 }
 .elgg-state-notice {
-       background-color: #4690D6;
+       background-color: #ff4c12;
 }
 
 /* ***************************************
 .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 {
 
 .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;
 <?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;
        border-radius-bottomleft: 0 0 5px 5px;
 }
 .elgg-river-comments li {
-       background-color: #EEE;
        border-bottom: none;
        padding: 4px;
        margin-bottom: 2px;
index e358c86e7b091faee636c2c23ac20ce7ffe135be..a5778760bfd6c32e1a89ba58fa49cdcfe2097240 100644 (file)
@@ -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;
 }
index 42d898439b9316ec65117756655e890780e785a4..c19666facf8253964b41c972e4d56bf616cc96c5 100644 (file)
 /* ***************************************
        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;
        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;
index d9622d34a8c4c87e037b86351b1a3fac6d8d5b9c..761215a5f35a4398de923af143a548da8e7d7092 100644 (file)
@@ -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;
index ef85d4dd5a9d397e24a3c3d9d8f35355e53120e2..9ecfff8adb59faf8d72f1647d137cd1fc6727cd7 100644 (file)
@@ -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;
index bf1046dda9b52664e5c1bbfd94bd7b9165219db0..39141b9670d107f632b0c4bfa1d3aadf8d78271f 100644 (file)
        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;
        color: #999;
 }
 .elgg-breadcrumbs > li > a:hover {
-       color: #0054a7;
+       color: #d86c2c;
        text-decoration: underline;
 }
 
 }
 
 .elgg-menu-topbar > li > a:hover {
-       color: #4690D6;
+       color: #ff4c12;
        text-decoration: none;
 }
 
 }
 
 .elgg-menu-site-default > li > a {
-       color: white;
+       color: #ed9239;
 }
 
 .elgg-menu-site > li > ul {
 
 .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 {
 }
 
 .elgg-menu-site-more > li > a:hover {
-       background: #4690D6;
+       background: #ff4c12;
        color: white;
 }
 
 }
 .elgg-menu-filter > li > a:hover {
        background: #dedede;
-       color: #4690D6;
+       color: #ff4c12;
 }
 .elgg-menu-filter > .elgg-state-selected {
        border-color: #ccc;
        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 {
        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;
 }
 
index f080a29b22626b988e6ff9a4855035330a41d64f..38198bbf5b0a39829ccdf363be264ef626d4c6c3 100644 (file)
        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;
 }
 
 /* ***************************************
index 4960e6ade6d80729e92b22672a955781c6830ede..37d8aa19ef1d4429591d8c7b5a2290c60980bf83 100644 (file)
@@ -8,9 +8,9 @@
 
 /* 
  * Colors:
- *  #4690D6 - elgg light blue
- *  #0054A7 - elgg dark blue
- *  #e4ecf5 - elgg very light blue
+ *  #ff4c12 - n-1 light orange
+ *  #d86c2c - n-1 dark orange
+ *  #e4ecf5 - n-1 very light orange
  */
 
 // check if there is a theme overriding the old css view and use it, if it exists
diff --git a/views/default/css/lightbox.php b/views/default/css/lightbox.php
deleted file mode 100644 (file)
index 7d5917c..0000000
+++ /dev/null
@@ -1,371 +0,0 @@
-<?php
-/**
- * Fancybox lightbox CSS.
- *
- * Used as a view because we need to pass a full URL to AlphaImageLoader.
- *
- * @package    Elgg.Core
- * @subpackage UI
- */
-
-$jquery_path = elgg_get_site_url() . 'vendors/jquery/';
-?>
-
-/*
- * FancyBox - jQuery Plugin
- * Simple and fancy lightbox alternative
- *
- * Examples and documentation at: http://fancybox.net
- *
- * Copyright (c) 2008 - 2010 Janis Skarnelis
- * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
- *
- * Version: 1.3.4 (11/11/2010)
- * Requires: jQuery v1.3+
- *
- * Dual licensed under the MIT and GPL licenses:
- *   http://www.opensource.org/licenses/mit-license.php
- *   http://www.gnu.org/licenses/gpl.html
- */
-
-#fancybox-loading {
-       position: fixed;
-       top: 50%;
-       left: 50%;
-       width: 40px;
-       height: 40px;
-       margin-top: -20px;
-       margin-left: -20px;
-       cursor: pointer;
-       overflow: hidden;
-       z-index: 1104;
-       display: none;
-}
-
-#fancybox-loading div {
-       position: absolute;
-       top: 0;
-       left: 0;
-       width: 40px;
-       height: 480px;
-       background-image: url('<?php echo $jquery_path; ?>fancybox/fancybox.png');
-}
-
-#fancybox-overlay {
-       position: absolute;
-       top: 0;
-       left: 0;
-       width: 100%;
-       z-index: 1100;
-       display: none;
-}
-
-#fancybox-tmp {
-       padding: 0;
-       margin: 0;
-       border: 0;
-       overflow: auto;
-       display: none;
-}
-
-#fancybox-wrap {
-       position: absolute;
-       top: 0;
-       left: 0;
-       padding: 20px;
-       z-index: 1101;
-       outline: none;
-       display: none;
-}
-
-#fancybox-outer {
-       position: relative;
-       width: 100%;
-       height: 100%;
-       background: #fff;
-}
-
-#fancybox-content {
-       width: 0;
-       height: 0;
-       padding: 0;
-       outline: none;
-       position: relative;
-       overflow: hidden;
-       z-index: 1102;
-       border: 0px solid #fff;
-}
-
-#fancybox-hide-sel-frame {
-       position: absolute;
-       top: 0;
-       left: 0;
-       width: 100%;
-       height: 100%;
-       background: transparent;
-       z-index: 1101;
-}
-
-#fancybox-close {
-       position: absolute;
-       top: -15px;
-       right: -15px;
-       width: 30px;
-       height: 30px;
-       background: transparent url('<?php echo $jquery_path; ?>fancybox/fancybox.png') -40px 0px;
-       cursor: pointer;
-       z-index: 1103;
-       display: none;
-}
-
-#fancybox-error {
-       color: #444;
-       font: normal 12px/20px Arial;
-       padding: 14px;
-       margin: 0;
-}
-
-#fancybox-img {
-       width: 100%;
-       height: 100%;
-       padding: 0;
-       margin: 0;
-       border: none;
-       outline: none;
-       line-height: 0;
-       vertical-align: top;
-}
-
-#fancybox-frame {
-       width: 100%;
-       height: 100%;
-       border: none;
-       display: block;
-}
-
-#fancybox-left, #fancybox-right {
-       position: absolute;
-       bottom: 0px;
-       height: 100%;
-       width: 35%;
-       cursor: pointer;
-       outline: none;
-       background: transparent url('<?php echo $jquery_path; ?>fancybox/blank.gif');
-       z-index: 1102;
-       display: none;
-}
-
-#fancybox-left {
-       left: 0px;
-}
-
-#fancybox-right {
-       right: 0px;
-}
-
-#fancybox-left-ico, #fancybox-right-ico {
-       position: absolute;
-       top: 50%;
-       left: -9999px;
-       width: 30px;
-       height: 30px;
-       margin-top: -15px;
-       cursor: pointer;
-       z-index: 1102;
-       display: block;
-}
-
-#fancybox-left-ico {
-       background-image: url('<?php echo $jquery_path; ?>fancybox/fancybox.png');
-       background-position: -40px -30px;
-}
-
-#fancybox-right-ico {
-       background-image: url('<?php echo $jquery_path; ?>fancybox/fancybox.png');
-       background-position: -40px -60px;
-}
-
-#fancybox-left:hover, #fancybox-right:hover {
-       visibility: visible; /* IE6 */
-}
-
-#fancybox-left:hover span {
-       left: 20px;
-}
-
-#fancybox-right:hover span {
-       left: auto;
-       right: 20px;
-}
-
-.fancybox-bg {
-       position: absolute;
-       padding: 0;
-       margin: 0;
-       border: 0;
-       width: 20px;
-       height: 20px;
-       z-index: 1001;
-}
-
-#fancybox-bg-n {
-       top: -20px;
-       left: 0;
-       width: 100%;
-       background-image: url('<?php echo $jquery_path; ?>fancybox/fancybox-x.png');
-}
-
-#fancybox-bg-ne {
-       top: -20px;
-       right: -20px;
-       background-image: url('<?php echo $jquery_path; ?>fancybox/fancybox.png');
-       background-position: -40px -162px;
-}
-
-#fancybox-bg-e {
-       top: 0;
-       right: -20px;
-       height: 100%;
-       background-image: url('<?php echo $jquery_path; ?>fancybox/fancybox-y.png');
-       background-position: -20px 0px;
-}
-
-#fancybox-bg-se {
-       bottom: -20px;
-       right: -20px;
-       background-image: url('<?php echo $jquery_path; ?>fancybox/fancybox.png');
-       background-position: -40px -182px;
-}
-
-#fancybox-bg-s {
-       bottom: -20px;
-       left: 0;
-       width: 100%;
-       background-image: url('<?php echo $jquery_path; ?>fancybox/fancybox-x.png');
-       background-position: 0px -20px;
-}
-
-#fancybox-bg-sw {
-       bottom: -20px;
-       left: -20px;
-       background-image: url('<?php echo $jquery_path; ?>fancybox/fancybox.png');
-       background-position: -40px -142px;
-}
-
-#fancybox-bg-w {
-       top: 0;
-       left: -20px;
-       height: 100%;
-       background-image: url('<?php echo $jquery_path; ?>fancybox/fancybox-y.png');
-}
-
-#fancybox-bg-nw {
-       top: -20px;
-       left: -20px;
-       background-image: url('<?php echo $jquery_path; ?>fancybox/fancybox.png');
-       background-position: -40px -122px;
-}
-
-#fancybox-title {
-       font-family: Helvetica;
-       font-size: 12px;
-       z-index: 1102;
-}
-
-.fancybox-title-inside {
-       padding-bottom: 10px;
-       text-align: center;
-       color: #333;
-       background: #fff;
-       position: relative;
-}
-
-.fancybox-title-outside {
-       padding-top: 10px;
-       color: #fff;
-}
-
-.fancybox-title-over {
-       position: absolute;
-       bottom: 0;
-       left: 0;
-       color: #FFF;
-       text-align: left;
-}
-
-#fancybox-title-over {
-       padding: 10px;
-       background-image: url('<?php echo $jquery_path; ?>fancybox/fancy_title_over.png');
-       display: block;
-}
-
-.fancybox-title-float {
-       position: absolute;
-       left: 0;
-       bottom: -20px;
-       height: 32px;
-}
-
-#fancybox-title-float-wrap {
-       border: none;
-       border-collapse: collapse;
-       width: auto;
-}
-
-#fancybox-title-float-wrap td {
-       border: none;
-       white-space: nowrap;
-}
-
-#fancybox-title-float-left {
-       padding: 0 0 0 15px;
-       background: url('<?php echo $jquery_path; ?>fancybox/fancybox.png') -40px -90px no-repeat;
-}
-
-#fancybox-title-float-main {
-       color: #FFF;
-       line-height: 29px;
-       font-weight: bold;
-       padding: 0 0 3px 0;
-       background: url('<?php echo $jquery_path; ?>fancybox/fancybox-x.png') 0px -40px;
-}
-
-#fancybox-title-float-right {
-       padding: 0 0 0 15px;
-       background: url('<?php echo $jquery_path; ?>fancybox/fancybox.png') -55px -90px no-repeat;
-}
-
-/* IE6 */
-
-.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $jquery_path; ?>fancybox/fancy_close.png', sizingMethod='scale'); }
-
-.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $jquery_path; ?>fancybox/fancy_nav_left.png', sizingMethod='scale'); }
-.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $jquery_path; ?>fancybox/fancy_nav_right.png', sizingMethod='scale'); }
-
-.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $jquery_path; ?>fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
-.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $jquery_path; ?>fancybox/fancy_title_left.png', sizingMethod='scale'); }
-.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $jquery_path; ?>fancybox/fancy_title_main.png', sizingMethod='scale'); }
-.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $jquery_path; ?>fancybox/fancy_title_right.png', sizingMethod='scale'); }
-
-.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
-       height: expression(this.parentNode.clientHeight + "px");
-}
-
-#fancybox-loading.fancybox-ie6 {
-       position: absolute; margin-top: 0;
-       top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
-}
-
-#fancybox-loading.fancybox-ie6 div     { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $jquery_path; ?>fancybox/fancy_loading.png', sizingMethod='scale'); }
-
-/* IE6, IE7, IE8 */
-.fancybox-ie .fancybox-bg { background: transparent !important; }
-
-.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $jquery_path; ?>fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
-.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $jquery_path; ?>fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
-.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $jquery_path; ?>fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
-.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $jquery_path; ?>fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
-.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $jquery_path; ?>fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
-.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $jquery_path; ?>fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
-.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $jquery_path; ?>fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
-.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='<?php echo $jquery_path; ?>fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
\ No newline at end of file
diff --git a/views/default/search/css.php b/views/default/search/css.php
new file mode 100644 (file)
index 0000000..642e143
--- /dev/null
@@ -0,0 +1,64 @@
+<?php
+/**
+ * Elgg Search css
+ * 
+ */
+?>
+
+/**********************************
+Search plugin
+***********************************/
+.elgg-search-header {
+       bottom: 5px;
+       height: 23px;
+       position: absolute;
+       right: 0;
+}
+.elgg-search input[type=text] {
+       width: 230px;
+}
+.elgg-search input[type=submit] {
+       display: none;
+}
+.elgg-search input[type=text] {
+       -webkit-border-radius: 2px;
+       -moz-border-radius: 2px;
+       border-radius: 2px;
+       
+       -moz-box-shadow: inset 0 0 5px #666;
+       -webkit-box-shadow: inset 0 0 5px #666;
+       box-shadow: inset 0 0 5px #666;
+       
+       border: 0;
+       color: #666;
+       font-size: 12px;
+       font-weight: bold;
+       padding: 4px 4px 4px 4px;
+       background: #EEE url(<?php echo elgg_get_site_url(); ?>_graphics/elgg_sprites.png) no-repeat 210px -916px;
+}
+.search-list li {
+       padding: 5px 0 0;
+}
+.search-heading-category {
+       margin-top: 20px;
+       color: #666666;
+}
+
+.search-highlight {
+       background-color: #bbdaf7;
+}
+.search-highlight-color1 {
+       background-color: #bbdaf7;
+}
+.search-highlight-color2 {
+       background-color: #A0FFFF;
+}
+.search-highlight-color3 {
+       background-color: #FDFFC3;
+}
+.search-highlight-color4 {
+       background-color: #ccc;
+}
+.search-highlight-color5 {
+       background-color: #4690d6;
+}