Changeset 6061 for main/waeup.sirp/trunk/src/waeup/sirp/browser/static
- Timestamp:
- 12 May 2011, 11:06:38 (14 years ago)
- Location:
- main/waeup.sirp/trunk/src/waeup/sirp/browser/static
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/browser/static/waeup-base.css
r6032 r6061 23 23 } 24 24 25 a, table td a { 26 text-decoration: none; 27 } 28 29 a:hover { 30 text-decoration: underline; 31 } 32 25 33 /* Define different styles for headlines in rendered restrucrured text */ 26 34 … … 41 49 font-size:100%; 42 50 } 51 52 /* jquery-ui customizations */ 53 54 .ui-corner-all { 55 -moz-border-radius-bottomleft: 0px; 56 -moz-border-radius-bottomright: 0px; 57 -moz-border-radius-topleft: 7px; 58 -moz-border-radius-topright: 7px; 59 } 60 61 .ui-widget { 62 font-family: Verdana,Arial,sans-serif; 63 font-size: 100%; 64 } 65 66 .ui-tabs .ui-tabs-nav li a:hover { 67 text-decoration: underline; 68 } 69 43 70 44 71 /***** Uli Stuff *****/ … … 89 116 color: #000; 90 117 text-decoration: none; 91 bo /rder: 1px solid #000;118 border: 1px solid #000; 92 119 padding-left: 5px; 93 120 } -
main/waeup.sirp/trunk/src/waeup/sirp/browser/static/waeuptheme-gray1.css
r6032 r6061 4 4 want to do more complex operations. */ 5 5 6 a, table td a {7 text-decoration: none;8 }9 10 a:hover {11 text-decoration: underline;12 }13 6 14 7 .breadcrumbs { 15 background-color: #fff;16 8 padding: 0.3em; 17 9 margin-bottom: 0.8em; 18 10 } 19 11 20 .breadcrumbs a {21 text-decoration: none;22 }23 24 .breadcrumbs a:hover {25 text-decoration: underline;26 }27 28 12 #hd { background-color:#232C30;} 29 13 .block .hd { background-color:#456; color:#fff; } … … 159 143 } 160 144 161 .ui-tabs .ui-tabs-nav li a:hover { 162 text-decoration: underline; 163 } 145 164 146 165 147 .ui-tabs .ui-tabs-nav li.ui-tabs-selected { … … 190 172 } 191 173 192 .ui-widget {193 font-family: Verdana,Arial,sans-serif;194 font-size: 100%;195 }196 174 197 175 .ui-widget-header {
Note: See TracChangeset for help on using the changeset viewer.