- Timestamp:
- 05/25/11 14:54:37 (13 years ago)
- Location:
- branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Content
- Files:
-
- 642 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Content/themes/hl/Site.css
r5072 r6286 9 9 background-color: #FAFAFA; 10 10 text-align: center; 11 font-size: .75em;11 font-size: 62.5%; 12 12 font-family: Verdana, Helvetica, Sans-Serif; 13 13 } … … 106 106 color: #FFFFFF; 107 107 height: 28px; 108 font-size: 1.2em; 108 109 } 109 110 110 111 #master-submenu { 111 112 padding-top: 20px; 112 113 } 113 114 … … 117 118 margin-left: 5px; 118 119 margin-right: 6px; 119 border-bottom: 1px dotted #F7921D;120 border-bottom: 1px solid #CCCCCC; 120 121 padding: 4px; 121 122 } … … 129 130 #master-submenu UL LI a { 130 131 padding: 0px 20px; 131 padding-top: 4px; 132 font-weight: bold; 133 text-decoration: none; 134 line-height: 2.0em; 132 font-weight: bold; 133 text-decoration: none; 135 134 color: #333333; 136 135 } … … 138 137 #master-submenu UL LI a:hover { 139 138 color: #F7921D; 139 } 140 141 #master-submenu UL LI.selected a { 142 color: #F7921D; 140 143 } 141 144 … … 169 172 } 170 173 174 /* UI Styling */ 175 176 div.hl-menuButtons { 177 margin-top: 4px; 178 margin-bottom: 4px; 179 } 180 181 .hl-button { 182 183 } 184 185 171 186 /* TAB MENU 172 187 ----------------------------------------------------------*/ … … 213 228 } 214 229 230 231 232 233 215 234 /* FORM LAYOUT ELEMENTS 216 235 ----------------------------------------------------------*/ … … 241 260 } 242 261 243 /* TABLE244 ----------------------------------------------------------*/ 245 262 /* 263 ----------------------------------------------------------*/ 264 /* 246 265 table { 247 266 border: solid 1px #e8eef4; … … 260 279 border: solid 1px #e8eef4; 261 280 } 262 281 */ 263 282 /* MISC 264 283 ----------------------------------------------------------*/
Note: See TracChangeset
for help on using the changeset viewer.