Sovsvampen
Elev
|
Icke okej, någon hel stilmall eller nått ..
Spoiler:Tryck här för att visa!
/* RESET */
/** RESET (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: none;
}
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
/* / RESET */
body {
margin: 0;
background-color: #ddd;
padding:10px 0px;
font-family:Arial,Helvetica,sans-serif;
/*
font-family: Verdana, Helvetica, Sans;
font-size: 10px;
*/
font-size:62.5%;
color:#222;
}
/*DIV*/
div#site {
height:100%;
overflow:auto;
width:955px;
padding:10px 20px;
overflow:hidden;
background:#fff;
margin:0 auto;
}
#site-idx {
width:955px;
}
#site-idx #site-idx-left {
padding-bottom:10px;
width:568px;
}
#site-idx #site-idx-center {
border-left:1px solid #ddd;
vertical-align:top;
width:385px;
}
#site-idx #site-idx-right {
border-left: 1px dotted #ddd;
border-right: 1px dotted #ddd;
width:157px;
vertical-align:top;
}
#top-banner, #top-header,#footer, #footer-banner,.clear,.break, .box-content {
display:block;clear:both;
}
#top-banner, #footer-banner {
background:#fff;
text-align:center;
}
#top-header {
float:left;
width:955px;
border-top:2px solid #ddd;
border-bottom:3px double #ddd;
padding:5px 0px;
margin-top:5px;
}
hr {height:0px;border:none;}
hr, .break {
width:100%;
border-bottom:1px dotted #ddd;
}
.hr {
background:url(/img/hr.gif);
height:4px;
width:945px;
display:block;
clear:both;
}
#top-menu {
display:block;
margin:5px 0px;
}
ul#top-tabs {
font-family:Cambria,Georgia,"Times New Roman",Times,serif;
list-style-image:none;
list-style-position:outside;
list-style-position:none;
list-style:none;
float:left;
padding:0px;
margin:0px;
width:100%;
border-color:#ddd;
border-style:solid;
border-width:0 0 1px 1px;
border-top:1px solid #ddd;
}
ul#top-tabs li {
background: #efefef;
border: 1px solid #ddd;
border-left: 0;
float: left;
padding:2px 2px;
margin-bottom: -0.1em;
margin-top:-0.1em;
}
ul#top-tabs li.rss {
border:none;
background:none;
float:right;
}
ul#top-tabs li.rss a {
background:url(/img/icons/rss.gif) no-repeat scroll 100% 50%;
padding-right:16px;
}
ul#top-tabs li.current-page {
background: #fff;
border-bottom: 1px solid #fff;
}
ul#top-tabs li a {
color:#000;
letter-spacing:1px;
display:block;
line-height:1em;
text-transform:uppercase;
font-size:1.1em;
padding:0.545em 0.818em;
}
div#footer {
width:100%;
border-top:3px double #ddd;
padding:5px 0px;
}
table#footer-menu {
width:100%;
font-size: 1em;
margin-top:5px;
border-top: 3px double #ddd;
border-bottom: 1px solid #ddd;
}
table#footer-menu td {
padding:4px;
}
/*</DIV*/
/*TEXT*/
a {
color: #9c0000;
color:#2C448C;
text-decoration: none;
}
a:hover {
color: #888;
}
input, select {
font-size: 1.1em;
}
/* FNA */
pre {
white-space:pre;
font-family:monospace;
font-size:10px;
/*
font-size: 1.3em;
line-height:1.4em;
*/
}
.nowrap {white-space:nowrap;}
#top-header,table#footer-menu, table.list td, input, select, .hack_header, table.linkbox td {
font-family: Verdana,Geneva,Arial,Helvetica;
}
.italic {font-style:italic}
.bold {font-weight:bold}
.fl {float:left}
.fr {float:right}
.alignl {text-align:left}
.alignc {text-align:center}
.alignr {text-align:right}
.gentle {color:#ddd}
h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-family:Arial,Helvetica,sans-serif;
font-size:1.8em;
line-height:1.1em;
font-weight:bold;
}
h1 a {
color:#2C448C !important;
}
h1 a:hover {
text-decoration:underline;
}
h2 {
font-family:Arial,Helvetica,sans-serif;
font-size:1.3em;
line-height:1.0em;
font-weight:bold;
text-transform:uppercase;
padding:10px 5px;
border-bottom:1px solid #ccc;
}
h3 {
font-size:1.2em;
line-height:1.0em;
font-weight:bold;
}
/*
h2.title {
font-size:110%;
line-height:1.5em;
font-weight:bold;
border-top:3px double #ddd;
padding-top:5px;
padding-left:5px;
margin-top:8px;
}
*/
.verdana {
font-family: Verdana;
}
.times {
font-family:Cambria,Georgia,"Times New Roman",Times,serif;
}
.box {
margin:10px 0 0 10px;
border:1px solid #ccc;
}
.box-content {padding:5px;}
.box-p3 {padding:3px}
.box-p5 {padding:5px}
.content-main {padding:10px 5px;}
table.list {
width:100%;
}
table.list tr {
}
table.list td {
border-bottom: 1px dotted #ddd;
padding:4px 0px;
line-height:1.4em;
}
table.article-list, table.article-top {
width:98%;
}
table.article-list tr {
}
table.article-list tr td, table.article-top tr td {
padding:10px 5px 5px 5px;
border-bottom:1px dotted #ddd;
vertical-align:top;
}
table.article-top tr td {
font-size:1.2em;
}
table.article-list tr h1, table.article-list tr h1 a {
color:#222;
}
p, .article-text, ul.red li {
font-family:Georgia, "Times New Roman", Times, serif;
font:12px Arial,Helvetica,sans-serif;
font-size:1.2em;
line-height:1.5em;
padding:4px 0px 8px 0px;
margin:none;
color: #2C261C;
}
.article-text-short {
font:12px Arial,Helvetica,sans-serif;
font-weight:bold;
line-height:1.2em !important;
}
p, .article-text, ul.red li {
font-size:1.2em;
line-height:1.571em;
}
.article-text-date {
color:#888;
}
.pointer {cursor:pointer}
a img {border:none;}
ul.red {
list-style-image:url('/img/li.gif' ;
margin-left:20px;
}
ul.red li {
padding-bottom:5px;
}
/*/TEXT*/
.navbar {
margin:10px 0 5px 0;
font-size:120%;
}
.navbar a {
padding:5px;
border:1px solid #f0f0f0;
}
.navbar a:hover {
background:#f9f9f9;
}
13 dec, 2011 23:40
|