1
0
mirror of synced 2025-01-18 14:31:40 +03:00
doctrine2/manual/styles/basic.css

67 lines
895 B
CSS
Raw Normal View History

2006-07-23 21:08:06 +00:00
body {
2006-10-21 09:13:32 +00:00
margin:10px auto 0px auto;
2006-07-23 21:08:06 +00:00
font-family: Verdana, Arial, Helvetica;
text-decoration: none;
}
2006-12-14 21:03:58 +00:00
input.big {
width: 400;
}
2006-07-23 21:08:06 +00: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 15:26:41 +00:00
font-size: 13 px;
2006-10-10 16:55:21 +00:00
}
div.sql {
background: #E8E8E8;
2006-07-23 21:08:06 +00:00
}
dd {
line-height: 1.5em;
}
ul {
line-height: 1.5em;
}
td {
2006-09-19 15:26:41 +00:00
font-size: 13 px;
2006-07-23 21:08:06 +00:00
font-family: Verdana, Arial, Helvetica;
}
2006-09-19 15:26:41 +00:00
2006-07-23 21:08:06 +00:00
table.dashed {
2006-12-03 23:41:38 +00:00
border-style: dashed;
2006-07-23 21:08:06 +00:00
border-color: 116699;
2006-12-03 23:41:38 +00:00
border-shadow: none;
2006-07-23 21:08:06 +00:00
border-width: 1 px;
}
2006-12-14 21:03:58 +00:00
table.error {
border-style: dashed;
border-color: red;
border-shadow: none;
border-width: 1 px;
cellpadding: 0;
cellspacing: 0;
border-height: 1 px;
}
2006-07-23 21:08:06 +00:00
b.title {
color: #A50A3D;
}
u.title {
color: #367FAC;
}
a.big {
2006-09-19 15:26:41 +00:00
font-size: 14 px;
2006-07-23 21:08:06 +00:00
}
2006-09-29 11:17:16 +00:00
i {
color: #367FAC;
}
2006-07-23 21:08:06 +00:00
a {
color: #367FAC;
}