Subversion Repositories svnkaklik

Rev

Rev 454 | Blame | Last modification | View Log | Download

/*#############################################################
Name: Light
Date: 2006-08-20
Description: Bright and smooth.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
        margin: 0;
        padding: 0;
}
a {
        color: #000000;
/*      text-decoration: none;*/
}
a:hover {
        color: #AABBDD;
/*      text-decoration: underline;*/
}
body {
        background: #FFFFFF;
        color: #000000;
        font: normal 62.5% "Lucida Sans Unicode",sans-serif;
        margin: 0;
}

h1,h2,h3 {
        color: #579;
        padding-top: 6px;
}
h1 {
        font-size: 2em;
        margin-bottom: 4px;
}

p,cite,ul {
        font-size: 1.2em;
        padding-bottom: 1.2em;
}
/* misc */
.clearer {
        clear: both;
        height: 20%;
}

/* structure */
.container {
        margin: 0 auto;
        width: 73%;
}

/* title */
.title {
        float: left;
        margin-top: 3%;
        text-align: center;
        width: 20%;
}
.title h1 {
        font: normal 2em Verdana,sans-serif;
}
.title h2 {
        color: #999;
        font: normal 1.1em Verdana,sans-serif;
}

/* navigation */
.navigation {
        height: 5%;
        padding: 0 5%;
}
.navigation a {
        border-left: 1px solid #DDD;
        border-right: 1px solid #FFF;
        color: #89A;
        float: right;
        font: bold 1.2em "Trebuchet MS",sans-serif;
        margin-top: 1%;
        padding: 3% 3% 3%;
        text-align: center;
        text-decoration: none;
}
.navigation a:hover {
        background: #FFF;
        color: #28E;
        padding: 3% 3% 3%;
}

/* holders */
.holder {
        margin: 10%;
        padding: 0;
}
.holder_top,.footer {
        margin: 10%;
        padding: 0;
}

/* footer */
.footer {
        background-position: left bottom;
        color: #666;
        font-size: 1.1em;
        text-align: center;
}