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

55 lines
676 B
CSS
Raw Normal View History

2006-07-24 01:08:06 +04:00
body {
margin: 10,0,0,0;
font-family: Verdana, Arial, Helvetica;
text-decoration: none;
}
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 {
2006-09-19 19:26:41 +04:00
font-size: 13 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 {
border-style: solid;
border-color: 116699;
border-width: 1 px;
}
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;
}
2006-07-24 01:08:06 +04:00
a {
color: #367FAC;
}