Subversion-Projekte lars-tiefland.ci

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
875 lars 1
body {
2
    margin: 0;
3
    padding: 0;
4
    border: 0;
5
    width: 100%;
6
    background: #fff;
7
    min-width: 600px;
8
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
9
}
10
 
11
/* Header styles */
12
#header {
13
    clear: both;
14
    float: left;
15
    width: 100%;
16
    position: relative;
17
    height: 94px;
18
    top: 0px;
19
    padding: 0px;
20
    background-image: url('./images/logo.jpg');
21
    background-repeat: no-repeat;
22
    background-color: #292929;
23
}
24
 
25
/* 'widths' sub menu */
26
#layoutdims {
27
  clear: both;
28
  background: #eee;
29
  border-top: 4px solid #000;
30
  margin: 0;
31
  padding: 6px 15px !important;
32
  text-align: right;
33
}
34
 
35
/* column container */
36
.colmask {
37
    position: relative;  /* This fixes the IE7 overflow hidden bug */
38
    clear: both;
39
    float: left;
40
    width: 100%;     /* width of whole page */
41
    overflow: hidden;    /* This chops off any overhanging divs */
42
}
43
/* common column settings */
44
.colright,
45
.colmid,
46
.colleft {
47
    float: left;
48
    width: 100%;
49
    position: relative;
50
}
51
.col1,
52
.col2,
53
.col3 {
54
    float: left;
55
    position: relative;
56
    padding: 0 0 1em 0;
57
    overflow: hidden;
58
}
59
/* 2 Column (left menu) settings */
60
.leftmenu {
61
    background: #ffffff;    /* right column background colour */
62
}
63
.leftmenu .colleft {
64
    right: 75%;      /* right column width */
65
    background: #717171; /* left column background colour */
66
}
67
.leftmenu .col1 {
68
    width: 71%;      /* right column content width */
69
    left: 102%;      /* 100% plus left column left padding */
70
    margin-top: 20px;
71
}
72
.leftmenu .col2 {
73
    width: 21%;      /* left column content width (column width minus left and right padding) */
74
    left: 6%;      /* (right column left and right padding) plus (left column left padding) */
75
    margin-top: 20px;
76
}
77
 
78
/* Footer styles */
79
#footer {
80
    clear: both;
81
    float: left;
82
    width: 100%;
83
    border-top: 1px solid #000;
84
}
85
#footer p {
86
    padding: 10px;
87
    margin: 0;
88
}
89
 
90
 
91
div.nav {
92
    position:relative;
93
    top: 70px;
94
    text-align: right;
95
}
96
 
97
a.nav span {
98
    font-size: 11px;
99
    position: relative;
100
    bottom: 2px;
101
}
102
 
103
a.nav:visited {
104
    text-decoration: none;
105
    border: 0px;
106
    color: #aaaaaa;
107
}
108
 
109
a.nav, a.nav:link {
110
    border: 0px;
111
    text-decoration: none;
112
    font-family: Tahoma, "Helvetica Neue", "Trebuchet MS", Verdana, Arial, sans-serif;
113
    font-size: 16px;
114
    color: #aaaaaa;
115
    margin-right: 11px;
116
}
117
 
118
a.nav:hover {
119
    text-decoration: none;
120
    border: 0px;
121
    color: #E0771C;
122
}
123
 
124
a.nav:active {
125
    text-decoration: none;
126
    border: 0px;
127
    color: #E0771C;
128
}
129
 
130
pre.code-block{
131
    background: #D8F4DC;
132
    border: 1px solid rgb(200, 200, 200);
133
    padding-top: 1em;
134
    padding-left: 3em;
135
    padding-bottom: 1em;
136
    margin-top: 1em;
137
    margin-bottom: 3em;
138
 
139
}
140
 
141
pre.code {
142
    border: 1px solid rgb(200, 200, 200);
143
    padding-top: 1em;
144
    padding-left: 3em;
145
    padding-bottom: 1em;
146
    margin-top: 1em;
147
    margin-bottom: 4em;
148
 
149
}
150
 
151
div.include {
152
    margin-bottom: 2em;
153
}
154
 
155
p {
156
    margin: 2em 0;
157
}
158
 
159
.jqplot-image-button {
160
    margin-bottom: 15px;
161
    margin-top: 15px;
162
}
163
 
164
div.jqplot-image-container {
165
    position: relative;
166
    z-index: 11;
167
    margin: auto;
168
    display: none;
169
    background-color: #ffffff;
170
    border: 1px solid #999;
171
    display: inline-block;
172
    margin-top: 25px;
173
}
174
 
175
div.jqplot-image-container-header {
176
    font-size: 1.0em;
177
    font-weight: bold;
178
    padding: 5px 15px;
179
    background-color: #eee;
180
}
181
 
182
div.jqplot-image-container-content {
183
    padding: 15px;
184
    background-color: #ffffff;
185
}
186
 
187
a.jqplot-image-container-close {
188
    float: right;
189
}
190
 
191
div.example-link {
192
    margin-bottom: 8px;
193
}
194
 
195
a.example-link {
196
    color: #ffffff;
197
}
198
 
199
div.example-plot {
200
    width: 500px;
201
    height: 300px;
202
}
203
 
204
.jqplot-table-legend-label {
205
    white-space: nowrap;
206
}
207
 
208
div.syntaxhighlighter {
209
    margin-top: 4em !important;
210
    margin-bottom: 3em !important;
211
}