]> git.sur5r.net Git - contagged/blob - templates/style.css
899864e1b9b51ab65677f501d65079cd61586837
[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   width: 60%;
121   border: 1px solid #000;
122   margin: 2px;
123   float: left;
124   height: 10em;
125 }
126
127 div#tedit_editor textarea{
128   width: 90%;
129   border: 1px solid #000;
130   margin: 2px;
131   float: left;
132 }
133
134 img.click {
135   cursor: pointer;
136 }
137
138 /* TagCloud */
139 a.tc0  { font-size: 80%; }
140 a.tc1  { font-size: 100%; }
141 a.tc2  { font-size: 120%; }
142 a.tc3  { font-size: 130%; }
143 a.tc4  { font-size: 140%; }
144 a.tc5  { font-size: 150%; }
145 a.tc6  { font-size: 160%; }
146 a.tc7  { font-size: 170%; }
147 a.tc8  { font-size: 180%; }
148 a.tc9  { font-size: 190%; }
149 a.tc10 { font-size: 200%; }
150 a.tc11 { font-size: 210%; }
151 a.tc12 { font-size: 220%; }
152 a.tc13 { font-size: 230%; }
153 a.tc14 { font-size: 240%; }
154 a.tc15 { font-size: 250%; }
155 a.tc16 { font-size: 260%; }
156 a.tc17 { font-size: 270%; }
157 a.tc18 { font-size: 280%; }
158 a.tc19 { font-size: 290%; }
159 a.tc20 { font-size: 300%; }
160
161 a.tag {
162   background: url(../pix/tag_blue.png) left center no-repeat;
163   padding-left: 18px;
164 }