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