Subversion Repositories taios

Rev

Rev 28 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

body {
    background-color: #FFFFFF;
    color: #000000;
   
    font-family: Droid Sans, Tahoma, sans-serif;
    font-size: 11pt;
}

h1 {
    font-size: 28pt;
    margin: 6px;
    margin-top: 0px;
    color: #000089;
    border-bottom: 1px solid #000000;
}

h2 {
    font-size: 20pt;
    margin: 6px;
    margin-left: 8px;
    color: #00004B;
}

h3 {
    font-size: 16pt;
    margin: 6px;
    margin-left: 10px;
    color: #000055;
}

h4 {
    font-size: 12pt;
    margin: 6px;
    margin-left: 12px;
    color: #00005F;
}

h5 {
    font-size: 10pt;
    margin: 6px;
    margin-left: 14px;
    color: #000069;
}

p, table, span {
    font-size: 11pt;
    margin: 6px;
    margin-left: 16px;
}

a {
    text-decoration: none;
    color: #000050;
}

a:hover {
    text-decoration: underline;
}

input {
    border: 1px solid #000000;
    color: #000000;
    background-color: #B5D7FF;
}

.sidebar {
    left: 0px;
    top: 0px;
    position: fixed;
    padding: 0px;
    padding-left: 32px;
    border-right: 1px solid #000089;
    background-color: #FFFF73;
    background-image: url('data/sidebar-gradient.png');
    background-repeat: repeat-x;
    background-position: center bottom;
   
}

.sidebar-header {
    left: 0px;
    width: 140px;
    padding: 6px;
    text-align: right;
}

.sidebar-menu {
    text-align: right;
    padding: 6px;
}

.sidebar-menu h3 {
    margin: 6px;
}

.sidebar-menu p {
    font-size: 12pt;
    margin: 4px;
}

.content {
    left: 200px;
    top: 0px;
    position: absolute;
    width: 720px;
    margin-right: 32px;
}

.bold {
    font-weight: bold;
}