]> git.sur5r.net Git - openocd/blob - src/server/httpd/menuweb.css
ac87c85ec641dcefb7aecdee387c856f0d1fbc12
[openocd] / src / server / httpd / menuweb.css
1 a:link
2 {
3         font-size: 12px;
4         color : #024d67;
5         font-weight:bold;
6         text-decoration : none;
7 }
8
9 a:visited
10 {
11         font-size: 12px;
12         color : #024d67;
13         font-weight:bold;
14         text-decoration : none;
15 }
16
17 a:active
18 {
19         font-size: 12px;
20         color : #024d67;
21         font-weight:bold;
22         text-decoration : none;
23 }
24
25 a:hover
26 {
27         font-size: 12px;
28         color : #555555;
29         font-weight:bold;
30         text-decoration : none;
31 }
32
33 a.openocd:link
34 {
35         font-size: 12px;
36         color : #555555;
37         font-weight:bold;
38         text-decoration : none;
39 }
40
41 a.openocd:visited
42 {
43         font-size: 12px;
44         color : #555555;
45         font-weight:bold;
46         text-decoration : none;
47 }
48
49 a.openocd:active
50 {
51         font-size: 12px;
52         color : #555555;
53         font-weight:bold;
54         text-decoration : none;
55 }
56
57 a.openocd:hover
58 {
59         font-size: 12px;
60         color : #024d67;
61         font-weight:bold;
62         text-decoration : none;
63 }
64
65 body
66 {
67         background-color : green;
68         background-color : #176e8c;
69         font-family : Arial;
70         font-size: 12px;
71         line-height: 15px;
72         color : #024d67;
73         
74 }
75
76 h1
77 {
78         padding: 0px;
79         font-size: 18px;
80         font-weight:bold;
81         text-decoration : none;
82         margin-bottom: 8px;
83 }
84
85 td
86 {
87         padding: 0px;
88         font-size: 12px;
89         vertical-align:top;
90
91 }
92
93 .textlight
94 {
95         color: #cccccc;
96         padding: 0px;
97         font-size: 12px;
98         vertical-align:top;
99
100 }
101
102 .fontbigger
103 {
104         font-size:14px;
105 }
106
107 .textgray
108 {
109         color: #555555;
110 }
111
112 .formtext
113 {
114         padding-top: 4px;
115         font-size: 14px;
116         padding-right:10px;
117 }
118
119 input
120 {
121         font-size: 14px;
122 }
123
124 .buttonspacelarge
125 {
126         width:20px;
127 }
128
129 .buttonspacesmall
130 {
131         width:8px;
132 }