basic.css 1.88 KB
Newer Older
doctrine's avatar
doctrine committed
1
body {
zYne's avatar
zYne committed
2
margin:10px auto 0px auto;
doctrine's avatar
doctrine committed
3 4 5
font-family: Verdana, Arial, Helvetica;
text-decoration: none;
}
zYne's avatar
zYne committed
6 7 8
input.big {
width: 400;
}
doctrine's avatar
doctrine committed
9 10 11 12 13 14 15 16 17 18 19
hr {
color: A50A3D;
}
hr.small {
color: A50A3D;
width: 100%;
align: left;
height: 1 px;
}
td.small {
font-family: Verdana, Arial, Helvetica;
zYne's avatar
zYne committed
20
font-size: 13 px;
zYne's avatar
zYne committed
21 22 23 24
}
div.sql {
background: #E8E8E8;

doctrine's avatar
doctrine committed
25 26 27 28 29 30 31 32
}
dd {
    line-height: 1.5em;
}
ul {
    line-height: 1.5em;
}
td {
zYne's avatar
zYne committed
33
font-size: 14 px;
doctrine's avatar
doctrine committed
34 35
font-family: Verdana, Arial, Helvetica;
}
zYne's avatar
zYne committed
36

doctrine's avatar
doctrine committed
37
table.dashed {
zYne's avatar
zYne committed
38
border-style: dashed;
doctrine's avatar
doctrine committed
39
border-color: 116699;
zYne's avatar
zYne committed
40
border-shadow: none;
doctrine's avatar
doctrine committed
41 42
border-width: 1 px;
}
zYne's avatar
zYne committed
43 44 45 46 47 48 49 50 51
table.error {
border-style: dashed;
border-color: red;
border-shadow: none;
border-width: 1 px;
cellpadding: 0;
cellspacing: 0;
border-height: 1 px;
}
zYne's avatar
zYne committed
52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
div {
line-height: 1.5em;
}
div.level1 {
font-size: 15px;
background: #E0E0E0;
}
div.level2 {
line-height: 1.8 em;
background: #E9E9E9;
}
div.level3 {
background: #EFEFEF;
}
div.level4 {
background: #F5F5F5;
}
div.level5 {

}
zYne's avatar
zYne committed
72
table.index {
zYne's avatar
zYne committed
73 74 75 76 77
border-style: solid;
border-color: #A0A0A0;
border-shadow: none;
border-width: thin;
}
zYne's avatar
zYne committed
78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
td.bordered {
border-style: solid;
border-color: #A0A0A0;
border-shadow: none;
border-width: thin;
}
div.content {
margin: 5,5,5,5 px;
}
div.code {
font-family: monospace;
}
div.smallmenu {
border-style: solid;
border-color: #A0A0A0;
border-shadow: none;
border-width: thin;
background: #E9E9E9;
}
doctrine's avatar
doctrine committed
97 98 99 100 101 102 103
b.title {
color: #A50A3D;
}
u.title {
color: #367FAC;
}
a.big {
zYne's avatar
zYne committed
104
font-size: 14 px;
doctrine's avatar
doctrine committed
105
}
zYne's avatar
zYne committed
106 107 108
i {
color: #367FAC;
}
zYne's avatar
zYne committed
109 110 111
em {
color: #367FAC;
}
doctrine's avatar
doctrine committed
112 113 114
a {
color: #367FAC;
}
zYne's avatar
zYne committed
115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
font.level1 {
font-size: 17 px;
line-height: 2.0 em;
font-weight: bold;
margin-left: 0px;
}
font.level2 {
font-size: 15 px;
margin-left: 30px;
}
font.level3 {
font-size: 13 px;
margin-left: 60px;
}
font.level4 {
font-size: 11 px;
margin-left: 90px;
}
zYne's avatar
zYne committed
133 134 135 136
font.smallmenu {
font-size: 13 px;
font-weight: bold;
}