-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathstyles.css
More file actions
169 lines (145 loc) · 2.45 KB
/
styles.css
File metadata and controls
169 lines (145 loc) · 2.45 KB
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
body {
width:90%;
background:#181818;
color:#b0b0b0;
font:10pt Verdana, DejaVu Sans, Arial;
padding:0px;
margin: 0px;
text-align:left;
}
#logo {
margin-bottom:0em;
margin-left:4em;
}
#navigation {
padding:5px;
font-size: 120%;
color: white;
width: 12em;
float: left;
margin-right: 1em;
margin-bottom: 1em;
}
#navigation ul {
margin: 0; padding: 0;
}
#navigation li {
list-style: none;
border-left: 0.1em solid white;
margin: 0; padding: 0;
padding-left:0.2em;
margin-bottom: 0.5em;
}
#top-navigation {
margin-bottom: 1em;
}
#top-navigation ul {
margin: 0; padding: 0;
}
#top-navigation li {
list-style: none;
margin: 0;
padding:0;
padding-left: 1em;
padding-right: 1em;
}
#top-navigation > ul > li {
float:right;
border-right: 0.1em solid white;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
position: relative;
display: inline-block;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
display: none;
position: absolute;
z-index: 1;
min-width: 10em;
padding-top: 1.0em !important;
padding-bottom: 0.5em !important;
background-color: #181818;
border-left: 0.1em solid white;
border-bottom: 0.1em solid white;
border-right: 0.1em solid white;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}
#container {
margin:0px auto;
padding:3em;
margin-top: 3em;
width: 75em;
}
#content {
padding:1em;
float:right;
width:55em;
background: rgb(45, 45, 45);
}
#footer {
margin-top: 1em;
font-size: 80%;
float: right;
clear: both;
}
.news-title {
color: white;
}
.news-title-frontpage {
color: white;
font-size: 120%;
}
.news {
margin-bottom: 3em;
}
#berlios-badge {
margin-top: 3em;
font:10pt Verdana, DejaVu Sans, Arial;
}
table {
border: 1px solid gray;
border-collapse: collapse;
}
table th {
border: 1px solid gray;
padding: 0.3em;
}
table td {
border: 1px solid gray;
padding: 0.3em;
}
.lenslist-highlight {
background-color: #51734E;
}
.lenslist-bg1 {
background-color: #000000;
}
.lenslist-bg2 {
background-color: #181818;
}
strong {
color: white;
}
a:link {
background:transparent;
text-decoration:none;
color:#ffffff;
}
a:visited {
background:transparent;
color:#ffffff;
}
a:hover {
background:transparent;
color:#74A0DA;
}
a:active {
background:transparent;
color:#ffffff;
}
.active {
color: #74A0DA !important;
}