-
Notifications
You must be signed in to change notification settings - Fork 3
/
wordpress.css
115 lines (95 loc) · 1.7 KB
/
wordpress.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
#fotobook-main a {
font-weight: bold;
font-size: 12px;
}
#fotobook-main {
font-size: 11px;
width: 100%;
border-spacing: 0;
}
#fotobook-main img {
border: 0;
}
#fotobook-main small {
font-size: 10px;
}
#fotobook-main td, #fotobook-main th {
border-bottom: solid 1px #D8DFEA;
margin: 0px;
padding: 10px;
vertical-align: middle;
}
#fotobook-main th {
text-align: center;
width: 130px;
}
#fotobook-album {
margin: 0px;
padding: 5px;
width: 100%;
border-bottom: solid 1px #D8DFEA;
}
#fotobook-album td {
width: 150px;
padding: 3px 2px;
text-align: center;
vertical-align: middle; }
#fotobook-album img {
background: white;
padding: 6px;
border: solid 1px #ccc; }
#fotobook-album img:hover {
border: solid 1px #3B5998; }
#fotobook-info {
font-size: 10px;
margin-top: 10px;
text-align: left;
}
#fotobook-info th, #fotobook-info td {
padding: 3px;
}
#fotobook-info th {
font-weight: bold;
vertical-align: top;
}
.fotobook-subheader {
text-align: right;
font-size: 11px;
margin: 0px;
padding: 3px 10px 4px;
border-bottom: solid 1px #D8DFEA;
}
.fotobook-subheader .main {
float: left;
text-align: left;
}
.fotobook-subheader .pagination {
padding-left: 4px;
text-align: right;
}
.fotobook-subheader .pagination b {
padding: 2px;
font-style: normal;
font-weight: bold;
color: #3B5998;
border-bottom: solid 2px;
}
.fotobook-subheader .pagination a {
font-weight: normal;
margin: 0px;
padding: 3px 3px;
}
.fotobook-subheader .pagination a:hover {
color: white;
margin: 0px;
padding: 3px 3px;
background: #3B5998;
text-decoration: none;
}
.fotobook-subheader-bottom {
border-bottom: 0;
}
.fotobook-subheader-bottom .pagination b {
border-bottom: 0;
border-top: solid 2px;
}