runtime/webinterface.css
changeset 3881 0b3ac94f494c
parent 3858 dcc83e03d065
equal deleted inserted replaced
3880:89549813a6c1 3881:0b3ac94f494c
       
     1 body {
       
     2 	background-color: #f5faff;
       
     3 }
       
     4 
       
     5 * {
       
     6     font-family: Tahoma, Verdana, sans-serif;
       
     7 }
       
     8 
       
     9 h1, h2 {
       
    10 	color: darkslateblue;
       
    11 }
       
    12 
       
    13 fieldset {
       
    14 	color: #424242;
       
    15 	border: 1px solid gray;
       
    16 	border-radius: 4px;
       
    17 }
       
    18 
       
    19 input, select, button, a {
       
    20 	font-size: 14px;
       
    21 }
       
    22 
       
    23 button,
       
    24 input,
       
    25 select,
       
    26 textarea {
       
    27     color: inherit;
       
    28 }
       
    29 
       
    30 legend, .freeform-form-label {
       
    31 	color: darkslateblue;
       
    32 }
     1 
    33 
     2 .freeform-label {
    34 .freeform-label {
     3     float: left;
    35     float: left;
     4     width: 30%;
    36     width: 30%;
     5 }
    37 }
     6 
    38 
       
    39 a {
       
    40     background-color: #e9e9ed;
       
    41     color: #424242;
       
    42     padding: 2px 6px;
       
    43     text-align: center;
       
    44     text-decoration: none;
       
    45     display: inline-block;
       
    46     border: 1px solid gray;
       
    47     border-radius: 4px;
       
    48 }
       
    49 
       
    50 a:hover, a:active {
       
    51     background-color: silver;
       
    52 }