_vanha.css 4.23 KB
/* CSS RESET */
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;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

/* END OF CSS RESET */




html,body {
    height: 100%;
    margin: 0 0 1px;
    padding: 0;
}

body {
    background: #6d6d6d;
    color: black;
    font-family: Verdana, Arial, sans-serif;
    font-size:12px;
}

p {
    font-size:14px;
}

a, a:visited, a:active {
    text-decoration: none;
    color:black;
}
a:hover {
    text-decoration: underline;
    color:black;
}

/* 
 *
 *
 * RAKENNE
 *
 *
 */

#main {
    width: 1000px;
    min-height:500px;
    background-color:#FFFFFF;
    padding:0;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    overflow:auto;
}

#top {
    background-image:url('/template/tpl_0_0.png');
    height:80px;
}

#header {
    background-image:url('/template/tpl_1_0.png');
    height:85px;
}

#content {
    background-image:url('/template/tpl_2_0.png');
    min-height:413;
}

#footer{
    background-image:url('/template/tpl_4_0.png');
    height:21px;
}



#navi {
    margin-left:33px;
    width:135px;
    float:left;
    overflow-bottom:inherit;
}


#asia {
    margin-left: 180px;
    overflow:auto;
}

#asia a, a:visited, a:active {
    text-decoration: underline;
    color:black;
}

#asia a:hover {
    text-decoration:underline;
    color: gray;
}

#asia table {
    border:0px solid black;
}


#left {
    float:left;
    width:390px;
/*   overflow:hidden;*/
}

#right{
    float:right;
    width:390px;
}





/*
 *
 * REST
 *
 *
 */


table.yhtveto {
    border-top: 5px solid blue;
    border-collapse: collapse;
    color:black;

}

.infotable table { /* riggi */
    border: 1px solid black;
}


#menu li a, a:visited, a:active {
    color:black;
    font-size:16px;
}
#menu li a:hover {
    color:gray;
    font-size:16px;
}

#login {
    width:100%;
    background-color: #036;
    padding:0;
    margin: 0;
    height:27px;
    margin-top:20px;
    padding-left:2px;
    border:0;
    border-bottom:2px solid black;
    color:black;
}
#login a, a:active, a:visited {
    text-decoration: none;
    color:white;
}
#login a:hover {
    text-decoration: underline;
}

#paikkakartta {
    border: None;
}

.barcodes { 
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom:1px dashed black;
    width:100%;
    font-size:20px;
}

.naamakuva {
    border:1px solid black;
    margin:5px;
}

ul.lista {
    list-style-type:square;
    padding-left:30px;
}


p.taulukko {
    font-size:14px;
    padding:0px;
    margin-top: 10px;
    margin-bottom:2px;
}

/*INFOBOXES*/


fieldset.info, fieldset.success, fieldset.warning, fieldset.error, fieldset.validation {
    width: 300px;
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

legend.info, legend.success, legend.warning, legend.error, legend.validation {
    font-size:20px;
    letter-spacing:3px;
    border: 1px solid;
    padding:5px;    
}

fieldset.info, legend.info {
    color: #00529B;
    background-color: #BDE5F8;
}

fieldset.success, legend.success {
    color: #4F8A10;
    background-color: #DFF2BF;
}

fieldset.warning, legend.warning {
    color: #9F6000;
    background-color: #FEEFB3;
}

fieldset.error, fieldset.error {
    color: #D8000C;
    background-color: #FFBABA;
}




/*
bgcolor: 6d6d6d 

 
 
 
 
 23.-25.10.2009*/