Path: blob/main/website/themes/beastie/static/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;68margin-bottom: 0.2em;69}7071pre {72font-family: monospace;73font-size: 1.1em;74}7576tt {77font-family: monospace;78font-size: 1.1em;79}8081strong, b {82font-weight: bold;83}8485form textarea {86text-align: left;87}8889.fa {90font-family: FontAwesome;91font-style: normal;92}9394.admonitionblock {95margin: 1.4rem 0;96padding: 1rem;97color: #444;98}99100.admonitionblock table {101table-layout: fixed;102position: relative;103width: 100%;104}105106.admonitionblock table tbody tr td.icon {107position: absolute;108top: 0;109left: 0;110line-height: 1;111padding-bottom: .5rem;112}113114.admonitionblock table tbody tr td.icon i {115display: inline-flex;116align-items: center;117width: auto;118background-position-x: .5em;119vertical-align: initial;120font-style: normal;121}122123.admonitionblock table tbody tr td.icon i:after {124content: attr(title);125font-family: 'Inter var', sans-serif;126font-weight: bolder;127padding: 0 .5em;128margin: -.05em;129}130131.admonitionblock table tbody tr td.icon .icon-note::before {132content: "\f05a";133color: #19407C;134}135136.admonitionblock table tbody tr td.icon .icon-tip::before {137content: "\f0eb";138color: #43B929;139}140141.admonitionblock table tbody tr td.icon .icon-warning::before {142content: "\f071";143color: #BF6900;144}145146.admonitionblock table tbody tr td.icon .icon-caution::before {147content: "\f06d";148color: #BF3400;149}150151.admonitionblock table tbody tr td.icon .icon-important::before {152content: "\f06a";153color: #BF0000;154}155156.admonitionblock table tbody tr td.icon [class^="fa icon-"] {157font-size: 1.2rem;158cursor: default;159}160161.admonitionblock table tbody tr td.content {162width: 100%;163word-wrap: anywhere;164}165166.admonitionblock table tbody tr td.content .title {167margin-top: 2rem;168}169170.admonitionblock table tbody tr td.content .paragraph {171padding-top: .5rem;172}173174.admonitionblock table tbody tr td.content a {175color: #0645AD;176}177178.note {179border-left: 5px solid #19407C;180background-color: #EAF1FB;181}182183.warning {184border-left: 5px solid #BF6900;185background-color: #FFF4E6;186}187188.important {189border-left: 5px solid #BF0000;190background-color: #FFE6E6;191}192193.caution {194border-left: 5px solid #BF3400;195background-color: #FFECE6;196}197198.tip {199border-left: 5px solid #43B929;200background-color: #EDFAEA;201}202203204