]> git.mxchange.org Git - jjobs-war.git/blob - web/resources/css/default.css
Continued with cleanup: (please cherry-pick)
[jjobs-war.git] / web / resources / css / default.css
1 body {
2         background-color: #ffffff;
3         font-size: 12px;
4         font-family: sans-serif;
5         color: #000000;
6         margin: 0px;
7 }
8
9 h1 {
10         border-bottom: 1px solid #AFAFAF;
11         font-size:  16px;
12         font-weight: bold;
13         margin: 0px;
14         padding: 0px;
15 }
16
17 a:link, a:visited {
18         color: #045491;
19         font-weight : bold;
20         text-decoration: none;
21 }
22
23 a:link:hover, a:visited:hover {
24         color: #045491;
25         font-weight : bold;
26         text-decoration : underline;
27 }
28
29 label {
30         vertical-align: middle;
31 }