/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk
9.6.1 by Adam Ringhede
Changed structure in Code Viewer Alt
1
.group {
2
	display: block;
3
	padding: 1em;
4
	width: 100%;
5
	margin: auto auto;
6
	font-family: "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
7
}
8
9
.group h1 {
10
	font-weight: normal;
11
	font-size: 1.8em;
12
	margin-bottom: 1em;
13
	font-family: Cambria, Georgia, serif;
14
}
15
16
.group.info {
17
	padding: 0.4em;
18
	margin: 0.5em;
19
	font-size: 1em;
20
	color: #000;
21
}
22
23
.group .info:first-letter {
24
	font-size:1.3em;
25
}
26
27
.group h2 {
28
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; 
29
	border-bottom: 2px solid #000;
30
	color: #fff;
31
	background: #c0d0e0;
32
	background-color: #c0d0e0;
33
	text-shadow: 1px 1px 2px #000;
34
	font-weight:normal;            
35
	background: linear-gradient(to top, #abc 10%, #89a 90%, #678 99% );
36
	background: -webkit-linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
37
	background: -moz-linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
38
	font-size: 1.4em;
39
	margin-top: 1em;
40
	margin-bottom: 0;
41
	padding:3px;
42
	padding-left:20px;
43
}
44
45
a {
46
	line-height: 2em;
47
	margin-left: 1.3em;
48
	color: black;
49
	text-decoration: underline;
50
	font-size: 1em;
51
}
52
53
li {
54
	color: #555;
55
}
56
57
a:hover {
58
	text-decoration: none;
59
}
60
61
.container {
62
	border-left: 2px dotted #ddd;
63
	margin-left: 8px;	
64
}
65
66
.container.demo {
67
	float:right;
68
}
69
70
body{
71
	margin:0;
72
}
73
74
#menu {
4.7.14 by Adam Ringhede
Fixes zooming related issues and makes other ui-related improvements.
75
	position:absolute;
9.6.1 by Adam Ringhede
Changed structure in Code Viewer Alt
76
	top:40px;
4.7.14 by Adam Ringhede
Fixes zooming related issues and makes other ui-related improvements.
77
	left:0px;
9.6.1 by Adam Ringhede
Changed structure in Code Viewer Alt
78
	width:10.5%;
4.7.14 by Adam Ringhede
Fixes zooming related issues and makes other ui-related improvements.
79
	width:96%;
9.6.1 by Adam Ringhede
Changed structure in Code Viewer Alt
80
	padding: 10px 0 1% 0.3%;
81
	background: #c0d0e0;
82
	background-color: #c0d0e0;
12.4.2 by Adam Ringhede
Adds PIE for CSS3 compatability issues with IE
83
	_border-bottom-right-radius: 1.3em;
84
	_border-top-right-radius: 1.3em;
85
	border-radius: 0 1.3em 1.3em 0;
9.6.1 by Adam Ringhede
Changed structure in Code Viewer Alt
86
	border-bottom: 2px solid #000;
87
	border-right: 1px solid #000;
88
	color: #fff;
89
	text-shadow: 1px 1px 2px #000;
90
	font-weight:bolder;
91
	background:#678;
92
	background-color:#678;
93
	background: linear-gradient(to top, #abc 10%, #89a 90%, #678 99% );
94
	background: -webkit-linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
95
	background: -moz-linear-gradient(bottom, #abc 10%, #89a 90%, #678 99%);
96
}
97
98
#menu #menuHeader{
99
	margin:0 0 1.5% 0;
100
	background:#333333;
101
	width:97%;
102
	height:31px;
103
	padding-left:10px;
104
	margin-left:-10px;
4.7.14 by Adam Ringhede
Fixes zooming related issues and makes other ui-related improvements.
105
	border-radius: 0 10px 10px 0;
106
	cursor:pointer;
9.6.1 by Adam Ringhede
Changed structure in Code Viewer Alt
107
}
108
109
#menuHeader h3{
110
	float:left;
111
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; 
112
	font-size:1.2em;
113
	background-color:#333;
114
	color:#fff;
115
	width:80%;
116
	margin-top:4px;
117
	padding:0;
118
}
119
120
#menuArrow {
121
	float:left;
122
	padding:0;
123
	margin-top:8px;
124
	width:15%;
125
}
126
127
#menu a {
128
	display:block;color:#fff;
129
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; 
130
	text-decoration: none; 
131
	margin-left:1%;
132
	font-size:100%
133
}
134
135
#menu a:hover {
136
	font-weight:bolder;
137
	text-decoration:underline;
138
}
139
140
#menuItems {
141
	float:left;
142
	width:80%;
143
}
144
145
#sidebar {
4.7.14 by Adam Ringhede
Fixes zooming related issues and makes other ui-related improvements.
146
	position:absolute;
147
	left:0px;
148
	top:0px;
9.6.1 by Adam Ringhede
Changed structure in Code Viewer Alt
149
	float:left;
4.7.14 by Adam Ringhede
Fixes zooming related issues and makes other ui-related improvements.
150
	min-width:8em;
151
	width:auto;
152
	height:100%;
9.6.1 by Adam Ringhede
Changed structure in Code Viewer Alt
153
	overflow:auto;
154
}
155
4.7.14 by Adam Ringhede
Fixes zooming related issues and makes other ui-related improvements.
156
#content { 
157
	position:absolute;
158
	left:8em;
159
	max-width:75%;
160
	min-width:20em;
9.6.1 by Adam Ringhede
Changed structure in Code Viewer Alt
161
}
162
163
.arrow{
164
	-webkit-transition-duration: 0.9s;
165
	-moz-transition-duration: 0.9s;
166
	-o-transition-duration: 0.9s;
167
	transition-duration: 0.9s;
168
	-webkit-transition-property: -webkit-transform;
169
	-moz-transition-property: -moz-transform;
170
	-o-transition-property: -o-transform;
171
	transition-property: transform;
172
	overflow:auto;
173
}
174
175
.rotateArrowCW {
176
	-webkit-transform:rotate(180deg);
177
	-moz-transform:rotate(180deg); 
178
	-o-transform:rotate(180deg);
179
}