Path: blob/main/website/content/en/layout/css/text.css
18096 views
/*1* FreeBSD.org - Text Styles2*3* $FreeBSD$4*/56/* Heading Definitions */78h1 {9color: #990000;10}1112h2 {13color: #990000;14}1516h3 {17color: #990000;18}1920h4 {21color: #990000;22}2324/* Text Styles */2526.txtcolumn1 {27width: 50%;28line-height: 1.3em;29}3031.txtcolumn2 {32width: 50%;33line-height: 1.5em;34}3536.txtcurrentlocation {37font-weight: bold;38}3940.txtdivider {41font-size: 0.8em;42color: #E1E1E1;43padding-left: 4px;44padding-right: 4px;45}4647.txtnewsevent {48font-size: 0.9em;49color: #000000;50}5152.txtshortcuts {53font-size: 0.9em;54color: #000000;55}5657.txtdate {58font-size: 0.9em;59color: #666;60}6162.txtmediumgrey {63color: #666;64}6566.txtformlabel {67color: #666;68font-weight: bold;69text-align: right;70vertical-align: top;71}7273.txtrequiredfield {74color: #EC5800;75}7677.txtimportant {78color: #EC5800;79}8081.txtoffscreen {82position: absolute;83left: -1999px;84width: 1990px;85}8687#txtfrontfeatureheading {88padding-bottom: 0em;89}9091#txtfrontfeaturelink a {92font-size: 1.2em;93font-weight: bold;94padding-left: 5px;95}9697#txtfrontjournalblock {98padding-left: 0px;99}100101#txtfrontjournallink {102font-size: 1.2em;103font-weight: bold;104padding-left: 1px;105}106107/* Link Styles */108109a:link { color:#990000; text-decoration: underline; }110a:visited { color:#990000; text-decoration: underline; }111a:hover { color:#000000; text-decoration: underline; }112a:active { color:#990000; text-decoration: underline; }113114#footer a:link { color:#666; text-decoration: underline; }115#footer a:visited { color:#666; text-decoration: underline; }116#footer a:hover { color:#000000; text-decoration: underline; }117#footer a:active { color:#666; text-decoration: underline; }118119#frontnemscontainer h2 {120margin: 0;121padding: 0;122font-size: 1.1em;123}124125#frontshortcuts h2 {126margin: 0;127padding: 0;128font-size: 1.1em;129}130131#frontreleases h2 {132margin: 0;133padding: 0;134font-size: 1.1em;135}136137ul.txtdownloadlist, ul.txtdocslist {138list-style: none;139padding: 0 10px;140}141142.txtdocslist a {143color: #000000;144}145146.tblwide {147width: 100%;148}149150.tbldownload th, .tbldownload td {151vertical-align: top;152}153154155