1 |
85ad3d82
|
Assos Assos
|
|
2 |
|
|
body {
|
3 |
|
|
background: #edf5fa;
|
4 |
|
|
color: #494949;
|
5 |
|
|
font: 12px/170% Verdana, sans-serif;
|
6 |
|
|
margin: 0;
|
7 |
|
|
padding: 0;
|
8 |
|
|
}
|
9 |
|
|
|
10 |
|
|
input {
|
11 |
|
|
color: #494949;
|
12 |
|
|
font: 12px/100% Verdana, sans-serif;
|
13 |
|
|
}
|
14 |
|
|
|
15 |
|
|
textarea,
|
16 |
|
|
select {
|
17 |
|
|
color: #494949;
|
18 |
|
|
font: 12px/160% Verdana, sans-serif;
|
19 |
|
|
}
|
20 |
|
|
|
21 |
|
|
h1,
|
22 |
|
|
h2,
|
23 |
|
|
h3,
|
24 |
|
|
h4,
|
25 |
|
|
h5,
|
26 |
|
|
h6 {
|
27 |
|
|
font-family: Helvetica, Arial, sans-serif;
|
28 |
|
|
font-weight: normal;
|
29 |
|
|
margin: 0;
|
30 |
|
|
padding: 0;
|
31 |
|
|
}
|
32 |
|
|
|
33 |
|
|
h1 {
|
34 |
|
|
font-size: 170%;
|
35 |
|
|
}
|
36 |
|
|
|
37 |
|
|
h2 {
|
38 |
|
|
font-size: 160%;
|
39 |
|
|
line-height: 130%;
|
40 |
|
|
}
|
41 |
|
|
|
42 |
|
|
h3 {
|
43 |
|
|
font-size: 140%;
|
44 |
|
|
}
|
45 |
|
|
|
46 |
|
|
h4 {
|
47 |
|
|
font-size: 130%;
|
48 |
|
|
}
|
49 |
|
|
|
50 |
|
|
h5 {
|
51 |
|
|
font-size: 120%;
|
52 |
|
|
}
|
53 |
|
|
|
54 |
|
|
h6 {
|
55 |
|
|
font-size: 110%;
|
56 |
|
|
}
|
57 |
|
|
|
58 |
|
|
ul,
|
59 |
|
|
quote,
|
60 |
|
|
code,
|
61 |
|
|
fieldset {
|
62 |
|
|
margin: .5em 0;
|
63 |
|
|
}
|
64 |
|
|
|
65 |
|
|
p {
|
66 |
|
|
margin: 0.6em 0 1.2em;
|
67 |
|
|
padding: 0;
|
68 |
|
|
}
|
69 |
|
|
|
70 |
|
|
a:link,
|
71 |
|
|
a:visited {
|
72 |
|
|
color: #027ac6;
|
73 |
|
|
text-decoration: none;
|
74 |
|
|
}
|
75 |
|
|
|
76 |
|
|
a:hover {
|
77 |
|
|
color: #0062a0;
|
78 |
|
|
text-decoration: underline;
|
79 |
|
|
}
|
80 |
|
|
|
81 |
|
|
a:active,
|
82 |
|
|
a.active {
|
83 |
|
|
color: #5895be;
|
84 |
|
|
}
|
85 |
|
|
|
86 |
|
|
hr {
|
87 |
|
|
background: #5294c1;
|
88 |
|
|
border: none;
|
89 |
|
|
height: 1px;
|
90 |
|
|
margin: 0;
|
91 |
|
|
padding: 0;
|
92 |
|
|
}
|
93 |
|
|
|
94 |
|
|
ol li,
|
95 |
|
|
ul li {
|
96 |
|
|
margin: 0.4em 0 0.4em .5em;
|
97 |
|
|
}
|
98 |
|
|
|
99 |
|
|
|
100 |
|
|
#content {
|
101 |
|
|
margin: .5em 1em 1em 1em;
|
102 |
|
|
}
|
103 |
|
|
|
104 |
|
|
#content #page-title {
|
105 |
|
|
padding-bottom: .5em;
|
106 |
|
|
}
|
107 |
|
|
|
108 |
|
|
div#breadcrumb {
|
109 |
|
|
background-color: white;
|
110 |
|
|
border-bottom: 1px solid #ccc;
|
111 |
|
|
height: 2em;
|
112 |
|
|
padding-left: 1em;
|
113 |
|
|
}
|
114 |
|
|
|
115 |
|
|
div#breadcrumb .breadcrumb {
|
116 |
|
|
margin: 0;
|
117 |
|
|
padding: 0;
|
118 |
|
|
}
|
119 |
|
|
|
120 |
|
|
code,
|
121 |
|
|
pre {
|
122 |
|
|
background: #f1f1f1;
|
123 |
|
|
border: 1px solid #444;
|
124 |
|
|
display: block;
|
125 |
|
|
margin: 1em;
|
126 |
|
|
padding: .2em;
|
127 |
|
|
} |