This repository has been archived on 2017-04-03. You can view files and clone it, but cannot push or open issues/pull-requests.
site_nanoblogger_community/labocss/cons-steelblue.css

235 lines
5.7 KiB
CSS

html, address,
blockquote,
body, dd, div,
dl, dt, fieldset, form,
frame, frameset,
h1, h2, h3, h4,
h5, h6, noframes,
ol, p, ul, center,
dir, hr, menu, pre, div { display: block }
li { display: list-item }
head { display: none }
table { display: table }
tr { display: table-row }
thead { display: table-header-group }
tbody { display: table-row-group }
tfoot { display: table-footer-group }
col { display: table-column }
colgroup { display: table-column-group }
td, th { display: table-cell }
caption { display: table-caption }
th { font-weight: bolder; text-align: center }
caption { text-align: center }
body {
color: #222222;
background-color: #f5f5f5;
font-family: Georgia, Times, "Times New Roman", serif;
/* font-family: Verdana, Arial, sans-serif;*/
font-size: 0.85em;
margin:0px;
min-width: 750px;
}
h1 { font-family: Verdana, Arial, sans-serif;color:#003366;font-size: 2em; margin: .67em 0 }
h2 { font-family: Verdana, Arial, sans-serif;color:#003366;font-size: 1.5em; margin: .75em 0 }
h3 { font-family: Verdana, Arial, sans-serif;color:#003366;font-size: 1.17em; margin: .83em 0 }
h4, p,
blockquote, ul,
fieldset, form,
ol, dl, dt, dir,
menu { margin: 1.12em 0 }
h5 { font-size: .83em; margin: 1.5em 0 }
h6 { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6, b,
strong { font-weight: bolder }
blockquote { margin-left: 40px; margin-right: 40px }
/*blockquote, ul, ol, dl, pre, kbd, samp { margin : 0}*/
i, cite, em,
var, address { font-style: italic }
pre, code,
kbd, samp { font-family: MS Courier New, Courier, Prestige, monospace }
pre {
white-space: pre;
border-top:2px solid #cccccc;
border-left:2px solid #cccccc;
border-right:1px solid #cccccc;
border-bottom:1px solid #cccccc;
overflow-x: auto;
overflow-y: auto;
background-color: #eeeeee;
padding: 10px;
}
button, textarea,
input, select { display: inline-block }
big { font-size: 1.17em }
small, sub, sup { font-size: .83em }
sub { vertical-align: sub }
sup { vertical-align: super }
table { border-spacing: 2px; }
thead, tbody,
tfoot { vertical-align: middle }
td, th { vertical-align: inherit }
s, strike, del { text-decoration: line-through }
hr { border: 1px inset }
ol, ul, dir,
menu, dd { margin-left: 40px }
ol { list-style-type: decimal }
ol ul, ul ol,
ul ul, ol ol { margin-top: 0; margin-bottom: 0 }
u, ins { text-decoration: underline }
br:before { content: "\A" }
:before, :after { white-space: pre-line }
center { text-align: center }
:link, :visited { text-decoration: underline }
:focus { outline: thin dotted invert }
a:link {font-weight: bold;color: #003366; text-decoration: underline}
a:visited {font-weight: bold;color: #003366; text-decoration: underline}
a:active {font-weight: bold;color: #003366; text-decoration: none}
a:hover {font-weight: bold; color: #003366; text-decoration: none;background-color:silver}
a:focus {outline: none; color: #003366; text-decoration: none}
.hidden {
display: none;
}
.banner {
padding: 15px 30px;
color: #f5f5f5;
background-color: #4682b4;/*blue*/
}
.banner h1, h4 {
font-family: Georgia, Times, "Times New Roman", serif;
margin: 0;
padding: 0px 0px;
text-align:left;
}
.banner a,
.banner a:hover,
.banner a:link,
.banner a:visited,
.banner a:active {
color: #f5f5f5;/*white;*/
text-decoration:none;
background-color: #4682b4;
}
.description {
margin-top: 15px;
font-style: italic;
text-transform:lowercase;
}
div.archives {
padding:0px 5px 15px 5px;
}
div.blog {
margin:0;
padding:35px 5px 15px 5px;
}
div.navbar {
border-top: 2px solid #f5f5f5;
font-family: verdana, arial, sans-serif;
font-size: 0.85em;
background-color: #4682b4;
}
div.navbar a {
margin-left:-4px;
padding: 0 10px 0 10px;
text-transform: uppercase;
color: #f5f5f5;
font-weight: bold;
text-decoration: none;
border-right: solid 3px #f5f5f5;
background-color: #4682b4;
}
div.navbar a:visited {color: #f5f5f5;text-decoration: none;background-color: #4682b4;}
div.navbar a:hover {color: #003366;background-color: #f5f5f5}
div.navbar a:focus {outline: none; color: #003366; background-color: #f5f5f5}
div.item {
max-width: 740px;
padding-left:40px;
margin-bottom: 30px;
text-align: justify;
}
.item h1 {text-align: center}
.item h2, h3 {margin-left: -35px}
div.item pre {
overflow: auto;
}
div.item table {
width: 1200px;
}
.title {
font-family: verdana, arial, sans-serif;
margin-left: -35px;
margin-bottom: 0.2em;
}
div.menutop {
padding: 0.1em;
margin: 2em;
text-align: center;
}
.menu {
font-family: verdana, arial, sans-serif;
font-size: 0.85em;
font-weight: bold;
text-align: center;
margin:0;
}
.menu >table {margin: 0 auto 0 auto}
/*.menu td {background-color: #4682b4;}*/
.menu a:link {color:#f5f5f5; text-decoration: none; background-color: #4682b4; }
.menu a:visited {color:#f5f5f5; text-decoration: none;background-color: #4682b4; }
.menu a:active {color:#03366; text-decoration: none; background-color: #f5f5f5; }
.menu a:hover {color:#003366; text-decoration: none; background-color: silver; }
.menu a:focus {outline: none; color: #003366; text-decoration: none; background-color: #f5f5f5;}
.menu a {padding:0px 4px 0px 4px}
.date {
font-weight: bold;
}
.posted {
font-family: Verdana, Arial, sans-serif;
font-size: 0.7em;
color: #0f0f0f;
padding: 0;
margin-bottom: 0.6em;
}
.footer {
padding:5px 0;
border-top: 1px solid #cccccc;
font-family: verdana, arial, sans-serif;
font-size: 0.5em;
text-align: center;
}