]> git.sur5r.net Git - contagged/blob - templates/style.css
changed layout, some HTML cleanup
[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
25 /*.filterrow {border-bottom-width:1px;
26             border-bottom-style:solid;
27             border-bottom-color:#cccccc;}*/
28
29 .tableborder {border-width:1px; border-style:solid}
30
31 .result {border-bottom-width:1px;
32          border-bottom-style:dashed;
33          border-bottom-color:#cccccc;
34          padding-top:3px;
35          padding-top:4px;}
36
37 .searchfield {border-width:1px;
38               border-style:solid;
39               border-color:#000000;
40               margin:2px;
41               font-family:Lucida,Helvetica,Verdana,Arial,Sans-Serif;
42               font-size: 12px;
43               width: 120px;}
44 .searchbutton {border-width:1px;
45                border-style:solid;
46                border-color:#000000;
47                margin:2px;
48                font-family:Lucida,Helvetica,Verdana,Arial,Sans-Serif;
49                font-size: 12px;
50                width: 70px;}
51 .upload      {border-width:1px;
52               border-style:solid;
53               border-color:#000000;
54               margin:2px;
55               font-family:Lucida,Helvetica,Verdana,Arial,Sans-Serif;
56               font-size: 12px;}
57                
58 .photo {border-width:1px;
59         border-style:solid;
60         border-color:#000000;
61         padding:3px;
62         }
63
64 .input {border-width:1px;
65         border-style:solid;
66         border-color:#000000;
67         font-family:Lucida,Helvetica,Verdana,Arial,Sans-Serif;
68         font-size: 12px;
69         width: 250px;}
70
71 .inputbr {border-width:1px;
72         border-style:solid;
73         border-color:#000000;
74         font-family:Lucida,Helvetica,Verdana,Arial,Sans-Serif;
75         font-size: 12px;
76         width: 250px;
77         margin-top:3px;}
78
79
80 .radio {border-width:0px;}
81
82 .note {width: 350px}
83
84 .ldaperror {border-width:1px;
85             border-style:solid;
86             border-color:#ff0000;
87             margin:2px;
88             font-family:Lucida,Helvetica,Verdana,Arial,Sans-Serif;
89             font-size: 12px;}
90
91 code, pre {color:#008000;}
92
93 .hint {font-size:10px; color:#990099;}
94
95 /* Autocompletion */
96 div.autocomplete {
97   background-color: #fff;
98   border: 1px solid #000;
99   font-size: 80%;
100   margin: 0;
101   display: block;
102 }
103
104 div.autocomplete ul {
105   list-style: none;
106   margin: 0;
107   padding: 0;
108 }
109
110 div.autocomplete li {
111   margin: 1px, 2px, 0, 2px;
112 }
113
114 div.autocomplete li.selected {
115   background-color: #03c;
116   color: #fff;
117 }
118
119 div#nedit_editor textarea{
120   border-width:1px;
121   border-style:solid;
122   border-color:#000000;
123   margin:2px;
124   font-family:Lucida,Helvetica,Verdana,Arial,Sans-Serif;
125   font-size: 12px;
126   width: 60%;
127   height: 10em;
128 }
129
130 div#nedit_editor input {
131   border-width:1px;
132   border-style:solid;
133   border-color:#000000;
134   margin:2px;
135   font-family:Lucida,Helvetica,Verdana,Arial,Sans-Serif;
136   font-size: 12px;
137 }
138
139 /* TagCloud */
140 a.tc0  { font-size: 80%; }
141 a.tc1  { font-size: 100%; }
142 a.tc2  { font-size: 120%; }
143 a.tc3  { font-size: 130%; }
144 a.tc4  { font-size: 140%; }
145 a.tc5  { font-size: 150%; }
146 a.tc6  { font-size: 160%; }
147 a.tc7  { font-size: 170%; }
148 a.tc8  { font-size: 180%; }
149 a.tc9  { font-size: 190%; }
150 a.tc10 { font-size: 200%; }
151 a.tc11 { font-size: 210%; }
152 a.tc12 { font-size: 220%; }
153 a.tc13 { font-size: 230%; }
154 a.tc14 { font-size: 240%; }
155 a.tc15 { font-size: 250%; }
156 a.tc16 { font-size: 260%; }
157 a.tc17 { font-size: 270%; }
158 a.tc18 { font-size: 280%; }
159 a.tc19 { font-size: 290%; }
160 a.tc20 { font-size: 300%; }
161
162 a.tag {
163   background: url(../pix/tag_blue.png) left center no-repeat;
164   padding-left: 18px;
165 }