blob: 363ab8579cb7e73f530f95fa3aca866ae18314e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
|
#mysociety {
clear: both;
}
#mysociety #postcodeForm {
padding: 0.8em;
background-color: #F3F4F4;
}
#mysociety .other-problems {
margin: 2em 8em 0em 8em;
font-weight: bold;
}
#mysociety #postcodeForm label {
float: none;
margin-bottom: 5px;
width: auto !important;
}
#mysociety p {
margin: 1em 0px;
padding: 0px;
}
#mysociety #update_form {
clear: both;
}
#mysociety #form_sign_in {
padding-top: 2em;
}
#mysociety form label {
width: 6em;
display: inline;
margin-right: 0px;
}
#mysociety div.checkbox {
padding-left: 6.5em;
}
#mysociety textarea,
#mysociety input {
background-color: #f9f9f1;
margin: 4px;
}
#mysociety #fileupload_normalUI input {
background-color: white;
}
#mysociety input[type='submit']{
border: 0px;
color: white;
padding: 3px;
vertical-align: top;
font:150%/1.4em "Trebuchet MS", Helvetica, Arial, Sans-serif;
background:url(http://www.lichfielddc.gov.uk/site/styles/css_img/nav-bg.png) top repeat-x;
}
#mysociety #expl small {
position: relative;
top: 6px !important;
}
#mysociety h2 {
background: transparent url(http://www.lichfielddc.gov.uk/site/styles/css_img/lilac-dotted-border.png) bottom repeat-x;
padding:0 0 7px 0 !important;
margin: 22px 0 14px 0 !important;
font-size:1.4em;
}
#mysociety #front_stats div {
background-color: #f5f5f5;
padding: 5px;
}
#mysociety #front_stats {
padding: 0 65px;
}
#mysociety #front_stats div big {
margin-bottom: 4px;
}
#nav {
font-size: 1em;
margin: 0 0 30px 0 !important;
background: transparent url(/cobrands/lichfielddc/i/bg_header.gif) left repeat-x !important;
clear: both;
width: 100%;
float: left;
border: 1px solid #ccc;
padding: 0;
}
#nav li {
float: left !important;
list-style-type: none !important;
list-style-image: none !important;
border-right: 1px solid #ccc;
padding: 0;
}
#nav li a {
border: none !important;
color: #111;
font-weight: bold;
padding: 8px 12px !important;
display: block;
}
#nav li a:hover {
border-bottom: 1px solid #111;
background: transparent url(/cobrands/lichfielddc/i/bg_header2.gif) left repeat-x !important;
}
#mysociety #fixed {
padding: 5px !important;
margin: 70px 0 10px 0 !important;
width: 405px;
position: relative;
top: 7px
}
#mysociety p[style] {
border: none !important;
}
#mysociety #updates div {
border-bottom: 1px dotted #ccc;
padding: 0 0 17px 0;
margin: 17px 0 0 0;
}
#mysociety #updates {
margin-bottom: 40px;
}
#mysociety #updates p {
margin-bottom: 15px;
}
#map_box ul li p {
margin: 0;
padding: 0;
}
#mysociety input[type='text'], #mysociety input[type='password'], #mysociety input[type='email'] {
background: #F9F9F1;
border: 1px solid #666 !important;
padding: 5px;
}
#mysociety input[type='text']:focus, #mysociety input[type='password']:focus, #mysociety input[type='email']:focus {
border:1px solid #000000;
outline:2px solid #98339B;
}
div#suggest {
border: none !important;
}
ul.user {
list-style-type: none;
font-size: 80%;
float: right;
}
|