1
0
This commit is contained in:
mamouneyya 2010-06-25 15:19:42 +03:00
parent 152da51118
commit e153fce94e
2 changed files with 93 additions and 74 deletions

View File

@ -4,27 +4,19 @@
* @requires YUI reset, font, grids CSS
*
* Sheet organization:
* 0) ThemeRoller
* 1) Basic HTML elements
* 2) Reusable content blocks
* 3) Page layout containers
* 4) Content blocks in specific layout containers
* 5) Navigation and menus
* 6) jQuery and jQuery UI
* 7) Right-to-left language styles
* 8) More Browny
* 6) ThemeRoller
* 7) jQuery and jQuery UI
* 8) Right-to-left language styles
* 9) More Browny
*
* @todo Review g-buttonset-vertical
*/
/** *******************************************************************
* 0) ThemeRoller
**********************************************************************/
/* ~browny~ */
/* ThemeRoller overrides ~~~~~~~~~~~~~~~~~~~ */
@import "themeroller/ui.tabs.css";
/** *******************************************************************
* 1) Basic HTML elements
**********************************************************************/
@ -32,7 +24,7 @@
/* ~browny~ */
body, html {
background-color: #5a3007;
font-family: 'Geeza Pro', Tahoma, 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-family: 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
p {
@ -414,7 +406,7 @@ th {
padding: .3em .8em;
}
/* In-line editing ~~~~~~~~~~~~~~~~~~~~~~ */
/* In-line editing ~~~~~~~~~~~~~~~~~~~~ */
#g-in-place-edit-message {
background-color: #FFF;
}
@ -437,10 +429,18 @@ th {
}
/** *******************************************************************
* 6) jQuery and jQuery UI
* 6) ThemeRoller Theme
**********************************************************************/
/* ~browny~ */
/* ThemeRoller overrides ~~~~~~~~~~~~~~ */
@import "themeroller/ui.tabs.css";
/** *******************************************************************
* 7) jQuery and jQuery UI
*********************************************************************/
/* Superfish menu overrides ~~~~~~~~~~~~~~ */
/* Superfish menu overrides ~~~~~~~~~~~ */
/* ~browny~ */
.sf-menu li li,
@ -453,7 +453,26 @@ th {
background-color: #e0cbae;
}
/* jQuery UI Dialog ~~~~~~~~~~~~~~~~~~~~~~ */
/* ~browny~ */
.sf-menu a {
border-top: 1px solid #e0cbae;
}
/* ~browny~ */
.sf-menu li {
background: #d3b07e url('../images/ui-bg_highlight-soft_45_d3b07e_1x100.png') 50% 50% repeat-x;
}
/* ~browny~ */
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
background: #e0cbae;
}
/* jQuery UI Dialog ~~~~~~~~~~~~~~~~~~~ */
#g-admin-dashboard .ui-state-highlight,
#g-sidebar .ui-state-highlight {
@ -471,7 +490,7 @@ th {
}
/** *******************************************************************
* 7) Right to left styles
* 8) Right to left styles
*********************************************************************/
.rtl #g-content #g-album-grid .g-item,
@ -513,38 +532,31 @@ th {
}
/** *******************************************************************
* 8) More Browny (Extra overrides for better Browny look)
* 9) More Browny (Extra overrides for better Browny look)
*********************************************************************/
/* /lib/superfish/css/superfish.css ~~~~~~~~~ */
.sf-menu a {
border-top: 1px solid #e0cbae;
}
.sf-menu li {
background: #d3b07e url('../images/ui-bg_highlight-soft_45_d3b07e_1x100.png') 50% 50% repeat-x;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
background: #e0cbae;
}
/* /lib/gallery.common.css ~~~~~~~~~~~~ */
/* /lib/gallery.common.css ~~~~~~~~~~~~~~~~ */
.g-success {
background: #fcf9ce url('../images/ico-success.png') no-repeat .4em 50%
}
.g-even {
background: transparent;
}
.g-odd {
background-color: #f2e6d4;
}
/* /modules/gallery/css/l10n_client.css */
#l10n-client .labels {
background:#262626 !important;
}
/* /modules/user/css/user.css */
/* /modules/user/css/user.css ~~~~~~~~~ */
#g-user-admin-list .g-admin {
color: #8d8d3d !important;
}

View File

