-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathtypography.css
More file actions
143 lines (120 loc) · 3.81 KB
/
Copy pathtypography.css
File metadata and controls
143 lines (120 loc) · 3.81 KB
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
/* =====================================
Dynamo style.css
------------------------------------
fonts & sizes
/*--------------------------------------*/
body{font-size: 13px; line-height:17px; color:#666}
body, caption, th, td, input, textarea, select, option, legend, fieldset {font-family: Verdana, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6{font-weight: normal; color: #050505;}
h1{font-size: 21px; line-height: 26px; color: #050505;}
h2{font-size: 18px; line-height: 26px; color: #050505;}
h3{font-size: 17px; line-height: 20px; color: #050505;}
h4{font-size: 14px; font-weight: bold; color: #050505;}
h5{font-size: 14px; font-weight: bold; color: #333;}
h6{font-size: 14px; font-weight: bold; color: #333;}
p {margin-bottom: 0.5em;}
h2 a, h2 a:link,h2 a:visited,h2 a:active,
h3 a, h3 a:link,h3 a:visited,h3 a:active
{
color:#050505;
}
h4 a, h4 a:link,h4 a:visited,h4 a:active{font-size:12px; line-height:15px; color:#050505;}
.content-left h3{padding:5px 0 10px 0;}
/*-- form --*/
textarea{font-size: 11px;}
/*-- code --*/
code, tt, pre { padding: 1px; background-color: #efefef; font-family: "Bitstream Vera Sans Mono", Monaco, "Lucida Console", monospace; font-size: 10px;}
/* =====================================
account
* ------------------------------------- */
#account{color:#fff;font-size:11px;}
#account a{color:#fff;font-size:11px;}
#user-login-form label{font-size:9px; color:#000;}
#edit-search-block-form-1-wrapper input{font-size:14px; color:#929292;}
#edit-search-block-form-1-wrapper p{font-size:9px; color:#dfa1ab;}
/*-- links --*/
a, a:link, a:visited, a:active {
color:#9CB333;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}
li a.active{}
.meta{color:#999999; padding:2px 0 0 0;}
.meta a,.meta a:link,.meta a:visited,.meta a:active {text-decoration: none; color:#9CB333;} /*999*/
.author a,.author a:link,.author a:visited,.author a:active {text-decoration: none; color:#9CB333;}
.comment,
.taxonomy,
.meta,
.view-empty,
.view-event-list .library-tag,
.view .field-library-ref-nid,
.view .created,
.view .name
{
font-size:10px; line-height:15px;
}
#path,
.subject a,
.more-link a,
.pane-event_list li div,
.pane-event_list h4 a,
.pane-library_feature_list ul li,
.view-feature-list li div.title a
{
font-size:10px; line-height:17px;
}
.view-event-list li div.title,
.view-event-list .time,
.view-event-list li div.title a{
font-size:11px; line-height:15px; font-weight:bold;
}
#frontpagecarousel-controller li{color:#fff; font-size:11px; line-height:15px;}
#frontpagecarousel-controller li a{ font-size:11px; line-height:15px; color:#050505;}
/*TODO kun i hæjre baren*/
.pane-library_location .vcard{font-size:11px; line-height:17px;}
.pane-library_location .vcard .fn{font-weight:bold;}
#twocol-right .pane-article_list,
.pane-comment-0,
{
font-size:11px; line-height:20px;
}
.pane-article_list h3,
.pane-blog_category_list h3,
.pane-library_feature_list h3,
.pane-library_hours h3,
.pane-comment-0 h3
{
font-size:11px; line-height:20px; font-weight:bold;
}
.subject a{color:#fff; background-color: #9CB333; padding: 0 2px; text-transform: uppercase; font-size:9px; line-height:9px;}
.view-article-list p{padding:10px 0 0 0;}
.node-article .content {padding:10px 0 0 0;}
.library-openstatus{ font-size:10px; line-height:17px; text-transform: uppercase; color:#fff;}
#pagefooter{font-size:10px; line-height:13px;}
#pagefooter h3,
.pane-event_list h3,
.pane-library_feature_list h3
{
font-size:12px; line-height:20px;
font-family: "Gills sans light", Verdana, Arial, sans-serif; text-transform: uppercase;
font-weight: normal;
}
.pane-node_comment_form h3,
.pane-node_comments h3
{
font-size:14px;
}
/* Feed icon */
.feed-icon span {
margin-left: 2px;
position: relative;
top: -13px;
}
.feed-icon a:hover span {
text-decoration: underline;
}
.feed-icon a:hover {
text-decoration: none !important;
}