forked from freifunk-mk/webseite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmainstyle.css
128 lines (127 loc) · 1.94 KB
/
mainstyle.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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
/*Seiteneigenschaften*/
body{
background-color:#e6e6e6;
padding-left:30px;
padding-right:30px;
margin-left:auto;
margin-right:auto;
margin-top:80px;
#font-family:Helvetica,Arial,sans-serif;
#line-height:1.2em;
#font-size:1.2em;
min-width:450px;
max-width:1440px;
transition:all 1s ease;
}
a{
color:#444;
text-decoration:none;
transition:color 1s ease;
}
a:hover{
color:#000;
}
a.highlighter{
#background:rgba(0, 0, 0, 0.5);
padding:2px;
color:#fff;
}
.navibarbutton > a{
color:#fff;
}
a:hover > .fa{
color:#db0166;
}
#navibar{
position:fixed;
width:100%;
left:0px;
top:0px;
#background:#1a1a1a;
box-shadow: grey 5px 0px 5px;
z-index:9999;
padding-bottom:5px;
background-image: url("http://www.freifunk-mk.de/gfx/ff_header.png");
}
#navcenter{
max-width:1440px;
margin-left:auto;
margin-right:auto;
}
.navibarbutton{
float:left;
margin-left:15px;
margin-top:10px;
font-size:28px;
background-color: rgba(0, 0, 0, 0.5);
padding:3px;
}
/*Seitencontainer und Flexing*/
.mainbox{
flex:3;
margin:10px;
}
.splitbox{
flex:1;
#margin-top:20px;
}
.rightbar{
flex:1;
margin:10px;
}
/*Boxdesign*/
.contentbox, .headlinebox{
background:#ffffff;
box-shadow: #808080 5px 5px 5px;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
color:#444;
}.contentbox{
#min-height:250px;
}
.headlinebox{
padding-top:10px;
text-align:center;
font-size:28px;
}
h2{
background-repeat:no-repeat;
background:#db0166 !important;
color:white;
padding:5px;
margin-left:-10px;
margin-right:-10px;
margin-bottom:10px;
#height:40px;
line-height:1.5em
}
.timestamp{
float:left;
margin-right:5px;
margin-bottom:5px;
background-color:rgba(0, 0, 0, 0.5);
#margin-right:-5px;
font-size:20px;
color:#fff;
}
.rightbar h2{
#height:40px;
}
.artimg{
width:50%;
float:left;
max-width:200px;
margin-right:10px;
}
@media screen and (min-width:1100px){
.pagebox, .summit{
display:flex;
}
#left{
margin-right:10px;
}
#right{
margin-left:10px;
}
}