@ -4,25 +4,17 @@
* @requires YUI reset, font, grids CSS
*
* Sheet organization:
* 0) ThemeRoller
* 1) Font sizes, base HTML elements
* 2) Reusable content blocks
* 3) Page layout containers
* 4) Content blocks in specific layout containers
* 5) Navigation and menus
* 6) jQuery and jQuery UI
* 7) Right-to-left language styles
* 8) More Browny
* 6) ThemeRoller
* 7) jQuery and jQuery UI
* 8) Right-to-left language styles
* 9) More Browny
*/
/** *******************************************************************
* 0) ThemeRoller
**********************************************************************/
/* ~browny~ */
/* ThemeRoller overrides ~~~~~~~~~~~~~~~~~~~ */
@import "themeroller/ui.tabs.css";
/** *******************************************************************
* 1) Font sizes, base HTML elements
**********************************************************************/
@ -440,7 +432,16 @@ td {
}
/** *******************************************************************
* 6) jQuery and jQuery UI
* 6) ThemeRoller Theme
**********************************************************************/
/* ~browny~ */
/* ThemeRoller overrides ~~~~~~~~~~~~~~~~~ */
@import "themeroller/ui.tabs.css";
/** *******************************************************************
* 7) jQuery and jQuery UI
*********************************************************************/
/* Superfish menu overrides ~~~~~~~~~~~~~~ */
@ -473,7 +474,7 @@ td {
}
/** *******************************************************************
* 7) Right to left language styles
* 8) Right to left language styles
*********************************************************************/
.rtl #g-header #g-login-menu,
@ -498,7 +499,7 @@ td {
}
/** *******************************************************************
* 8) More Browny (Extra overrides for better Browny look)
* 9) More Browny (Extra overrides for better Browny look)
*********************************************************************/
/* ~browny~ */
@ -530,7 +531,28 @@ tr.g-success td.g-success {
padding: .5em 18px .5em 8px;
}
/* /lib/uploadify/uploadify.css ~~~~~~~~~~~ */
/* /modules/gallery/css/gallery.css ~~~~~~ */
#g-add-photos-form p {
margin-bottom: .5em !important;
}
#g-permissions .g-allowed {
background-color: #fcf9ce !important;
}
#g-user-profile th,
#g-user-profile td {
border: 1px dotted #ccc !important;
}
/* /modules/gallery/css/l10n_client.css ~~ */
#l10n-client .labels {
background:#262626 !important;
}
/* Uploadify ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.uploadifyQueueItem {
border: 2px solid #EBEBDF !important;
@ -545,26 +567,15 @@ tr.g-success td.g-success {
margin-top: 1em;
}
/* /modules/gallery/css/gallery.css */
#g-add-photos-form p {
margin-bottom: .5em !important;
/* User Profile ~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.g-avatar g-left {
width: 80px !important;
height: 80px !important;
}
#g-permissions .g-allowed {
background-color: #fcf9ce !important;
}
/* Organize ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#g-user-profile th,
#g-user-profile td {
border: 1px dotted #ccc !important;
}
/* /modules/gallery/css/l10n_client.css */
#l10n-client .labels {
background:#262626 !important;
}
/* /modules/organize/css/organize_theme.css */
#g-organize {
color: #6E3B1C !important;
}
@ -577,13 +588,8 @@ tr.g-success td.g-success {
background-color: #F2EEE9 !important;
}
/* User Profile ~~~~~~~~~~~ */
.g-avatar g-left {
width: 80px !important;
height: 80px !important;
}
/* EXIF ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* EXIF Module ~~~~~~~~~~~ */
#g-exif-data {
font-size: .85em !important;
}
@ -594,7 +600,9 @@ tr.g-success td.g-success {
background: #fcf9ce !important;
}
/* /modules/calendarview/css/calendarview_calendar.css */
/* 3rd Party Modules ~~~~~~~~~~~~~~~~~~~~~ */
/* CalendarView */
#g-calendar-grid {
margin: 8px 8px 8px 8px !important;
border: dotted #f2e6d4;
@ -610,12 +618,11 @@ table.calendar td:hover {
padding-left: 0px;
}
/* ../calendarview_menu.css */
#g-view-menu #g-calendarview-link {
background-image: url('../images/ico-view-calendarview.png') !important;
}
/* /modules/downloadfullsize/css/downloadfullsize_menu.css */
/* DownloadFullSize */
#g-view-menu #g-download-fullsize-link {
background-image: url('../images/ico-view-downloadfullsize.png') !important;
}