From 8b21123493edb72dd02c5fa6d8ff6ad1afe03abb Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Sun, 19 Sep 2010 07:44:16 -0700 Subject: When the lib/gallery.common.css was combined, the image urls did not point to the correct location. So lets fix that up. But first undo the reverts: 93d1a8103e757a87fb006f2389f0ee24497367a7 "Revert 'Move the contents of lib/gallery.common.css into themes/wind/css/screen.php and themes/admin_wind/css/screen.php. Most themers seem to copy the contents into their theme's screen.css anyway.'" f14290f34f097f525a56bc00070b73fba1fb8e2c "Revert 'Clean up white space'" ff8ee5bdfcc0d35e14f3124d349625814ec8771a "Revert 'Add some whitespace.'" --- themes/wind/css/screen.css | 893 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 878 insertions(+), 15 deletions(-) (limited to 'themes/wind/css') diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index 2f91deaa..63924e63 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -4,17 +4,19 @@ * @requires YUI reset, font, grids CSS * * Sheet organization: - * 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 + * 1) Font sizes, base HTML elements + * 2) Reusable content blocks + * 3) Page layout containers + * 4) Content blocks in specific layout containers + * 5) States and interactions + * 6) Positioning and order + * 7) Navigation and menus + * 8) jQuery and jQuery UI + * 9) Right-to-left language styles */ /** ******************************************************************* - * 1) Font sizes, base HTML elements + * 1) Font sizes, base HTML elements **********************************************************************/ body, html { @@ -109,6 +111,170 @@ a:hover, padding-left: 32px; } +/* Forms ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +form { + margin: 0; +} + +fieldset { + border: 1px solid #ccc; + padding: 0 1em .8em 1em; +} + +#g-banner fieldset, +#g-sidebar fieldset { + border: none; + padding: 0; +} + +legend { + font-weight: bold; + margin: 0; + padding: 0 .2em; +} + +#g-banner legend, +#g-sidebar legend, +input[type="hidden"] { + display: none; +} + +input.textbox, +input[type="text"], +input[type="password"], +textarea { + border: 1px solid #e8e8e8; + border-top-color: #ccc; + border-left-color: #ccc; + clear: both; + color: #333; + width: 50%; +} + +textarea { + height: 12em; + width: 97%; +} + +input:focus, +input.textbox:focus, +input[type=text]:focus, +textarea:focus, +option:focus { + background-color: #ffc; + color: #000; +} + +input.checkbox, +input[type=checkbox], +input.radio, +input[type=radio] { + float: left; + margin-right: .4em; +} + +/* Form layout ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ + +form li { + margin: 0; + padding: 0 0 .2em 0; +} + +form ul { + margin-top: 0; +} + +form ul ul { + clear: both; +} + +form ul ul li { + float: left; +} + +input, +select, +textarea { + display: block; + clear: both; + padding: .2em; +} + +input[type="submit"], +input[type="reset"] { + display: inline; + clear: none; + float: left; +} + +/* Forms in dialogs and panels ~~~~~~~~~ */ + +#g-dialog ul li { + padding-bottom: .8em; +} + +#g-dialog fieldset, +#g-panel fieldset { + border: none; + padding: 0; +} + +#g-panel legend { + display: none; +} + +input[readonly] { + background-color: #F4F4FC; +} + +#g-dialog input.textbox, +#g-dialog input[type=text], +#g-dialog input[type=password], +#g-dialog textarea { + width: 97%; +} + +/* Short forms ~~~~~~~~~~~~~~~~~~~~~~~ */ + +.g-short-form legend, +.g-short-form label { + display: none; +} + +.g-short-form fieldset { + border: none; + padding: 0; +} + +.g-short-form li { + float: left; + margin: 0 !important; + padding: .4em 0; +} + +.g-short-form .textbox, +.g-short-form input[type=text] { + color: #666; + padding: .3em .6em; + width: 100%; +} + +.g-short-form .textbox.g-error { + border: 1px solid #f00; + color: #f00; + padding-left: 24px; +} + +.g-short-form .g-cancel { + display: block; + margin: .3em .8em; +} + +#g-sidebar .g-short-form li { + padding-left: 0; + padding-right: 0; +} + /* Tables ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ table { @@ -135,8 +301,21 @@ td { vertical-align: top; } +/* Text ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +.g-text-small { + font-size: .8em; +} + +.g-text-big { + font-size: 1.2em; +} + +.g-text-right { + text-align: right; +} + /** ******************************************************************* - * 2) Reusable content blocks + * 2) Reusable content blocks *********************************************************************/ .g-block h2 { @@ -148,10 +327,35 @@ td { margin-top: 1em; } -/*** ****************************************************************** - * 3) Page layout containers +/** ******************************************************************* + * 3) Page layout containers *********************************************************************/ +/* Dimension and scale ~~~~~~~~~~~~~~~~~~~ */ +.g-one-quarter { + width: 25%; +} + +.g-one-third { + width: 33%; +} + +.g-one-half { + width: 50%; +} + +.g-two-thirds { + width: 66%; +} + +.g-three-quarters { + width: 75%; +} + +.g-whole { + width: 100%; +} + /* View container ~~~~~~~~~~~~~~~~~~~~~~~~ */ .g-view { @@ -193,7 +397,7 @@ td { } /** ******************************************************************* - * 4) Content blocks in specific layout containers + * 4) Content blocks in specific layout containers *********************************************************************/ /* Header ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ @@ -346,7 +550,180 @@ td { } /** ******************************************************************* - * 5) Navigation and menus + * 5) States and interactions + **********************************************************************/ + +.g-active, +.g-enabled, +.g-available, +.g-selected, +.g-highlight { + font-weight: bold; +} + +.g-inactive, +.g-disabled, +.g-unavailable, +.g-uneditable, +.g-locked, +.g-deselected, +.g-understate { + color: #ccc; + font-weight: normal; +} + +.g-editable { + padding: .2em .3em; +} + +.g-editable:hover { + background-color: #ffc; + cursor: text; +} + +.g-error, +.g-info, +.g-success, +.g-warning { + padding-left: 30px; +} + +form li.g-error, +form li.g-info, +form li.g-success, +form li.g-warning { + background-image: none; + padding: .3em .8em .3em 0; +} + +.g-short-form li.g-error { + padding: .3em 0; +} + +form.g-error input[type="text"], +li.g-error input[type="text"], +form.g-error input[type="password"], +li.g-error input[type="password"], +form.g-error input[type="checkbox"], +li.g-error input[type="checkbox"], +form.g-error input[type="radio"], +li.g-error input[type="radio"], +form.g-error textarea, +li.g-error textarea, +form.g-error select, +li.g-error select { + border: 2px solid #f00; + margin-bottom: .2em; +} + +.g-error, +.g-denied, +tr.g-error td.g-error, +#g-add-photos-status .g-error { + background: #f6cbca url('images/ico-error.png') no-repeat .4em 50%; + color: #f00; +} + +.g-info { + background: #e8e8e8 url('images/ico-info.png') no-repeat .4em 50%; +} + +.g-success, +.g-allowed, +#g-add-photos-status .g-success { + background: #d9efc2 url('images/ico-success.png') no-repeat .4em 50%; +} + +tr.g-success { + background-image: none; +} + +tr.g-success td.g-success { + background-image: url('images/ico-success.png'); +} + +.g-warning, +tr.g-warning td.g-warning { + background: #fcf9ce url('images/ico-warning.png') no-repeat .4em 50%; +} + +form .g-error { + background-color: #fff; + padding-left: 20px; +} + +.g-open { +} + +.g-closed { +} + +.g-installed { + background-color: #eeeeee; +} + +.g-default { + background-color: #c5dbec; + font-weight: bold; +} + +.g-draggable { + cursor: move; +} + +.g-draggable:hover { + border: 1px dashed #000; +} + +.ui-sortable .g-target, +.ui-state-highlight { + background-color: #fcf9ce; + border: 2px dotted #999; + height: 2em; + margin: 1em 0; +} + +/* Ajax loading indicator ~~~~~~~~~~~~~~~~ */ + +.g-loading-large, +.g-dialog-loading-large { + background: #e8e8e8 url('images/loading-large.gif') no-repeat center center !important; +} + +.g-loading-small { + background: #e8e8e8 url('images/loading-small.gif') no-repeat center center !important; +} + +/** ******************************************************************* + * 6) Positioning and order + **********************************************************************/ + +.g-left { + clear: none; + float: left; +} + +.g-right { + clear: none; + float: right; +} + +.g-first { +} + +.g-last { +} + +.g-even { + background-color: #fff; +} + +.g-odd { + background-color: #eee; +} + +/** ******************************************************************* + * 7) Navigation and menus *********************************************************************/ /* Login menu ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ @@ -444,10 +821,32 @@ td { } /** ******************************************************************* - * 6) jQuery and jQuery UI + * 8) jQuery and jQuery UI *********************************************************************/ +/* Generic block container ~~~~~~~~~~~~~~~ */ + +.g-block { + clear: both; + margin-bottom: 2.5em; +} + +.g-block-content { +} /* Superfish menu overrides ~~~~~~~~~~~~~~ */ +.sf-menu ul { + width: 12em; +} + +ul.sf-menu li li:hover ul, +ul.sf-menu li li.sfHover ul { + left: 12em; +} + +ul.sf-menu li li li:hover ul, +ul.sf-menu li li li.sfHover ul { + left: 12em; +} .sf-menu li li, .sf-menu li li ul li { @@ -458,10 +857,474 @@ td { background-color: #dfe9ff; } +/* jQuery UI Dialog ~~~~~~~~~~~~~~~~~~~~~~ */ + +.ui-widget-overlay { + background: #000; + opacity: .7; +} + +/* Buttons ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ + +.g-button { + display: inline-block; + margin: 0 4px 0 0; + padding: .2em .4em; +} + +.g-button, +.g-button:hover, +.g-button:active { + cursor: pointer !important; + outline: 0; + text-decoration: none; + -moz-outline-style: none; +} + +button { + padding: 2px 4px 2px 4px; +} + +/* jQuery UI ThemeRoller buttons ~~~~~~~~~ */ + +.g-buttonset { + padding-left: 1px; +} + +.g-buttonset li { + float: left; +} + +.g-buttonset .g-button { + margin: 0; +} + +.ui-icon-left .ui-icon { + float: left; + margin-right: .2em; +} + +.ui-icon-right .ui-icon { + float: right; + margin-left: .2em; +} + +/* Rotate icon, ThemeRoller only provides one of these */ + +.ui-icon-rotate-ccw { + background-position: -192px -64px; +} + +.ui-icon-rotate-cw { + background-position: -208px -64px; +} + +.g-progress-bar { + height: 1em; + width: 100%; + margin-top: .5em; + display: inline-block; +} + +/* Status and validation messages ~~~~ */ + +.g-message-block { + background-position: .4em .3em; + border: 1px solid #ccc; + padding: 0; +} + +#g-action-status { + margin-bottom: 1em; +} + +#g-action-status li, +p#g-action-status, +div#g-action-status { + padding: .3em .3em .3em 30px; +} + +#g-site-status li { + border-bottom: 1px solid #ccc; + padding: .3em .3em .3em 30px; +} + +.g-module-status { + clear: both; + margin-bottom: 1em; +} + +.g-message { + background-position: 0 50%; +} + +/* Breadcrumbs ~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ + +.g-breadcrumbs { + clear: both; + padding: 0 20px; +} + +.g-breadcrumbs li { + background: transparent url('images/ico-separator.gif') no-repeat scroll left center; + float: left; + padding: 1em 8px 1em 18px; +} + +.g-breadcrumbs .g-first { + background: none; + padding-left: 0; +} + +.g-breadcrumbs li a, +.g-breadcrumbs li span { + display: block; +} + +#g-dialog ul.g-breadcrumbs { + margin-left: 0; + padding-left: 0; +} + +/* Pagination ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ + +.g-paginator { + padding: .2em 0; + width: 100%; +} + +.g-paginator li { + float: left; + width: 30%; +} + +.g-paginator .g-info { + background: none; + padding: .2em 0; + text-align: center; + width: 40%; +} + +/* Dialogs and panels ~~~~~~~~~~~~~~~~~~ */ + +#g-dialog { + text-align: left; +} + +#g-dialog legend { + display: none; +} + +#g-dialog .g-cancel { + margin: .4em 1em; +} + +#g-panel { + display: none; + padding: 1em; +} + +/* Inline layout ~~~~~~~~~~ */ + +.g-inline li { + float: left; + margin-left: 1.8em; + padding-left: 0 !important; +} + +.g-inline li.g-first { + margin-left: 0; +} + /** ******************************************************************* - * 7) Right to left language styles + * 9) Right to left language styles *********************************************************************/ +.rtl { + direction: rtl; +} + +.rtl #g-header, +.rtl #g-content, +.rtl #g-sidebar, +.rtl #g-footer, +.rtl caption, +.rtl th, +.rtl #g-dialog, +.rtl .g-context-menu li a, +.rtl .g-message-box li, +.rtl #g-site-status li { + text-align: right; +} + +.rtl .g-text-right { + text-align: left; +} + +.rtl .g-error, +.rtl .g-info, +.rtl .g-success, +.rtl .g-warning, +.rtl #g-add-photos-status .g-success, +.rtl #g-add-photos-status .g-error { + background-position: center right; + padding-right: 30px !important; +} + +.rtl form li.g-error, +.rtl form li.g-info, +.rtl form li.g-success, +.rtl form li.g-warning { + padding-right: 0 !important; +} + +.rtl .g-left, +.rtl .g-inline li, +.rtl #g-content #g-album-grid .g-item, +.rtl .sf-menu li, +.rtl .g-breadcrumbs li, +.rtl .g-paginator li, +.rtl .g-buttonset li, +.rtl .ui-icon-left .ui-icon, +.rtl .g-short-form li, +.rtl form ul ul li, +.rtl input[type="submit"], +.rtl input[type="reset"], +.rtl input.checkbox, +.rtl input[type=checkbox], +.rtl input.radio, +.rtl input[type=radio] { + float: right; +} + +.rtl .g-right, +.rtl .ui-icon-right .ui-icon { + float: left; +} + +.rtl .g-inline li { + margin-right: 1em; +} + +.rtl .g-inline li.g-first { + margin-right: 0; +} + +.rtl .g-breadcrumbs li { + background: transparent url('images/ico-separator-rtl.gif') no-repeat scroll right center; + padding: 1em 18px 1em 8px; +} + +.rtl .g-breadcrumbs .g-first { + background: none; + padding-right: 0; +} + +.rtl input.checkbox { + margin-left: .4em; +} + +.rtl #g-add-comment { + right: inherit; + left: 0; +} + +.rtl .ui-icon-left .ui-icon { + margin-left: .2em; +} + +.rtl .ui-icon-right .ui-icon { + margin-right: .2em; +} + +/* RTL Corner radius ~~~~~~~~~~~~~~~~~~~~~~ */ +.rtl .g-buttonset .ui-corner-tl { + -moz-border-radius-topleft: 0; + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -moz-border-radius-topright: 5px !important; + -webkit-border-top-right-radius: 5px !important; + border-top-right-radius: 5px !important; +} + +.rtl .g-buttonset .ui-corner-tr { + -moz-border-radius-topright: 0; + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -moz-border-radius-topleft: 5px !important; + -webkit-border-top-left-radius: 5px !important; + border-top-left-radius: 5px !important; +} + +.rtl .g-buttonset .ui-corner-bl { + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomright: 5px !important; + -webkit-border-bottom-right-radius: 5px !important; + border-bottom-right-radius: 5px !important; +} + +.rtl .g-buttonset .ui-corner-br { + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; + -moz-border-radius-bottomleft: 5px !important; + -webkit-border-bottom-left-radius: 5px !important; + border-bottom-left-radius: 5px !important; +} + +.rtl .g-buttonset .ui-corner-right, +.rtl .ui-progressbar .ui-corner-right { + -moz-border-radius-topright: 0; + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -moz-border-radius-topleft: 5px !important; + -webkit-border-top-left-radius: 5px !important; + border-top-left-radius: 5px !important; + -moz-border-radius-bottomright: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; + -moz-border-radius-bottomleft: 5px !important; + -webkit-border-bottom-left-radius: 5px !important; + border-bottom-left-radius: 5px !important; +} + +.rtl .g-buttonset .ui-corner-left, +.rtl .ui-progressbar .ui-corner-left { + -moz-border-radius-topleft: 0; + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -moz-border-radius-topright: 5px !important; + -webkit-border-top-right-radius: 5px !important; + border-top-right-radius: 5px !important; + -moz-border-radius-bottomleft: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-bottomright: 5px !important; + -webkit-border-bottom-right-radius: 5px !important; + border-bottom-right-radius: 5px !important; +} + +/* RTL Superfish ~~~~~~~~~~~~~~~~~~~~~~~~~ */ + +.rtl .sf-menu a { + border-left: none; + border-right:1px solid #fff; +} + +.rtl .sf-menu a.sf-with-ul { + padding-left: 2.25em; + padding-right: 1em; +} + +.rtl .sf-sub-indicator { + left: .75em !important; + right: auto; + background: url('superfish/images/arrows-ffffff-rtl.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */ +} +.rtl a > .sf-sub-indicator { /* give all except IE6 the correct values */ + top: .8em; + background-position: -10px -100px; /* use translucent arrow for modern browsers*/ +} +/* apply hovers to modern browsers */ +.rtl a:focus > .sf-sub-indicator, +.rtl a:hover > .sf-sub-indicator, +.rtl a:active > .sf-sub-indicator, +.rtl li:hover > a > .sf-sub-indicator, +.rtl li.sfHover > a > .sf-sub-indicator { + background-position: 0 -100px; /* arrow hovers for modern browsers*/ +} + +/* point right for anchors in subs */ +.rtl .sf-menu ul .sf-sub-indicator { background-position: 0 0; } +.rtl .sf-menu ul a > .sf-sub-indicator { background-position: -10px 0; } +/* apply hovers to modern browsers */ +.rtl .sf-menu ul a:focus > .sf-sub-indicator, +.rtl .sf-menu ul a:hover > .sf-sub-indicator, +.rtl .sf-menu ul a:active > .sf-sub-indicator, +.rtl .sf-menu ul li:hover > a > .sf-sub-indicator, +.rtl .sf-menu ul li.sfHover > a > .sf-sub-indicator { + background-position: 0 0; /* arrow hovers for modern browsers*/ +} + +.rtl .sf-menu li:hover ul, +.rtl .sf-menu li.sfHover ul { + right: 0; + left: auto; +} + +.rtl ul.sf-menu li li:hover ul, +.rtl ul.sf-menu li li.sfHover ul { + right: 12em; /* match ul width */ + left: auto; +} +.rtl ul.sf-menu li li li:hover ul, +.rtl ul.sf-menu li li li.sfHover ul { + right: 12em; /* match ul width */ + left: auto; +} + +/*** shadows for all but IE6 ***/ +.rtl .sf-shadow ul { + background: url('superfish/images/shadow.png') no-repeat bottom left; + padding: 0 0 9px 8px; + border-top-right-radius: 0; + border-bottom-left-radius: 0; + -moz-border-radius-topright: 0; + -moz-border-radius-bottomleft: 0; + -webkit-border-top-right-radius: 0; + -webkit-border-bottom-left-radius: 0; + -moz-border-radius-topleft: 17px; + -moz-border-radius-bottomright: 17px; + -webkit-border-top-left-radius: 17px; + -webkit-border-bottom-right-radius: 17px; + border-top-left-radius: 17px; + border-bottom-right-radius: 17px; +} + +/* RTL ThemeRoller ~~~~~~~~~~~~~~~~~~~~~~~~ */ + +.rtl .ui-dialog .ui-dialog-titlebar { + padding: 0.5em 1em 0.3em 0.3em; +} + +.rtl .ui-dialog .ui-dialog-title { + float: right; +} + +.rtl .ui-dialog .ui-dialog-titlebar-close { + left: 0.3em; + right: auto; +} + + +/* RTL paginator ~~~~~~~~~~~~~~~~~~~~~~~~~~ */ + +.rtl .g-paginator .g-info { + width: 35%; +} + +.rtl .g-paginator .g-text-right { + margin-left: 0; +} + +.rtl .g-paginator .ui-icon-seek-end { + background-position: -80px -160px; +} + +.rtl .g-paginator .ui-icon-seek-next { + background-position: -48px -160px; +} + +.rtl .g-paginator .ui-icon-seek-prev { + background-position: -32px -160px; +} + +.rtl .g-paginator .ui-icon-seek-first { + background-position: -64px -160px; +} + .rtl #g-header #g-login-menu, .rtl #g-header #g-quick-search-form { clear: left; -- cgit v1.2.3 From 960db6d7e5725becedbe3b7d1401bf2e2ed15a60 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Mon, 20 Sep 2010 22:36:34 -0700 Subject: Move the image files into the themes. Leave the favicon and logo in lib/images. --- lib/images/ico-denied-inactive.png | Bin 604 -> 0 bytes lib/images/ico-denied-passive.png | Bin 916 -> 0 bytes lib/images/ico-denied.png | Bin 715 -> 0 bytes lib/images/ico-error.png | Bin 701 -> 0 bytes lib/images/ico-info.png | Bin 778 -> 0 bytes lib/images/ico-lock.png | Bin 749 -> 0 bytes lib/images/ico-separator-rtl.gif | Bin 106 -> 0 bytes lib/images/ico-separator.gif | Bin 106 -> 0 bytes lib/images/ico-success-inactive.png | Bin 476 -> 0 bytes lib/images/ico-success-passive.png | Bin 617 -> 0 bytes lib/images/ico-success.png | Bin 537 -> 0 bytes lib/images/ico-warning.png | Bin 666 -> 0 bytes lib/images/loading-large.gif | Bin 8238 -> 0 bytes lib/images/loading-small.gif | Bin 673 -> 0 bytes themes/admin_wind/css/screen.css | 22 +++++++++++----------- themes/admin_wind/images/ico-denied-inactive.png | Bin 0 -> 604 bytes themes/admin_wind/images/ico-denied-passive.png | Bin 0 -> 916 bytes themes/admin_wind/images/ico-denied.png | Bin 0 -> 715 bytes themes/admin_wind/images/ico-error.png | Bin 0 -> 701 bytes themes/admin_wind/images/ico-info.png | Bin 0 -> 778 bytes themes/admin_wind/images/ico-lock.png | Bin 0 -> 749 bytes themes/admin_wind/images/ico-separator-rtl.gif | Bin 0 -> 106 bytes themes/admin_wind/images/ico-separator.gif | Bin 0 -> 106 bytes themes/admin_wind/images/ico-success-inactive.png | Bin 0 -> 476 bytes themes/admin_wind/images/ico-success-passive.png | Bin 0 -> 617 bytes themes/admin_wind/images/ico-success.png | Bin 0 -> 537 bytes themes/admin_wind/images/ico-warning.png | Bin 0 -> 666 bytes themes/admin_wind/images/loading-large.gif | Bin 0 -> 8238 bytes themes/admin_wind/images/loading-small.gif | Bin 0 -> 673 bytes themes/wind/css/screen.css | 22 +++++++++++----------- themes/wind/images/ico-denied-inactive.png | Bin 0 -> 604 bytes themes/wind/images/ico-denied-passive.png | Bin 0 -> 916 bytes themes/wind/images/ico-denied.png | Bin 0 -> 715 bytes themes/wind/images/ico-error.png | Bin 0 -> 701 bytes themes/wind/images/ico-info.png | Bin 0 -> 778 bytes themes/wind/images/ico-lock.png | Bin 0 -> 749 bytes themes/wind/images/ico-separator-rtl.gif | Bin 0 -> 106 bytes themes/wind/images/ico-separator.gif | Bin 0 -> 106 bytes themes/wind/images/ico-success-inactive.png | Bin 0 -> 476 bytes themes/wind/images/ico-success-passive.png | Bin 0 -> 617 bytes themes/wind/images/ico-success.png | Bin 0 -> 537 bytes themes/wind/images/ico-warning.png | Bin 0 -> 666 bytes themes/wind/images/loading-large.gif | Bin 0 -> 8238 bytes themes/wind/images/loading-small.gif | Bin 0 -> 673 bytes 44 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 lib/images/ico-denied-inactive.png delete mode 100644 lib/images/ico-denied-passive.png delete mode 100644 lib/images/ico-denied.png delete mode 100644 lib/images/ico-error.png delete mode 100644 lib/images/ico-info.png delete mode 100644 lib/images/ico-lock.png delete mode 100644 lib/images/ico-separator-rtl.gif delete mode 100644 lib/images/ico-separator.gif delete mode 100644 lib/images/ico-success-inactive.png delete mode 100644 lib/images/ico-success-passive.png delete mode 100644 lib/images/ico-success.png delete mode 100644 lib/images/ico-warning.png delete mode 100644 lib/images/loading-large.gif delete mode 100644 lib/images/loading-small.gif create mode 100644 themes/admin_wind/images/ico-denied-inactive.png create mode 100644 themes/admin_wind/images/ico-denied-passive.png create mode 100644 themes/admin_wind/images/ico-denied.png create mode 100644 themes/admin_wind/images/ico-error.png create mode 100644 themes/admin_wind/images/ico-info.png create mode 100644 themes/admin_wind/images/ico-lock.png create mode 100644 themes/admin_wind/images/ico-separator-rtl.gif create mode 100644 themes/admin_wind/images/ico-separator.gif create mode 100644 themes/admin_wind/images/ico-success-inactive.png create mode 100644 themes/admin_wind/images/ico-success-passive.png create mode 100644 themes/admin_wind/images/ico-success.png create mode 100644 themes/admin_wind/images/ico-warning.png create mode 100644 themes/admin_wind/images/loading-large.gif create mode 100644 themes/admin_wind/images/loading-small.gif create mode 100644 themes/wind/images/ico-denied-inactive.png create mode 100644 themes/wind/images/ico-denied-passive.png create mode 100644 themes/wind/images/ico-denied.png create mode 100644 themes/wind/images/ico-error.png create mode 100644 themes/wind/images/ico-info.png create mode 100644 themes/wind/images/ico-lock.png create mode 100644 themes/wind/images/ico-separator-rtl.gif create mode 100644 themes/wind/images/ico-separator.gif create mode 100644 themes/wind/images/ico-success-inactive.png create mode 100644 themes/wind/images/ico-success-passive.png create mode 100644 themes/wind/images/ico-success.png create mode 100644 themes/wind/images/ico-warning.png create mode 100644 themes/wind/images/loading-large.gif create mode 100644 themes/wind/images/loading-small.gif (limited to 'themes/wind/css') diff --git a/lib/images/ico-denied-inactive.png b/lib/images/ico-denied-inactive.png deleted file mode 100644 index 56db3ff5..00000000 Binary files a/lib/images/ico-denied-inactive.png and /dev/null differ diff --git a/lib/images/ico-denied-passive.png b/lib/images/ico-denied-passive.png deleted file mode 100644 index 1e992230..00000000 Binary files a/lib/images/ico-denied-passive.png and /dev/null differ diff --git a/lib/images/ico-denied.png b/lib/images/ico-denied.png deleted file mode 100644 index 08f24936..00000000 Binary files a/lib/images/ico-denied.png and /dev/null differ diff --git a/lib/images/ico-error.png b/lib/images/ico-error.png deleted file mode 100644 index c37bd062..00000000 Binary files a/lib/images/ico-error.png and /dev/null differ diff --git a/lib/images/ico-info.png b/lib/images/ico-info.png deleted file mode 100644 index 12cd1aef..00000000 Binary files a/lib/images/ico-info.png and /dev/null differ diff --git a/lib/images/ico-lock.png b/lib/images/ico-lock.png deleted file mode 100644 index 2ebc4f6f..00000000 Binary files a/lib/images/ico-lock.png and /dev/null differ diff --git a/lib/images/ico-separator-rtl.gif b/lib/images/ico-separator-rtl.gif deleted file mode 100644 index d9061a46..00000000 Binary files a/lib/images/ico-separator-rtl.gif and /dev/null differ diff --git a/lib/images/ico-separator.gif b/lib/images/ico-separator.gif deleted file mode 100644 index 3de2d0d3..00000000 Binary files a/lib/images/ico-separator.gif and /dev/null differ diff --git a/lib/images/ico-success-inactive.png b/lib/images/ico-success-inactive.png deleted file mode 100644 index 74b2032f..00000000 Binary files a/lib/images/ico-success-inactive.png and /dev/null differ diff --git a/lib/images/ico-success-passive.png b/lib/images/ico-success-passive.png deleted file mode 100644 index dc8d1ded..00000000 Binary files a/lib/images/ico-success-passive.png and /dev/null differ diff --git a/lib/images/ico-success.png b/lib/images/ico-success.png deleted file mode 100644 index a9925a06..00000000 Binary files a/lib/images/ico-success.png and /dev/null differ diff --git a/lib/images/ico-warning.png b/lib/images/ico-warning.png deleted file mode 100644 index 628cf2da..00000000 Binary files a/lib/images/ico-warning.png and /dev/null differ diff --git a/lib/images/loading-large.gif b/lib/images/loading-large.gif deleted file mode 100644 index cc70a7a8..00000000 Binary files a/lib/images/loading-large.gif and /dev/null differ diff --git a/lib/images/loading-small.gif b/lib/images/loading-small.gif deleted file mode 100644 index d0bce154..00000000 Binary files a/lib/images/loading-small.gif and /dev/null differ diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index 3e155764..1bdf1cb6 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -688,18 +688,18 @@ li.g-error select { .g-denied, tr.g-error td.g-error, #g-add-photos-status .g-error { - background: #f6cbca url('images/ico-error.png') no-repeat .4em 50%; + background: #f6cbca url('../images/ico-error.png') no-repeat .4em 50%; color: #f00; } .g-info { - background: #e8e8e8 url('images/ico-info.png') no-repeat .4em 50%; + background: #e8e8e8 url('../images/ico-info.png') no-repeat .4em 50%; } .g-success, .g-allowed, #g-add-photos-status .g-success { - background: #d9efc2 url('images/ico-success.png') no-repeat .4em 50%; + background: #d9efc2 url('../images/ico-success.png') no-repeat .4em 50%; } tr.g-success { @@ -707,12 +707,12 @@ tr.g-success { } tr.g-success td.g-success { - background-image: url('images/ico-success.png'); + background-image: url('../images/ico-success.png'); } .g-warning, tr.g-warning td.g-warning { - background: #fcf9ce url('images/ico-warning.png') no-repeat .4em 50%; + background: #fcf9ce url('../images/ico-warning.png') no-repeat .4em 50%; } form .g-error { @@ -755,11 +755,11 @@ form .g-error { .g-loading-large, .g-dialog-loading-large { - background: #e8e8e8 url('images/loading-large.gif') no-repeat center center !important; + background: #e8e8e8 url('../../../lib/images/loading-large.gif') no-repeat center center !important; } .g-loading-small { - background: #e8e8e8 url('images/loading-small.gif') no-repeat center center !important; + background: #e8e8e8 url('../../../lib/images/loading-small.gif') no-repeat center center !important; } /** ******************************************************************* @@ -922,7 +922,7 @@ div#g-action-status { } .g-breadcrumbs li { - background: transparent url('images/ico-separator.gif') no-repeat scroll left center; + background: transparent url('../images/ico-separator.gif') no-repeat scroll left center; float: left; padding: 1em 8px 1em 18px; } @@ -1112,7 +1112,7 @@ ul.sf-menu li li li.sfHover ul { } .rtl .g-breadcrumbs li { - background: transparent url('images/ico-separator-rtl.gif') no-repeat scroll right center; + background: transparent url('..images/ico-separator-rtl.gif') no-repeat scroll right center; padding: 1em 18px 1em 8px; } @@ -1222,7 +1222,7 @@ ul.sf-menu li li li.sfHover ul { .rtl .sf-sub-indicator { left: .75em !important; right: auto; - background: url('superfish/images/arrows-ffffff-rtl.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */ + background: url('../../../lib/superfish/images/arrows-ffffff-rtl.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */ } .rtl a > .sf-sub-indicator { /* give all except IE6 the correct values */ top: .8em; @@ -1268,7 +1268,7 @@ ul.sf-menu li li li.sfHover ul { /*** shadows for all but IE6 ***/ .rtl .sf-shadow ul { - background: url('superfish/images/shadow.png') no-repeat bottom left; + background: url('../../../lib/superfish/images/shadow.png') no-repeat bottom left; padding: 0 0 9px 8px; border-top-right-radius: 0; border-bottom-left-radius: 0; diff --git a/themes/admin_wind/images/ico-denied-inactive.png b/themes/admin_wind/images/ico-denied-inactive.png new file mode 100644 index 00000000..56db3ff5 Binary files /dev/null and b/themes/admin_wind/images/ico-denied-inactive.png differ diff --git a/themes/admin_wind/images/ico-denied-passive.png b/themes/admin_wind/images/ico-denied-passive.png new file mode 100644 index 00000000..1e992230 Binary files /dev/null and b/themes/admin_wind/images/ico-denied-passive.png differ diff --git a/themes/admin_wind/images/ico-denied.png b/themes/admin_wind/images/ico-denied.png new file mode 100644 index 00000000..08f24936 Binary files /dev/null and b/themes/admin_wind/images/ico-denied.png differ diff --git a/themes/admin_wind/images/ico-error.png b/themes/admin_wind/images/ico-error.png new file mode 100644 index 00000000..c37bd062 Binary files /dev/null and b/themes/admin_wind/images/ico-error.png differ diff --git a/themes/admin_wind/images/ico-info.png b/themes/admin_wind/images/ico-info.png new file mode 100644 index 00000000..12cd1aef Binary files /dev/null and b/themes/admin_wind/images/ico-info.png differ diff --git a/themes/admin_wind/images/ico-lock.png b/themes/admin_wind/images/ico-lock.png new file mode 100644 index 00000000..2ebc4f6f Binary files /dev/null and b/themes/admin_wind/images/ico-lock.png differ diff --git a/themes/admin_wind/images/ico-separator-rtl.gif b/themes/admin_wind/images/ico-separator-rtl.gif new file mode 100644 index 00000000..d9061a46 Binary files /dev/null and b/themes/admin_wind/images/ico-separator-rtl.gif differ diff --git a/themes/admin_wind/images/ico-separator.gif b/themes/admin_wind/images/ico-separator.gif new file mode 100644 index 00000000..3de2d0d3 Binary files /dev/null and b/themes/admin_wind/images/ico-separator.gif differ diff --git a/themes/admin_wind/images/ico-success-inactive.png b/themes/admin_wind/images/ico-success-inactive.png new file mode 100644 index 00000000..74b2032f Binary files /dev/null and b/themes/admin_wind/images/ico-success-inactive.png differ diff --git a/themes/admin_wind/images/ico-success-passive.png b/themes/admin_wind/images/ico-success-passive.png new file mode 100644 index 00000000..dc8d1ded Binary files /dev/null and b/themes/admin_wind/images/ico-success-passive.png differ diff --git a/themes/admin_wind/images/ico-success.png b/themes/admin_wind/images/ico-success.png new file mode 100644 index 00000000..a9925a06 Binary files /dev/null and b/themes/admin_wind/images/ico-success.png differ diff --git a/themes/admin_wind/images/ico-warning.png b/themes/admin_wind/images/ico-warning.png new file mode 100644 index 00000000..628cf2da Binary files /dev/null and b/themes/admin_wind/images/ico-warning.png differ diff --git a/themes/admin_wind/images/loading-large.gif b/themes/admin_wind/images/loading-large.gif new file mode 100644 index 00000000..cc70a7a8 Binary files /dev/null and b/themes/admin_wind/images/loading-large.gif differ diff --git a/themes/admin_wind/images/loading-small.gif b/themes/admin_wind/images/loading-small.gif new file mode 100644 index 00000000..d0bce154 Binary files /dev/null and b/themes/admin_wind/images/loading-small.gif differ diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index 63924e63..48dfe798 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -620,18 +620,18 @@ li.g-error select { .g-denied, tr.g-error td.g-error, #g-add-photos-status .g-error { - background: #f6cbca url('images/ico-error.png') no-repeat .4em 50%; + background: #f6cbca url('../images/ico-error.png') no-repeat .4em 50%; color: #f00; } .g-info { - background: #e8e8e8 url('images/ico-info.png') no-repeat .4em 50%; + background: #e8e8e8 url('../images/ico-info.png') no-repeat .4em 50%; } .g-success, .g-allowed, #g-add-photos-status .g-success { - background: #d9efc2 url('images/ico-success.png') no-repeat .4em 50%; + background: #d9efc2 url('../images/ico-success.png') no-repeat .4em 50%; } tr.g-success { @@ -639,12 +639,12 @@ tr.g-success { } tr.g-success td.g-success { - background-image: url('images/ico-success.png'); + background-image: url('../images/ico-success.png'); } .g-warning, tr.g-warning td.g-warning { - background: #fcf9ce url('images/ico-warning.png') no-repeat .4em 50%; + background: #fcf9ce url('../images/ico-warning.png') no-repeat .4em 50%; } form .g-error { @@ -687,11 +687,11 @@ form .g-error { .g-loading-large, .g-dialog-loading-large { - background: #e8e8e8 url('images/loading-large.gif') no-repeat center center !important; + background: #e8e8e8 url('../images/loading-large.gif') no-repeat center center !important; } .g-loading-small { - background: #e8e8e8 url('images/loading-small.gif') no-repeat center center !important; + background: #e8e8e8 url('../images/loading-small.gif') no-repeat center center !important; } /** ******************************************************************* @@ -966,7 +966,7 @@ div#g-action-status { } .g-breadcrumbs li { - background: transparent url('images/ico-separator.gif') no-repeat scroll left center; + background: transparent url('../images/ico-separator.gif') no-repeat scroll left center; float: left; padding: 1em 8px 1em 18px; } @@ -1111,7 +1111,7 @@ div#g-action-status { } .rtl .g-breadcrumbs li { - background: transparent url('images/ico-separator-rtl.gif') no-repeat scroll right center; + background: transparent url('../images/ico-separator-rtl.gif') no-repeat scroll right center; padding: 1em 18px 1em 8px; } @@ -1221,7 +1221,7 @@ div#g-action-status { .rtl .sf-sub-indicator { left: .75em !important; right: auto; - background: url('superfish/images/arrows-ffffff-rtl.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */ + background: url('lib/superfish/images/arrows-ffffff-rtl.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */ } .rtl a > .sf-sub-indicator { /* give all except IE6 the correct values */ top: .8em; @@ -1267,7 +1267,7 @@ div#g-action-status { /*** shadows for all but IE6 ***/ .rtl .sf-shadow ul { - background: url('superfish/images/shadow.png') no-repeat bottom left; + background: url('lib/superfish/images/shadow.png') no-repeat bottom left; padding: 0 0 9px 8px; border-top-right-radius: 0; border-bottom-left-radius: 0; diff --git a/themes/wind/images/ico-denied-inactive.png b/themes/wind/images/ico-denied-inactive.png new file mode 100644 index 00000000..56db3ff5 Binary files /dev/null and b/themes/wind/images/ico-denied-inactive.png differ diff --git a/themes/wind/images/ico-denied-passive.png b/themes/wind/images/ico-denied-passive.png new file mode 100644 index 00000000..1e992230 Binary files /dev/null and b/themes/wind/images/ico-denied-passive.png differ diff --git a/themes/wind/images/ico-denied.png b/themes/wind/images/ico-denied.png new file mode 100644 index 00000000..08f24936 Binary files /dev/null and b/themes/wind/images/ico-denied.png differ diff --git a/themes/wind/images/ico-error.png b/themes/wind/images/ico-error.png new file mode 100644 index 00000000..c37bd062 Binary files /dev/null and b/themes/wind/images/ico-error.png differ diff --git a/themes/wind/images/ico-info.png b/themes/wind/images/ico-info.png new file mode 100644 index 00000000..12cd1aef Binary files /dev/null and b/themes/wind/images/ico-info.png differ diff --git a/themes/wind/images/ico-lock.png b/themes/wind/images/ico-lock.png new file mode 100644 index 00000000..2ebc4f6f Binary files /dev/null and b/themes/wind/images/ico-lock.png differ diff --git a/themes/wind/images/ico-separator-rtl.gif b/themes/wind/images/ico-separator-rtl.gif new file mode 100644 index 00000000..d9061a46 Binary files /dev/null and b/themes/wind/images/ico-separator-rtl.gif differ diff --git a/themes/wind/images/ico-separator.gif b/themes/wind/images/ico-separator.gif new file mode 100644 index 00000000..3de2d0d3 Binary files /dev/null and b/themes/wind/images/ico-separator.gif differ diff --git a/themes/wind/images/ico-success-inactive.png b/themes/wind/images/ico-success-inactive.png new file mode 100644 index 00000000..74b2032f Binary files /dev/null and b/themes/wind/images/ico-success-inactive.png differ diff --git a/themes/wind/images/ico-success-passive.png b/themes/wind/images/ico-success-passive.png new file mode 100644 index 00000000..dc8d1ded Binary files /dev/null and b/themes/wind/images/ico-success-passive.png differ diff --git a/themes/wind/images/ico-success.png b/themes/wind/images/ico-success.png new file mode 100644 index 00000000..a9925a06 Binary files /dev/null and b/themes/wind/images/ico-success.png differ diff --git a/themes/wind/images/ico-warning.png b/themes/wind/images/ico-warning.png new file mode 100644 index 00000000..628cf2da Binary files /dev/null and b/themes/wind/images/ico-warning.png differ diff --git a/themes/wind/images/loading-large.gif b/themes/wind/images/loading-large.gif new file mode 100644 index 00000000..cc70a7a8 Binary files /dev/null and b/themes/wind/images/loading-large.gif differ diff --git a/themes/wind/images/loading-small.gif b/themes/wind/images/loading-small.gif new file mode 100644 index 00000000..d0bce154 Binary files /dev/null and b/themes/wind/images/loading-small.gif differ -- cgit v1.2.3 From d52d57b617691068c95cca80cb49683c68b79e48 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Tue, 21 Sep 2010 19:54:38 -0700 Subject: Cleanup links to some of the image links. --- themes/admin_wind/css/screen.css | 4 ++-- themes/wind/css/screen.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'themes/wind/css') diff --git a/themes/admin_wind/css/screen.css b/themes/admin_wind/css/screen.css index 1bdf1cb6..273ac116 100644 --- a/themes/admin_wind/css/screen.css +++ b/themes/admin_wind/css/screen.css @@ -755,11 +755,11 @@ form .g-error { .g-loading-large, .g-dialog-loading-large { - background: #e8e8e8 url('../../../lib/images/loading-large.gif') no-repeat center center !important; + background: #e8e8e8 url('../images/loading-large.gif') no-repeat center center !important; } .g-loading-small { - background: #e8e8e8 url('../../../lib/images/loading-small.gif') no-repeat center center !important; + background: #e8e8e8 url('..lib/images/loading-small.gif') no-repeat center center !important; } /** ******************************************************************* diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index 48dfe798..d4b03eac 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -1221,7 +1221,7 @@ div#g-action-status { .rtl .sf-sub-indicator { left: .75em !important; right: auto; - background: url('lib/superfish/images/arrows-ffffff-rtl.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */ + background: url('../../../lib/superfish/images/arrows-ffffff-rtl.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */ } .rtl a > .sf-sub-indicator { /* give all except IE6 the correct values */ top: .8em; @@ -1267,7 +1267,7 @@ div#g-action-status { /*** shadows for all but IE6 ***/ .rtl .sf-shadow ul { - background: url('lib/superfish/images/shadow.png') no-repeat bottom left; + background: url('../../../lib/superfish/images/shadow.png') no-repeat bottom left; padding: 0 0 9px 8px; border-top-right-radius: 0; border-bottom-left-radius: 0; -- cgit v1.2.3 From 3a9bdebafda1807bb2294c041e655f6464841bf0 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Tue, 21 Sep 2010 21:38:32 -0700 Subject: Override the jQuery autocomplete loading indicator with the theme specific small loading icon. --- themes/wind/css/screen.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'themes/wind/css') diff --git a/themes/wind/css/screen.css b/themes/wind/css/screen.css index d4b03eac..a49b8c28 100644 --- a/themes/wind/css/screen.css +++ b/themes/wind/css/screen.css @@ -1036,6 +1036,11 @@ div#g-action-status { margin-left: 0; } +/* Autocomplete ~~~~~~~~~~ */ +.ac_loading { + background: white url('../images/loading-small.gif') right center no-repeat !important; +} + /** ******************************************************************* * 9) Right to left language styles *********************************************************************/ -- cgit v1.2.3