This repository has been archived by the owner on Jul 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
frontend.css
121 lines (100 loc) · 1.83 KB
/
frontend.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
/* Dieser Eintrag entfernt den gepunkteten Rahmen um Links beim anklicken. */
a:focus {
outline: none;
}
ul.fg_pages_nav {
display: inline;
list-style-type: none;
padding-left: 0px;
}
ul.fg_pages_nav li {
display: inline;
padding-right: 10px;
padding-left: 15px;
background: url(./images/crumbs.png) no-repeat left center;
}
ul.fg_pages_nav li a.current {
font-weight: bold;
}
body {
height: 100%;
}
#fullSize {
display: none;
}
.view_title {
font-size: 150%;
font-weight: bold;
}
.categories_title {
font-size: 110%;
font-style: Italic;
line-height: 45px;
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ADDS BY PUMPI
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
ul.photostyle {
list-style: none;
margin: 0 0 5px 0;
padding: 0;
}
ul.photostyle li {
float: left;
margin: 3px;
padding: 0px;
}
.photostyle {
display: block;
margin: 3px;
padding: 0;
}
.photostyle img {
padding: 2px;
border: 2px #9db2b9 solid;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.photostyle img:hover {
border: 2px #313739 solid;
}
ul.categories {
list-style: none;
margin: 0 0 5px 0;
padding: 0;
}
ul.categories li {
margin: 3px;
float: left;
text-align: center;
border: 2px #9db2b9 solid;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
ul.categories li a {
/* width und height verändern fals ihnen der Rahmen um das Thumb der Ordnerübersicht zu groß ist*/
width: 160px;
height: 180px;
display: block;
margin: 3px;
padding: 10px;
}
.categories li:hover {
border: 2px #313739 solid;
}
.categories {
display: block;
margin: 3px;
padding: 0;
}
.categories img {
margin: 3px;
padding: 0px;
border: 2px #000 solid;
}
.clear {
clear: left;
padding-top: 15px;
border: 0px solid #000;
border-bottom: 1px solid #000;
}