Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-doc
Path: blob/main/website/content/en/layout/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
#txtfrontfeatureheading {
89
padding-bottom: 0em;
90
}
91
92
#txtfrontfeaturelink a {
93
font-size: 1.2em;
94
font-weight: bold;
95
padding-left: 5px;
96
}
97
98
#txtfrontjournalblock {
99
padding-left: 0px;
100
}
101
102
#txtfrontjournallink {
103
font-size: 1.2em;
104
font-weight: bold;
105
padding-left: 1px;
106
}
107
108
/* Link Styles */
109
110
a:link { color:#990000; text-decoration: underline; }
111
a:visited { color:#990000; text-decoration: underline; }
112
a:hover { color:#000000; text-decoration: underline; }
113
a:active { color:#990000; text-decoration: underline; }
114
115
#footer a:link { color:#666; text-decoration: underline; }
116
#footer a:visited { color:#666; text-decoration: underline; }
117
#footer a:hover { color:#000000; text-decoration: underline; }
118
#footer a:active { color:#666; text-decoration: underline; }
119
120
#frontnemscontainer h2 {
121
margin: 0;
122
padding: 0;
123
font-size: 1.1em;
124
}
125
126
#frontshortcuts h2 {
127
margin: 0;
128
padding: 0;
129
font-size: 1.1em;
130
}
131
132
#frontreleases h2 {
133
margin: 0;
134
padding: 0;
135
font-size: 1.1em;
136
}
137
138
ul.txtdownloadlist, ul.txtdocslist {
139
list-style: none;
140
padding: 0 10px;
141
}
142
143
.txtdocslist a {
144
color: #000000;
145
}
146
147
.tblwide {
148
width: 100%;
149
}
150
151
.tbldownload th, .tbldownload td {
152
vertical-align: top;
153
}
154
155