aboutsummaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/images/button-awaiting-classification.pngbin2212 -> 0 bytes
-rw-r--r--public/images/button-complete.pngbin1597 -> 0 bytes
-rw-r--r--public/images/button-overdue.pngbin1696 -> 0 bytes
-rw-r--r--public/images/button-preview.pngbin0 -> 1743 bytes
-rw-r--r--public/images/email-16.pngbin593 -> 313 bytes
-rw-r--r--public/images/quote.pngbin1128 -> 470 bytes
-rw-r--r--public/images/status-complete.pngbin0 -> 878 bytes
-rw-r--r--public/images/status-denied.pngbin0 -> 969 bytes
-rw-r--r--public/images/status-overdue.pngbin0 -> 1049 bytes
-rw-r--r--public/images/status-pending.pngbin0 -> 1031 bytes
-rw-r--r--public/images/stripes-70.pngbin0 -> 49397 bytes
-rw-r--r--public/images/stripes.png_bin271 -> 0 bytes
-rw-r--r--public/images/twitter-16.pngbin0 -> 586 bytes
-rw-r--r--public/stylesheets/theme.css169
14 files changed, 117 insertions, 52 deletions
diff --git a/public/images/button-awaiting-classification.png b/public/images/button-awaiting-classification.png
deleted file mode 100644
index f5a848f60..000000000
--- a/public/images/button-awaiting-classification.png
+++ /dev/null
Binary files differ
diff --git a/public/images/button-complete.png b/public/images/button-complete.png
deleted file mode 100644
index fdc48f01d..000000000
--- a/public/images/button-complete.png
+++ /dev/null
Binary files differ
diff --git a/public/images/button-overdue.png b/public/images/button-overdue.png
deleted file mode 100644
index 9d6885862..000000000
--- a/public/images/button-overdue.png
+++ /dev/null
Binary files differ
diff --git a/public/images/button-preview.png b/public/images/button-preview.png
new file mode 100644
index 000000000..79b4ccd04
--- /dev/null
+++ b/public/images/button-preview.png
Binary files differ
diff --git a/public/images/email-16.png b/public/images/email-16.png
index 030eafde6..8692748e2 100644
--- a/public/images/email-16.png
+++ b/public/images/email-16.png
Binary files differ
diff --git a/public/images/quote.png b/public/images/quote.png
index d7e679c23..752b7d4cf 100644
--- a/public/images/quote.png
+++ b/public/images/quote.png
Binary files differ
diff --git a/public/images/status-complete.png b/public/images/status-complete.png
new file mode 100644
index 000000000..2ff49770a
--- /dev/null
+++ b/public/images/status-complete.png
Binary files differ
diff --git a/public/images/status-denied.png b/public/images/status-denied.png
new file mode 100644
index 000000000..1f768af5e
--- /dev/null
+++ b/public/images/status-denied.png
Binary files differ
diff --git a/public/images/status-overdue.png b/public/images/status-overdue.png
new file mode 100644
index 000000000..637fed8d9
--- /dev/null
+++ b/public/images/status-overdue.png
Binary files differ
diff --git a/public/images/status-pending.png b/public/images/status-pending.png
new file mode 100644
index 000000000..dcf4009f3
--- /dev/null
+++ b/public/images/status-pending.png
Binary files differ
diff --git a/public/images/stripes-70.png b/public/images/stripes-70.png
new file mode 100644
index 000000000..fda1c339d
--- /dev/null
+++ b/public/images/stripes-70.png
Binary files differ
diff --git a/public/images/stripes.png_ b/public/images/stripes.png_
deleted file mode 100644
index ae45b49f9..000000000
--- a/public/images/stripes.png_
+++ /dev/null
Binary files differ
diff --git a/public/images/twitter-16.png b/public/images/twitter-16.png
new file mode 100644
index 000000000..e848b8f2e
--- /dev/null
+++ b/public/images/twitter-16.png
Binary files differ
diff --git a/public/stylesheets/theme.css b/public/stylesheets/theme.css
index 5dbab54dd..e4c889118 100644
--- a/public/stylesheets/theme.css
+++ b/public/stylesheets/theme.css
@@ -5,18 +5,29 @@ h1 {
margin-bottom:0px;
}
+h2 a {
+ text-decoration: none;
+}
+
+h2 a:hover {
+ text-decoration: underline;
+}
+
h2, dt {
- color: #6B3C6A;
- font-size: 18px;
- font-family: DeliciousRoman;
+ color: #93278F;
+ font-size: 21px;
+ font-family: DeliciousBold;
font-weight:normal;
}
h3 {
color: #6B3C6A;
- font-size: 22px;
font-family: DeliciousRoman;
- font-weight: bold;
+ font-weight: normal;
+ text-decoration: none;
+ font-size: 20px;
+ margin-top: 3px;
+ margin-bottom:10px;
}
dd {
@@ -104,7 +115,7 @@ a img {
}
div.lang {
- top:126px;
+ top:40px;
position:absolute;
padding:0px;
}
@@ -134,6 +145,17 @@ div.lang {
padding:0px;
}
+.request_left {
+ width: 625px;
+ float:left;
+}
+
+.request_right {
+ padding-top:5px;
+ width: 245px;
+ float:left;
+}
+
#wrapper {
width: 900px;
}
@@ -198,15 +220,15 @@ p.subtitle {
.body_listing span.head {
background:none;
padding:0px;
- font-size:22px;
- margin-bottom:8px;
+ font-size:21px;
+ margin-bottom:6px;
}
.request_listing span.head a,
.user_listing span.head a,
.body_listing span.head a {
- color: #93278F;
- font-family: DeliciousBold;
+ color: #6B3C6A;
+ font-family: DeliciousRoman;
font-weight: normal;
text-decoration: none;
font-size: 20px;
@@ -215,9 +237,15 @@ p.subtitle {
margin-bottom: -6px;
}
+.request_listing span.head a:hover,
+.user_listing span.head a:hover,
+.body_listing span.head a:hover {
+ text-decoration: underline;
+}
+
.request_listing .requester {
font-size: 12px;
- padding-bottom:8px;
+ padding-bottom:0px;
}
.request_listing .requester a {
@@ -228,12 +256,21 @@ p.subtitle {
.body_listing span.bottomline,
.user_listing span.bottomline {
padding:0px;
- font-style:normal;
- font-size:12px;
+ margin:0px;
+ font-style: normal;
+ font-size: 12px;
+ font-weight: normal !important;
}
-.request_listing .bottomline {
- text-indent: -999px;
+.request_listing span.bottomline {
+ padding: 3px 0px 0px 27px;
+ font-style: normal;
+ margin-bottom: 0px;
+ margin-top:12px;
+ background-position: top left;
+ font-size: 14px;
+ font-weight: normal !important;
+ min-height: 36px;
}
.user_listing {
@@ -241,20 +278,18 @@ p.subtitle {
padding-bottom:0px;
}
-.user_listing span.head {
- margin-bottom:0px;
-}
-
.icon_waiting_response_very_overdue {
- background: url(/images/button-overdue.png);
+ background-image: url(/images/status-overdue.png);
+ color: #C1272D;
}
.icon_complete {
- background: url(/images/button-complete.png);
+ background-image: url(/images/status-complete.png);
}
.icon_waiting_classification {
- background: url(/images/button-awaiting-classification.png);
+ background-image: url(/images/status-pending.png);
+ color: #A68C2E;
}
#request_sidebar {
@@ -266,19 +301,12 @@ p.subtitle {
margin-bottom:10px;
}
-#request_sidebar .feed_link {
+.feed_link {
padding: 4px 0px;
}
-.request_left {
- width: 625px;
- float:left;
-}
-
-.request_right {
- padding-top:5px;
- width: 245px;
- float:left;
+.feed_link a {
+ text-decoration: none;
}
.request_listing span.desc {
@@ -325,11 +353,35 @@ p.subtitle {
padding-top:27px;
}
-#header_right .feed_link {
- display:block;
+.feed_link,
+.act_link {
+ display:block !important;
margin-bottom:10px;
}
+.feed_link a,
+.act_link a,
+#header_right > a {
+ text-decoration: none;
+ color: #6B3C6A;
+}
+
+.feed_link a:hover,
+.act_link a:hover,
+#header_right > a:hover {
+ text-decoration: underline;
+}
+
+.feed_link a img,
+.act_link img,
+.act_link a img {
+ padding-right:2px;
+}
+
+#header_right > br {
+ line-height:200%;
+}
+
#general_search h2 {
clear:both;
margin-top:20px;
@@ -341,32 +393,24 @@ p.subtitle {
}
h2.person_results {
- background:url(/images/icon-person.png) no-repeat;
- padding-left:20px;
- min-height:26px;
- padding-top:5px;
- padding-bottom:7px;
- margin-bottom:3px;
- border-bottom:1px solid #DDD;
+ padding-top:0px;
+ border-bottom:1px solid #B3B3B3;
+ padding-bottom:15px;
+ margin-bottom:0px;
}
h2.foi_results {
- background:url(/images/icon-foi.png) no-repeat 0px 3px;
- padding-left:25px;
padding-top:0px;
- border-bottom:1px solid #DDD;
+ border-bottom:1px solid #B3B3B3;
padding-bottom:15px;
margin-bottom:0px;
}
h2.publicbody_results {
- background:url(/images/icon-publicbody.png) no-repeat 0px 3px;
- padding-left:30px;
- min-height:26px;
- padding-top:5px;
- padding-bottom:7px;
- margin-bottom:4px;
- border-bottom:1px solid #DDD;
+ padding-top:0px;
+ border-bottom:1px solid #B3B3B3;
+ padding-bottom:15px;
+ margin-bottom:0px;
}
.list_toggle_controls {
@@ -411,7 +455,7 @@ span#to_public_body {
}
#right_column {
- width:200px;
+ width:220px;
float:right;
margin-top:30px;
}
@@ -435,6 +479,20 @@ ul.no_bullets li {
background:transparent;
}
+#public_body_list #right_column ul {
+ padding: 0px 0px 20px 0px;
+ margin: 0px;
+ list-style: none;
+}
+
+div#twitter {
+ margin-top:30px;
+ background:#FFF;
+}
+
+div.blog_post p {
+ line-height:180%;
+}
div.frontpage-box {
background: url(/images/stripes.png);
@@ -506,3 +564,10 @@ div.frontpage-box {
#set_photo {
background: url(/images/defaultprofilepic.png)
}
+
+div.correspondence {
+ width: 100%;
+ background: url(/images/stripes-70.png);
+ border-width: 0px;
+ font-size: 13px;
+} \ No newline at end of file