Changeset 2332


Ignore:
Timestamp:
May 4, 2008, 9:17:25 PM (16 years ago)
Author:
vdigital
Message:

Stripy look on Admin page (Not stable for all browsers)

Location:
trunk/template/yoga
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/header.tpl

    r2328 r2332  
    7070{if isset($pwgmenu)}
    7171<ul class="pwgmenu">
    72   <li><a href="{$pwgmenu.HOME}" onclick="window.open(this.href, ''); return false;"><span class="bg">{'HOME'|@translate}<span></a></li>
    73   <li><a href="{$pwgmenu.WIKI}" onclick="window.open(this.href, ''); return false;"><span class="bg">{'WIKI / DOC'|@translate}<span></a></li>
    74   <li><a href="{$pwgmenu.FORUM}" onclick="window.open(this.href, ''); return false;"><span class="bg">{'FORUM'|@translate}<span></a></li>
    75   <li><a href="{$pwgmenu.EXTENSIONS}" onclick="window.open(this.href, ''); return false;"><span class="bg">{'EXTENSIONS'|@translate}<span></a></li>
     72  <li><a href="{$pwgmenu.HOME}" onclick="window.open(this.href, ''); return false;"><span class="bg">{'HOME'|@translate}</span></a></li>
     73  <li><a href="{$pwgmenu.WIKI}" onclick="window.open(this.href, ''); return false;"><span class="bg">{'WIKI / DOC'|@translate}</span></a></li>
     74  <li><a href="{$pwgmenu.FORUM}" onclick="window.open(this.href, ''); return false;"><span class="bg">{'FORUM'|@translate}</span></a></li>
     75  <li><a href="{$pwgmenu.EXTENSIONS}" onclick="window.open(this.href, ''); return false;"><span class="bg">{'EXTENSIONS'|@translate}</span></a></li>
    7676</ul>   
    7777{/if}
  • trunk/template/yoga/theme/admin/theme.css

    r2328 r2332  
    218218  float: left;
    219219}
    220 /* links */
    221 A, INPUT.rateButton, legend {
    222   color: #69c;
    223 }
     220
     221
     222
     223
    224224
    225225A:hover {
     
    293293a.PWG:hover .P { color : #69c; }
    294294a.PWG:hover .G { color : #f92; }
    295 #menubar DT {
    296     border-top: 1px solid #eef;
    297     border-right: 1px solid #69c;
    298     border-bottom: 1px solid #69c;
    299     border-bottom-right-radius: 12px;
    300    -moz-border-radius-bottomright: 12px;
    301     box-shadow: 5px 5px #69c;
    302 }
     295
     296
     297
     298
     299
     300
     301
     302
    303303.statBar { background-color: #e60; }
    304304#imageToolBar .randomButtons a:hover,
     
    328328}
    329329body#theAdminPage #content, #theAdminPage #the_page .content { /*default-layout.cs... (line 1)*/
    330 list-style-type:none; padding: 0pt;
     330list-style-type:none; padding: 0px;
    331331 /*default-layout.cs... (line 23) */
    332 margin: 0pt 0pt 0pt 200px; background: transparent url(images/content-bg.png)
    333   repeat-y scroll right top;}
     332margin: 0px 0px 0px 200px; background-color: transparent;}
     333
    334334#theAdminPage #menubar ul { list-style-image:url(images/list-image.png); }
    335335#theAdminPage #menubar ul:hover { list-style-image:url(images/list-hover.png); }
     
    347347}
    348348#the_page { /*theme.css (line 235) */
    349 border:0; display:block; margin:0px; padding-bottom:10px;
    350 padding-top:0px; text-align:center;
     349border:0; display:block; margin:0px; padding-bottom:0px;
     350padding-top:0px; text-align:center; min-height: 100%; position:relative;
    351351}
    352352.pwgmenu { /* default-layout.cs... (line 136) */
    353353background:transparent none repeat scroll 0%;
    354354display:table; font-family:verdana,arial,helvetica,sans-serif;
    355 font-size:70%; line-height:1.1em; list-style-image:none;
     355font-size: 8px; line-height:1.1em; list-style-image:none;
    356356list-style-type:none; margin:1px 8px 1px auto;
    357357padding:3px; position:relative;
     
    370370width:9em !important;
    371371}
    372 #theAdminPage #menubar dt { /*theme.css (line 295)*/
    373 -moz-border-radius-bottomright:0px;
    374 border-bottom:0;
    375 border-right:0;
    376 border-top:0px solid #222;
    377 background-color: transparent;
    378 }
     372
     373
     374
     375
     376
     377
     378
    379379#theAdminPage #menubar dt.pre-menubar {
    380380background:transparent none no-repeat scroll left top;
     
    385385float:right;
    386386font-family:verdana,arial,helvetica,sans-serif;
    387 font-size:70%;
     387font-size:8px;
    388388line-height:1.1em;
    389389list-style-image:none;
    390390list-style-type:none;
    391 margin:1px 8px 1px 0pt;
     391margin:1px 8px 1px 0px;
    392392padding:3px 3px 3px 101px;
    393393text-decoration:none; top:-35px;
     
    396396.pwgmenu li { /*default-layout.cs... (line 151)*/
    397397float:left;
    398 margin:0;
    399 padding:0pt;
     398margin:0px;
     399padding:0px;
    400400text-align:center;
    401401width:126px !important;
     
    403403.pwgmenu a { /*theme.css (line 344)*/
    404404background:transparent url(images/onglet_inactif_transp.png) no-repeat scroll left 3px;
    405 border:0pt none;
     405border:0px none;
    406406color:#FF3333;
    407407display:block;
    408 font-size:40%; height:33px;
    409 padding:3px 0pt 5px 10pt; text-align:left;
     408font-size:8px; height:33px;
     409padding:3px 0px 5px 13px; text-align:left;
    410410text-decoration:none; width:126px !important;
    411411}
     
    415415#content h2:before, #content h2:after,
    416416#menubar DT:before, #menubar DT:after { content: ""; }
    417 #theHeader h1 { /*theme.css (line 345) */ color:#202127; }
     417#theHeader h1 { /*theme.css (line 345) */ color:#441100; }
    418418#content h2 { /*theme.css (line 100)*/
    419419letter-spacing:0.1em; margin-right:45px; text-align:right; color: #777777;
     
    429429#theAdminPage #the_page { /*theme.css (line 73)*/
    430430background:transparent url(images/bottom-left-bg.png) no-repeat fixed left bottom; }
    431 #the_page { /*theme.css (line 348)*/ padding-bottom:30px;}
     431#the_page { /*theme.css (line 348)*/ padding-bottom:0px;}
    432432#content, .content {background-color:transparent;}
    433433body#theAdminPage #menubar {  /* theme.css (line 324) */
    434 background:transparent none repeat-y scroll right top; border-bottom:0px; margin-top:150px;}
     434background:transparent none repeat-y scroll right top; border-bottom:0px; margin-top:110px;
     435float: none; position: absolute; left: 0px; top: 160px;}
    435436#theAdminPage #the_page #content, #theAdminPage #the_page .content { /*theme.css (line 91)*/
    436437background-color:transparent; border-width:0px; padding:5px 35px 5px 5px; }
     
    441442margin:14px; padding:5px 0px 0px; position:absolute; right:31px;
    442443text-align:center; top:96px; width:502px; }
     444#theAdminPage #menubar dl {/*theme.css (line 372)*/
     445background:transparent url(images/menubar-top.png) no-repeat scroll left top; width: 198px;
     446border:0;     box-shadow: none;
     447}
    443448#theAdminPage #menubar dl.selected {/*theme.css (line 372)*/
    444449background:transparent url(images/menubar-top.png) no-repeat scroll left top;
    445 }
    446 #theAdminPage #menubar dl {/*theme.css (line 372)*/
    447 background:transparent url(images/menubar-top.png) no-repeat scroll left top; width: 198px;
    448450}
    449451#theAdminPage #menubar dt { background: none; left:10px; position:relative; text-align:left; top:-10px;}
     
    451453margin: 0px 0px 0px 4px; padding: 0px;}
    452454span.bg { background-color: #111111; padding-right: 3px; }
     455html, body {
     456height:100%;
     457}
     458ul.tabsheet li.normal_tab, ul.tabsheet li.selected_tab {
     459background: transparent none repeat-x top left;
     460border:0; }
     461ul.tabsheet { border:0;
     462background: transparent url(images/internal_onglet.png) repeat-x bottom left; }
     463ul.tabsheet a { border:0; font-size: 12px;
     464font-family: verdana,arial,helvetica,sans-serif; line-height: 14px;  }
     465ul.tabsheet li.selected_tab > a {  color: #ff3333; }
     466ul.tabsheet, ul.tabsheet li { border-bottom: #eee solid 1px; }
     467ul.tabsheet li.selected_tab {
     468font-weight:bold; padding-top:0px; position:relative; top:0px; }
  • trunk/template/yoga/theme/admin/themeconf.inc.php

    r2328 r2332  
    1414      case 'cat_list':
    1515      case 'cat_modify':
     16      case 'cat_move':
     17      case 'cat_options':     
    1618      case 'element_set':
    1719      case 'cat_perm':
     20      case 'permalinks':
    1821      case 'picture_modify':
    1922        if (isset($_GET['cat']) and $_GET['cat']='caddie') {
     
    3437      case 'maintenance':
    3538      case 'advanced_feature':
    36       case 'wd_checker':
     39      case 'ws_checker':
    3740      case 'plugins_list':
    3841      case 'plugin':
Note: See TracChangeset for help on using the changeset viewer.