1 /* ========= STANDARD ========== */
3 * { font-family: "Bitstream Vera Sans", "Liberation Sans", sans-serif
; }
5 body
{ text-align: center
; font-size: 14pt; color: #222; background-color: #fff; margin: 0pt; }
7 a
{ color: #0066dd; background-color: inherit
; }
8 a:visited
{ color: #0066dd; }
9 a:hover
{ color: #0066dd; }
11 label
{ display: block
; font-size: small
; color: #333; }
12 span
.created_on_full
{ color: #888; font-size: small
; }
14 #content { margin: 2em; margin-left: auto
; margin-right: auto
; text-align: left
; width: 50em; }
15 #header { border-bottom: 2px solid
#001833; margin-bottom: 1em; }
16 #footer { border-top: 1px dotted
#001833; margin-top: 1em; text-align: center
; font-size: small
; padding: 1em; }
18 #notice { color: green
; }
19 #warning { color: red
; }
20 #message { font-weight: bold
; }
22 /* ========= TOP BAR ========== */
24 #top_bar { width: 100%; height: 1.5em; margin: 0pt; text-align: left
; font-size: 10pt; background-color: #fffccc; color: #333; border-bottom: 1px solid
#999; padding: 0pt; }
25 #top_bar .logged_in_message
{ padding: 0.2em; float: left
; padding-left: 0.5em }
26 #top_bar .account_message
{ padding: 0.2em; float: right
; padding-right: 0.5em }
27 #top_bar .login
{ font-weight: bold
; }
29 /* ========= ACCOUNT ========== */
31 div
.account
{ width: 400px; }
32 div
.account div
.login
, div
.account div
.signup
{ margin: 1em 0pt; }
34 /* ========= INPUTS ========== */
36 input
[type
="text"], input
[type
="password"], textarea
{
38 border: 1px solid
#001833;
39 background-color: #fafafa;
44 input
[type
="text"], input
[type
="password"] {
46 font-family: sans-serif
;
51 textarea
{ height: 10em; }
53 input
[type
="submit"] {
56 padding: 0 1em 0.1em 1em;
57 background-color:#003f87;
59 border: 2px outset
#04244a;
62 input
[type
="submit"]:hover
{
63 background-color: #084fa1;
67 background-color: #0066dd;
68 border: 2px outset
#0033aa;
73 background-color: #5cc400;
74 border: 2px outset
#57e925;
78 input
.blue-button:hover
{
79 background-color: #0099ff;
82 input
.green-button:hover
{
83 background-color: #7ee600;
86 /* ========= ISSUES ========== */
88 ul
.issues
{ list-style: none
; }
91 div
.issue-comments
{ width: 30em; }
93 div
.issue div
.entry-title
{ font-size: large
; font-weight: bold
; margin: 1em 0pt; }
94 div
.issue div
.issue-meta
{ font-size: small
; }
95 div
.issue div
.entry-content
{ margin: 1em 0pt; }
97 div
.issue
.created_at
{ float: right
; }
98 div
.issue
.updated_at
{ float: right
; }
100 /* ========= COMMENTS ========== */
102 .comment { border: 1px dotted
#333; margin: 1em 0pt; padding: 0.5em; }
103 .comment .title { font-size: large
; }
104 .comment .permalink { float: right
; }
105 .comment .entry-content { margin-bottom: 0.5em; }
106 .comment .comment_meta { font-size: small
; margin-top: 0.5em; }
107 .comment .comment_meta .author { }
108 .comment .comment_meta .created_at { float: right
; }
109 .comment .comment_meta .updated_at { float: right
; }
111 /* ======= SCAFFOLD DEFAULT ======= */
115 background-color: #eee;
121 border: 2px solid red
;
125 border: 1px solid
#c00;;
126 padding-bottom: 1.5em;
128 background-color: #f0f0f0;
131 #errorExplanation h2
{
136 background-color: #c00;
140 #errorExplanation p
{
145 #errorExplanation ul li
{
158 div
.progressBar div
.border
{
159 background-color: #fff;
160 border: 1px solid grey
;
164 div
.progressBar div
.background
{
165 background-color: #333;