- Timestamp:
- 22 May 2011, 05:40:22 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/static/yuiapp.css
r6031 r6186 1 1 html, body { background-color:#f0f0ee; color:#222; } 2 2 3 3 /* Make the page full bleed */ 4 4 #doc3 { margin:0; } 5 5 6 6 /* Header */ 7 7 #hd { padding:1.2em 1.5em 0 1.5em; background-color:#7a1818; } 8 8 h1 { font-size:230%; color:#fff; } 9 9 10 10 #navigation { margin-top:1.5em; background-color:#262626; height:1%; } 11 11 #navigation li { float:left; display:inline; } 12 12 #navigation li a { display:block; color:#fff; text-decoration:none; } 13 13 #navigation li a:hover { text-decoration:underline; } 14 14 15 15 #primary-navigation li a { font-size:116%; padding:0.4em 1em; } 16 16 #primary-navigation li.active a { background-color:#f0f0ee; color:#000; } 17 17 18 18 #user-navigation { float:right; } 19 19 #user-navigation li a { font-size:93%; padding:0.5em 1em; } 20 20 21 21 /* Body */ 22 22 #bd { padding:1.5em; } 23 23 h2 { font-size:153.9%; margin-bottom:0.5em; } 24 24 h3 { font-size:153.9%; margin-bottom:0.5em; } 25 25 26 26 /* Basic block */ 27 27 .block { margin-bottom:1.5em; } 28 .block .hd { background-color:#7a1818; padding:0.7em 1em; color:#fff; border-bottom:10px solid #262626; } 28 .block .hd { background-color:#7a1818; padding:0.7em 1em; color:#fff; 29 border-bottom:10px solid #262626; } 29 30 .block .hd h2, .block .hd h3 { font-size:100%; margin-bottom:0; } 30 31 .block .bd { padding:1em; background-color:#fff; } … … 32 33 .block .bd h2 { color:#7a1818; } 33 34 .block .bd h3 { color:#7a1818; } 34 35 35 36 /* Extend block with tabs */ 36 37 .tabs .hd { padding:0; } 37 38 .tabs .hd ul { height:1%; } 38 39 .tabs .hd ul li { float:left; } 39 .tabs .hd ul li a { display:block; color:#fff; text-decoration:none; padding:0.5em 1em; } 40 .tabs .hd ul li a { display:block; color:#fff; text-decoration:none; 41 padding:0.5em 1em; } 40 42 .tabs .hd ul li a:hover { background-color:#470E0E; } 41 .tabs .hd ul li.active a { background-color:#262626 !important; color:#fff; text-decoration:none; } /* important! fixes IE cascade issue */ 42 .tabs .hd h2, .tabs .hd h3 { position:absolute; margin-left:-5000px; } /* Hidden SEO Header if needed */ 43 43 .tabs .hd ul li.active a { background-color:#262626 !important; color:#fff; 44 text-decoration:none; } /* important! fixes IE cascade issue */ 45 .tabs .hd h2, .tabs .hd h3 { position:absolute; 46 margin-left:-5000px; } /* Hidden SEO Header if needed */ 47 44 48 /* Extend tab block with spaced tabs */ 45 49 .spaces .hd { background-color:transparent; } 46 50 .spaces .hd ul li { background-color:#7a1818; margin-right:0.1em; } 47 51 48 52 /* Extend block and header to have rounded corners */ 49 53 .rounded .hd, … … 58 62 -webkit-border-top-left-radius:7px; 59 63 } 60 64 61 65 /* Style the horizontal rules inside .block */ 62 66 .block hr { background-color:#f0f0ee; color:#f0f0ee; height:1px; border:0; } 63 67 64 68 /* Tables */ 65 69 table { width:100%; margin-bottom:2em; } … … 69 73 table thead a:hover { text-decoration:underline; } 70 74 table tbody a { text-decoration:underline; } 71 75 72 76 table.zebra tbody tr:nth-child(even) {background: #eee} 73 77 table.zebra tbody tr:nth-child(odd) {background: #fff} 74 75 76 78 79 80 77 81 /* Pager control*/ 78 82 ul.pager { text-align:right; } 79 83 ul.pager li { display:inline; } 80 ul.pager li a { padding:0.1em 0.3em; margin-right:0.3em; border:1px solid #000; text-decoration:none; color:#000; } 84 ul.pager li a { padding:0.1em 0.3em; margin-right:0.3em; border:1px solid #000; 85 text-decoration:none; color:#000; } 81 86 ul.pager li.active a, ul.pager li a:hover { background-color:#000; color:#fff; } 82 83 84 87 88 89 85 90 /* Forms */ 86 91 form label { font-weight:bold; } … … 91 96 form .left { float:left; } 92 97 form .right { float:right; } 93 98 94 99 /* Messages */ 95 100 .alert { padding:0.5em; text-align:center; } … … 97 102 .warning { border:2px solid #fffaaa; background-color:#ffc; } 98 103 .notice { border:2px solid #1fdf00; background-color:#bbffb6; } 99 104 100 105 /* Lists */ 101 106 ol.list, ul.list, dl.list { margin-left:2em; margin-bottom:1em; } … … 103 108 ul.list li { list-style:disc outside; } 104 109 dl.list dd { margin-left:1em; } 105 110 106 111 ul.biglist { margin-bottom:1em; } 107 ul.biglist li { margin-top:-1px; border:1px solid #f0f0ee; border-width:1px 0 1px 0; } 108 ul.biglist li a { display:block; padding:0.5em 0; text-decoration:none; color:#000; } 112 ul.biglist li { margin-top:-1px; border:1px solid #f0f0ee; 113 border-width:1px 0 1px 0; } 114 ul.biglist li a { display:block; padding:0.5em 0; text-decoration:none; 115 color:#000; } 109 116 ul.biglist li a:hover { text-decoration:underline; } 110 117 111 118 /* Footer */ 112 119 #ft { text-align:center; font-size:85%; padding:0.5em 1em; color:#262626; } 113 120 114 121 /* Generics */ 115 122 p { margin-bottom:1em; } … … 118 125 em { font-style:italic; } 119 126 abbr, acronym { border-bottom:1px dotted #000; cursor:help; } 120 127 121 128 .small { font-size:85%; } 122 129 .gray { color:#999; }
Note: See TracChangeset for help on using the changeset viewer.