]> git.sur5r.net Git - contagged/blob - templates/style.css
mod_auth_ldap, non-anon binding and openxchange support
[contagged] / templates / style.css
1 body,p,div,td {font-family:Lucida,Helvetica,Verdana,Arial,Sans-Serif; font-size: 14px;}
2 a:link { text-decoration:none; color:#0033CC }
3 a:visited { text-decoration:none; color:#0033CC }
4 a:active { text-decoration:none; color:#0033CC }
5 a:hover { text-decoration:underline; color:#FF6600 }
6
7 /* IE PNG bugfix */
8 img { behavior: url("templates/pngbehavior.htc"); }
9
10 /* debugging style
11 table {background-color:#cccc00;margin:3px}
12 tr    {background-color:#99FF99;margin:3px}
13 td    {background-color:#66CCFF:margin:3px}
14 */
15
16 .logo {font-size:25px; font-weight:bolder}
17 .logosmall {font-size:16px; font-weight:bold}
18
19 .headrow {border-bottom-width:1px; border-bottom-style:solid}
20 .footrow {border-top-width:1px; border-top-style:solid}
21 .buttonrow {border-top-width:1px;
22             border-top-style:solid;
23             border-top-color:#cccccc;}
24 .filterrow {border-bottom-width:1px;
25             border-bottom-style:solid;
26             border-bottom-color:#cccccc;}
27
28 .tableborder {border-width:1px; border-style:solid}
29
30 .result {border-bottom-width:1px;
31          border-bottom-style:dashed;
32          border-bottom-color:#cccccc;
33          padding-top:3px;
34          padding-top:4px;}
35
36 .searchfield {border-width:1px;
37               border-style:solid;
38               border-color:#000000;
39               margin:2px;
40               font-family:Lucida,Helvetica,Verdana,Arial,Sans-Serif;
41               font-size: 12px;
42               width: 120px;}
43 .searchbutton {border-width:1px;
44                border-style:solid;
45                border-color:#000000;
46                margin:2px;
47                font-family:Lucida,Helvetica,Verdana,Arial,Sans-Serif;
48                font-size: 12px;
49                width: 70px;}
50 .upload      {border-width:1px;
51               border-style:solid;
52               border-color:#000000;
53               margin:2px;
54               font-family:Lucida,Helvetica,Verdana,Arial,Sans-Serif;
55               font-size: 12px;}
56                
57 .photo {border-width:1px;
58         border-style:solid;
59         border-color:#000000;
60         padding:3px;
61         }
62
63 .input {border-width:1px;
64         border-style:solid;
65         border-color:#000000;
66         font-family:Lucida,Helvetica,Verdana,Arial,Sans-Serif;
67         font-size: 12px;
68         width: 250px;}
69
70 .inputbr {border-width:1px;
71         border-style:solid;
72         border-color:#000000;
73         font-family:Lucida,Helvetica,Verdana,Arial,Sans-Serif;
74         font-size: 12px;
75         width: 250px;
76         margin-top:3px;}
77
78
79 .radio {border-width:0px;}
80
81 .note {width: 350px}
82
83 .ldaperror {border-width:1px;
84             border-style:solid;
85             border-color:#ff0000;
86             margin:2px;
87             font-family:Lucida,Helvetica,Verdana,Arial,Sans-Serif;
88             font-size: 12px;}
89
90 code, pre {color:#008000;}
91
92 .hint {font-size:10px; color:#990099;}