root / trunk / web / dojo / dijit / themes / claro / document.css @ 10
History | View | Annotate | Download (1.44 KB)
| 1 |
|
|---|---|
| 2 |
.claro {
|
| 3 |
font-family:Verdana,Arial,Helvetica,sans-serif; |
| 4 |
font-size: .688em; |
| 5 |
color: #131313; |
| 6 |
} |
| 7 |
h1 {
|
| 8 |
font-size: 1.545em; |
| 9 |
font-weight: normal; |
| 10 |
line-height: 1em; |
| 11 |
margin-top: 1em; |
| 12 |
margin-bottom:0.727em; |
| 13 |
} |
| 14 |
.claro .dijitDialog h1 { |
| 15 |
margin-top:0em; |
| 16 |
} |
| 17 |
h2 {
|
| 18 |
font-size: 1.364em; |
| 19 |
line-height: 1.455em; |
| 20 |
margin-top:1em; |
| 21 |
margin-bottom:0.60em; |
| 22 |
font-weight: normal; |
| 23 |
} |
| 24 |
h3, h4, h5, h6 { |
| 25 |
font-size:1.091em; |
| 26 |
font-weight: normal; |
| 27 |
line-height: 1.5em; |
| 28 |
margin-top: 1.5em; |
| 29 |
margin-bottom: 0; |
| 30 |
} |
| 31 |
p {
|
| 32 |
font-size: 1em; |
| 33 |
line-height: 1.3em; |
| 34 |
} |
| 35 |
blockquote {
|
| 36 |
font-size: 0.916em; |
| 37 |
margin-top: 3.272em; |
| 38 |
margin-bottom: 3.272em; |
| 39 |
line-height: 1.636em; |
| 40 |
padding: 1.636em; |
| 41 |
border-top: 1px solid #ccc; |
| 42 |
border-bottom: 1px solid #ccc; |
| 43 |
} |
| 44 |
ol li, ul li { |
| 45 |
font-size: 1em; |
| 46 |
line-height: 1.5em; |
| 47 |
margin: 0; |
| 48 |
} |
| 49 |
pre, code { |
| 50 |
font-size:115%; |
| 51 |
*font-size:100%; |
| 52 |
font-family:inherit; |
| 53 |
background-color: #efefef; |
| 54 |
border: 1px solid #ccc; |
| 55 |
} |
| 56 |
pre {
|
| 57 |
border-width: 1px 0; |
| 58 |
padding: 1.5em; |
| 59 |
} |
| 60 |
table { font-size:100%; } |
| 61 |
table.dojoTabular { |
| 62 |
border-collapse: collapse; |
| 63 |
border-spacing: 0; |
| 64 |
border: 1px solid #ccc; |
| 65 |
margin: 0 1.5em; |
| 66 |
} |
| 67 |
.dojoTabular th { |
| 68 |
text-align: center; |
| 69 |
font-weight: bold; |
| 70 |
} |
| 71 |
table.dojoTabular thead, table.dojoTabular tfoot { |
| 72 |
background-color: #efefef; |
| 73 |
border: 1px solid #ccc; |
| 74 |
border-width: 1px 0; |
| 75 |
} |
| 76 |
table.dojoTabular thead tr th, |
| 77 |
table.dojoTabular thead tr td, |
| 78 |
table.dojoTabular tbody tr td, |
| 79 |
table.dojoTabular tfoot tr td { |
| 80 |
padding: 0.25em 0.5em; |
| 81 |
} |