style.css 1.67 KB
Newer Older
Matt Tucker's avatar
Matt Tucker committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
BODY {
    font-size : 100%;
    background-color : #fff;
}
BODY, TD, TH {
    font-family : tahoma, arial, helvetica;
    font-size : 0.8em;
}
PRE, TT, CODE {
    font-family : courier new, monospaced;
    font-size : 1.0em;
}
A:hover {
    text-decoration : none;
}
LI {
    padding-bottom : 4px;
}
H1 {
    font-size : 1.4em;
    font-weight : bold;
    width : 100%;
    border-bottom : 1px #ccc solid;
    padding-bottom : 2px;
}
H2 {
    font-size : 12px;
    font-weight : bold;
}
H3 {
    font-size : 12px;
    font-weight : bold;
}


TT {
    font-family : courier new;
    font-weight : bold;
    color : #060;
}

.subheader {
    font-weight : bold;
}
.footer {
    font-size : 0.8em;
    color : #999;
    text-align : center;
    width : 100%;
    border-top : 1px #ccc solid;
    padding-top : 2px;
}
.code {
    border : 1px #ccc solid;
    padding : 0em 1.0em 0em 1.0em;
    margin : 4px 0px 4px 0px;
}
.nav, .nav A {
    font-family : verdana;
    font-size : 0.85em;
    color : #600;
    text-decoration : none;
    font-weight : bold;
}
.note {
    font-family : verdana;
    font-size : 0.85em;
    color : #600;
    text-decoration : none;
    font-weight : bold;
}
.nav {
    width : 100%;
    border-bottom : 1px #ccc solid;
    padding : 3px 3px 5px 1px;
}
.nav A:hover {
    text-decoration : underline;
}.question {
	font-weight: 600;
}
.answer {
	font-weight: 300;
}
.toc {
	right: 5px;
}
TABLE.dbtable {
     border : 1px #ccc solid;
     width : 600px;
}
TR, TH {
     border-bottom : 1px #ccc solid;
}
TH, TD {
     padding-right : 15px;
}
TH {
     text-align : left;
     white-space : nowrap;
     background-color : #eee;
}
.primary-key {
    background-color : #ffc;
}