style.css 3.1 KB
*
{
padding: 0em;
margin: 0em;
font-smooth: always;
}

body
{
background: url("../img/tausta.jpg");
background-attachment: fixed;
background-size: cover;
background-repeat: none;
background-position: center, center;
padding: 35px 0px 35px 0px;
}

body,input
{
font-size: 10pt;
font-family: "Calibri";
color: #333333;
}

p
{
line-height: 1.5em;
margin-bottom: 1.0em;
text-align: justify;
}

a
{
color: #B96D00;
text-decoration: underline;
}

a:hover
{
text-decoration: none;
}


h3 span
{
font-weight: normal;
}

h3,h4
{
display: inline;
font-weight: bold;
background-repeat: no-repeat;
background-position: right;
}

h3
{
font-size: 1.7em;
padding-right: 34px;

}

h4
{
font-size: 1.2em;
padding-right: 28px;

}

.contentarea
{
padding: 1.5em;
padding-top: 1.3em;

}

img
{
display:block;
margin: 0 auto;
}

img.left
{
position: relative;
float: left;
margin: 0em 1.8em 1.4em 0em;
}

img.right
{
position: relative;
float: right;
margin: 0em 0em 1.8em 1.8em;
}

.divider1
{
position: relative;

height: 14px;
margin: 2.0em 0em 1.5em 0em;
clear: both;
}

.divider2
{
position: relative;
height: 1px;
border-bottom: solid 1px #eaeaea;
margin: 2.0em 0em 2.0em 0em;
}

.post .details
{
position: relative;
top: -1.5em;
font-size: 0.8em;
color: #787878;
}

.post ul.controls
{
clear: both;
}

.post ul.controls li
{
display: inline;
font-size: 0.8em;
}

.post ul.controls li a
{
background-repeat: no-repeat;
background-position: left;
padding: 0em 1.0em 0em 20px;
}

.post ul.controls li a.printerfriendly
{
background-image: url('images/icon-printerfriendly.gif');
}

.post ul.controls li a.comments
{
background-image: url('images/icon-comments.gif');
}

.post ul.controls li a.more
{
background-image: url('images/icon-more.gif');
}

.box h1 {
	font-size: 16pt;
	color: white;
	background: url('../img/boxbg.jpg') repeat-x;
	display: block;
	height: 46px;
	padding-top: 4px;
	padding-left: 10px;
	text-align: left;
	margin: 0;
	border-radius: 5px;
}


.box
{
border-radius: 5px;
position: relative;
background: #fff;
}

ul.linklist
{
list-style: none;
}

ul.linklist li
{
line-height: 2.0em;
}

#container
{
z-index: 2;
position: relative;
width: 960px;
background-color: #DCE8E9;
margin: 0 auto;
border: 2px solid white;
}

#menu
{
	
}

#content
{
padding: 0em 2.0em 0em 2.0em;
}



#primarycontent
{
margin: 1.5em 310px 0em 0em;
}

#secondarycontent
{
margin-top: 1.5em;
float: right;
width: 290px;
}

#footer
{
position: relative;
height: 2.0em;
clear: both;
padding-top: 5.0em;
font-size: 0.8em;
}

#footer .left
{
position: absolute;
left: 2.0em;
bottom: 1.2em;
}

#footer .right
{
position: absolute;
right: 2.0em;
bottom: 1.2em;
}

img.kuva {
float: right;
}
a.tyhja
{
color: black;
text-decoration: none;
}

.ui-menu, .ui-menu .ui-menu-child {
    background: #03080C;
}
.ui-menu a {
	color: #eee !important;
}

.nameMenuItem
{
	float: right;
}

table {
border: none;
border-spacing: 0;
width: 100%;
text-align: left;
margin-bottom: 1.5em;
}

table thead th {
border: none;
font-size: 120%;
}

table thead th {
border-bottom: 1px solid black;
padding: 5px;
padding-left: 1em;
}

table tbody td {
border: none;
padding: 5px;
padding-left: 1em;
vertical-align: top;
}