1
0

Merge branch 'master' of git://github.com/mamouneyya/gallery3-contrib

This commit is contained in:
Bharat Mediratta 2010-07-24 06:41:26 -07:00
commit 9f2853bc7f
4 changed files with 118 additions and 84 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;
}
@ -457,10 +449,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,
@ -473,7 +473,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 {
@ -491,7 +510,7 @@ th {
}
/** *******************************************************************
* 7) Right to left styles
* 8) Right to left styles
*********************************************************************/
.rtl #g-content #g-album-grid .g-item,
@ -533,38 +552,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

@ -1,4 +1,4 @@
name = "Browny Admin Wind"
name = "Browny Wind"
description = "The default Wind Admin theme with a browny style."
version = 1
author = "Ma'moun M. Diraneyya"

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
**********************************************************************/
@ -153,7 +145,7 @@ td {
/* ~browny~ */
.g-block h2 {
background-color: #f2e6d4;
background-color: #EDE4D5;
padding: .3em .8em;
}
@ -182,7 +174,7 @@ td {
/* ~browny~ */
#g-banner {
background-color: #f2e6d4;
background-color: #EDE4D5;
border-bottom: 1px solid #ccc;
min-height: 9em;
padding: .5em 20px;
@ -202,7 +194,7 @@ td {
/* ~browny~ */
#g-footer {
background-color: #f2e6d4;
background-color: #EDE4D5;
border-top: 1px solid #ccc;
margin-top: 20px;
padding: 10px 20px;
@ -271,7 +263,7 @@ td {
/* ~browny~ */
#g-content #g-album-grid .g-album {
background-color: #f2e6d4;
background-color: #EDE4D5;
}
#g-content #g-album-grid .g-album h2 span.g-album {
@ -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,
@ -497,8 +498,18 @@ td {
background-image: url('../images/ico-view-slideshow-rtl.png');
}
.rtl #g-sidebar .g-block-content {
padding-right: 1em;
padding-left: 0;
}
.rtl #g-footer #g-credits li {
padding-left: 1.2em !important;
padding-right: 0;
}
/** *******************************************************************
* 8) More Browny (Extra overrides for better Browny look)
* 9) More Browny (Extra overrides for better Browny look)
*********************************************************************/
/* ~browny~ */
@ -519,7 +530,7 @@ tr.g-success td.g-success {
}
.g-odd {
background-color: #f2e6d4;
background-color: #EDE4D5;
}
.g-breadcrumbs li {
@ -530,7 +541,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 +577,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,32 +598,29 @@ 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;
}
.g-odd {
background: #d6ce6c !important;
background: #BAAD8B !important;
}
.g-even {
background: #fcf9ce !important;
background: #EDE4D5 !important;
}
/* /modules/calendarview/css/calendarview_calendar.css */
/* 3rd Party Modules ~~~~~~~~~~~~~~~~~~~~~ */
/* CalendarView */
#g-calendar-grid {
margin: 8px 8px 8px 8px !important;
border: dotted #f2e6d4;
border: dotted #EDE4D5;
padding-left: 8px;
}
table.calendar td:hover {
background: #f2e6d4 !important;
background: #EDE4D5 !important;
}
.rtl #g-calendar-grid {
@ -610,12 +628,16 @@ 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;
}
/* DownloadAlbum */
#g-view-menu #g-download-album-link {
background-image: url('../images/ico-view-downloadalbum.png');
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB