casopisi 2010
[angular-mojolicious.git] / public / app / casopisi2010 / upitnik.css
1 body {
2         background: #F6F6F6;
3         margin: 0 auto;
4         font-family: Arial;
5         color: #374E5A;
6         font-size: 14px;
7         line-height: 140%;
8         width: 861px;
9 }
10
11 h2, h3 {
12         margin-top: 60px;
13         font-size: 14px;
14         padding: 2px 0;
15         border-bottom: 2px solid #D74F25;
16         border-bottom: 1px solid #46d0fe;
17 }
18
19 h3 {
20         margin-top: 20px;
21 }
22
23 a {
24         color: #D74F25;
25 }
26
27 input, textarea {
28         font: 14px arial;
29         color: #000000;
30         border: solid 1px #dedede;
31         padding: 6px;
32         background: #f6f6f6;
33 }
34
35 input:focus, textarea:focus
36 {
37         background: #ffffff;
38         font-family: arial;
39         color: #000000;
40 }
41 .input {
42         color: #afafaf;
43         float: left;
44         margin: 2px;
45         padding: 0 6px;
46 }
47
48 .text1 {
49         width: 30em;
50 }
51
52 img {
53         border: 0;
54 }
55
56 label {
57         display: block;
58         margin-top: 10px;
59         font-size: 14px;
60         font-family: Arial;
61         color: #afafaf;
62 }
63
64 .radio { 
65         color: #374E5A;
66 }
67
68 h1
69 {
70         float: left;
71 /*      margin-bottom: 6px;     */
72         padding-left: 20px;
73         font: 18px arial;
74         color: #0c1426;
75         text-align: center;
76         text-decoration: none;
77         display: block;
78         background: url(http://mjesec.ffzg.hr/drzb2011/images/kvadrat.gif) no-repeat left;
79         margin: 0;
80 }
81
82
83
84 .clear {
85         clear: both;
86 }
87
88
89
90 .ng-validation-error {
91         border: 1px solid #FF6666;
92         border: 1px solid #EDC8BC;
93         border: 1px solid #FF9966;
94         border: 1px solid #EAB3A2;
95         border: 1px solid #D74F25;
96         border: 1px solid #DC6844;
97         border: 1px solid #DE7F61;
98 }
99
100 .ng-exception {
101         border: 0;
102 }
103
104
105
106 .button {
107         margin-top: 20px;
108         width: 40.8em;
109 }
110
111 .button input {
112         margin-bottom: 10px;
113         float: left;
114         color: #ffffff;
115         display: block;
116         text-decoration: none;
117         background: #d74f25;
118 }
119
120 .button input:hover, .gohome:hover {
121         /* background: #dc6844; */
122 }
123
124 .button2 input {
125         background: #F6F6F6;
126         color: #374E5A;
127         border: 1px solid #d74f25;
128         display: inline;
129 }
130
131
132 .gohome  {
133         float: left;
134         color: #374E5A;
135         border: 1px solid #d74f25;
136         text-decoration: none;
137         background: #f6f6f6;
138         padding: 7px;
139         margin-top: 20px;
140         font: 14px arial;
141         border: solid 1px #dedede;
142         border: solid 1px #f6f6f6;
143 }
144
145 .gohome a {
146 }
147
148 .gohome a:hover {
149         text-decoration: none;
150 }
151
152 .list {
153         margin-top: 20px;
154         font-weight: bold;
155 }
156
157 .warrning {
158         color: #FF6666;
159 }
160
161 #footer {
162         position: relative;
163         float: left;
164         width: 961px;
165         height: 18px;
166         padding-top: 5px;
167         margin-top: 180px;
168         margin-bottom: 20px;
169         font: 10px arial;
170         color: #374e5a;
171         text-align: center;
172         background: url(http://mjesec.ffzg.hr/drzb2011/images/footer_bg.jpg) repeat-x;
173         clear: both;
174 }
175         
176 #foot a
177 {
178         position: relative;
179         top: 12px;
180         margin-bottom: 20px;
181         font: 12px arial;
182         color: #374e5a;
183         text-align: center;
184         text-decoration: none;
185 }
186
187 #foot a:hover
188 {
189         color: #374e5a;
190         text-decoration: underline;
191 }
192
193
194 hr {
195         border: 1px solid #ccc;
196 }
197
198 .lengthCount {
199         color:red;
200 }