aboutsummaryrefslogtreecommitdiffstats
path: root/public/stylesheets/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/stylesheets/main.css')
-rw-r--r--public/stylesheets/main.css1527
1 files changed, 697 insertions, 830 deletions
diff --git a/public/stylesheets/main.css b/public/stylesheets/main.css
index 1fe7207b9..16b361523 100644
--- a/public/stylesheets/main.css
+++ b/public/stylesheets/main.css
@@ -1,1007 +1,874 @@
-/*------------------------------------------------ global */
-body
-{
- padding: 0px;
- margin: 0px;
- text-align: center;
- font-family: Tahoma, Geneva, sans-serif;
-}
-
-/*------------------------------------------------ banner */
-
-#banner
-{
- position: absolute;
- top: 0px;
- left: 0px;
- width: 100%;
- margin: 0px;
- background-color: #F0F0F0;
- border-color: #993233;
- border-width: 0 0 3px 0;
- border-style: solid;
- height: 100px;
- background-image: url(../images/navimg/bnnr-temp-100pxd.jpg);
- background-repeat: no-repeat;
- background-position: center top;
-
-}
-
-#navigation_search
-{
- position: absolute;
- width: 100%;
- left: 0px;
- top: 70px;
- z-index: 150;
- text-align: right;
- -moz-opacity: 0.7!important;
- filter: alpha(opacity= 70)!important;
- opacity: 0.7!important;
-}
- #navigation_search input
- {
- border-color: #010101;
- border-width: 1px;
- border-style: solid;
- background-color: #fff;
- color: #000;
- }
- #navigation_search input#navigation_search_query
- {
- width: 14em;
- }
-
-#navigation_search p { margin: 0 0.6em 0 0; }
-
-/*------------------------------------------------ topnav */
-#topnav
-{
- position: relative;
- top: 103px;
- left: 0px;
- width: 100%;
- height: auto;
- overflow: auto;
- padding: 0px 0px 0px 0px;
- z-index: 100;
- background-color: #000;
- font-size: 0.9em;
-}
-
- #topnav ul
- {
- list-style: none;
- margin: 0px;
- padding: 0px;
- }
-
- #topnav li
- {
- float: left;
- }
-
- #topnav li a, #topnav li a:visited
- {
- display: block;
- margin: 0px;
- padding: 0.15em 0.6em 0.25em 0.8em;
- color: #ADADAD;
- text-decoration: none;
- }
-
- #topnav li a:hover
- { color: #fff; }
-
- #topnav li a:active { }
-
-
-/*-------------------------- login/signup */
-#logged_in_bar
-{
- float: right;
- clear: none;
- font-size: 0.9em;
- z-index: 200;
- padding: 0.20em 10px 0.25em 1em;
- color: #444;
-}
-
-#logged_in_bar a, #logged_in_bar a:visited
-{
- color: #92B3FF;
-}
-
-
-/*------------------------------------------------ wrapper round content */
-
-#wrapper
-{
- position: relative;
- clear: both;
- top: 0px;
- padding-top: 100px;
- width: 58em;
- margin: 0px auto 1.2em auto;
- /* = 800px at default size? so 1em = 16px*/
- text-align: left;
- overflow: visible;
+body {
+text-align:center;
+font-family:Tahoma, Geneva, sans-serif;
+margin:0;
+padding:0;
}
+#banner {
+position:absolute;
+top:0;
+left:0;
+width:100%;
+background-color:#F0F0F0;
+height:100px;
+background-image:url(../images/navimg/bnnr-temp-100pxd.jpg);
+background-repeat:no-repeat;
+background-position:center top;
+border-color:#993233;
+border-style:solid;
+border-width:0 0 3px;
+margin:0;
+}
-#wrapper_google_embed {
- position: relative;
- clear: both;
- width: 100%;
- height: 90%;
- margin: 0 0 0 0;
- text-align: left;
- overflow: visible;
+#navigation_search {
+position:absolute;
+width:100%;
+left:0;
+top:70px;
+z-index:150;
+text-align:right;
+-moz-opacity:0.7px;
+filter:alpha(opacity= 70) !important;
+opacity:0.7px;
+}
+
+#navigation_search input {
+background-color:#fff;
+color:#000;
+border-color:#010101;
+border-style:solid;
+border-width:1px;
}
-#view-html-content table {
- border-collapse: collapse;
- margin-bottom: 1em;
+
+#navigation_search input#navigation_search_query {
+width:14em;
}
-#view-html-content td, th {
- border: solid 1px #000000;
+
+#navigation_search p {
+margin:0 0.6em 0 0;
}
-#view-html-content td {
- vertical-align: top
+
+#topnav {
+position:relative;
+top:103px;
+left:0;
+width:100%;
+height:auto;
+overflow:auto;
+z-index:100;
+background-color:#000;
+font-size:0.9em;
+padding:0;
}
-#view-html-content td {
- max-width: 30em;
- overflow: auto;
+
+#topnav ul {
+list-style:none;
+margin:0;
+padding:0;
}
-#view-html-content tr:nth-child(odd) {
- background-color: #bbbbbb;
+
+#topnav li a,#topnav li a:visited {
+display:block;
+color:#ADADAD;
+text-decoration:none;
+margin:0;
+padding:0.15em 0.6em 0.25em 0.8em;
}
-#view-html-content tr:nth-child(even) {
- background-color: #dddddd;
+
+#topnav li a:hover {
+color:#fff;
}
+#logged_in_bar {
+float:right;
+clear:none;
+font-size:0.9em;
+z-index:200;
+color:#444;
+padding:0.2em 10px 0.25em 1em;
+}
+#logged_in_bar a,#logged_in_bar a:visited {
+color:#92B3FF;
+}
-/*------------------------------------------------ content */
+#wrapper {
+position:relative;
+clear:both;
+top:0;
+padding-top:100px;
+width:58em;
+text-align:left;
+overflow:visible;
+margin:0 auto 1.2em;
+}
-#content
-{
- position: relative;
- padding: 1em 1em 1em 1em;
+#wrapper_google_embed {
+position:relative;
+clear:both;
+width:100%;
+height:90%;
+text-align:left;
+overflow:visible;
+margin:0;
}
-h1, h2, h3
-{
- font-family: Trebuchet, Trebuchet MS, Helvetica, sans-serif;
- /*Arial Black, Gadget, sans-serif*/
- font-weight: bold;
- line-height: 1em;
- letter-spacing: 0em;
- color: #555;
- clear: left;
+#content {
+position:relative;
+padding:1em;
}
- h1 { font-size: 1.8em;}
- h2 { font-size: 1.4em;}
- h3 { font-size: 1.2em;}
+h1,h2,h3 {
+font-family:Trebuchet, Trebuchet MS, Helvetica, sans-serif;
+font-weight:700;
+line-height:1em;
+letter-spacing:0;
+color:#555;
+clear:left;
+}
-/* XXX Francis put this here so he could check highlighting worked */
-.highlight
-{
- background-color: #F0F0F0;
- border-color: #A3A3A3;
- border-width: 1px;
- border-style: dotted;
+h1 {
+font-size:1.8em;
}
-dl { line-height: 1.2em; }
+h2 {
+font-size:1.4em;
+}
-dt
-{
- font-weight: bold;
+.highlight {
+background-color:#F0F0F0;
+border-color:#A3A3A3;
+border-style:dotted;
+border-width:1px;
+}
+dl {
+line-height:1.2em;
}
-dd { margin: 0.6em 0 2em 4em; width: 33em; }
-/*---------------- content : recent requests sidebar */
+dt {
+font-weight:700;
+}
+dd {
+width:33em;
+margin:0.6em 0 2em 4em;
+}
-#stepwise_make_request
-{
- text-align: center;
- margin: 0em 14em 0em 0em;
- padding: 1em 1em 1em 1em;
- background-color: #d0d0d0;
+#stepwise_make_request {
+text-align:center;
+background-color:#d0d0d0;
+margin:0 14em 0 0;
+padding:1em;
}
-#stepwise_make_request_view_email
-{
- text-align: center;
- margin: 0em 0em 0em 0em;
- padding: 1em 0em 1em 0em;
- background-color: #d0d0d0;
+
+#stepwise_make_request_view_email {
+text-align:center;
+background-color:#d0d0d0;
+margin:0;
+padding:1em 0;
}
+
#frontpage_examples div#examples_0 {
- float: left;
- margin-left: 0%;
- width: 49%;
+float:left;
+margin-left:0;
+width:49%;
}
+
#frontpage_examples div#examples_1 {
- float: right;
- margin-right: 0%;
- width: 49%;
+float:right;
+margin-right:0;
+width:49%;
}
-#frontpage_examples p
-{
- text-align: center;
- clear: both;
+
+#frontpage_examples ul {
+text-align:center;
+list-style:none;
+margin:0;
+padding:1em 0;
}
-#frontpage_examples h2 {
- text-align: center;
- clear: both;
+
+div#twitter {
+float:right;
+clear:none;
+width:18em;
+background-color:#EAEAEA;
+margin:0 0 1em 1em;
+padding:0.5em;
}
-#frontpage_examples li
-{
+
+img.twitter-icon {
+vertical-align:middle;
}
-#frontpage_examples ul
-{
- margin: 0 0 0 0;
- padding: 1em 0em 1em 0em;
- text-align: center;
- list-style: none;
+
+.blog_post {
+margin-bottom:2em;
}
-/*-----------------------------blog----------------*/
+.request_listing,.body_listing,.user_listing {
+font-size:0.8em;
+margin-top:1.5em;
+border-bottom:#9C9C9C;
+overflow:hidden;
+border-style:none none solid;
+border-width:0 0 1px;
+padding:0 0 1.5em;
+}
-div#twitter
-{
- float: right;
- clear: none;
- width: 18em;
- background-color: #EAEAEA;
- padding: 0.5em;
- margin: 0 0 1em 1em;
+.body_listing {
+_width:47em;
}
-img.twitter-icon {
- vertical-align: middle;
+span.head {
+display:block;
+font-size:1.4em;
+font-weight:700;
+padding:12px 0 0;
}
-.blog_post {
- margin-bottom: 2em;
-}
-
-/*-----------------------------list sidebars----------------*/
-
-/*--------------------------------- content : full lists */
-
-.request_listing,
-.body_listing,
-.user_listing
-{
- font-size: 0.8em;
- margin-top: 1.5em;
- padding: 0 0 1.5em 0;
- border-bottom: #9C9C9C;
- border-width: 0 0 1px 0;
- border-style: none none solid none;
- overflow: hidden;
-}
- .body_listing
- {
- _width: 47em;
- }
-/*.body_listing,
-.user_listing
-{ float: left; clear: none; width: 50%;}*/
-
- .request_listing a,
- .body_listing a,
- .user_listing a
- { text-decoration: none; }
-
- span.head
- {
- display: block;
- font-size: 1.4em;
- padding: 12px 0 0 0;
- font-weight: bold;
- }
- .request_listing span.head /* full page request list only */
- {
- min-height: 32px;
- margin: 0 0 0.3em 0;
- padding: 8px 0 0 42px;
- background-image: url(../images/navimg/request-icon.png);
- background-repeat: no-repeat;
- background-position: 4px 0px;
- }
- .body_listing span.head /* full page request list only */
- {
- min-height: 32px;
- margin: 0 0 0.3em 0;
- padding: 8px 0 0 42px;
- background-image: url(../images/navimg/auth-icon.png);
- background-repeat: no-repeat;
- background-position: 4px 0px;
- }
- .user_listing span.head /* full page request list only */
- {
- min-height: 32px;
- margin: 0 0 0.3em 0;
- padding: 8px 0 0 42px;
- background-image: url(../images/navimg/user-icon.png);
- background-repeat: no-repeat;
- background-position: 4px 0px;
- }
- .user_listing span.no_icon /* full page request list only */
- {
- background-image: none;
- }
-
- span.bottomline
- {
- clear: left;
- display: block;
- padding: 10px 0 0 42px;
-
- }
- .request_listing span.bottomline
- /* full page request list only */
- {
- width: 35em;
- margin: 0 0 0.6em 0;
- background-repeat: no-repeat;
- background-position: left center;
- min-height: 42px;
- }
-
- .request_icon_line
- {
- background-repeat: no-repeat;
- background-position: left center;
- min-height: 24px;
- padding: 8px 0 10px 42px;
- clear: left;
- }
-
- /* Waiting */
- .icon_waiting_response,
- .icon_waiting_classification,
- .icon_waiting_clarification
- { background-image: url(../images/navimg/status-icons-wait.png);}
- /* Failed */
- .icon_rejected
- { background-image: url(../images/navimg/status-icons-fail.png);}
- /* Not held */
- .icon_not_held
- { background-image: url(../images/navimg/status-icons-not-held.png);}
- /* Successful */
- .icon_successful,
- .icon_partially_successful
- { background-image: url(../images/navimg/status-icons-succeed.png);}
- /* Alert */
- .icon_requires_admin,
- .icon_waiting_response_overdue,
- .icon_waiting_response_very_overdue
- { background-image: url(../images/navimg/status-icons-attn.png);}
- /* Postal */
- .icon_gone_postal
- { background-image: url(../images/navimg/status-icons-post.png);}
- /* Error */
- .icon_error_message
- { background-image: url(../images/navimg/status-icons-error-message.png);}
- /* Interal review */
- .icon_internal_review
- { background-image: url(../images/navimg/status-icons-internal-review.png);}
- /* User withdrawn */
- .icon_user_withdrawn
- { background-image: url(../images/navimg/status-icons-user-withdrawn.png);}
-
- /* span.bottomline.icon_requires_admin,
- span.bottomline.icon_user_withdrawn, */
-
- span.desc
- {
- display: block;
- float: right;
- clear: none;
- font-style: italic;
- color: #3F3F3F;
- overflow: hidden;
- }
- .request_listing span.desc
- /* full page request list only */
- {
- width: 25em;
- background-image: url(../images/navimg/quote-open.png);
- background-repeat: no-repeat;
- background-position: 0 0;
- padding: 8px 0 0 25px;
- }
-
- .body_listing span.desc
- { background-image: none; float: left; clear: both; padding: 0px 0 0 42px;}
-
-/*--------------------------------- content : short lists */
-
-.request_short_listing
-{
- margin-top: 1em;
-}
-
-.request_short_listing h3
-{
- font-size: 1.2em;
-}
-.request_short_listing p
-{
- font-size: 0.8em;
- margin-top: -0.8em;
- margin-bottom: 0;
-}
-
-
-.request_short_listing a
-{ text-decoration: none; }
-
-.request_short_listing
-{
-}
-
-/*---------------- content : lists back/next */
-
-div.pagination { text-align: center; padding-top: 0.3em;}
-
- div.pagination span.current
- {
- padding: 0 0.6em 0.1em 0.6em;
- background-color: #000;
- color: #FFF;
- }
- span.disabled { color: #B2B2B2; padding: 0 0.6em 0.1em 0.6em; }
- div.pagination a, div.pagination a:visited
- {
- text-decoration: none;
- padding: 0 0.6em 0.1em 0.6em;
- }
- div.pagination a:hover
- {
- background-color: #626262;
- color: #FFF;
- }
-
-
-/*-------------------- Content : form errors */
-#error, .errorExplanation, #hidden_request
-{
- color: #FF0606;
- font-size: 1.4em;
- font-weight: bold;
- border-color: #FF0C11;
- border-width: 1px;
- border-style: solid;
- background-color: #ffeeee;
-}
-#error, #hidden_request {
- padding: 0.5em;
-}
-.fieldWithErrors
-{
- display: block;
- padding: 0.2em;
- border-color: #FF0C11;
- border-width: 1px;
- border-style: solid;
- background-color: #ffeeee;
-}
-
-/*-------------------- Content : action notice */
-#notice, .describe_state_form, .undescribed_requests, .gone_postal_help
-{
- color: #16C132;
- font-size: 1.4em;
- font-weight: bold;
- border-color: #1EFF38;
- border-width: 1px;
- border-style: solid;
- background-color: #D5FFD8;
- padding: 0.5em;
-}
-
-.form_explanation{
- font-size: 0.8em;
-}
-/* This doesn't seem to work, not sure why (if you turn it on, check all
- * flashes with <strong> in them work OK)
-#notice * strong
-{
- font-weight: bolder;
-} */
-.describe_state_form, .undescribed_requests, .gone_postal_help {
- font-weight: normal;
- margin-bottom: 1em;
- font-size: 1.0em;
- color: #454545;
- float: left;
- width: 39em;
-}
-.undescribed_requests {
- clear: both;
+.request_listing span.head /* full page request list only */ {
+min-height:32px;
+background-image:url(../images/navimg/request-icon.png);
+background-repeat:no-repeat;
+background-position:4px 0;
+margin:0 0 0.3em;
+padding:8px 0 0 42px;
}
-.requires_admin_details {
- margin-left: 1.8em;
- width: 37em;
+
+.body_listing span.head /* full page request list only */ {
+min-height:32px;
+background-image:url(../images/navimg/auth-icon.png);
+background-repeat:no-repeat;
+background-position:4px 0;
+margin:0 0 0.3em;
+padding:8px 0 0 42px;
}
-.single_user {
- clear: left;
+
+.user_listing span.head /* full page request list only */ {
+min-height:32px;
+background-image:url(../images/navimg/user-icon.png);
+background-repeat:no-repeat;
+background-position:4px 0;
+margin:0 0 0.3em;
+padding:8px 0 0 42px;
}
-/*---------------- content : request detail pages */
+.user_listing span.no_icon /* full page request list only */ {
+background-image:none;
+}
-#show_response_view
-{
- width: 35em;
+span.bottomline {
+clear:left;
+display:block;
+padding:10px 0 0 42px;
}
-#preview_form p {clear: both;}
+.request_listing span.bottomline
+/* full page request list only */ {
+width:35em;
+background-repeat:no-repeat;
+background-position:left center;
+min-height:42px;
+margin:0 0 0.6em;
+}
-div.correspondence
-{
- width: 40em;
- float: left;
- padding: 0em 0.5em 0em 0.5em;
- margin: 0 0 1em 0;
- border-color: #5F5F5F;
- border-width: 1px;
- border-style: solid;
- overflow: auto;
+.request_icon_line {
+background-repeat:no-repeat;
+background-position:left center;
+min-height:24px;
+clear:left;
+padding:8px 0 10px 42px;
}
-div.correspondence h2
-{ text-align: right; font-size: 1em; }
-.event_actions
-{ text-align: right}
+.icon_waiting_response,.icon_waiting_classification,.icon_waiting_clarification {
+background-image:url(../images/navimg/status-icons-wait.png);
+}
-div.comment_in_request
-{
- width: 39em;
- float: left;
- padding: 0em 0.5em 0em 0.5em;
- margin: 0 0 1em 0;
- border-color: #5F5F5F;
- border-width: 1px;
- border-style: dotted;
- overflow: auto;
+.icon_rejected {
+background-image:url(../images/navimg/status-icons-fail.png);
}
-div#after_actions
-{
- float: left;
- margin-bottom: 1em;
- width: 39em;
+.icon_not_held {
+background-image:url(../images/navimg/status-icons-not-held.png);
}
-div#anyone_actions
-{
- margin-bottom: 1em;
+.icon_successful,.icon_partially_successful {
+background-image:url(../images/navimg/status-icons-succeed.png);
}
-/* id starts with... */
-div[id|="outgoing"] { }
- div[id|="outgoing"] p { font-size: 0.95em;}
-
-div[id|="incoming"] { background-color: #E7E7E7; font-family: Times New Roman, Times, serif; }
- div[id|="incoming"] p { font-size: 1.08em;}
+.icon_requires_admin,.icon_waiting_response_overdue,.icon_waiting_response_very_overdue {
+background-image:url(../images/navimg/status-icons-attn.png);
+}
-div[id|="comment"] { }
- div[id|="comment"] { margin-left: 2em; width: 35em; }
- div[id|="comment"] p { font-size: 0.8em;}
- div[id|="comment"] h2 { font-size: 0.8em; text-align: left; margin-left: 1em; }
-.comment_quote { float: left; margin-right: 0.6em; }
-
-.correspondence_text { margin: 0 1.2em 0 0.8em; }
-.comment_in_request_text { margin: 0 1.2em 0 0.8em; }
-.preview_subject { margin: 1em 1.2em 0 0.8em; }
+.icon_gone_postal {
+background-image:url(../images/navimg/status-icons-post.png);
+}
-/*.event_bubble { margin: 3em 0 0 0; font-size: 0.9em;}*/
+.icon_error_message {
+background-image:url(../images/navimg/status-icons-error-message.png);
+}
-.attachments {
- border-color: #010101;
- border-width: 1px;
- margin: 0 0 1em 0;
+.icon_internal_review {
+background-image:url(../images/navimg/status-icons-internal-review.png);
}
-.attachment {
- clear: both;
+
+.icon_user_withdrawn {
+background-image:url(../images/navimg/status-icons-user-withdrawn.png);
}
-a img.attachment_image {
- float: left;
- border: 0px;
- vertical-align: middle;
- margin: 0 0.2em 0.2em 0;
+
+span.desc {
+display:block;
+float:right;
+clear:none;
+font-style:italic;
+color:#3F3F3F;
+overflow:hidden;
}
-.attachments hr.top {
- margin: 0 0 1em 0;
- clear: both;
+
+.request_listing span.desc
+/* full page request list only */ {
+width:25em;
+background-image:url(../images/navimg/quote-open.png);
+background-repeat:no-repeat;
+background-position:0 0;
+padding:8px 0 0 25px;
}
-.attachments hr.bottom {
- margin: 1em 0 0 0;
- clear: both;
+
+.body_listing span.desc {
+background-image:none;
+float:left;
+clear:both;
+padding:0 0 0 42px;
}
-#followup
-{ clear: both; float: left; }
+.request_short_listing p {
+font-size:0.8em;
+margin-top:-0.8em;
+margin-bottom:0;
+}
-/*------------------------------------------------ view attachment as HTML */
+div.pagination {
+text-align:center;
+padding-top:0.3em;
+}
-#view-html-content {
- margin-left: 1em;
- margin-right: 1em;
+div.pagination span.current {
+background-color:#000;
+color:#FFF;
+padding:0 0.6em 0.1em;
}
-#view-html-content img {
- max-width: 50em;
+
+span.disabled {
+color:#B2B2B2;
+padding:0 0.6em 0.1em;
}
-.view_html_prefix {
- text-align: left;
- background-color: #E7E7E7;
- border-bottom: 1px solid #5f5f5f;
- padding: 0.5em 1em 0.5em 1em;
- height: 6%;
+div.pagination a,div.pagination a:visited {
+text-decoration:none;
+padding:0 0.6em 0.1em;
}
-.view_html_logo {
- float: left;
- margin-right: 1em;
+
+div.pagination a:hover {
+background-color:#626262;
+color:#FFF;
}
-.view_html_logo img {
- border: 0;
+
+#error,.errorExplanation,#hidden_request {
+color:#FF0606;
+font-size:1.4em;
+font-weight:700;
+background-color:#fee;
+border-color:#FF0C11;
+border-style:solid;
+border-width:1px;
}
-.view_html_download_link {
- float: right;
- margin-left: 1em;
+
+#error,#hidden_request {
+padding:0.5em;
}
-/*------------------------------------------------ authority listings */
+.fieldWithErrors {
+display:block;
+background-color:#fee;
+border-color:#FF0C11;
+border-style:solid;
+border-width:1px;
+padding:0.2em;
+}
-#authority_selection
-{
- float: left;
- width: 40%;
+#notice,.describe_state_form,.undescribed_requests,.gone_postal_help {
+color:#16C132;
+font-size:1.4em;
+font-weight:700;
+background-color:#D5FFD8;
+border-color:#1EFF38;
+border-style:solid;
+border-width:1px;
+padding:0.5em;
}
-#authority_search_ahead_results
-{
- width: 26em;
+.describe_state_form,.undescribed_requests,.gone_postal_help {
+font-weight:400;
+margin-bottom:1em;
+font-size:1em;
+color:#454545;
+float:left;
+width:39em;
}
-#authority_preview
-{
- width: 45%;
- float: right;
- background-color: #FFFFE0;
- padding-left: 1em;
- padding-right: 1em;
- overflow: hidden;
- margin-top: -67px;
+.requires_admin_details {
+margin-left:1.8em;
+width:37em;
}
- #authority_preview #header_left,
- #authority_preview.request_left,
- #authority_preview #stepwise_make_request
- {
- width: 95%;
- }
+#show_response_view {
+width:35em;
+}
-/*------------------------------------------------ making a request / sign up / sign in */
+div.correspondence {
+width:40em;
+float:left;
+overflow:auto;
+border-color:#5F5F5F;
+border-style:solid;
+border-width:1px;
+margin:0 0 1em;
+padding:0 0.5em;
+}
-#request_advice
-{
- float: right;
- width: 250px;
- margin-top: 1em;
+div.correspondence h2 {
+text-align:right;
+font-size:1em;
}
- #request_advice ul
- {
- margin: 0 auto 0 auto;
- }
- #request_advice ul li { margin: 0 0 1em 0; }
+.event_actions {
+text-align:right;
+}
-#request_header
-{
- background-color: #FFFFE0;
- padding-top: 0.5em;
- padding-bottom: 1em;
+div.comment_in_request {
+width:39em;
+float:left;
+overflow:auto;
+border-color:#5F5F5F;
+border-style:dotted;
+border-width:1px;
+margin:0 0 1em;
+padding:0 0.5em;
}
-#request_header_text
-{
- font-size: 0.8em;
- margin-left: 11em;
+div#after_actions {
+float:left;
+margin-bottom:1em;
+width:39em;
}
-#request_search_ahead_results
-{
- font-size: 0.8em;
- margin-left: 11em;
+div#anyone_actions {
+margin-bottom:1em;
}
-#request_form
-{ margin-top: 1em;}
+div[id|="outgoing"] p {
+font-size:0.95em;
+}
-#request_form label,
-label.form_label
-{
- display: block;
- /*width: 128px;*/ width: 8em;
- float: left;
- clear: none;
- text-align: right;
- padding: 0 10px 0 0;
- margin: 0 0 0 0;
+div[id|="incoming"] {
+background-color:#E7E7E7;
+font-family:Times New Roman, Times, serif;
}
-.form_item_note, .form_note
-{
- font-size: 0.8em;
- /*width: 432px;*/ width: 34em;
- /*margin-left: 138px;*/ margin-left: 11em;
+div[id|="incoming"] p {
+font-size:1.08em;
}
-.form_item_note
-{
- margin-top: -1.0em;
+
+div[id|="comment"] {
+margin-left:2em;
+width:35em;
}
+div[id|="comment"] h2 {
+font-size:0.8em;
+text-align:left;
+margin-left:1em;
+}
-.form_button
-{
- margin: 0 0 0 9em;
+.comment_quote {
+float:left;
+margin-right:0.6em;
}
-p#sign_in_reason
-{
- text-align: center;
- font-size: 1.4em;
- font-weight: bold;
- line-height: 1em;
+.preview_subject {
+margin:1em 1.2em 0 0.8em;
}
-#signup,
-#signin
-{
- clear: none;
- width: 23em;
- margin-bottom: 1em;
+.attachments {
+border-color:#010101;
+border-width:1px;
+margin:0 0 1em;
}
- #signup h2,
- #signin h2
- { font-size: 1.1em; }
- #signup
- {
- float: right;
- }
+a img.attachment_image {
+float:left;
+border:0;
+vertical-align:middle;
+margin:0 0.2em 0.2em 0;
+}
- #signin
- {
- float: left;
- }
+.attachments hr.top {
+clear:both;
+margin:0 0 1em;
+}
-#sign_alone #signin {
- margin-left: 25%;
+.attachments hr.bottom {
+clear:both;
+margin:1em 0 0;
}
-
-#signup .form_item_note,
-#signin .form_note
-{
- font-size: 0.8em;
- width: 16em;
- margin-left: 11em;
+
+#followup {
+clear:both;
+float:left;
}
-/*--------------------------------- content : about pages */
+#view-html-content {
+margin-left:1em;
+margin-right:1em;
+}
+#view-html-content img {
+max-width:50em;
+}
-div.controller_help dt a, div.controller_help h1 a, div#help_unhappy h1 a.hover_a
-{
- text-decoration: none;
- font-size: 0.80em;
- color: #fff;
- background-color: #fff;
+.view_html_prefix {
+text-align:left;
+background-color:#E7E7E7;
+border-bottom:1px solid #5f5f5f;
+height:6%;
+padding:0.5em 1em;
}
-div.controller_help dt:hover > a, div.controller_help h1:hover > a, div#help_unhappy h1:hover > a.hover_a {
- color: #0000ee;
+
+.view_html_logo {
+float:left;
+margin-right:1em;
}
-div.controller_help dt:hover > a:hover, div.controller_help h1:hover > a:hover, div#help_unhappy h1:hover > a.hover_a:hover {
- text-decoration: underline;
+
+.view_html_logo img {
+border:0;
}
-#hash_link_padding
-{
- margin-bottom: 10em;
+.view_html_download_link {
+float:right;
+margin-left:1em;
}
-#contact_preamble
-{
- /*width: 224px;*/ width: 33em;
- /*margin-left: 142px;*/ margin-left: 8em;
+#authority_selection {
+float:left;
+width:40%;
}
+#authority_search_ahead_results {
+width:26em;
+}
+#authority_preview {
+width:45%;
+float:right;
+background-color:#FFFFE0;
+padding-left:1em;
+padding-right:1em;
+overflow:hidden;
+margin-top:-67px;
+}
-/*---------------------------------- RSS and email alerts */
+#authority_preview #header_left,#authority_preview.request_left,#authority_preview #stepwise_make_request {
+width:95%;
+}
-div.feed_link img {
- border: none;
- vertical-align: middle;
- text-decoration: none;
+#request_advice {
+float:right;
+width:250px;
+margin-top:1em;
}
-div.feed_link_main {
- display: inline;
+
+#request_advice ul {
+margin:0 auto;
}
-div.act_link img {
- border: none;
- vertical-align: middle;
- text-decoration: none;
+#request_advice ul li {
+margin:0 0 1em;
}
-/*------------------------------------------------ footer */
+#request_header {
+background-color:#FFFFE0;
+padding-top:0.5em;
+padding-bottom:1em;
+}
-#footer
-{
- position: relative;
- clear: both;
- float: left;
- width: 100%;
- height: 2em;
- margin: 0px 0 0px 0;
- padding: 0.5em 0 0.5em 0;
- font-size: 0.85em;
- background-color: #F0F0F0;
- border-color: #993233;
- border-width: 3px 0 0 0;
- border-style: solid;
+#request_form label,label.form_label {
+display:block;
+width:8em;
+float:left;
+clear:none;
+text-align:right;
+margin:0;
+padding:0 10px 0 0;
}
-/*------------------------------------------------ interstitial advert */
+.form_item_note,.form_note {
+font-size:0.8em;
+width:34em;
+margin-left:11em;
+}
-#everypage {
- background-color: #ffcc99;
- border: solid 2px #ff6600; border-top: none; /* No top border, so looks like coming out of top */
- opacity: 0.97;
- -moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px; /* Rounded bottom corners */
- padding: 4px;
- position: fixed;
- width: 70%; left: 15%; /* So centered on screen, always visible */
- z-index: 200; /* So on top */
- max-height: 95%; overflow: auto; /* So on e.g. 800x600 scrollbar appears */
+.form_item_note {
+margin-top:-1em;
+}
+
+.form_button {
+margin:0 0 0 9em;
}
-#everypage h2, #everypage h3 {
- margin: 0.5em 0;
+
+p#sign_in_reason {
+text-align:center;
+font-size:1.4em;
+font-weight:700;
+line-height:1em;
}
+#signup,#signin {
+clear:none;
+width:23em;
+margin-bottom:1em;
+}
-/*------------------------------------------------ request categorisation game */
+#signup h2,#signin h2 {
+font-size:1.1em;
+}
-#game_buttons {
+#signup {
+float:right;
}
-#game_sidebar
-{
- float: right;
- clear: none;
- width: 20em;
- margin: 0 0 2em 2em;
- font-size: 0.8em;
+#sign_alone #signin {
+margin-left:25%;
}
-/*------------------------------------------------ request details */
+#signup .form_item_note,#signin .form_note {
+font-size:0.8em;
+width:16em;
+margin-left:11em;
+}
-#request_details table {
- border-collapse: collapse;
- margin-bottom: 1em;
+div.controller_help dt a,div.controller_help h1 a,div#help_unhappy h1 a.hover_a {
+text-decoration:none;
+font-size:0.8em;
+color:#fff;
+background-color:#fff;
}
-#request_details td, th {
- border: solid 1px #000000;
+
+div.controller_help dt:hover > a,div.controller_help h1:hover > a,div#help_unhappy h1:hover > a.hover_a {
+color:#00e;
}
-#request_details td {
- vertical-align: top
+
+div.controller_help dt:hover > a:hover,div.controller_help h1:hover > a:hover,div#help_unhappy h1:hover > a.hover_a:hover {
+text-decoration:underline;
}
-#request_details td {
- max-width: 30em;
- overflow: auto;
+
+#hash_link_padding {
+margin-bottom:10em;
}
-#request_details tr.odd {
- background-color: #bbbbbb;
+
+#contact_preamble {
+width:33em;
+margin-left:8em;
}
-#request_details tr.even {
- background-color: #dddddd;
+
+div.feed_link_main {
+display:inline;
}
+#footer {
+position:relative;
+clear:both;
+float:left;
+width:100%;
+height:2em;
+font-size:0.85em;
+background-color:#F0F0F0;
+border-color:#993233;
+border-style:solid;
+border-width:3px 0 0;
+margin:0;
+padding:0.5em 0;
+}
-/*------------------------------------------------ users */
+#everypage {
+background-color:#fc9;
+border:solid 2px #f60;
+border-top:none;
+opacity:0.97px;
+-moz-border-radius-bottomleft:10px;
+-moz-border-radius-bottomright:10px;
+position:fixed;
+width:70%;
+left:15%;
+z-index:200;
+max-height:95%;
+overflow:auto;
+padding:4px;
+}
+
+#everypage h2,#everypage h3 {
+margin:0.5em 0;
+}
+
+#game_sidebar {
+float:right;
+clear:none;
+width:20em;
+font-size:0.8em;
+margin:0 0 2em 2em;
+}
+
+#user_photo_on_profile img,#user_photo_on_profile #set_photo {
+width:96px;
+height:96px;
+float:left;
+vertical-align:middle;
+text-align:center;
+border:1px solid #ddd;
+margin-right:5px;
+padding:2px;
+}
+
+.user_photo_on_request img {
+width:48px;
+height:48px;
+float:left;
+vertical-align:middle;
+border:1px solid #ddd;
+margin-right:5px;
+padding:2px;
+}
+
+.user_photo_on_comment img {
+width:36px;
+height:36px;
+float:left;
+vertical-align:middle;
+border:1px solid #ddd;
+margin-right:5px;
+margin-top:5px;
+padding:2px;
+}
+
+.user_photo_on_search img {
+width:48px;
+height:48px;
+vertical-align:middle;
+border:1px solid #ddd;
+margin-right:5px;
+padding:2px;
+}
+
+div.user_about_me {
+overflow:auto;
+margin:1em 1.5em;
+padding:0 0.5em;
+}
+
+#user_public_banned {
+background-color:#d0d0d0;
+margin:0 14em 0 0;
+padding:0.5em 1em;
+}
+
+#user_public_banned .details {
+margin-left:4em;
+margin-right:4em;
+font-size:0.8em;
+font-style:italic;
+}
-#user_photo_on_profile {
+div.lang {
+position:absolute;
+text-align:right;
+font-size:0.8em;
+top:45px;
+right:0;
+padding-right:5px;
+z-index:200;
}
-#user_photo_on_profile img, #user_photo_on_profile #set_photo {
- width: 96px;
- height: 96px;
- float: left;
- vertical-align: middle;
- text-align: center;
- border: 1px solid #dddddd;
- margin-right: 5px;
- padding: 2px;
+div#user_locale_switcher {
+margin:5px;
}
-.user_photo_on_request img {
- width: 48px;
- height: 48px;
- float: left;
- vertical-align: middle;
- border: 1px solid #dddddd;
- margin-right: 5px;
- padding: 2px;
+#topnav li,#signin,.user_photo_on_search {
+float:left;
}
-.user_photo_on_comment img {
- width: 36px;
- height: 36px;
- float: left;
- vertical-align: middle;
- border: 1px solid #dddddd;
- margin-right: 5px;
- margin-top: 5px;
- padding: 2px;
+#view-html-content table,#request_details table {
+border-collapse:collapse;
+margin-bottom:1em;
}
-.user_photo_on_search {
- float: left;
+#view-html-content td,th,#request_details td,th {
+border:solid 1px #000;
}
-.user_photo_on_search img {
- width: 48px;
- height: 48px;
- vertical-align: middle;
- border: 1px solid #dddddd;
- margin-right: 5px;
- padding: 2px;
+
+#view-html-content td,#request_details td {
+vertical-align:top;
+max-width:30em;
+overflow:auto;
}
-#user_change_password_email, #user_not_logged_in {
- clear: left;
+#view-html-content tr:nth-child(odd),#request_details tr.odd {
+background-color:#bbb;
}
-div.user_about_me
-{
- padding: 0em 0.5em 0em 0.5em;
- margin: 1em 1.5em 1em 1.5em;
- overflow: auto;
+#view-html-content tr:nth-child(even),#request_details tr.even {
+background-color:#ddd;
}
-#user_public_banned
-{
- margin: 0em 14em 0em 0em;
- padding: 0.5em 1em 0.5em 1em;
- background-color: #d0d0d0;
+h3,.request_short_listing h3 {
+font-size:1.2em;
}
-#user_public_banned .details
-{
- margin-left: 4em;
- margin-right: 4em;
- font-size: 0.8em;
- font-style: italic;
+
+#frontpage_examples p,#frontpage_examples h2 {
+text-align:center;
+clear:both;
}
-div.lang {
- position: absolute;
- text-align: right;
- font-size: 0.8em;
- top: 45px;
- right: 0px;
- padding-right: 5px;
- z-index: 200;
+.request_listing a,.body_listing a,.user_listing a,.request_short_listing a {
+text-decoration:none;
}
-div#user_locale_switcher {
- margin: 5px;
+.request_short_listing,#request_form {
+margin-top:1em;
+}
+
+.form_explanation,div[id|="comment"] p {
+font-size:0.8em;
+}
+
+.undescribed_requests,#preview_form p,.attachment {
+clear:both;
}
+
+.single_user,#user_change_password_email,#user_not_logged_in {
+clear:left;
+}
+
+.correspondence_text,.comment_in_request_text {
+margin:0 1.2em 0 0.8em;
+}
+
+#request_header_text,#request_search_ahead_results {
+font-size:0.8em;
+margin-left:11em;
+}
+
+div.feed_link img,div.act_link img {
+border:none;
+vertical-align:middle;
+text-decoration:none;
+} \ No newline at end of file