/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk
20.1.1 by galaxyAbstractor
* Added an simple admin panel to the codeviewer-cmssy stuff
1
body {
2
	margin:  0;
3
	padding: 0;
4
}
5
6
#header {
7
	background-color: #3C3C3C;
8
	height:50px;
9
	width: 100%;
10
}
11
12
13
#nav div {
14
	display: inline-block;
15
	height: 50px;
16
	
17
}
18
19
#nav a {
20
	height: 30px;
21
	padding-top: 15px;
22
}
23
24
.btn-group {
25
	margin-top: -45px;
26
}
27
28
.dropdown-menu {
29
	background-color: #333333;
30
	width: 320px;
31
}
32
33
.dropdown-info {
34
	background-color: #0a68ad;
35
	width: 100%;
36
	color: #fff;
37
	font-size: 25px;
38
	font-weight: bold;
39
	text-align: center;
40
}
41
42
.dropdown-info p{
43
	margin-top: 15px;
44
}
45
46
.dropdown-menu a {
47
	color: white !important; /* important because otherwise bootstrap takes over */
48
}
49
50
#nav .separator {
51
	width: 0px; /* amazing, this seems to work */
52
	height:50px;
53
	border-left: 1px solid #111111;
54
	border-right: 1px solid #555555;
55
	margin-left: 5px;
56
	margin-right: 5px;
57
}
58
59
#doc a {
60
	background-color: #F0F0F0;
61
	border: 1px solid #ccc;
62
	padding: 1px;
63
}
64
65
.editorinfo {
66
	background-color: #0a68ad;
67
	color: white;
68
	font-size: 18px;
69
	padding-top: 5px;
70
	padding-bottom: 5px;
71
	padding-left: 10px;
72
	margin-top: 10px;
73
}
74
75
.ace { 
76
	height:500px;
77
	width:100%;
78
}
79
80
.highlighted {
81
	background-color:  #ff00ff;
82
	opacity: 0.5;
83
	position: absolute;
84
	z-index: 4;
85
}
86
87
.interesting {
88
	background-color:  #ffff00;
89
	opacity: 0.5;
90
	position: absolute;
91
	z-index: 4;
92
}