Changeset 7591 for extensions/yoga
- Timestamp:
- Nov 3, 2010, 11:02:43 AM (14 years ago)
- Location:
- extensions/yoga/KoffeeTux
- Files:
-
- 20 added
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/yoga/KoffeeTux/menu.css
r4695 r7591 1 1 2 2 #menu { 3 background: url(im g/menu.jpg) no-repeat center bottom;3 background: url(images/menu.jpg) no-repeat center bottom; 4 4 height: 34px; 5 5 line-height:34px; -
extensions/yoga/KoffeeTux/theme.css
r4695 r7591 4 4 5 5 body { 6 background:#BF9D61 url(im g/bg.png) repeat-x top;6 background:#BF9D61 url(images/bg.png) repeat-x top; 7 7 font-size:0.7em; 8 8 font-family: Verdana,arial,Helvetica,sans-serif; … … 39 39 -moz-border-radius-bottomleft:12px; 40 40 -moz-border-radius-bottomright:12px; 41 background:#aE9161 url(im g/form.png) repeat-x scroll center top;41 background:#aE9161 url(images/form.png) repeat-x scroll center top; 42 42 border:1px solid #552200; 43 43 color:#552200; … … 79 79 .right { float: right; } 80 80 81 img{ border:4px double #552200;}81 img{} 82 82 83 83 img.title{ border:none; } … … 102 102 -------------------------------------------------------- */ 103 103 #theHeader { 104 background: transparent url(im g/header.png) no-repeat center bottom;104 background: transparent url(images/header.png) no-repeat center bottom; 105 105 height:211px; 106 106 margin: 0 auto; … … 235 235 -khtml-border-radius:12px; 236 236 -webkit-border-radius:12px; 237 background: transparent url(im g/content_index.png) no-repeat center top;237 background: transparent url(images/content_index.png) no-repeat center top; 238 238 } 239 239 #comments ul.thumbnailCategories li { margin: 5px auto; } … … 250 250 .content ul.thumbnails span.wrap2{ width: 172px; height:184px; } 251 251 .content div.thumbnailCategory div.description { height: 100px; } /* max thumbnail height + 2px */ 252 .content div.thumbnailCategory div.illustration img { height: 96px; } 252 .content div.thumbnailCategory div.illustration img { height:96px; width:128px; border:4px double #552200;} 253 .content div.thumbnailCategory div.illustration img:hover { border:4px double #000000; background-color: #FFFFFF; } 253 254 .content div.thumbnailCategory div.illustration a:hover { border:0; } 254 255 … … 259 260 260 261 /*.content ul.thumbnails span.wrap1 { margin: 0 10px; }*/ 261 .content ul.thumbnails span.wrap2 img { padding: 5px; border: 1px solid #552200; background-color: #FFFFFF;}262 .content ul.thumbnails span.wrap2 img:hover { border-color: #848484; background-color: #FFFFFF; }262 .content ul.thumbnails span.wrap2 img { padding: 2px; border: 1px solid #552200; } 263 .content ul.thumbnails span.wrap2 img:hover { border-color: #848484; background-color: #FFFFFF; } 263 264 264 265 .content ul.thumbnails li.thumbCat span.wrap2 { border-style: hidden; background-color: #552200; } … … 269 270 -khtml-border-radius:12px; 270 271 -webkit-border-radius:12px; 271 background: transparent url(im g/backthumb.png) no-repeat center top;272 background: transparent url(images/backthumb.png) no-repeat center top; 272 273 border:1px solid #552200; 273 274 display:inline-block; … … 361 362 362 363 /* positioning */ 363 #menubar li { position: relative; background:transparent url(im g/cat.png) no-repeat; margin-left:5px;}364 #menubar li { position: relative; background:transparent url(images/cat.png) no-repeat; margin-left:5px;} 364 365 #menubar dd { position: absolute; z-index: 500;} 365 366 #menubar dd ul ul { … … 402 403 403 404 #menubar dd{ 404 background:#CBAF77 url(im g/bgmenu.png) repeat-y scroll 0 0;405 background:#CBAF77 url(images/bgmenu.png) repeat-y scroll 0 0; 405 406 border:1px solid #552200; 406 407 color:#552200; … … 527 528 -------------------------------------------------------- */ 528 529 #copyright { 529 background:transparent url(im g/footer.png) repeat-x scroll 0 0;530 background:transparent url(images/footer.png) repeat-x scroll 0 0; 530 531 clear:both; 531 532 font-weight:bold; … … 562 563 -moz-border-radius-topleft:12px; 563 564 -moz-border-radius-topright:12px; 564 background:#B1E2AD url(im g/infos.png) no-repeat scroll right top;565 background:#B1E2AD url(images/infos.png) no-repeat scroll right top; 565 566 border:1px solid #552200; 566 567 color:#09460E; … … 579 580 margin: 5px; 580 581 border: 1px solid #552200; 581 background:#FF9193 url(im g/errors.png)no-repeat top right;582 background:#FF9193 url(images/errors.png)no-repeat top right; 582 583 padding: 10px 50px 10px 10px; 583 584 min-height:30px; … … 589 590 -moz-border-radius-topleft:12px; 590 591 -moz-border-radius-topright:12px; 591 background:#AE9161 url(im g/form.png) repeat-x scroll center top;592 background:#AE9161 url(images/form.png) repeat-x scroll center top; 592 593 border:1px solid #552200; 593 594 font-size:0.85em; … … 609 610 -moz-border-radius-topleft:12px; 610 611 -moz-border-radius-topright:12px; 611 background:transparent url(im g/content.png) no-repeat scroll center top;612 background:transparent url(images/content.png) no-repeat scroll center top; 612 613 border:1px solid #552200; 613 614 } … … 655 656 -moz-border-radius-topleft:5px; 656 657 -moz-border-radius-topright:5px; 657 background:#DCBC7F url(im g/form.png) repeat-x scroll 0 0;658 background:#DCBC7F url(images/form.png) repeat-x scroll 0 0; 658 659 border-color:#913B01 #552200 #552200; 659 660 border-style:solid; … … 671 672 -moz-border-radius-topleft:5px; 672 673 -moz-border-radius-topright:5px; 673 background:transparent url(im g/form.png) repeat-x scroll 0 0;674 background:transparent url(images/form.png) repeat-x scroll 0 0; 674 675 border:1px solid #552200; 675 676 color:#E10000; -
extensions/yoga/KoffeeTux/themeconf.inc.php
r4990 r7591 1 1 <?php 2 2 $themeconf = array( 3 'template' => 'yoga', 4 'template_dir' => 'template/yoga', 5 'theme' => 'KoffeeTux', 6 'icon_dir' => PHPWG_ROOT_PATH.'template/yoga/theme/KoffeeTux/icon', 7 'admin_icon_dir' => 'template/yoga/icon/admin', 8 'mime_icon_dir' => PHPWG_ROOT_PATH.'template/yoga/icon/mimetypes/', 3 'name' => 'KoffeeTux', 4 'parent' => 'default', 5 'template_dir' => 'themes', 6 'icon_dir' => 'themes/KoffeeTux/icon', 9 7 'local_head' => '<!--[if lt IE 7]> 10 <link rel="stylesheet" type="text/css" href="'.PHPWG_ROOT_PATH.'t emplate/yoga/theme/KoffeeTux/fix-ie5-ie6.css">8 <link rel="stylesheet" type="text/css" href="'.PHPWG_ROOT_PATH.'themes/KoffeeTux/fix-ie5-ie6.css"> 11 9 <![endif]-->' 12 10 ); 13 11 $lang['Theme: KoffeeTux'] = 'Thème KoffeeTux By Swan.'; 14 15 12 if (!function_exists('set_koffeetux_prefilter')) 16 13 { … … 27 24 { 28 25 $pattern = '#<dt>.*?</dt>#s'; 29 $replacement = '<dt><img class="title" border="0" src="'.PHPWG_ROOT_PATH.'t emplate/yoga/theme/KoffeeTux/img/{$id}.png" width="52" height="72"></dt>';26 $replacement = '<dt><img class="title" border="0" src="'.PHPWG_ROOT_PATH.'themes/KoffeeTux/images/{$id}.png" width="52" height="72"></dt>'; 30 27 31 28 return preg_replace($pattern, $replacement, $source); 32 29 } 33 30 } 34 31 ?>
Note: See TracChangeset
for help on using the changeset viewer.