Changeset 6032 for main/waeup.sirp/trunk/src/waeup/sirp/browser/static
- Timestamp:
- 9 May 2011, 10:39:36 (14 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/browser/static
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/static/waeup-base.css
r6028 r6032 1 1 /* This is the base stylesheet for WAeUP SIRP. It defines base styles 2 additionally or modifying yuiapp.css styles . For themes, please create2 additionally or modifying yuiapp.css styles and yuirfg.css. For themes, please create 3 3 a stylesheet overriding values set here in a file named 4 'waeuptheme-<SOME-NAME>.css' and include it in sitelayout.pt5 template. */4 'waeuptheme-<SOME-NAME>.css' and include a utility and a resource in theming.py 5 and resources.py respectively. */ 6 6 7 7 #hd { background-color:#5D0265; } 8 8 .block .hd { background-color:#5D0265; color:#fff; border-bottom:10px solid #262626; } 9 .block .bd h2 { color:#5D0265; } 10 .block .bd h3 { color:#5D0265; } 9 .block .bd h1 { font-size:153.9%; color:green; margin-bottom:0.5em;} 10 .block .bd h2 { font-size:153.9%; color:#5D0265; margin-bottom:0.5em;} 11 .block .bd h3 { font-size:153.9%; color:#5D0265; margin-bottom:0.5em;} 11 12 .spaces .hd { background-color:transparent; } 12 13 .spaces .hd ul li { background-color:#5D0265; } … … 20 21 padding: 3px; 21 22 margin-bottom: 1.3em 23 } 24 25 /* Define different styles for headlines in rendered restrucrured text */ 26 27 #h1 h1 { 28 font-size:130%; 29 } 30 31 #h2 h2 { 32 font-size:100%; 33 } 34 35 #h3 h3 { 36 font-size:100%; 37 } 38 39 40 #h4 h4 { 41 font-size:100%; 22 42 } 23 43 … … 43 63 margin-top: -18px; 44 64 margin-bottom: 18px; 45 }46 47 /* Form headers */48 #yui-main h1 {49 color: #555;50 font-size: 140%;51 65 } 52 66 -
main/waeup.sirp/trunk/src/waeup/sirp/browser/static/waeuptheme-gray1.css
r6026 r6032 28 28 #hd { background-color:#232C30;} 29 29 .block .hd { background-color:#456; color:#fff; } 30 .block .bd h1 { color:#456; } 30 31 .block .bd h2 { color:#456; } 31 32 .block .bd h3 { color:#456; } -
main/waeup.sirp/trunk/src/waeup/sirp/browser/static/waeuptheme-red1.css
r6028 r6032 6 6 #hd { background-color:#840000; } 7 7 .block .hd { background-color:#840000; color:#fff; border-bottom:10px solid #262626; } 8 .block .bd h1 { color:#840000; } 8 9 .block .bd h2 { color:#840000; } 9 10 .block .bd h3 { color:#840000; }
Note: See TracChangeset for help on using the changeset viewer.