2011-11-08 17:40:44 +01:00
|
|
|
@import url("../../../dojo/resources/dojo.css");
|
|
|
|
/* ======= Styling for the document itself (overriding dojo.css) ======== */
|
2010-11-15 08:39:52 +01:00
|
|
|
.claro {
|
2011-11-08 17:40:44 +01:00
|
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
|
|
font-size: .688em;
|
|
|
|
color: #131313;
|
|
|
|
}
|
|
|
|
/* Headings */
|
|
|
|
.claro h1 {
|
|
|
|
font-size: 1.545em;
|
|
|
|
margin-bottom: 0.727em;
|
|
|
|
}
|
|
|
|
.claro h2 {
|
|
|
|
font-size: 1.364em;
|
|
|
|
line-height: 1.455em;
|
|
|
|
margin-top: 1em;
|
|
|
|
margin-bottom: 0.60em;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
.claro h3,
|
|
|
|
.claro h4,
|
|
|
|
.claro h5,
|
|
|
|
.claro h6 {
|
|
|
|
font-size: 1.091em;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
/* paragraphs, quotes and lists */
|
|
|
|
.claro p {
|
|
|
|
line-height: 1.3em;
|
|
|
|
}
|
|
|
|
/* pre and code */
|
|
|
|
.claro pre, .claro code {
|
|
|
|
font-family: inherit;
|
|
|
|
background-color: #efefef;
|
|
|
|
border: 1px solid #d3d3d3;
|
|
|
|
}
|
|
|
|
/* tables */
|
|
|
|
.claro table.dojoTabular thead, .claro table.dojoTabular tfoot {
|
|
|
|
background-color: #efefef;
|
|
|
|
border: 1px solid #d3d3d3;
|
2010-11-15 08:39:52 +01:00
|
|
|
}
|