Path: blob/main/website/content/en/layout/css/global.css
18096 views
/*1*FreeBSD.org - Global Styles2*3* $FreeBSD$4*/56body {7margin: 0;8padding: 0;9font-family: verdana, sans-serif;10color: #000;11background: #fff url("../images/hdr_fill.png") repeat-x;12}1314h1 {15font-size: 120%;16font-weight: bold;17margin: 0em 0em 1.2em 0em;18}1920h2 {21font-size: 115%;22margin: 1.2em 0em 1.2em 0em;23font-weight: bold;24}2526h3 {27font-size: 110%;28margin: 1.2em 0em 1.2em 0em;29font-weight: bold;30}3132h4 {33font-size: 100%;34margin: 1.2em 0em 1.2em 0em;35font-weight: bold;36}3738h5 {39font-size: 90%;40margin: 1.2em 0em 1.2em 0em;41font-weight: bold;42}4344h6 {45font-size: 85%;46margin: 1.2em 0em 1.2em 0em;47font-weight: bold;48}4950img {51border: 0;52}5354ol, ul, li {55font-size: 1.0em;56line-height: 1.2em;57margin-top: 0.2em;58margin-bottom: 0.1em;59}6061p {62line-height: 1.2em;63margin: 1.2em 0em 1.2em 0em;64}6566li > p {67margin-top: 0.2em;68}6970pre {71font-family: monospace;72font-size: 1.1em;73}7475tt {76font-family: monospace;77font-size: 1.1em;78}7980strong, b {81font-weight: bold;82}8384form textarea {85text-align: left;86}878889