2008-07-23 07:08:48 -04:00
|
|
|
/* Baseline Junebug style */
|
2008-06-27 00:13:15 -04:00
|
|
|
|
2008-07-23 07:08:48 -04:00
|
|
|
a:link, a:visited {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #0000cc;
|
|
|
|
}
|
|
|
|
a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
color: #0000cc;
|
|
|
|
}
|
|
|
|
|
|
|
|
form { display: inline; }
|
|
|
|
|
|
|
|
span.actions a {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.button {
|
|
|
|
margin: 5px 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input, textarea {
|
|
|
|
padding: 4px 2px 1px 2px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
2008-06-27 00:13:15 -04:00
|
|
|
|
2008-07-23 07:08:48 -04:00
|
|
|
input, textarea, pre, code {
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
|
|
|
|
textarea {
|
|
|
|
width: 95%;
|
|
|
|
}
|
2008-06-27 00:13:15 -04:00
|
|
|
|
2008-07-23 07:08:48 -04:00
|
|
|
del {
|
|
|
|
color: #999;
|
|
|
|
background-color: #ddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
ins {
|
|
|
|
background-color: #cfc;
|
|
|
|
text-decoration: none;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* PAGE STRUCTURE */
|
2008-06-27 00:13:15 -04:00
|
|
|
body {
|
2008-07-23 07:08:48 -04:00
|
|
|
background: #d7d7d7;
|
|
|
|
text-align: center;
|
|
|
|
min-width: 800px;
|
|
|
|
margin: 0px;
|
2008-06-27 00:13:15 -04:00
|
|
|
}
|
|
|
|
|
2008-07-23 07:08:48 -04:00
|
|
|
#container {
|
|
|
|
font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Helvetica, sans-serif;
|
|
|
|
width: 800px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
text-align: left;
|
|
|
|
}
|
2008-06-27 00:13:15 -04:00
|
|
|
|
2008-07-24 04:41:17 -04:00
|
|
|
#headercontainer {
|
|
|
|
background-color: #6677aa;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2008-07-23 07:08:48 -04:00
|
|
|
#header {
|
2008-07-24 04:41:17 -04:00
|
|
|
padding: 8px 25px;
|
2008-07-23 07:08:48 -04:00
|
|
|
}
|
2008-06-27 00:13:15 -04:00
|
|
|
|
2008-07-23 07:08:48 -04:00
|
|
|
#header a {
|
|
|
|
color: #ffffff;
|
2008-07-24 04:41:17 -04:00
|
|
|
font-weight: bold;
|
2008-07-23 07:08:48 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#header a:hover {
|
|
|
|
text-decoration: none;
|
2008-07-24 04:41:17 -04:00
|
|
|
color: #ddd;
|
2008-07-23 07:08:48 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#header h1 {
|
|
|
|
font-size: 167%;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
#header h2 {
|
|
|
|
float: right;
|
|
|
|
font-size: 110%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#page {
|
|
|
|
background-color: #ffffff;
|
|
|
|
border:5px solid #929292;
|
|
|
|
border-width:0 5px 5px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#footer {
|
|
|
|
border: 1px solid #eee;
|
|
|
|
background-color: #ddd;
|
|
|
|
color: #333;
|
|
|
|
font-size: 100%;
|
|
|
|
padding: 8px;
|
|
|
|
margin-top: 10px;
|
2008-07-24 04:41:17 -04:00
|
|
|
margin-bottom: 20px;
|
2008-07-23 07:08:48 -04:00
|
|
|
line-height: 150%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.formbox {
|
|
|
|
border-top: 1px solid #ccc;
|
|
|
|
background-color: #eee;
|
|
|
|
padding: 0 15px 10px 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* WIKI CONTENT STYLES */
|
|
|
|
#content {
|
|
|
|
min-height: 300px;
|
|
|
|
width: 605px;
|
|
|
|
padding-left: 20px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content h2, #content h3, #content h4, #content h5 {
|
|
|
|
font-weight: normal;
|
|
|
|
color: #447744;
|
|
|
|
border-bottom: 2px dotted #bbb;
|
|
|
|
margin-left: -5px;
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
padding: 1px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content h1 {
|
|
|
|
font-size: 182%;
|
|
|
|
margin-bottom: 10px;
|
2008-07-23 07:11:08 -04:00
|
|
|
border-bottom: 2px dotted #bbb;
|
2008-07-23 07:08:48 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#content h2 {
|
|
|
|
font-size: 140%;
|
|
|
|
background-color: #edf9ef;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content h3 {
|
|
|
|
font-size: 129%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content h4 {
|
|
|
|
font-size: 107%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content h5 {
|
|
|
|
font-size: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content ul {
|
|
|
|
list-style-type: square;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content li {
|
|
|
|
line-height: 150%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content ol {
|
|
|
|
list-style-type: decimal;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content p {
|
|
|
|
line-height: 145%;
|
|
|
|
margin: 15px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content em {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content strong {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content label {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content code {
|
|
|
|
background: #f4f4f4;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content code.clean {
|
|
|
|
background: #ffffff;
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content pre code{
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content pre {
|
|
|
|
display: block;
|
|
|
|
background: #f4f4f4;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
padding: 8px 20px;
|
|
|
|
margin: 15px 0px;
|
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content pre.clean {
|
|
|
|
display: block;
|
|
|
|
background: #ffffff;
|
|
|
|
border: 0px;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2008-06-27 00:13:15 -04:00
|
|
|
|
|
|
|
/* http://longren.org/2006/09/27/wrapping-text-inside-pre-tags */
|
2008-07-23 07:08:48 -04:00
|
|
|
/* Browser specific (not valid) styles to make preformatted text wrap */
|
|
|
|
#content pre {
|
|
|
|
white-space: pre-wrap; /* css-3 */
|
|
|
|
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
|
|
|
|
white-space: -pre-wrap; /* Opera 4-6 */
|
|
|
|
white-space: -o-pre-wrap; /* Opera 7 */
|
|
|
|
word-wrap: break-word; /* Internet Explorer 5.5+ */
|
|
|
|
}
|
|
|
|
|
|
|
|
#content table {
|
|
|
|
}
|
|
|
|
|
|
|
|
#content th, #content td {
|
|
|
|
padding: 2px 5px 2px 5px;
|
|
|
|
border: solid #eee;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content th {
|
|
|
|
font-weight: bold;
|
|
|
|
background-color: #d7e0ff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.entry {
|
2008-07-23 14:54:26 -04:00
|
|
|
padding: 3px;
|
|
|
|
margin-bottom: 10px;
|
2008-06-27 00:13:15 -04:00
|
|
|
}
|
2008-07-23 07:08:48 -04:00
|
|
|
|
|
|
|
.entry ul {
|
|
|
|
margin: 10px 0px 10px 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.entry ol {
|
|
|
|
margin: 10px 0px 10px 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.entry .entry-author {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
color: #444;
|
|
|
|
font-size: 90%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.entry .entry-author .fn, .entry .entry-author .dept {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
.entry .entry-tags {
|
|
|
|
background-color: #eee;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
font-size: 80%;
|
|
|
|
padding: 5px;
|
|
|
|
list-style-type: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar {
|
|
|
|
width: 150px;
|
|
|
|
float: right;
|
|
|
|
font-size: 90%;
|
|
|
|
padding-top: 10px;
|
2008-07-23 14:54:26 -04:00
|
|
|
}
|