Fixed theme Blogger
[vanilla-miry.git] / themes / Blogger / styles / default / utility.css
blobe96dcf43f751ea17ba997fa1e4a84e023def89d0
1 body {
2 background: #fff;
3 text-align: center;
4 margin: 0px;
5 margin-top: 20px;
6 margin-bottom: 20px;
8 body, div, h1, h2, h3, p, ul, li, dl, dd, dt {
9 font-family: Arial, Helvetica, sans-serif;
10 color: #222;
11 line-height: 160%;
13 h1 {
14 font-size: 36px;
16 h2 {
17 color: #222;
18 font-size: 14px;
19 margin-bottom: 10px;
21 h2 a, h2 a:link, h2 a:visited {
22 color: #000;
23 text-decoration: none;
25 h2 a:hover {
26 color: #000;
27 background-color: yellow;
28 text-decoration: none;
31 h3, p, dl, dt, dd {
32 font-size: 12px;
33 padding: 0px;
34 margin: 0px;
36 p {
37 margin-bottom: 10px;
39 dd {
40 margin-bottom: 10px;
41 margin-left: 10px;
43 p, h3 {
44 font-size: 12px;
45 color: #333;
47 h3 {
48 font-weight: bold;
49 margin-top: 10px;
51 dt {
52 font-weight: bold;
54 .PageContainer {
55 text-align: left;
56 margin: auto;
57 width: 500px;
59 a, a:link, a:visited {
60 color: #000;
61 text-decoration: none;
63 a:hover {
64 color: #000;
65 background-color: yellow;
66 text-decoration: none;
68 ul, li {
69 color: #555;
70 font-size: 12px;
72 li {
73 margin-bottom: 4px;
75 .Sql {
76 padding: 8px;
77 background: #fff;
78 margin-bottom: 12px;
79 font-size: 12px;