|
|
878a2b |
/***
|
|
|
878a2b |
* Style used in some server responses.
|
|
|
878a2b |
*
|
|
|
878a2b |
* -- CentOS Artwork SIG.
|
|
|
878a2b |
* http://projects.centos.org/trac/artwork/wiki/WebServerCustomization
|
|
|
878a2b |
*/
|
|
|
878a2b |
|
|
|
878a2b |
html {
|
|
|
878a2b |
background-color: #FFF;
|
|
|
878a2b |
background-image: url(img/html-background.png);
|
|
|
878a2b |
font-family: "DejaVu Sans", "Liberation Sans", sans-serif;
|
|
|
878a2b |
font-size: 0.85em;
|
|
|
878a2b |
line-height: 1.25em;
|
|
|
878a2b |
margin: 0 4% 0 4%; /* <- with 4% of left and right margin */
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
body {
|
|
|
878a2b |
background: #FFF;
|
|
|
878a2b |
border-width: 10px;
|
|
|
878a2b |
border-style: solid;
|
|
|
878a2b |
border-color: #FFF;
|
|
|
878a2b |
padding:0;
|
|
|
878a2b |
margin: 0;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
/* RSS */
|
|
|
878a2b |
|
|
|
878a2b |
#header .rss {
|
|
|
878a2b |
float:right;
|
|
|
878a2b |
padding: 0;
|
|
|
878a2b |
margin: 0;
|
|
|
878a2b |
margin-right: 1em;
|
|
|
878a2b |
border: none;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
/* Links */
|
|
|
878a2b |
|
|
|
878a2b |
a:link { text-decoration: none; color: #204C8D }
|
|
|
878a2b |
a:hover { text-decoration: underline; color: green; }
|
|
|
878a2b |
a:active { text-decoration: underline; color: green; }
|
|
|
878a2b |
a:visited { text-decoration: none; color: #204C8D; }
|
|
|
878a2b |
a:visited:hover { text-decoration: underline; color: green; }
|
|
|
878a2b |
|
|
|
878a2b |
#footer .credits a:link { border-bottom: 1px dotted #eee; text-decoration: none; color: #eee }
|
|
|
878a2b |
#footer .credits a:hover { border-bottom: 1px dotted #eee; text-decoration: underline; color: #fff; }
|
|
|
878a2b |
#footer .credits a:active { border-bottom: 1px dotted #eee; text-decoration: underline; color: #eee; }
|
|
|
878a2b |
#footer .credits a:visited { border-bottom: 1px dotted #eee; text-decoration: none; color: #eee; }
|
|
|
878a2b |
#footer .credits a:visited:hover { border-bottom: 1px dotted #eee; text-decoration: underline; color: #fff; }
|
|
|
878a2b |
|
|
|
878a2b |
#header .adminlinks a:link { border-bottom: 1px dotted #eee; text-decoration: none; color: #eee }
|
|
|
878a2b |
#header .adminlinks a:hover { border-bottom: 1px dotted #eee; text-decoration: underline; color: #fff; }
|
|
|
878a2b |
#header .adminlinks a:active { border-bottom: 1px dotted #eee; text-decoration: underline; color: #eee; }
|
|
|
878a2b |
#header .adminlinks a:visited { border-bottom: 1px dotted #eee; text-decoration: none; color: #eee; }
|
|
|
878a2b |
#header .adminlinks a:visited:hover { border-bottom: 1px dotted #eee; text-decoration: underline; color: #fff; }
|
|
|
878a2b |
|
|
|
878a2b |
/* Alignment */
|
|
|
878a2b |
|
|
|
878a2b |
.floatr { float: right; }
|
|
|
878a2b |
.floatl { float: left; }
|
|
|
878a2b |
.alignr { text-align: right; }
|
|
|
878a2b |
.alignl { text-align: left; }
|
|
|
878a2b |
.alignc { text-align: center; }
|
|
|
878a2b |
|
|
|
878a2b |
/* Lists */
|
|
|
878a2b |
|
|
|
878a2b |
#content ul,
|
|
|
878a2b |
#content ol {
|
|
|
878a2b |
padding-left: 1.9em;
|
|
|
878a2b |
margin-left: 3em;
|
|
|
878a2b |
margin-bottom: 1em;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#content ul {
|
|
|
878a2b |
list-style: url("img/ul.png") circle;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#content ol {
|
|
|
878a2b |
list-style-image: none !important;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#content ul li {
|
|
|
878a2b |
padding-left: 0em;
|
|
|
878a2b |
margin-bottom: 0.3em;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#content ol li {
|
|
|
878a2b |
padding-left: 0em;
|
|
|
878a2b |
margin-bottom: 0.3em;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#content ul ul,
|
|
|
878a2b |
#content ul ol,
|
|
|
878a2b |
#content ol ul,
|
|
|
878a2b |
#content ol ol {
|
|
|
878a2b |
margin-left: 0.5em;
|
|
|
878a2b |
margin-top: 0.3em;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#content ul li p,
|
|
|
878a2b |
#content ol li p {
|
|
|
878a2b |
margin-bottom: 0.3em;
|
|
|
878a2b |
line-height: 1.5em;
|
|
|
878a2b |
margin-left: 0 !important;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
/* Tables */
|
|
|
878a2b |
|
|
|
878a2b |
#content table {
|
|
|
878a2b |
margin: 0;
|
|
|
878a2b |
margin-top: 0.5em;
|
|
|
878a2b |
margin-bottom: 0.5em;
|
|
|
878a2b |
border-collapse: collapse;
|
|
|
878a2b |
clear: both;
|
|
|
878a2b |
border-width: 1px;
|
|
|
878a2b |
border-style: solid;
|
|
|
878a2b |
border-color: #EDEDED;
|
|
|
878a2b |
width: 100%;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#content th {
|
|
|
878a2b |
background: #f8f8f8;
|
|
|
878a2b |
padding: 0.5em;
|
|
|
878a2b |
border-width: 1px;
|
|
|
878a2b |
border-style: solid;
|
|
|
878a2b |
border-color: #CCC;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#content th.firstcol {
|
|
|
878a2b |
width: 1%;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#content td {
|
|
|
878a2b |
border-width: 1px;
|
|
|
878a2b |
border-style: solid;
|
|
|
878a2b |
border-color: #CCC;
|
|
|
878a2b |
padding: 0.5em;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
|
|
|
878a2b |
/* Presentation */
|
|
|
878a2b |
|
|
|
878a2b |
#header {
|
|
|
878a2b |
background-color: #204C8D;
|
|
|
878a2b |
background-image: url(img/header-background.png);
|
|
|
878a2b |
color: #fff;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#header div.people_info {
|
|
|
878a2b |
float: right;
|
|
|
878a2b |
padding: 0.3em 10% 1.2em 1.2em;
|
|
|
878a2b |
padding-right: 10%;
|
|
|
878a2b |
text-align: center;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#header .adminlinks {
|
|
|
878a2b |
float:right;
|
|
|
878a2b |
margin: 0.5em;
|
|
|
878a2b |
text-align: right;
|
|
|
878a2b |
font-size: 0.8em;
|
|
|
878a2b |
color: #eee;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#logo {
|
|
|
878a2b |
color: #fff;
|
|
|
878a2b |
padding: 10px;
|
|
|
878a2b |
width: 500px;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#logo img {
|
|
|
878a2b |
border: none;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#logo .logo_text{
|
|
|
878a2b |
font-size: 1.7em;
|
|
|
878a2b |
color: #fff;
|
|
|
878a2b |
margin-top: -50px;
|
|
|
878a2b |
float:left;
|
|
|
878a2b |
margin-left: 260px;
|
|
|
878a2b |
text-align:left;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
/* Ads */
|
|
|
878a2b |
|
|
|
878a2b |
.googlecontent {
|
|
|
878a2b |
clear: right;
|
|
|
878a2b |
margin: 0;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
/* Page lines */
|
|
|
878a2b |
|
|
|
878a2b |
.pageline_dark {
|
|
|
878a2b |
border: 1px solid #31629b;
|
|
|
878a2b |
clear: both;
|
|
|
878a2b |
margin:0;
|
|
|
878a2b |
padding:0;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
.pageline {
|
|
|
878a2b |
border-bottom:2px solid #cad9ee;
|
|
|
878a2b |
clear: both;
|
|
|
878a2b |
margin:0;
|
|
|
878a2b |
padding:0;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
.pageline_soft {
|
|
|
878a2b |
border: 1px solid #fff;
|
|
|
878a2b |
clear: both;
|
|
|
878a2b |
margin:0;
|
|
|
878a2b |
padding:0;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
/* Mainlinks */
|
|
|
878a2b |
|
|
|
878a2b |
.mainlinks {
|
|
|
878a2b |
display: block;
|
|
|
878a2b |
padding: 0;
|
|
|
878a2b |
padding-left: 20px;
|
|
|
878a2b |
margin: 0;
|
|
|
878a2b |
font-size: 0.8em;
|
|
|
878a2b |
background-color: #2b4f80;
|
|
|
878a2b |
height: 23px;
|
|
|
878a2b |
border-bottom: 2px solid #6fa4df;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
.mainlinks li {
|
|
|
878a2b |
float: left;
|
|
|
878a2b |
display: inline;
|
|
|
878a2b |
white-space: nowrap;
|
|
|
878a2b |
font-weight: bold;
|
|
|
878a2b |
padding:0;
|
|
|
878a2b |
padding-top:3px;
|
|
|
878a2b |
padding-bottom:3px;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
.mainlinks li a {
|
|
|
878a2b |
/* To cover the box area as linkable */
|
|
|
878a2b |
padding: 10px;
|
|
|
878a2b |
padding-top: 4px;
|
|
|
878a2b |
padding-bottom: 4px;
|
|
|
878a2b |
border-right: 1px solid #25456f;
|
|
|
878a2b |
border-left: 1px solid #31629b;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
.mainlinks a,
|
|
|
878a2b |
.mainlinks a:visited {
|
|
|
878a2b |
color: #BDD3FB;
|
|
|
878a2b |
text-decoration: none;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
.mainlinks li.current a {
|
|
|
878a2b |
color: #25456f;
|
|
|
878a2b |
border-right: 1px solid #fff;
|
|
|
878a2b |
border-left: 1px solid #fff;
|
|
|
878a2b |
text-decoration: none;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
.mainlinks li:hover {
|
|
|
878a2b |
background-color: #436595;
|
|
|
878a2b |
padding-bottom: 3px;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
.mainlinks li:hover a {
|
|
|
878a2b |
color: #BDD3FB;
|
|
|
878a2b |
text-decoration: none;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
.mainlinks li:hover a:active { color:#BDD3FB; background-color:#436595; text-decoration:none;}
|
|
|
878a2b |
.mainlinks li a:active { color:#BDD3FB; background-color:#436595; text-decoration:none;}
|
|
|
878a2b |
|
|
|
878a2b |
.mainlinks li.current,
|
|
|
878a2b |
.mainlinks li.current:hover,
|
|
|
878a2b |
.mainlinks li.current:hover a,
|
|
|
878a2b |
.mainlinks li.current:active a {
|
|
|
878a2b |
color: #25456f;
|
|
|
878a2b |
background: #f6f9ff;
|
|
|
878a2b |
padding-bottom: 5px;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
/* Sublinks */
|
|
|
878a2b |
|
|
|
878a2b |
.sublinks {
|
|
|
878a2b |
display: block;
|
|
|
878a2b |
margin:0;
|
|
|
878a2b |
padding: 0.8em;
|
|
|
878a2b |
white-space: nowrap;
|
|
|
878a2b |
background: #f6f9ff;
|
|
|
878a2b |
border-bottom:2px solid #cad9ee;
|
|
|
878a2b |
color: #000;
|
|
|
878a2b |
}
|
|
|
878a2b |
.sublinks ul {
|
|
|
878a2b |
margin: 0;
|
|
|
878a2b |
padding: 0;
|
|
|
878a2b |
}
|
|
|
878a2b |
.sublinks li {
|
|
|
878a2b |
display: inline;
|
|
|
878a2b |
border-right: 1px dotted #6fa4df;
|
|
|
878a2b |
padding-left:0.8em;
|
|
|
878a2b |
padding-right:0.8em;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
.sublinks li:last-child {
|
|
|
878a2b |
border-right: none;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
/* Entries pager */
|
|
|
878a2b |
|
|
|
878a2b |
#content .entrypager {
|
|
|
878a2b |
border-top: 1px solid #f8f8f8;
|
|
|
878a2b |
padding-top: 10px;
|
|
|
878a2b |
clear: both;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#content .entrypager span {
|
|
|
878a2b |
display: inline;
|
|
|
878a2b |
font-size: 0.9em;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
/* Content */
|
|
|
878a2b |
|
|
|
878a2b |
#content .columnl {
|
|
|
878a2b |
display: block;
|
|
|
878a2b |
background-color: #fff;
|
|
|
878a2b |
margin: 0;
|
|
|
878a2b |
padding-right: 20px;
|
|
|
878a2b |
padding-left: 20px;
|
|
|
878a2b |
padding-bottom: 2em;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#content .columnr div.center { text-align: center; }
|
|
|
878a2b |
|
|
|
878a2b |
#content .columnr div.last {
|
|
|
878a2b |
border-top: 1px solid #fff;
|
|
|
878a2b |
border-bottom: none;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#content .columnr p.first {
|
|
|
878a2b |
border-top: none;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#content h1 {
|
|
|
878a2b |
color: #333;
|
|
|
878a2b |
line-height: 1em;
|
|
|
878a2b |
margin: 0px;
|
|
|
878a2b |
margin-bottom: 1em;
|
|
|
878a2b |
margin-top: 1em;
|
|
|
878a2b |
padding: 0px;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#content h2,
|
|
|
878a2b |
#content h3,
|
|
|
878a2b |
#content h4,
|
|
|
878a2b |
#content h5,
|
|
|
878a2b |
#content h6 {
|
|
|
878a2b |
color: #333;
|
|
|
878a2b |
line-height: 0.7em;
|
|
|
878a2b |
margin: 0px;
|
|
|
878a2b |
margin-bottom: 1em;
|
|
|
878a2b |
padding: 0px;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#content tt {
|
|
|
878a2b |
font-family: "DejaVu Sans Mono", "Liberation Sans Mono", monospace;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#content {
|
|
|
878a2b |
clear:both;
|
|
|
878a2b |
padding-left:0px;
|
|
|
878a2b |
padding-right:0px;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#content p {
|
|
|
878a2b |
color: #333;
|
|
|
878a2b |
line-height: 1.5em;
|
|
|
878a2b |
margin: 0;
|
|
|
878a2b |
padding: 0;
|
|
|
878a2b |
margin-bottom: 1em;
|
|
|
878a2b |
margin-top: 1em;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#content pre {
|
|
|
878a2b |
font-size: 1.4em;
|
|
|
878a2b |
border-width: 1px;
|
|
|
878a2b |
border-style: solid;
|
|
|
878a2b |
border-color: #E5E5E5;
|
|
|
878a2b |
border-left-width: 4px;
|
|
|
878a2b |
white-space: pre;
|
|
|
878a2b |
background: #FFFAE9;
|
|
|
878a2b |
overflow: auto;
|
|
|
878a2b |
padding: 1em;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#content hr {
|
|
|
878a2b |
margin-top: 1em;
|
|
|
878a2b |
margin-bottom: 1em;
|
|
|
878a2b |
padding: 0;
|
|
|
878a2b |
border: 1px solid #f8f8f8;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
.promoblock {
|
|
|
878a2b |
display: block;
|
|
|
878a2b |
float:left;
|
|
|
878a2b |
padding: 0;
|
|
|
878a2b |
padding-left: 1em;
|
|
|
878a2b |
padding-right: 0.5em;
|
|
|
878a2b |
margin-top: 0.5em;
|
|
|
878a2b |
margin-bottom: 0.5em;
|
|
|
878a2b |
border-left: 2px dotted #cad9ee;
|
|
|
878a2b |
height: 200px;
|
|
|
878a2b |
font-size: 0.8em;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
.promoblock p {
|
|
|
878a2b |
padding: 0em;
|
|
|
878a2b |
line-height: 1.5em;
|
|
|
878a2b |
margin: 0em;
|
|
|
878a2b |
margin-bottom: 1em;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
.promoblock.col1,
|
|
|
878a2b |
.promoblock.col2,
|
|
|
878a2b |
.promoblock.col3 { width: 20%;}
|
|
|
878a2b |
.promoblock.col4 { width: 30%; }
|
|
|
878a2b |
|
|
|
878a2b |
.promoblock.first { border-left: none;}
|
|
|
878a2b |
|
|
|
878a2b |
#content div.post p.info {
|
|
|
878a2b |
font-size: 0.8em;
|
|
|
878a2b |
margin-top: -1em !important;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#content div.post.first p.info {
|
|
|
878a2b |
margin-top: -2em !important;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#content .post {
|
|
|
878a2b |
margin-top: 1em;
|
|
|
878a2b |
padding-top: 1em;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#content .post.first {
|
|
|
878a2b |
border-bottom: 1px solid #f8f8f8;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
|
|
|
878a2b |
#content .post.first h2 {
|
|
|
878a2b |
font-size: 2em;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
/* Content - Forms */
|
|
|
878a2b |
|
|
|
878a2b |
#content form {
|
|
|
878a2b |
margin: 0;
|
|
|
878a2b |
padding: 0;
|
|
|
878a2b |
display: inline;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
div.formfields {
|
|
|
878a2b |
border-top: 1px solid #f8f8f8;
|
|
|
878a2b |
border-bottom: 1px solid #f8f8f8;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
div.formfields ul {
|
|
|
878a2b |
margin-left: 0px !important;
|
|
|
878a2b |
padding-left: 0px !important;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
div.formfields li {
|
|
|
878a2b |
|
|
|
878a2b |
list-style: none;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
div.formfields li.description {
|
|
|
878a2b |
font-weight: bold;
|
|
|
878a2b |
text-align: right;
|
|
|
878a2b |
width: 180px;
|
|
|
878a2b |
padding-top: 5px;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
div.formfields li.value {
|
|
|
878a2b |
margin-left: 190px;
|
|
|
878a2b |
margin-top: -25px;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
div.formfields li.submit {
|
|
|
878a2b |
margin-top: 25px;
|
|
|
878a2b |
margin-left: 190px;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#header input[type="submit"],
|
|
|
878a2b |
#header input[type="text"] {
|
|
|
878a2b |
border-width: 2px;
|
|
|
878a2b |
border-style: solid;
|
|
|
878a2b |
border-color: #204C8D;
|
|
|
878a2b |
background-color: #3B71B8;
|
|
|
878a2b |
color: #FFFFFF;
|
|
|
878a2b |
display: inline;
|
|
|
878a2b |
text-decoration: none;
|
|
|
878a2b |
padding: 1px;
|
|
|
878a2b |
padding-left: 4px;
|
|
|
878a2b |
padding-right: 4px;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#header input[type="submit"] {
|
|
|
878a2b |
font-weight: bold;
|
|
|
878a2b |
cursor: pointer;
|
|
|
878a2b |
font-size: 0.8em;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#header input[type="text"] {
|
|
|
878a2b |
font-size: 0.85em;
|
|
|
878a2b |
display: inline;
|
|
|
878a2b |
padding: 2px;
|
|
|
878a2b |
padding-left: 4px;
|
|
|
878a2b |
border: 2px solid #204C8D;
|
|
|
878a2b |
background-color: #EDF4FF;
|
|
|
878a2b |
color: #204C8D;
|
|
|
878a2b |
width: 130px;
|
|
|
878a2b |
}
|
|
|
878a2b |
#header select {
|
|
|
878a2b |
font-size: 0.8em;
|
|
|
878a2b |
border-width: 2px;
|
|
|
878a2b |
border-style: solid;
|
|
|
878a2b |
border-color: #204C8D;
|
|
|
878a2b |
background-color: #3B71B8;
|
|
|
878a2b |
color: #FFFFFF;
|
|
|
878a2b |
cursor: pointer;
|
|
|
878a2b |
display: inline;
|
|
|
878a2b |
font-weight: bold;
|
|
|
878a2b |
text-decoration: none;
|
|
|
878a2b |
padding: 1px;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
.input {
|
|
|
878a2b |
/* does strange effect to button (text size becomes bigger when clicking)
|
|
|
878a2b |
font-size: 1em;
|
|
|
878a2b |
font-family: Arial, Lucida Grande, sans-serif;
|
|
|
878a2b |
*/
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
textarea {
|
|
|
878a2b |
font-size: 1em;
|
|
|
878a2b |
font-family: "DejaVu Sans Mono", "Liberation Mono", monospace;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
.disabled {
|
|
|
878a2b |
color: gray;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
/* Admonitions */
|
|
|
878a2b |
|
|
|
878a2b |
.lm {
|
|
|
878a2b |
background-color: #ECECEC;
|
|
|
878a2b |
background-image: url("img/moin-msg-bg-gray.png");
|
|
|
878a2b |
width: -10px;
|
|
|
878a2b |
border-width: 1px;
|
|
|
878a2b |
border-style: solid;
|
|
|
878a2b |
border-color: #CFCFCF;
|
|
|
878a2b |
border-left-width: 4px;
|
|
|
878a2b |
padding: 1em !important;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
.lm.red {
|
|
|
878a2b |
border-color: #E0B7B7;
|
|
|
878a2b |
background-color: #FFECEC;
|
|
|
878a2b |
background-image: url("img/moin-msg-bg-red.png");
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
.lm.green {
|
|
|
878a2b |
border-color: #D6F6D2;
|
|
|
878a2b |
background-color: #EEFFEC;
|
|
|
878a2b |
background-image: url("img/moin-msg-bg-green.png");
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
.lm.violet {
|
|
|
878a2b |
border-color: #F6D2F6;
|
|
|
878a2b |
background-color: #FFECFF;
|
|
|
878a2b |
background-image: url("img/moin-msg-bg-violet.png");
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
.lm.blue {
|
|
|
878a2b |
border-color: #D2E0F6;
|
|
|
878a2b |
background-color: #ECF4FF;
|
|
|
878a2b |
background-image: url("img/moin-msg-bg-blue.png");
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
.lm.orange {
|
|
|
878a2b |
border-color: #F6E7D2;
|
|
|
878a2b |
background-color: #FFF8EC;
|
|
|
878a2b |
background-image: url("img/moin-msg-bg-orange.png");
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
.message {
|
|
|
878a2b |
margin-top: 2em;
|
|
|
878a2b |
margin-right: 20%;
|
|
|
878a2b |
margin-bottom: 2em;
|
|
|
878a2b |
margin-left: 20%;
|
|
|
878a2b |
padding-top: 1em;
|
|
|
878a2b |
padding-right: 1em;
|
|
|
878a2b |
padding-bottom: 1em;
|
|
|
878a2b |
padding-left: 1.5em;
|
|
|
878a2b |
border-width: 0;
|
|
|
878a2b |
border-top-width: 4px;
|
|
|
878a2b |
border-top-style: solid;
|
|
|
878a2b |
border-bottom-width: 4px;
|
|
|
878a2b |
border-bottom-style: solid;
|
|
|
878a2b |
text-align: center;
|
|
|
878a2b |
font-weight: bold;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
.message pre {
|
|
|
878a2b |
font-weight: normal !important;
|
|
|
878a2b |
text-align: left !important;
|
|
|
878a2b |
font-size: 1em !important;
|
|
|
878a2b |
|
|
|
878a2b |
}
|
|
|
878a2b |
/* Footer */
|
|
|
878a2b |
|
|
|
878a2b |
#footer {
|
|
|
878a2b |
background-color: #204C8D;
|
|
|
878a2b |
background-image: url(img/header-background.png);
|
|
|
878a2b |
margin-top: 1em;
|
|
|
878a2b |
clear:both;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#footer p {
|
|
|
878a2b |
font-size: small;
|
|
|
878a2b |
margin: 5px;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#footer .mainlinks {
|
|
|
878a2b |
border-bottom: none;
|
|
|
878a2b |
height: 23px;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#footer .mainlinks li {
|
|
|
878a2b |
padding-top: 4px;
|
|
|
878a2b |
padding-bottom: 2px;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#footer .mainlinks li.current {
|
|
|
878a2b |
margin-top: -3px;
|
|
|
878a2b |
padding-bottom: 3px;
|
|
|
878a2b |
padding-top: 6px;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
|
|
|
878a2b |
#footer .sublinks {
|
|
|
878a2b |
border-top:2px solid #cad9ee;
|
|
|
878a2b |
border-bottom-color: #6FA4DF;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#footer .credits {
|
|
|
878a2b |
color: #eee;
|
|
|
878a2b |
font-size: small;
|
|
|
878a2b |
padding: 1em;
|
|
|
878a2b |
}
|
|
|
878a2b |
|
|
|
878a2b |
#footer .credits p.right {
|
|
|
878a2b |
float: right;
|
|
|
878a2b |
padding-left: 15em;
|
|
|
878a2b |
text-align: right;
|
|
|
878a2b |
}
|