1
0
mirror of synced 2024-12-14 07:06:04 +03:00
doctrine2/manual/styles/basic.css

137 lines
1.9 KiB
CSS
Raw Normal View History

2006-07-24 01:08:06 +04:00
body {
2006-10-21 13:13:32 +04:00
margin:10px auto 0px auto;
2006-07-24 01:08:06 +04:00
font-family: Verdana, Arial, Helvetica;
text-decoration: none;
}
2006-12-15 00:03:58 +03:00
input.big {
width: 400;
}
2006-07-24 01:08:06 +04:00
hr {
color: A50A3D;
}
hr.small {
color: A50A3D;
width: 100%;
align: left;
height: 1 px;
}
td.small {
font-family: Verdana, Arial, Helvetica;
2006-09-19 19:26:41 +04:00
font-size: 13 px;
2006-10-10 20:55:21 +04:00
}
div.sql {
background: #E8E8E8;
2006-07-24 01:08:06 +04:00
}
dd {
line-height: 1.5em;
}
ul {
line-height: 1.5em;
}
td {
2007-02-19 23:00:40 +03:00
font-size: 14 px;
2006-07-24 01:08:06 +04:00
font-family: Verdana, Arial, Helvetica;
}
2006-09-19 19:26:41 +04:00
2006-07-24 01:08:06 +04:00
table.dashed {
2006-12-04 02:41:38 +03:00
border-style: dashed;
2006-07-24 01:08:06 +04:00
border-color: 116699;
2006-12-04 02:41:38 +03:00
border-shadow: none;
2006-07-24 01:08:06 +04:00
border-width: 1 px;
}
2006-12-15 00:03:58 +03:00
table.error {
border-style: dashed;
border-color: red;
border-shadow: none;
border-width: 1 px;
cellpadding: 0;
cellspacing: 0;
border-height: 1 px;
}
2007-02-19 23:00:40 +03:00
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 {
}
2007-02-21 22:46:47 +03:00
table.index {
2007-02-19 23:00:40 +03:00
border-style: solid;
border-color: #A0A0A0;
border-shadow: none;
border-width: thin;
}
2007-02-21 22:46:47 +03:00
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;
}
2006-07-24 01:08:06 +04:00
b.title {
color: #A50A3D;
}
u.title {
color: #367FAC;
}
a.big {
2006-09-19 19:26:41 +04:00
font-size: 14 px;
2006-07-24 01:08:06 +04:00
}
2006-09-29 15:17:16 +04:00
i {
color: #367FAC;
}
2007-02-23 22:41:42 +03:00
em {
color: #367FAC;
}
2006-07-24 01:08:06 +04:00
a {
color: #367FAC;
}
2007-02-19 23:00:40 +03:00
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;
}
2007-02-21 22:46:47 +03:00
font.smallmenu {
font-size: 13 px;
font-weight: bold;
}