Changeset 2381 for trunk/template/yoga/theme
- Timestamp:
- Jun 1, 2008, 9:19:46 PM (16 years ago)
- 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 67 67 padding: 0px; 68 68 } 69 H3, #imageToolBar A:hover, .row1 , .tabsheet li{69 H3, #imageToolBar A:hover, .row1 { 70 70 background-color: #222; 71 71 } 72 #theAdminPage h2, #theAdminPage h3 { border-bottom: 1px solid #69c; }72 #theAdminPage h2, #theAdminPage h3 { color: #777; } 73 73 #imageHeaderBar, #theAdminPage #the_page { 74 74 background-color: transparent; … … 89 89 padding: 5px; 90 90 } 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 96 H2, .throw, TD H3, #theAdminPage H3 { 97 background-image: url(images/fillet.png); 98 98 background-repeat: repeat-x; 99 99 } … … 188 188 .content DIV.comment A.illustration IMG, 189 189 .content DIV.thumbnailCategory { 190 border: 1px solid gray;190 border: 1px solid #333; 191 191 } 192 192 .content DIV.thumbnailCategory { … … 242 242 } 243 243 #copyright { 244 color: #69c; 244 color:#777; 245 margin:60px 0px; 246 text-align:center; 245 247 } 246 248 … … 281 283 .virtual_cat { background: #222 !important; } 282 284 283 .P WG{285 .Piwigo { 284 286 font-family: verdana, arial, helvetica, sans-serif !important; 285 287 font-size: 0.9em; … … 287 289 letter-spacing: 0px; 288 290 } 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; } 291 a.Piwigo { border: 0px; color : #f36; text-decoration: none; border: 0px; color: #f36; } 292 295 293 296 294 … … 308 306 h2.showtitle, #theImage p.showlegend { display: none } 309 307 * { 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 317 316 ul.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 323 322 /* New in 1.8 : Special Admin */ 324 323 body#theAdminPage #menubar { … … 327 326 border-bottom: #ccc ridge 2px; width:13.5em; padding: 0; margin: 0; 328 327 } 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; } 336 337 a, input.rateButton, legend { color:#777; } 337 #menubar a { border-bottom:0; text-decoration:none; font-s tyle: italic;}338 #menubar a { border-bottom:0; text-decoration:none; font-size: 11px; } 338 339 body#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; 340 341 } 341 342 body#theAdminPage #post-header { 342 background-color: transparent; 343 background-color: transparent; display:none; 343 344 width: 60%; height: 4px; margin-left:40%; 344 345 } … … 350 351 padding-top:0px; text-align:center; min-height: 100%; position:relative; 351 352 } 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 372 373 373 374 … … 381 382 height: 22px; overflow: hidden; margin: 0px; 382 383 } 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; } 415 385 .content h2:before, .content h2:after, 416 386 #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;} 418 388 .content h2 { /*theme.css (line 100)*/ 419 389 letter-spacing:0.1em; margin-right:45px; text-align:right; color: #777777; … … 424 394 #theAdminPage h3 { /* theme.css (line 96) */ 425 395 background: 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; 397 color:#333; display:block; font-size:36px; margin:0px; overflow:hidden; 398 position:relative; right:0px; text-align:right; top:-50px; 399 width:920px !important; } 427 400 body#theAdminPage { /*theme.css (line 324) */ 428 401 background:#111111 url(images/top-left-bg.png) no-repeat scroll left top;} … … 430 403 background:transparent url(images/bottom-left-bg.png) no-repeat fixed left bottom; } 431 404 #the_page { /*theme.css (line 348)*/ padding-bottom:0px;} 432 .content {background-color:transparent;} 405 433 406 body#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; } 407 background:transparent url(images/admin_v2_menuBox-bottom.png) no-repeat scroll left bottom; 408 border-bottom:0px none; float:none; left:0px; margin:100px 35px; min-height:423px; 409 position: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 414 body#theAdminPage #menubar dl.selected dd { padding-bottom: 110px; } 415 439 416 .header_notes {/*default-colors.cs... (line 91)*/ 440 417 background-image:url(icon/note.png); background-position:left top; … … 443 420 text-align:center; top:96px; width:502px; } 444 421 #theAdminPage #menubar dl {/*theme.css (line 372)*/ 445 background:transparent url(images/menubar-top.png) no-repeat scroll left top; width: 198px;422 background:transparent url(images/menubar-top.png) no-repeat scroll left top; width: 207px; 446 423 border:0; box-shadow: none; 447 424 } … … 449 426 background:transparent url(images/menubar-top.png) no-repeat scroll left top; 450 427 } 451 #theAdminPage #menubar dt { background: none; left:10px; position:relative; text-align:left; top:-1 0px;}428 #theAdminPage #menubar dt { background: none; left:10px; position:relative; text-align:left; top:-15px; font-size: 14px;} 452 429 #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; }430 margin: 0px; padding: 0px;} 431 span.bg { background-color: #222; padding-left: 3px; } 455 432 html, body { 456 433 height:100%; 457 434 } 458 435 ul.tabsheet li.normal_tab, ul.tabsheet li.selected_tab { 459 b ackground: 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;436 border: 0; padding:0px; } 437 ul.tabsheet a { 438 background: transparent url(images/inactive_tab.png) no-repeat scroll left top; 439 width:145px !important;} 440 ul.tabsheet a { border:0; font-size: 8px; 464 441 font-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 443 ul.tabsheet { 444 background-color:transparent; border:0pt none; display:table; 445 float:right; font-family:verdana,arial,helvetica,sans-serif; 446 font-size:8px; line-height:1.1em; list-style-image:none; 447 margin: 0px; padding:0px; 448 position:relative; text-decoration:none; 449 top:-2px; white-space:nowrap; width:730px; } 450 ul.tabsheet li { 451 float:right; margin:0px; padding:0px; text-align:right; overflow: hidden; 452 width:136px !important; } 453 ul.tabsheet a { 454 background:transparent url(images/inactive_tab.png) no-repeat scroll left 4px; 455 border:0px none; color:#777777; display:block; font-size:8px; text-transform:capitalize; 456 font-weight:bold; height:33px; overflow:hidden; padding:18px 30px 5px 0px; 457 text-align:right; text-decoration:none; width:122px !important; } 458 ul.tabsheet a:hover, .tabsheet li.selected_tab a { 459 background:transparent url(images/active_tab.png) no-repeat scroll left 0px; 460 color: #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;} 464 fieldset#uploadConf input { margin-left:5%; width:160px; } 465 table.table2 th { padding:3px 0.8em; } -
trunk/template/yoga/theme/admin/themeconf.inc.php
r2356 r2381 25 25 return 2; 26 26 case 'comments': 27 case 'upload': 27 28 case 'thumbnail': 28 29 case 'rating': … … 64 65 jQuery(\'#menubar\').accordion({ 65 66 header: "dt.rdion", 66 event: " mouseover",67 event: "click", 67 68 active: '. selected_admin_menu() . ' 68 69 });
Note: See TracChangeset
for help on using the changeset viewer.