remove old readme
[atutor.git] / docs / include / style_popup.css
1 body {\r
2         font-family: Verdana, Helvetica, sans-serif;\r
3         /* line-height: 15pt; */\r
4         font-size: 1em;\r
5         background: #EFEFEF;\r
6         margin: 10px;\r
7         margin-left: 10px;\r
8         margin-bottom: 0px;\r
9         margin-top: 10px;\r
10         margin-right: 10px;\r
11 }\r
12 a:link, a:visited  {\r
13         color: #006699;\r
14 }\r
15 a:hover {\r
16         color: #888888;\r
17 }\r
18 \r
19 li {\r
20         font-family: Verdana, Helvetica, sans-serif;\r
21         font-size: small;\r
22     /*line-height: 12pt; */\r
23         padding-bottom: 5px; \r
24         padding: 2px;\r
25 }\r
26 \r
27 ul {\r
28         list-style-position: outside;\r
29         list-style-image: url('/images/bullet.gif');\r
30         margin-top: 0px;\r
31 }\r
32 ol {\r
33         list-style-position: outside;\r
34         list-style-image: none;\r
35         margin-top: 0px;\r
36 }\r
37 \r
38 h1,h2,h3,h4,h5,h6 {\r
39         margin-bottom: 0px;\r
40         margin-top: 0px;\r
41         color: #152065;\r
42 }\r
43 \r
44 form {\r
45         margin-bottom: 0px;\r
46         margin-top: 0px;\r
47 }\r
48 \r
49 \r
50 .small {\r
51         font-family: Verdana, Helvetica, sans-serif;\r
52         color: black;\r
53         text-align: right;\r
54         vertical-align: bottom;\r
55 }\r
56 \r
57 hr {\r
58         color: #006699;\r
59         background-color: #006699;\r
60         margin-top: 0px;\r
61         margin-bottom: 0px;\r
62         height:1px;\r
63         border: 0px;\r
64 }\r
65 \r
66 .input {\r
67         font-family: Helvetica, sans-serif;\r
68         border-right: #006699 dashed 1px;\r
69         border-left: #006699 dashed 1px;\r
70         border-top: #006699 dashed 1px;\r
71         border-bottom: #006699 dashed 1px;\r
72 }\r
73 .input2 {\r
74         font-family: Helvetica, sans-serif;\r
75         border-right: 0px;\r
76         border-left: #006699 dashed 1px;\r
77         border-top: #006699 dashed 1px;\r
78         border-bottom: #006699 dashed 1px;\r
79 }\r
80 \r
81 \r
82 .submit {\r
83         background: #006699;\r
84         color: white;\r
85         border-right: white solid 1px;\r
86         border-left: white solid 1px;\r
87         border-top: white solid 1px;\r
88         border-bottom: white solid 1px;\r
89         padding: 1px;\r
90         font-size: smaller;\r
91 }\r
92 \r
93 .good {\r
94   font-family: Arial, Verdana, Helvetica, sans-serif;\r
95   font-size : 14px;\r
96   color : white;\r
97   background: green;\r
98   font-weight : bold;\r
99   padding: 4px;\r
100  }\r
101 \r
102 .selected {\r
103  font-family : Arial, Helvetica, Arial Cyr, Arial Ua, sans-serif;\r
104   font-size : 14px;\r
105   color : black;\r
106   background: #F2FF85;\r
107   font-weight : bold;\r
108   padding: 2px;\r
109   width: 45%;\r
110 }\r
111 \r
112 table.box2 {\r
113         background-color: #FFFFFF;\r
114         color: #006699;\r
115 \r
116 }\r
117 \r
118 th.box {\r
119         border-bottom: #006699 solid 1px;\r
120         color: white;\r
121     background-color: #006699;\r
122 }\r
123 \r
124 h2 {\r
125         border-bottom: 1px dashed #006699;\r
126         margin-bottom: 10px;\r
127         padding-bottom: 4px;\r
128         width: 98%;\r
129 }\r
130 \r
131 h5.heading2 {\r
132         letter-spacing: 3px;\r
133         /* text-transform: uppercase;  */\r
134         background-color: #eeeeee; \r
135         color: #006699; \r
136         font-weight: bold; \r
137         font-size: small; \r
138         padding-right: 3px; \r
139         padding-left: 3px; \r
140         text-align: center;\r
141 }\r
142 \r
143 table.box {\r
144         background-color: white;\r
145         border-right: #006699 solid 1px;\r
146         border-left: #006699 solid 1px;\r
147         border-top: #006699 solid 1px;\r
148 }\r
149 \r
150 table.box th, table.box td {\r
151         border-bottom: #006699 solid 1px;\r
152         font-size: smaller;\r
153 }\r
154 \r
155 table.box .submit {\r
156         background: #006699;\r
157         color: white;\r
158         font-size: smaller;\r
159 }\r
160 \r
161 table.box .submit:hover {\r
162         background: #0077AA;\r
163         color: white;\r
164         font-size: smaller;\r
165 }\r
166 \r
167 \r
168 .submit:hover, .submit:focus {\r
169         background: #0077AA;\r
170         color: white;\r
171         font-size: smaller;\r
172 }