302a5d30d88a9c1dccae104e57a9ddf5160ddc25
[jabaws.git] / statpages / screen.css
1 @import url("displaytag.css");
2
3 @import url("alternative.css");
4
5
6 body,input,select,td,textarea {
7         font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
8         font-size: 11px;
9 }
10
11 h4,h5,h6,p,strong,div,form,acronym,label,table,td,th,span,a,hr,code,pre,hr
12         {
13         margin: 0;
14         padding: 0;
15         font-size: 1em;
16         background-repeat: no-repeat;
17         list-style-type: none;
18 }
19
20 a,a:visited,a:hover {
21         color: #666;
22         text-decoration: none;
23 }
24
25 a:hover {
26         text-decoration: underline;
27 }
28
29 img {
30         border: none;
31 }
32
33 table hr {
34         height: 1px;
35         clear: both;
36         margin: none;
37         width: 100%;
38 }
39
40 textarea {
41         width: 80%;
42         height: 200px;
43 }
44
45 dt {
46         font-weight: bold;
47 }
48
49 acronym {
50         border-bottom: 1px dashed #000;
51         cursor: help;
52 }
53
54 ul#stylelist {
55         margin: 0 0 20px 0;
56         height: 20px;
57         padding: 0;
58 }
59
60 ul#stylelist li {
61         list-style-type: none;
62         float: left;
63         width: 100px;
64         border: 1px solid #ccc;
65         background-color: #eee;
66         padding: 2px;;
67         float: left;
68         width: 100px;
69         border: 1px solid #ccc;
70         background-color: #eee;
71         padding: 2px;
72         margin: 0 2px 0 0;
73 }
74
75 ul#showsource {
76         float: right;
77         padding: 0;
78         margin: 15px 20px 0 0;
79         width: 100px;
80         height: 33px;
81         list-style-type: none;
82         background-image: url("/img/viewsource.png");
83         background-repeat: no-repeat;
84         margin-bottom: -30px;
85         text-align: center;
86         line-height: 30px;
87         font-weight: bold;
88 }
89
90 ul#showsource a,ul#showsource a:visited {
91         font-size: 11px;
92         font-family: verdana;
93         color: #fff;
94 }
95
96 table.sublist {
97         margin: 0 0 0 0;
98         width: 100%;
99 }
100
101 table.sublist td,table.sublist th {
102         width: 50%;
103 }
104
105 code {
106         background-color: #eee;
107         padding: 0 2px 0 2px;
108 }
109
110 hr {
111         height: 1px;
112         color: #fff;
113         border: none;
114         border-top: 1px dotted #ccc;
115         margin: 20px 0 20px 0;
116         width: 50%;
117 }