1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/manual/styles/basic.css
2006-12-14 21:03:58 +00:00

67 lines
895 B
CSS

body {
margin:10px auto 0px auto;
font-family: Verdana, Arial, Helvetica;
text-decoration: none;
}
input.big {
width: 400;
}
hr {
color: A50A3D;
}
hr.small {
color: A50A3D;
width: 100%;
align: left;
height: 1 px;
}
td.small {
font-family: Verdana, Arial, Helvetica;
font-size: 13 px;
}
div.sql {
background: #E8E8E8;
}
dd {
line-height: 1.5em;
}
ul {
line-height: 1.5em;
}
td {
font-size: 13 px;
font-family: Verdana, Arial, Helvetica;
}
table.dashed {
border-style: dashed;
border-color: 116699;
border-shadow: none;
border-width: 1 px;
}
table.error {
border-style: dashed;
border-color: red;
border-shadow: none;
border-width: 1 px;
cellpadding: 0;
cellspacing: 0;
border-height: 1 px;
}
b.title {
color: #A50A3D;
}
u.title {
color: #367FAC;
}
a.big {
font-size: 14 px;
}
i {
color: #367FAC;
}
a {
color: #367FAC;
}