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