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