diff options
Diffstat (limited to 'admin')
-rw-r--r-- | admin/template/yoga/admin.tpl | 12 | ||||
-rw-r--r-- | admin/template/yoga/admin/intro.tpl | 3 | ||||
-rw-r--r-- | admin/template/yoga/admin/tabsheet.tpl | 2 | ||||
-rw-r--r-- | admin/template/yoga/theme/admin/images/active_tab.png | bin | 1147 -> 1008 bytes | |||
-rw-r--r-- | admin/template/yoga/theme/admin/images/active_tab_letters.png | bin | 0 -> 249 bytes | |||
-rw-r--r-- | admin/template/yoga/theme/admin/images/inactive_tab.png | bin | 608 -> 593 bytes | |||
-rw-r--r-- | admin/template/yoga/theme/admin/images/inactive_tab_letters.png | bin | 0 -> 187 bytes | |||
-rw-r--r-- | admin/template/yoga/theme/admin/theme.css | 67 |
8 files changed, 34 insertions, 50 deletions
diff --git a/admin/template/yoga/admin.tpl b/admin/template/yoga/admin.tpl index c00aaca42..1e8546efe 100644 --- a/admin/template/yoga/admin.tpl +++ b/admin/template/yoga/admin.tpl @@ -1,7 +1,7 @@ {* $Id$ *} <div id="menubar"> <dl class="first"> - <dt class="rdion">{'Links'|@translate}</dt> + <dt class="rdion"><span>{'Links'|@translate} </span></dt> <dd> <ul> <li><a href="{$U_RETURN}">{'home'|@translate}</a></li> @@ -18,7 +18,7 @@ </dd> </dl> <dl> - <dt class="rdion">{'config'|@translate}</dt> + <dt class="rdion"><span>{'config'|@translate} </span></dt> <dd> <ul> <li><a href="{$U_CONFIG_GENERAL}">{'conf_general'|@translate}</a></li> @@ -27,7 +27,7 @@ </dd> </dl> <dl> - <dt class="rdion">{'Categories'|@translate}</dt> + <dt class="rdion"><span>{'Categories'|@translate} </span></dt> <dd> <ul> <li><a href="{$U_SITE_MANAGER}">{'Site manager'|@translate}</a></li> @@ -40,7 +40,7 @@ </dd> </dl> <dl> - <dt class="rdion">{'Pictures'|@translate}</dt> + <dt class="rdion"><span>{'Pictures'|@translate} </span></dt> <dd> <ul> <li><a href="{$U_WAITING}">{'waiting'|@translate}</a></li> @@ -52,7 +52,7 @@ </dd> </dl> <dl> - <dt class="rdion">{'identification'|@translate}</dt> + <dt class="rdion"><span>{'identification'|@translate} </span></dt> <dd> <ul> <li><a href="{$U_USERS}">{'users'|@translate}</a></li> @@ -62,7 +62,7 @@ </dd> </dl> <dl> - <dt class="rdion">{'special_admin_menu'|@translate}</dt> + <dt class="rdion"><span>{'special_admin_menu'|@translate} </span></dt> <dd> <ul> <li><a href="{$U_HISTORY_STAT}">{'History'|@translate}</a></li> diff --git a/admin/template/yoga/admin/intro.tpl b/admin/template/yoga/admin/intro.tpl index 069940ecf..5c84657ca 100644 --- a/admin/template/yoga/admin/intro.tpl +++ b/admin/template/yoga/admin/intro.tpl @@ -4,7 +4,8 @@ <dt>{'Piwigo version'|@translate}</dt> <dd> <ul> - <li>Piwigo {$PWG_VERSION}</li> + <li><a href="http://piwigo.org" onclick="window.open(this.href, ''); + return false;">Piwigo</a> {$PWG_VERSION}</li> <li><a href="{$U_CHECK_UPGRADE}">{'Check for upgrade'|@translate}</a></li> </ul> </dd> diff --git a/admin/template/yoga/admin/tabsheet.tpl b/admin/template/yoga/admin/tabsheet.tpl index a89adfd8d..0d0f1084a 100644 --- a/admin/template/yoga/admin/tabsheet.tpl +++ b/admin/template/yoga/admin/tabsheet.tpl @@ -2,7 +2,7 @@ {if isset($tabsheet) and count($tabsheet)} <ul class="tabsheet"> {foreach from=$tabsheet key=name item=sheet} - <li class="{if ($name == $tabsheet_selected)}selected_tab{else}normal_tab{/if}"><a href="{$sheet.url}">{$sheet.caption}</a></li> + <li class="{if ($name == $tabsheet_selected)}selected_tab{else}normal_tab{/if}"><a href="{$sheet.url}"><span>{$sheet.caption}</span></a></li> {/foreach} </ul> {/if}
\ No newline at end of file diff --git a/admin/template/yoga/theme/admin/images/active_tab.png b/admin/template/yoga/theme/admin/images/active_tab.png Binary files differindex a94c47eae..6ff8227ad 100644 --- a/admin/template/yoga/theme/admin/images/active_tab.png +++ b/admin/template/yoga/theme/admin/images/active_tab.png diff --git a/admin/template/yoga/theme/admin/images/active_tab_letters.png b/admin/template/yoga/theme/admin/images/active_tab_letters.png Binary files differnew file mode 100644 index 000000000..19f5eb5c6 --- /dev/null +++ b/admin/template/yoga/theme/admin/images/active_tab_letters.png diff --git a/admin/template/yoga/theme/admin/images/inactive_tab.png b/admin/template/yoga/theme/admin/images/inactive_tab.png Binary files differindex 568150a1c..c38b03c60 100644 --- a/admin/template/yoga/theme/admin/images/inactive_tab.png +++ b/admin/template/yoga/theme/admin/images/inactive_tab.png diff --git a/admin/template/yoga/theme/admin/images/inactive_tab_letters.png b/admin/template/yoga/theme/admin/images/inactive_tab_letters.png Binary files differnew file mode 100644 index 000000000..9786b17d8 --- /dev/null +++ b/admin/template/yoga/theme/admin/images/inactive_tab_letters.png diff --git a/admin/template/yoga/theme/admin/theme.css b/admin/template/yoga/theme/admin/theme.css index b91e512b7..69bfd3001 100644 --- a/admin/template/yoga/theme/admin/theme.css +++ b/admin/template/yoga/theme/admin/theme.css @@ -1,16 +1,13 @@ /* $Id$ */ /* text color */ -BODY, H3, DT, +BODY, H3, DT, H2, .throw, INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { - color:#e0e0e0; -} -H2, .throw { - color: #eee; -} + color:#ccc; } .content .infos { - background-color: #69c; - color: #036; -} + color: #f33; border:0pt none; font-weight:bold; background-color: transparent; + padding:5px 0px 0pt 20pt; position:absolute; left:210px; + text-align:left; top:100px; width:550px; } +.content .infos li { list-style-type:none; } .content .errors { background-color: #fc5; border-color: #f92; @@ -26,12 +23,7 @@ H3, #imageToolBar A:hover, .row1 { } .row2 { background-color:#111; } #theAdminPage h2, #theAdminPage h3 { color: #777; } -A { - border-color: #69c; -} -A:hover { - border-color: #f92; -} + .content { background-color: #181818; border: 1px solid #eee; @@ -96,9 +88,6 @@ FIELDSET, INPUT, SELECT, TEXTAREA, text-align: center; float: left; } -A:hover { - color: #f92; -} #imageToolBar A, #imageToolBar A:hover { border-bottom: none; @@ -115,25 +104,13 @@ text-align:center; label { cursor:pointer } -input#qsearchInput { - color: #58c; - background-color: #222; - border: 1px solid #333; - padding: 1px 3px; -} -.zero { display: none } -.nb-hits { color: #69c; } -.nb-comments { color: #f92; } .virtual_cat { background: #222 !important; } -.Piwigo { +a.Piwigo { font-family: verdana, arial, helvetica, sans-serif !important; - font-size: 0.9em; - font-weight: normal; - letter-spacing: 0; -} -a.Piwigo { border: 0; color : #f36; text-decoration: none; border: 0; color: #f36; } + font-size: 11px; font-weight: normal; letter-spacing: 0; + color : #f36; text-decoration: none; border: 0; color: #f36; } .statBar { background-color: #e60; } #imageToolBar .randomButtons a:hover, @@ -142,8 +119,9 @@ a.Piwigo { border: 0; color : #f36; text-decoration: none; border: 0; color: #f3 /* New in 1.8 : Special Admin */ - -a, input.rateButton, legend { color:#777; } +a { color:#f70; border-color: #FF3363; } +a:hover { color: #f33; border-color: #FF3363; } +input.rateButton, legend { color:#777; } #theHeader { background:transparent url(images/piwigo_logo_sombre_214x100.png) no-repeat scroll 245px top; height:105px; } @@ -174,7 +152,7 @@ min-height: 220px; position:absolute; left:0px; bottom:0px; z-index: 999; #content { background: #222 url(images/fillet.png) repeat-x top left; } .content { min-height: 420px; color: #ccc; - border-width: 0; padding: 0 5px 0 0; list-style-type:none; margin: 0 10px 0 248px; } + border-width: 0; padding: 0 5px 0 0; margin: 0 10px 0 248px; } .header_notes { background: transparent url(../../../../../template/yoga/icon/note.png) no-repeat right top; border:0; font-weight:bold; @@ -202,13 +180,17 @@ top:-2px; white-space:nowrap; width:710px; } float:left; margin: 0; padding: 0; text-align:right; overflow: hidden; width:136px !important; border: 0; } .tabsheet a { -background:transparent url(images/inactive_tab.png) no-repeat scroll left 3px; -border: 0 none; color:#777777; display:block; font-size:8px; text-transform:capitalize; -font-weight:bold; height:33px; overflow:hidden; padding:18px 30px 5px 0; line-height: 18px; +background:transparent url(images/inactive_tab.png) no-repeat scroll left 5px; +border: 0 none; color:#777777; display:block; font-size:11px; text-transform:capitalize; +font-weight:bold; height:33px; overflow:hidden; padding:12px 30px 5px 0; line-height: 18px; text-align:right; text-decoration:none; width:122px !important; } .tabsheet a:hover, .tabsheet li.selected_tab a { -background:transparent url(images/active_tab.png) no-repeat scroll left 1px; +background:transparent url(images/active_tab.png) no-repeat scroll left 5px; color: #F36; } +.tabsheet a span { +background:transparent url(images/inactive_tab_letters.png) no-repeat scroll left 0px; } +.tabsheet a:hover span, .tabsheet li.selected_tab a span { +background:transparent url(images/active_tab_letters.png) no-repeat scroll left 0px; } /* menubar is on all admin pages => No specific css file */ #menubar { @@ -216,8 +198,8 @@ background:transparent url(images/menuBoxBottom_new.png) no-repeat scroll left b border: 0; float:none; left: 0; margin:100px 5px 5px 35px; min-height:432px; padding: 0; position:absolute; top: 0; width:207px; display: inline; text-align: left; /* "be nice to IE5" rule */ } -#menubar .selected a { color: #f70; border-bottom: 1px dotted #f36; } -#menubar .selected a:hover { color: #f33; border-bottom: 1px solid #f36;} +#menubar .selected a { color: #f70; border-color: #f36; } +#menubar .selected a:hover { color: #f33; border-bottom: 1px solid #f33;} #menubar dd { background: transparent url(images/menubar-detail.png) repeat-y top left; margin: 0; padding: 0; height:232px; display:block; } @@ -228,6 +210,7 @@ width: 207px; border:0; margin: 0; padding: 0; display: block; } background:transparent url(images/menubar-top.png) no-repeat scroll left 1px; } #menubar dt { margin: 0; display: block; background: none; left:10px; font-weight:bold; position:relative; padding: 5px; top:-10px; font-size: 13px; color: #666; } +#menubar dt span { background-color: #111; } #menubar a { border-bottom:0; text-decoration:none; font-size: 12px; color: #F70; border-bottom: 1px dotted #777;} #menubar li { margin: 0 0 0 6px; } |