Ignore:
Timestamp:
Jun 1, 2008, 9:19:46 PM (16 years ago)
Author:
vdigital
Message:

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

Location:
trunk/template/yoga/theme/admin
Files:
1 added
5 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/theme/admin/theme.css

    r2352 r2381  
    6767  padding: 0px;
    6868}
    69 H3, #imageToolBar A:hover, .row1, .tabsheet li {
     69H3, #imageToolBar A:hover, .row1 {
    7070  background-color: #222;
    7171}
    72 #theAdminPage h2, #theAdminPage h3 { border-bottom: 1px solid #69c; }
     72#theAdminPage h2, #theAdminPage h3 { color: #777; }
    7373#imageHeaderBar, #theAdminPage #the_page {
    7474  background-color: transparent;
     
    8989  padding: 5px;
    9090}
    91 #theAdminPage #the_page .content {
    92   background-color: transparent;
    93   border-width: 0px;
    94   padding: 5px;
    95 }
    96 H2, #menubar DT, .throw, TD H3, #theAdminPage H3 {
    97   background-image: url(images/tableh1_bg.png);
     91
     92
     93
     94
     95
     96H2, .throw, TD H3, #theAdminPage H3 {
     97  background-image: url(images/fillet.png);
    9898  background-repeat: repeat-x;
    9999}
     
    188188.content DIV.comment  A.illustration IMG,
    189189.content DIV.thumbnailCategory {
    190   border: 1px solid gray;
     190  border: 1px solid #333;
    191191}
    192192.content DIV.thumbnailCategory {
     
    242242}
    243243#copyright {
    244   color: #69c;
     244color:#777;
     245margin:60px 0px;
     246text-align:center;
    245247}
    246248
     
    281283.virtual_cat { background: #222 !important; }
    282284
    283 .PWG {
     285.Piwigo {
    284286  font-family: verdana, arial, helvetica, sans-serif !important;
    285287  font-size: 0.9em;
     
    287289  letter-spacing: 0px;
    288290}
    289 a.PWG { border: 0px; }
    290 a.PWG .P { color : #f92; }
    291 a.PWG .W { color : #aaa; }
    292 a.PWG .G { color : #69c; }
    293 a.PWG:hover .P { color : #69c; }
    294 a.PWG:hover .G { color : #f92; }
     291a.Piwigo { border: 0px; color : #f36; text-decoration: none; border: 0px; color: #f36; }
     292
    295293
    296294
     
    308306h2.showtitle, #theImage p.showlegend { display: none }
    309307* { outline-width: 0px; }
    310 ul.tabsheet, ul.tabsheet li {
    311   border-color: #69c;
    312 }
    313 ul.tabsheet li.normal_tab {
    314   background-image: url(images/tableh1_bg.png);
    315   background-repeat: repeat-x;
    316 }
     308
     309
     310
     311
     312
     313
     314
     315
    317316ul.tabsheet li.normal_tab:hover { border-color: #f92 }
    318 ul.tabsheet li {
    319   -moz-border-radius: 0px 0px 3px 3px;
    320   border-radius:  0px 0px 12px 12px;
    321   -webkit-border-radius: 0px 0px 3px 3px;
    322 }
     317
     318
     319
     320
     321
    323322/* New in 1.8 : Special Admin */
    324323body#theAdminPage #menubar {
     
    327326  border-bottom: #ccc ridge 2px; width:13.5em; padding: 0; margin: 0;
    328327}
    329 body#theAdminPage .content { /*default-layout.cs... (line 1)*/
    330 list-style-type:none; padding: 0px;
    331  /*default-layout.cs... (line 23) */
    332 margin: 0px 0px 0px 200px; background-color: transparent;}
    333 
    334 #theAdminPage #menubar ul { list-style-image:url(images/list-image.png); }
    335 #theAdminPage #menubar ul:hover { list-style-image:url(images/list-hover.png); }
     328
     329
     330
     331
     332
     333#theAdminPage #menubar ul { color: #333; margin:9px 0pt 3px 9px; }
     334#theAdminPage #menubar ul:hover { color: #850; }
     335#theAdminPage #menubar li:hover { color: #F36; }
     336#theAdminPage #menubar li { margin: 0px 0px 0px 6px; }
    336337a, input.rateButton, legend { color:#777; }
    337 #menubar a { border-bottom:0; text-decoration:none; font-style: italic;}
     338#menubar a { border-bottom:0; text-decoration:none; font-size: 11px; }
    338339body#theAdminPage #theHeader {
    339   background:transparent url(images/piwigo_logo_sombre_214x100.png) no-repeat 230px top; height:105px;
     340  background:transparent url(images/piwigo_logo_sombre_214x100.png) no-repeat scroll 245px top; height:105px;
    340341}
    341342body#theAdminPage #post-header {
    342   background-color: transparent;
     343  background-color: transparent; display:none;
    343344  width: 60%; height: 4px; margin-left:40%;
    344345}
     
    350351padding-top:0px; text-align:center; min-height: 100%; position:relative;
    351352}
    352 .pwgmenu { /* default-layout.cs... (line 136) */
    353 background:transparent none repeat scroll 0%;
    354 display:table; font-family:verdana,arial,helvetica,sans-serif;
    355 font-size: 8px; line-height:1.1em; list-style-image:none;
    356 list-style-type:none; margin:1px 8px 1px auto;
    357 padding:3px; position:relative;
    358 text-decoration:none; top:-100px;
    359 white-space:nowrap; width:66em;
    360 }
    361 .pwgmenu a { /* default-layout.cs... (line 159) */
    362 background:#f36 none repeat scroll 0%;
    363 border:1px solid #FFFFFF;
    364 color:white;
    365 display:block;
    366 font-weight:bold;
    367 padding:4px 8px;
    368 text-align:center;
    369 text-decoration:none;
    370 width:9em !important;
    371 }
     353
     354
     355
     356
     357
     358
     359
     360
     361
     362
     363
     364
     365
     366
     367
     368
     369
     370
     371
     372
    372373
    373374
     
    381382height: 22px; overflow: hidden; margin: 0px;
    382383}
    383 .pwgmenu { /*theme.css (line 335)*/
    384 background:transparent url(images/header_bottom.png) repeat-x scroll left 25px;
    385 float:right;
    386 font-family:verdana,arial,helvetica,sans-serif;
    387 font-size:8px;
    388 line-height:1.1em;
    389 list-style-image:none;
    390 list-style-type:none;
    391 margin:1px 8px 1px 0px;
    392 padding:3px 3px 3px 101px;
    393 text-decoration:none; top:-35px;
    394 width:587px;
    395 }
    396 .pwgmenu li { /*default-layout.cs... (line 151)*/
    397 float:left;
    398 margin:0px;
    399 padding:0px;
    400 text-align:center;
    401 width:126px !important;
    402 }
    403 .pwgmenu a { /*theme.css (line 344)*/
    404 background:transparent url(images/onglet_inactif_transp.png) no-repeat scroll left 3px;
    405 border:0px none;
    406 color:#FF3333;
    407 display:block;
    408 font-size:8px; height:33px;
    409 padding:3px 0px 5px 13px; text-align:left;
    410 text-decoration:none; width:126px !important;
    411 }
    412 .pwgmenu a:hover { /*theme.css (line 344)*/
    413 background:transparent url(images/onglet_actif_transp.png) no-repeat scroll left 2px;
    414 color: #ff7700; }
     384.pwgmenu { display:none; }
    415385.content h2:before, .content h2:after,
    416386#menubar DT:before, #menubar DT:after { content: ""; }
    417 #theHeader h1 { /*theme.css (line 345) */ color:#441100; }
     387#theHeader h1 { /*theme.css (line 345) */ color:#441100; display:none;}
    418388.content h2 { /*theme.css (line 100)*/
    419389letter-spacing:0.1em; margin-right:45px; text-align:right; color: #777777;
     
    424394#theAdminPage h3 { /* theme.css (line 96) */
    425395background: transparent none; margin-right:30px; font-weight: lighter;}
    426 #theAdminPage h2 { /* theme.css (line 72) */ border-bottom:0px; }
     396#theAdminPage h2 { /* theme.css (line 72) */ border-bottom:0px none;
     397color:#333; display:block; font-size:36px; margin:0px; overflow:hidden;
     398position:relative; right:0px; text-align:right; top:-50px;
     399width:920px !important; }
    427400body#theAdminPage { /*theme.css (line 324) */
    428401background:#111111 url(images/top-left-bg.png) no-repeat scroll left top;}
     
    430403background:transparent url(images/bottom-left-bg.png) no-repeat fixed left bottom; }
    431404#the_page { /*theme.css (line 348)*/ padding-bottom:0px;}
    432 .content {background-color:transparent;}
     405
    433406body#theAdminPage #menubar {  /* theme.css (line 324) */
    434 background:transparent none repeat-y scroll right top; border-bottom:0px; margin-top:110px;
    435 float: none; position: absolute; left: 0px; top: 160px;}
    436 #theAdminPage #the_page .content { /*theme.css (line 91)*/
    437 background-color:transparent; border-width:0px; padding:5px 35px 5px 5px; }
    438 body#theAdminPage #menubar dl.selected dd { padding-bottom: 145px; }
     407background:transparent url(images/admin_v2_menuBox-bottom.png) no-repeat scroll left bottom;
     408border-bottom:0px none; float:none; left:0px; margin:100px 35px; min-height:423px;
     409position:absolute; top:0px; width:207px; }
     410#theAdminPage #the_page .content {
     411 background: #222 url(images/fillet.png) repeat-x top left; min-height: 424px;
     412 border-width:0px; padding: 0px 5px 0px 0px; list-style-type:none; margin: 0px 10px 0px 248px; }
     413
     414body#theAdminPage #menubar dl.selected dd { padding-bottom: 110px; }
     415
    439416.header_notes {/*default-colors.cs... (line 91)*/
    440417background-image:url(icon/note.png); background-position:left top;
     
    443420text-align:center; top:96px; width:502px; }
    444421#theAdminPage #menubar dl {/*theme.css (line 372)*/
    445 background:transparent url(images/menubar-top.png) no-repeat scroll left top; width: 198px;
     422background:transparent url(images/menubar-top.png) no-repeat scroll left top; width: 207px;
    446423border:0;     box-shadow: none;
    447424}
     
    449426background:transparent url(images/menubar-top.png) no-repeat scroll left top;
    450427}
    451 #theAdminPage #menubar dt { background: none; left:10px; position:relative; text-align:left; top:-10px;}
     428#theAdminPage #menubar dt { background: none; left:10px; position:relative; text-align:left; top:-15px; font-size: 14px;}
    452429#theAdminPage #menubar dd { background: transparent url(images/menubar-detail.png) repeat-y top left;
    453 margin: 0px 0px 0px 4px; padding: 0px;}
    454 span.bg { background-color: #111111; padding-right: 3px; }
     430margin: 0px; padding: 0px;}
     431span.bg { background-color: #222; padding-left: 3px; }
    455432html, body {
    456433height:100%;
    457434}
    458435ul.tabsheet li.normal_tab, ul.tabsheet li.selected_tab {
    459 background: transparent none repeat-x top left;
    460 border:0; }
    461 ul.tabsheet { border:0;
    462 background: transparent url(images/internal_onglet.png) repeat-x bottom left; }
    463 ul.tabsheet a { border:0; font-size: 12px;
     436border: 0; padding:0px; }
     437ul.tabsheet a {
     438background: transparent url(images/inactive_tab.png) no-repeat scroll left top;
     439width:145px !important;}
     440ul.tabsheet a { border:0; font-size: 8px;
    464441font-family: verdana,arial,helvetica,sans-serif; line-height: 14px;  }
    465 ul.tabsheet li.selected_tab > a {  color: #ff3333; }
    466 ul.tabsheet, ul.tabsheet li { border-bottom: #eee solid 1px; }
    467 ul.tabsheet li.selected_tab {
    468 font-weight:bold; padding-top:0px; position:relative; top:0px; }
     442
     443ul.tabsheet {
     444background-color:transparent; border:0pt none; display:table;
     445float:right; font-family:verdana,arial,helvetica,sans-serif;
     446font-size:8px; line-height:1.1em; list-style-image:none;
     447margin: 0px; padding:0px;
     448position:relative; text-decoration:none;
     449top:-2px; white-space:nowrap; width:730px; }
     450ul.tabsheet li {
     451float:right; margin:0px; padding:0px; text-align:right; overflow: hidden;
     452width:136px !important; }
     453ul.tabsheet a {
     454background:transparent url(images/inactive_tab.png) no-repeat scroll left 4px;
     455border:0px none; color:#777777; display:block; font-size:8px; text-transform:capitalize;
     456font-weight:bold; height:33px; overflow:hidden; padding:18px 30px 5px 0px;
     457text-align:right; text-decoration:none; width:122px !important; }
     458ul.tabsheet a:hover, .tabsheet li.selected_tab  a {
     459background:transparent url(images/active_tab.png) no-repeat scroll left 0px;
     460color: #F36; }
     461#menubar a { color: #555; border-bottom: 1px dotted #777;}
     462#menubar .selected a { color: #850; border-bottom: 1px dotted #a72;}
     463#menubar .selected a:hover { color: #f36; border-bottom: 1px solid #f36;}
     464fieldset#uploadConf input { margin-left:5%; width:160px; }
     465table.table2 th { padding:3px 0.8em; }
  • trunk/template/yoga/theme/admin/themeconf.inc.php

    r2356 r2381  
    2525        return 2;
    2626      case 'comments':
     27      case 'upload':
    2728      case 'thumbnail':
    2829      case 'rating':
     
    6465    jQuery(\'#menubar\').accordion({
    6566      header: "dt.rdion",
    66       event: "mouseover",
     67      event: "click",
    6768      active: '. selected_admin_menu() . '
    6869    });
Note: See TracChangeset for help on using the changeset viewer.