-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathforstyrrelse-frontpage.css
92 lines (74 loc) · 1.45 KB
/
forstyrrelse-frontpage.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
/*
(do not remove this)
(not this either)
*/
#header0 {
width:500px;
}
#wrapper1 {
float:left;
border:none;
width:500px;
}
#wrapper1 h1 {
font-family: Arial, "Lucida Grande", Verdana, Lucida, Helvetica, sans-serif;
font-weight:bold;
font-size:18px;
}
#wrapper1 p {
font-family: Arial, "Lucida Grande", Verdana, Lucida, Helvetica, sans-serif;
font-size:11px;
}
#wrapper0 {
width:100%;
display:block;
}
.clearboth { clear: both; }
.frontpage-block {
width:200px;
float:left;
padding-right:10px;
padding-top:10px;
padding-left:0px;
overflow:hidden;
}
.newsitems-block {
width:200px;
float:left;
padding-right:10px;
padding-top:0px;
padding-left:0px;
overflow:hidden;
border-bottom-width:1px;
}
.frontpage-block h2 {
padding-top:10px;
font-family: Arial, "Lucida Grande", Verdana, Lucida, Helvetica, sans-serif;
font-size: 13px;
font-weight:bold;
color:#514d39;
}
.readmore {
padding-bottom:10px;
}
.readmore a {
text-transform:uppercase;
font-family: Arial, "Lucida Grande", Verdana, Lucida, Helvetica, sans-serif;
font-size:9px;
font-weight:bold;
text-decoration:none;
color:#7f7c6d;
}
.frontPageHeadlineLine {
border-top-style:solid;
border-top-color:#7D7E6C;
border-top-width:1px;
}
.logo-floater img {
float:left;
margin-right: 6px;
padding-right: 10px;
}
/* */
/* Latest version of the documentation on pre-defined properties from Plone
can be found in CMFPlone/skins/plone_styles/ploneCustom.css */