aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/comments/admin/admin.css
blob: f2be72b51e02e51782bd7323b2bd22cf737a4102 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
body, html {
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
}

body {
	padding: 0px 0px 0px 230px;
}

#sidebar {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 230px;
	height: 100%;
	border-right: #CCCCCC;
	border-right: 1px solid #CCCCCC;
	background-color: #F5F5F5;
	overflow: auto;
}

#navigation {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#logo,
#navigation div,
#navigation a {
	position: relative;
	display: block;
	width: 100%;
	vertical-align: top;
	overflow: hidden;
}

#navigation div {
	border: none;
	border-bottom: 1px solid #CCCCCC;
}

#navigation div:last-child {
	border-bottom: none;
}

#logo,
#navigation a {
	padding: 15px;
	margin: 0px;
	border: none;
}

#navigation a,
#navigation:hover a.active {
	border: none;
	border-right: 4px solid transparent;
	color: #222222;
}

#navigation a.active {
	color: #266394;
	border-right: 4px solid #3485C7;
	background-color: #EEEEEE;
	font-weight: bold;
}

#navigation:hover a.active {
	background-color: transparent;
}

#navigation a:hover,
#navigation a.active:hover {
	color: #266394;
	border-color: #3485C7;
	background-color: #EEEEEE;
}

div#logo,
div#logo a {
	height: 234px;
}

div#logo a,
#navigation:hover div#logo a {
	border: none;
	border-bottom: 4px solid transparent;
}

div#logo a:hover,
div#logo a.active {
	border: none;
	border-bottom: 4px solid #5E94FF;
}

#content {
	width: 100%;
	height: 100%;
	vertical-align: top;
	background-color: #FFFFFF;
}