/static/pages/style.css
CSS | 52 lines | 41 code | 9 blank | 2 comment | 0 complexity | 5f083bf6de3ed7997f17a15509c97244 MD5 | raw file
Possible License(s): Apache-2.0, LGPL-2.1
- body {
- font-family: Arial,sans-serifarial,Verdana,Helvetica;
- font-size: 16px;
- line-height: 20px;
- /*margin: 5px 5px;*/
- /*padding: 5px 5px;*/
- }
- h1 { font-size: 20px; color: #FF7D00; }
- h2 { font-size: 18px; color: #3366CC; background: #C3D9FF; margin: 0px;}
- h1 { font-size: 20px; color: #FF7D00; }
- a, .fakelink { text-decoration: none; color: #2C70C0; cursor: pointer;}
- a:hover, .fakelink:hover { text-decoration: underline; color: #FF7D00; }
- li {
- height: 1.6em;
- line-height: 1.6em;
- }
- #L {
- float: left;
- width: 20%;
- }
- #R {
- float: right;
- width: 80%;
- }
- #footer {
- clear: both;
- text-align : center;
- font-size : 80%;
- }
- .menucontent {
- margin: 0px;
- background: #FFF;
- padding: 2px 6px;
- width: 200px;
- display: none;
- border: 1px solid;
- }
- .menuhead {
- margin: 0px;
- color: #FF7D00;
- font-size: 20px;
- font-weight: normal;
- }