Changeset 7585 for extensions/yoga/Borealis/BorealisOrange
- Timestamp:
- Nov 3, 2010, 10:58:43 AM (14 years ago)
- Location:
- extensions/yoga/Borealis/BorealisOrange
- Files:
-
- 17 added
- 1 deleted
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/yoga/Borealis/BorealisOrange/menu.css
r4689 r7585 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/Borealis/BorealisOrange/theme.css
r4689 r7585 4 4 5 5 body { 6 background:#310e00 url(im g/bg.png) repeat-x scroll center top;6 background:#310e00 url(images/bg.png) repeat-x scroll center top; 7 7 font-family:Verdana,arial,Helvetica,sans-serif; 8 8 font-size:0.7em; … … 16 16 -moz-border-radius-topleft:8px; 17 17 -moz-border-radius-topright:8px; 18 background:transparent url(im g/bg_title.png) repeat-x scroll 0 0;18 background:transparent url(images/bg_title.png) repeat-x scroll 0 0; 19 19 border:1px solid #000000; 20 20 color:#000000; … … 44 44 -moz-border-radius-topleft:8px; 45 45 -moz-border-radius-topright:8px; 46 background:transparent url(im g/bg_title.png) repeat-x scroll center top;46 background:transparent url(images/bg_title.png) repeat-x scroll center top; 47 47 border:1px solid #000000; 48 48 color:#000000; … … 84 84 .right { float: right; } 85 85 86 img{ border:4px double #FFFFFF;}86 img{ } 87 87 img:hover{ border:4px double #000000; } 88 88 img.title{ border:none; } … … 110 110 margin: -2px auto; 111 111 position: relative; 112 background: transparent url(im g/global.png) repeat-y top center;112 background: transparent url(images/global.png) repeat-y top center; 113 113 } 114 114 … … 119 119 =====================================*/ 120 120 #theHeader { 121 background: transparent url(im g/header.png) no-repeat center bottom;121 background: transparent url(images/header.png) no-repeat center bottom; 122 122 height:211px; 123 123 margin: 0 auto; … … 178 178 .content div.thumbnailCategory:hover { 179 179 border:1px solid #000000; 180 background:#dfefff url(im g/content_index.png) no-repeat scroll center top;180 background:#dfefff url(images/content_index.png) no-repeat scroll center top; 181 181 } 182 182 .content ul.thumbnailCategories li { width:49.9%; } … … 258 258 -moz-border-radius-topleft:3px; 259 259 -moz-border-radius-topright:3px; 260 /*background:transparent url(im g/content.png) no-repeat scroll center top;*/260 /*background:transparent url(images/content.png) no-repeat scroll center top;*/ 261 261 border:1px solid #000000; 262 262 } … … 267 267 -moz-border-radius-topleft:12px; 268 268 -moz-border-radius-topright:12px; 269 background: transparent url(im g/content_index.png) no-repeat center top;269 background: transparent url(images/content_index.png) no-repeat center top; 270 270 border:1px solid #000000; 271 271 } 272 272 273 273 #theCommentsPage .content div.thumbnailCategory { 274 background: transparent url(im g/content_com.png) no-repeat center top;274 background: transparent url(images/content_com.png) no-repeat center top; 275 275 } 276 276 … … 288 288 .content ul.thumbnails span.wrap2{ width: 172px; height:150px; } 289 289 .content div.thumbnailCategory div.description { height: 100px; } /* max thumbnail height + 2px */ 290 .content div.thumbnailCategory div.illustration img { height:96px; width:128px; } 290 .content div.thumbnailCategory div.illustration img { height:96px; width:128px; border:4px double #FFFFFF;} 291 .content div.thumbnailCategory div.illustration img:hover { border:4px double #000000;} 291 292 .content div.thumbnailCategory div.illustration a:hover { border:0; } 292 293 … … 298 299 /*.content ul.thumbnails span.wrap1 { margin: 0 10px; }*/ 299 300 300 .content ul.thumbnails span.wrap2 img { padding: 5px; }301 .content ul.thumbnails span.wrap2 img { padding: 5px; border:4px double #FFFFFF; } 301 302 302 303 .content ul.thumbnails span.wrap2 img:hover { border-color: #000000;} … … 309 310 -khtml-border-radius:12px; 310 311 -webkit-border-radius:12px; 311 background: transparent url(im g/backthumb.png) no-repeat center top;312 background: transparent url(images/backthumb.png) no-repeat center top; 312 313 border:1px solid #000000; 313 314 display:inline-block; … … 416 417 Positionnement 417 418 =====================================*/ 418 #menubar li { position: relative; background:transparent url(im g/cat.png) no-repeat; margin-left:5px;}419 #menubar li { position: relative; background:transparent url(images/cat.png) no-repeat; margin-left:5px;} 419 420 #menubar dd { position: absolute; z-index: 500;} 420 421 #menubar dd ul ul { … … 461 462 462 463 #menubar dd{ 463 background:#e1a800 url(im g/bgmenu.png) repeat-y scroll 0 0;464 background:#e1a800 url(images/bgmenu.png) repeat-y scroll 0 0; 464 465 border:1px solid #000000; 465 466 color:#000000; … … 596 597 =====================================*/ 597 598 #copyright { 598 background:transparent url(im g/footer.png) repeat-x scroll 0 0;599 background:transparent url(images/footer.png) repeat-x scroll 0 0; 599 600 clear:both; 600 601 font-weight:bold; … … 663 664 -moz-border-radius-topleft:12px; 664 665 -moz-border-radius-topright:12px; 665 background:#B1E2AD url(im g/infos.png) no-repeat scroll right top;666 background:#B1E2AD url(images/infos.png) no-repeat scroll right top; 666 667 border:1px solid #000000; 667 668 color:#09460E; … … 680 681 margin: 5px; 681 682 border:1px solid #000000; 682 background:#FF9193 url(im g/errors.png)no-repeat top right;683 background:#FF9193 url(images/errors.png)no-repeat top right; 683 684 padding: 10px 50px 10px 10px; 684 685 min-height:30px; … … 698 699 -moz-border-radius-topleft:8px; 699 700 -moz-border-radius-topright:8px; 700 background:transparent url(im g/content.png) no-repeat center top;701 background:transparent url(images/content.png) no-repeat center top; 701 702 border:1px solid #000000; 702 703 font-size:0.85em; … … 724 725 -moz-border-radius-topleft:12px; 725 726 -moz-border-radius-topright:12px; 726 background:#AE9161 url(im g/form.png) repeat-x scroll center top;727 background:#AE9161 url(images/form.png) repeat-x scroll center top; 727 728 border:1px solid #000000; 728 729 font-size:0.85em; … … 744 745 -moz-border-radius-topleft:12px; 745 746 -moz-border-radius-topright:12px; 746 background:transparent url(im g/content.png) no-repeat scroll center top;747 background:transparent url(images/content.png) no-repeat scroll center top; 747 748 border:1px solid #000000; 748 749 } … … 783 784 -moz-border-radius-topleft:5px; 784 785 -moz-border-radius-topright:5px; 785 background:#A9CEE9 url(im g/form.png) repeat-x scroll 0 0;786 background:#A9CEE9 url(images/form.png) repeat-x scroll 0 0; 786 787 border:1px solid #000000; 787 788 color:#000000; … … 797 798 -moz-border-radius-topleft:5px; 798 799 -moz-border-radius-topright:5px; 799 background:#A9CEE9 url(im g/form.png) repeat-x scroll 0 0;800 background:#A9CEE9 url(images/form.png) repeat-x scroll 0 0; 800 801 border:1px solid #000000; 801 802 color:#E10000; … … 812 813 -moz-border-radius-topleft:12px; 813 814 -moz-border-radius-topright:12px; 814 background:#FFFFFF url(im g/form.png) repeat-x scroll 0 0;815 background:#FFFFFF url(images/form.png) repeat-x scroll 0 0; 815 816 border:1px solid #000000; 816 817 color:#000000; -
extensions/yoga/Borealis/BorealisOrange/themeconf.inc.php
r4689 r7585 1 1 <?php 2 2 $themeconf = array( 3 'template' => 'yoga', 4 'template_dir' => 'template/yoga', 5 'theme' => 'BorealisOrange', 6 'icon_dir' => PHPWG_ROOT_PATH.'template/yoga/theme/BorealisOrange/icon', 7 'admin_icon_dir' => 'template/yoga/icon/admin', 8 'mime_icon_dir' => PHPWG_ROOT_PATH.'template/yoga/icon/mimetypes/', 3 'name' => 'BorealisOrange', 4 'parent' => 'default', 5 'template_dir' => 'themes', 6 'icon_dir' => 'themes/BorealisOrange/icon', 9 7 'local_head' => '<!--[if lt IE 7]> 10 <link rel="stylesheet" type="text/css" href="'.PHPWG_ROOT_PATH.'t emplate/yoga/theme/BorealisOrange/fix-ie5-ie6.css">8 <link rel="stylesheet" type="text/css" href="'.PHPWG_ROOT_PATH.'themes/BorealisOrange/fix-ie5-ie6.css"> 11 9 <![endif]-->' 12 10 );
Note: See TracChangeset
for help on using the changeset viewer.