-
Notifications
You must be signed in to change notification settings - Fork 2
/
style.css
107 lines (89 loc) · 1.76 KB
/
style.css
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
/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 50px;
padding-bottom: 20px;
overflow-y:scroll
}
body{
background-color: #333;
}
.masthead-nav > li {
display: inline-block;
}
.masthead-nav > li + li {
margin-left: 20px;
}
.masthead-nav > li > a {
padding-right: 15px;
padding-left: 0px;
font-size: 16px;
font-weight: bold;
color: #fff; /* IE8 proofing */
color: rgba(255,255,255,.75);
border-bottom: 2px solid transparent;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
background-color: transparent;
border-bottom-color: #a9a9a9;
border-bottom-color: rgba(255,255,255,.25);
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
color: #fff;
border-bottom-color: #fff;
}
div.navi {
margin-left:73%;
}
.form{
margin-top:20em;
}
div.impress a{
font-size: 15px;
font-weight: bold;
color: #fff; /* IE8 proofing */
color: rgba(255,255,255,.75);
}
div.impress{
margin-top: 60px;
text-align:center;
}
.masthead-brand {
margin-top: 10px;
margin-bottom: 10px;
}
.title{
padding-right: 0px;
padding-left: 0px;
font-size: 16px;
font-weight: bold;
color: #fff; /* IE8 proofing */
color: rgba(255,255,255,.75);
/*border-bottom: 2px solid transparent; */
}
.suche{
margin-top:60px;
}
div.col-md-4{
padding-right: 0px;
padding-left: 0px;
font-size: 16px;
font-weight: bold;
color: #fff; /* IE8 proofing */
color: rgba(255,255,255,.75);
}
div.git a{
font-color: black;
text-decoration: none;
}
div.git{
margin-top:30px;
}
div.container a{
text-decoration:none;
}
div.wave{
margin-top:20px;
}