Line | |
---|
1 | /* ==========================================================================
|
---|
2 | General Styles
|
---|
3 | ========================================================================== */
|
---|
4 |
|
---|
5 | body {
|
---|
6 | background-color: #fff;
|
---|
7 | color: #393939;
|
---|
8 | font-family: Arial, Helvetica, sans-serif;
|
---|
9 | font-size: 0.81em;
|
---|
10 | margin: 0;
|
---|
11 | }
|
---|
12 | a {
|
---|
13 | color: $mainColor;
|
---|
14 | text-decoration: none;
|
---|
15 | }
|
---|
16 | a:visited {
|
---|
17 | color: #97a9a8;
|
---|
18 | }
|
---|
19 | a:hover {
|
---|
20 | color: $secondaryColor;
|
---|
21 | }
|
---|
22 | h1 {
|
---|
23 | font-family: yorkvilleregular,sans-serif;
|
---|
24 | font-size: 2.32em;
|
---|
25 | font-weight: normal;
|
---|
26 | line-height: 1;
|
---|
27 | margin: 0.67em 0;
|
---|
28 | }
|
---|
29 | h2 {
|
---|
30 | font-size: 1.55em;
|
---|
31 | font-weight: normal;
|
---|
32 | margin: 0.83em 0;
|
---|
33 | }
|
---|
34 | h3 {
|
---|
35 | font-size: 1.16em;;
|
---|
36 | font-weight: normal;
|
---|
37 | margin: 1em 0;
|
---|
38 | }
|
---|
39 | p, ul, ol, dt, dd {
|
---|
40 | line-height: 1.4;
|
---|
41 | }
|
---|
42 | img {
|
---|
43 | border: 0;
|
---|
44 | vertical-align: text-bottom;
|
---|
45 | }
|
---|
46 | #content img,
|
---|
47 | .portletStaticText img {
|
---|
48 | height: auto;
|
---|
49 | max-width: 100%;
|
---|
50 | width: auto; /*fix to IE8*/
|
---|
51 | }
|
---|
52 | menu,
|
---|
53 | ol,
|
---|
54 | ul {
|
---|
55 | padding: 0 0 0 27px;
|
---|
56 | }
|
---|
57 | li ul,
|
---|
58 | li ol {
|
---|
59 | margin-top: 0;
|
---|
60 | margin-bottom: 0;
|
---|
61 | }
|
---|
62 | dd {
|
---|
63 | margin: 0 0 0 27px;
|
---|
64 | }
|
---|
65 | pre {
|
---|
66 | background-color: #222;
|
---|
67 | color: #fff;
|
---|
68 | font-size: 12px;
|
---|
69 | font-family: monospace;
|
---|
70 | margin-bottom: 1em;
|
---|
71 | padding: 1em;
|
---|
72 | overflow-x: auto;
|
---|
73 | }
|
---|
Note: See
TracBrowser for help on using the repository browser.