aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/lichfielddc/css/layout.css98
1 files changed, 98 insertions, 0 deletions
diff --git a/web/cobrands/lichfielddc/css/layout.css b/web/cobrands/lichfielddc/css/layout.css
index 9485985eb..8c2bcf327 100644
--- a/web/cobrands/lichfielddc/css/layout.css
+++ b/web/cobrands/lichfielddc/css/layout.css
@@ -1,3 +1,7 @@
+#mysociety {
+ clear: both;
+}
+
#mysociety #postcodeForm {
padding: 0.8em;
background-color: #F3F4F4;
@@ -59,3 +63,97 @@
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(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(bg_header2.gif) left repeat-x !important;
+ }
+
+#mysociety #fixed {
+ padding: 5px !important;
+ margin: 70px 0 10px 0 !important;
+ width: 540px;
+ position: relative;
+ top: 7px
+ }
+
+#mysociety p[style] {
+ border: none !important;
+ }
+
+#mysociety #updates div {
+ border: none;
+ }
+
+#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;
+}