source: main/waeup.plonetheme.ngren2/trunk/waeup/plonetheme/ngren2/static/scss/parts/_general.scss @ 10074

Last change on this file since 10074 was 10074, checked in by Henrik Bettermann, 11 years ago

Fill trunc.

File size: 1.3 KB
Line 
1/* ==========================================================================
2     General Styles
3     ========================================================================== */
4
5body {
6  background-color: #fff;
7  color: #393939;
8  font-family: Arial, Helvetica, sans-serif;
9  font-size: 0.81em;
10  margin: 0;
11  }
12a {
13  color: $mainColor;
14  text-decoration: none;
15  }
16a:visited {
17  color: #97a9a8;
18  }
19a:hover {
20  color: $secondaryColor;
21  }
22h1 {
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  }
29h2 {
30  font-size: 1.55em;
31  font-weight: normal; 
32  margin: 0.83em 0;
33  }
34h3 {
35  font-size: 1.16em;;
36  font-weight: normal;
37  margin: 1em 0;
38  }
39p, ul, ol, dt, dd {
40  line-height: 1.4;
41  }
42img {
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  }
52menu,
53ol,
54ul {
55  padding: 0 0 0 27px;
56  }
57li ul,
58li ol {
59  margin-top: 0;
60  margin-bottom: 0;
61  }
62dd {
63  margin: 0 0 0 27px;
64  }
65pre {
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.