Path: blob/main/website/themes/beastie/static/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.text-center {88text-align: center;89}9091.line-through {92text-decoration: line-through;93}9495.filename {96color: #007a00;97}9899.contrib {100font-size: small;101font-style: italic;102}103104#txtfrontfeatureheading {105padding-bottom: 0em;106}107108#txtfrontfeaturelink a {109font-size: 1.2em;110font-weight: bold;111padding-left: 5px;112}113114#txtfrontjournalblock {115padding-left: 0px;116}117118#txtfrontjournallink {119font-size: 1.2em;120font-weight: bold;121padding-left: 1px;122}123124/* Link Styles */125126a:link { color:#990000; text-decoration: underline; }127a:visited { color:#990000; text-decoration: underline; }128a:hover { color:#000000; text-decoration: underline; }129a:active { color:#990000; text-decoration: underline; }130131footer a:link { color:#666; text-decoration: underline; }132footer a:visited { color:#666; text-decoration: underline; }133footer a:hover { color:#000000; text-decoration: underline; }134footer a:active { color:#666; text-decoration: underline; }135136#frontnemscontainer h2 {137margin: 0;138padding: 0;139font-size: 1.1em;140}141142#frontshortcuts h2 {143margin: 0;144padding: 0;145font-size: 1.1em;146}147148#frontreleases h2 {149margin: 0;150padding: 0;151font-size: 1.1em;152}153154ul.txtdownloadlist, ul.txtdocslist {155list-style: none;156padding: 0 10px;157}158159.txtdocslist a {160color: #000000;161}162163.tblwide {164width: 100%;165}166167.tbldownload th, .tbldownload td {168vertical-align: top;169}170171172