Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-doc
Path: blob/main/website/themes/beastie/static/css/text.css
18096 views
1
/*
2
* FreeBSD.org - Text Styles
3
*
4
* $FreeBSD$
5
*/
6
7
/* Heading Definitions */
8
9
h1 {
10
color: #990000;
11
}
12
13
h2 {
14
color: #990000;
15
}
16
17
h3 {
18
color: #990000;
19
}
20
21
h4 {
22
color: #990000;
23
}
24
25
/* Text Styles */
26
27
.txtcolumn1 {
28
width: 50%;
29
line-height: 1.3em;
30
}
31
32
.txtcolumn2 {
33
width: 50%;
34
line-height: 1.5em;
35
}
36
37
.txtcurrentlocation {
38
font-weight: bold;
39
}
40
41
.txtdivider {
42
font-size: 0.8em;
43
color: #E1E1E1;
44
padding-left: 4px;
45
padding-right: 4px;
46
}
47
48
.txtnewsevent {
49
font-size: 0.9em;
50
color: #000000;
51
}
52
53
.txtshortcuts {
54
font-size: 0.9em;
55
color: #000000;
56
}
57
58
.txtdate {
59
font-size: 0.9em;
60
color: #666;
61
}
62
63
.txtmediumgrey {
64
color: #666;
65
}
66
67
.txtformlabel {
68
color: #666;
69
font-weight: bold;
70
text-align: right;
71
vertical-align: top;
72
}
73
74
.txtrequiredfield {
75
color: #EC5800;
76
}
77
78
.txtimportant {
79
color: #EC5800;
80
}
81
82
.txtoffscreen {
83
position: absolute;
84
left: -1999px;
85
width: 1990px;
86
}
87
88
.text-center {
89
text-align: center;
90
}
91
92
.line-through {
93
text-decoration: line-through;
94
}
95
96
.filename {
97
color: #007a00;
98
}
99
100
.contrib {
101
font-size: small;
102
font-style: italic;
103
}
104
105
#txtfrontfeatureheading {
106
padding-bottom: 0em;
107
}
108
109
#txtfrontfeaturelink a {
110
font-size: 1.2em;
111
font-weight: bold;
112
padding-left: 5px;
113
}
114
115
#txtfrontjournalblock {
116
padding-left: 0px;
117
}
118
119
#txtfrontjournallink {
120
font-size: 1.2em;
121
font-weight: bold;
122
padding-left: 1px;
123
}
124
125
/* Link Styles */
126
127
a:link { color:#990000; text-decoration: underline; }
128
a:visited { color:#990000; text-decoration: underline; }
129
a:hover { color:#000000; text-decoration: underline; }
130
a:active { color:#990000; text-decoration: underline; }
131
132
footer a:link { color:#666; text-decoration: underline; }
133
footer a:visited { color:#666; text-decoration: underline; }
134
footer a:hover { color:#000000; text-decoration: underline; }
135
footer a:active { color:#666; text-decoration: underline; }
136
137
#frontnemscontainer h2 {
138
margin: 0;
139
padding: 0;
140
font-size: 1.1em;
141
}
142
143
#frontshortcuts h2 {
144
margin: 0;
145
padding: 0;
146
font-size: 1.1em;
147
}
148
149
#frontreleases h2 {
150
margin: 0;
151
padding: 0;
152
font-size: 1.1em;
153
}
154
155
ul.txtdownloadlist, ul.txtdocslist {
156
list-style: none;
157
padding: 0 10px;
158
}
159
160
.txtdocslist a {
161
color: #000000;
162
}
163
164
.tblwide {
165
width: 100%;
166
}
167
168
.tbldownload th, .tbldownload td {
169
vertical-align: top;
170
}
171
172