bzr branch
http://gegoxaren.bato24.eu/bzr/lenasys/trunk
15.1.2
by galaxyAbstractor
Split css and js to external files |
1 |
body { |
2 |
margin: 0; |
|
3 |
padding: 0; |
|
4 |
}
|
|
5 |
||
6 |
#header { |
|
7 |
clear:both; |
|
8 |
float:left; |
|
9 |
width:100%; |
|
10 |
background-color: #eee; |
|
11 |
}
|
|
12 |
.colleft { |
|
13 |
float:left; |
|
14 |
width:100%; |
|
15 |
position:relative; |
|
16 |
}
|
|
17 |
.col1, |
|
18 |
.col2, |
|
19 |
.col3 { |
|
20 |
float:left; |
|
21 |
position:relative; |
|
22 |
padding:0 0 0 0; |
|
23 |
overflow:hidden; |
|
24 |
}
|
|
25 |
||
26 |
/* column container */
|
|
27 |
.colmask { |
|
28 |
position:relative; /* This fixes the IE7 overflow hidden bug */ |
|
29 |
clear:both; |
|
30 |
float:left; |
|
31 |
width:100%; /* width of whole page */ |
|
32 |
overflow:hidden; /* This chops off any overhanging divs */ |
|
33 |
}
|
|
34 |
||
35 |
/* 2 Column (left menu) settings */
|
|
36 |
.leftmenu { |
|
37 |
background:#fff; /* right column background colour */ |
|
38 |
}
|
|
39 |
.leftmenu .colleft { |
|
40 |
right:60%; /* right column width */ |
|
41 |
background:#f4f4f4; /* left column background colour */ |
|
42 |
}
|
|
43 |
.leftmenu .col1 { |
|
44 |
width:60%; /* right column content width */ |
|
45 |
left:100%; /* 100% plus left column left padding */ |
|
46 |
}
|
|
47 |
.leftmenu .col2 { |
|
48 |
width:35%; /* left column content width (column width minus left and right padding) */ |
|
49 |
left:2%; /* (right column left and right padding) plus (left column left padding) */ |
|
50 |
}
|
|
51 |
.ace { |
|
52 |
height:500px; |
|
53 |
width:100%; |
|
54 |
}
|
|
55 |
||
56 |
.highlighted { |
|
57 |
background-color: #ff00ff; |
|
58 |
opacity: 0.2; |
|
59 |
position: absolute; |
|
60 |
z-index: 4; |
|
61 |
}
|
|
62 |
||
63 |
.interesting { |
|
64 |
background-color: #ffff00; |
|
65 |
opacity: 0.2; |
|
66 |
position: absolute; |
|
67 |
z-index: 4; |
|
68 |
}
|