Path: blob/main/website/themes/beastie/static/css/layout.css
18096 views
/*1* FreeBSD.org - Layout Styles2*3* $FreeBSD$4*/56/* Container Definitions */78/* Page Container */910#container {11margin: 0em auto;12width: 90%;13max-width: 1600px;14text-align: left; /* Win IE5 */15}1617/* Header */18header {19display: flex;20flex-direction: row;21height: 75px;22}2324#headerlogoright {25display: flex;26flex-direction: column;27margin-left: auto;28align-items: center;29justify-content: center;30}3132/* Search */3334@media screen {35#search {36text-align: right;37padding: 0;38color: #666;39}4041#search form {42margin: 0; /* need for IE Mac */43text-align: right; /* need for IE Mac */44white-space: nowrap; /* for Opera */45}4647#search form label {48color: #666;49}5051#search form #submit {52background: transparent;53color: #fff;54border-right: 1px solid #DADADA;55border-bottom: 1px solid #DADADA;56border-top: 1px solid #DADADA;57border-left: 1px solid #DADADA;58padding: 1px 5px 1px 5px;59}6061#search form #words {62width: 65%;63border: 1px solid #DADADA;64background: #FFFFFF;65color: #666;66padding: 2px 2px 2px 5px;67}68}6970@media print {71#search { display: none; }72}7374/* Mirror Select */7576#mirror {77text-align: right;78padding: 0;79margin: 0;80margin-top: 6px;81color: #666;82}8384#mirror form {85padding-top: 5px;86right: 0;87margin: 0; /* need for IE Mac */88text-align: right; /* need for IE Mac */89white-space: nowrap; /* for Opera */90}9192#mirror form label {93color: #666;94font-size: 0.8em;95}9697#mirror form select {98font-size: 0.8em;99}100101#mirror form #mirrorsel {102font-size: 0.8em;103width: 150px;104border: 1px solid #DADADA;105background: #FFFFFF;106color: #666;107}108109#mirror input {110font-size: 0.8em;111background: transparent;112color: #666;113border: 1px solid #DADADA;114}115116/* Content */117118#content {119clear: both;120display: block;121}122123#frontcontainer {124width: 100%;125}126127#frontfeaturecontainer {128clear: both;129}130131#frontfeatureleft{132width: 30%;133margin: 0;134padding: 0;135float: left;136}137138#frontfeatureleft h2 {139border: none;140margin-top: 0;141}142143#frontfeatureleft p {144margin: 0 0 1em 0;145}146147#frontfeaturecontent {148margin: 10px 10px 10px 13px;149}150151#frontfeaturemiddle {152float: left;153margin-top: 20px;154background: url(../images/beastie.png) no-repeat center left;155min-height: 196px;156width: 30%;157}158159#frontfeatureright {160position: relative;161border: 0px;162padding: 0px;163margin: 0px;164width: 30%;165float: right;166}167168.center {169text-align: center;170}171172.right {173display: block;174float: right;175}176177.screen {178overflow: auto;179font-family: monospace;180padding: 1ex;181background-color: #edc;182border: 1px solid #ccc;183border-radius: 4px;184}185186.screen pre, .programlisting pre {187margin: 0;188}189190.programlisting {191overflow: auto;192font-family: monospace;193padding: 1ex;194background-color: #eee;195border: 1px solid #ccc;196border-radius: 4px;197}198199.warning {200color: #9F1313;201background: #f8e8e8;202border: 1px solid #e59595;203width: 90%;204border-radius: 4px;205padding: 0 2ex;206margin: .75em 3em .75em 1em;207line-height: 1.3;208}209210.note {211color: #222;212background: #eee;213border: 1px solid #ccc;214width: 90%;215border-radius: 4px;216padding: 0 2ex;217margin: .75em 3em .75em 1em;218line-height: 1.3;219}220221.important {222font-style: italic;223border: 1px solid #a00;224border-left-color: rgb(170, 0, 0);225border-left-style: solid;226border-left-width: 1px;227border-left: 12px solid #c00;228width: 90%;229border-radius: 4px;230padding: 2ex;231margin: .75em 3em .75em 1em;232line-height: 1.3;233}234235/* News/Events/Media/Security Box */236237#frontnemscontainer {238width: 100%;239background: #eee;240display: inline;241float: left;242margin-top: 8px;243margin-bottom: 8px;244}245246#frontnews {247width: 24%;248margin: 0;249padding: 0;250float: left;251}252253#frontnewscontent {254margin: 17px 15px 24px 18px;255}256257#frontevents {258width: 24%;259margin: 0;260padding: 0;261float: left;262}263264#fronteventscontent {265margin: 17px 15px 24px 14px;266}267268#frontmedia {269width: 24%;270margin: 0;271padding: 0;272float: left;273}274275#frontmediacontent {276margin: 17px 15px 24px 14px;277}278279#frontsecurity {280width: 24%;281margin: 0;282padding: 0;283float: left;284}285286#frontsecuritycontent {287margin: 17px 15px 24px 14px;288}289290/* No way to get equal columns in pure CSS - setting height is a temporary hack */291.frontseparator {292width: 0.5%;293height: 500px;294margin: 0;295padding: 0;296background-color: #fff;297float: left;298}299300.newseventswrap {301padding-left: 5px;302}303304.newseventslist {305list-style: none;306margin: 0;307padding: 0;308display: inline;309}310311.newseventslist img.rssimage {312display: inline;313border: 0;314vertical-align: bottom;315}316317.newseventslist li {318padding: 0 0.3em 0 0.5em;319display: inline;320border-right: 1px solid #B6B6B6;321}322323.newseventslist li a {324}325326.newseventslist li.last-child {327border-right: 0;328padding-right: 0;329display: inline-block;330line-height: 0.9em;331}332333.newseventslist li.first-child {334margin: 0;335padding-left: 12px;336background-image: url(../images/blt_red_arrow.png);337background-repeat: no-repeat;338background-position: 0px 0.5em;339}340341.newseventslist li.only-child {342border-right: 0;343padding-left: 0;344}345346/* Shortcuts */347348#frontshortcuts {349margin: 0;350padding: 0;351color: #666;352}353354#frontshortcutscontent {355float: right;356margin: 0;357padding: 0;358padding-left: 15px;359padding-top: 20px;360}361362#frontshortcutslist {363margin: 0;364padding: 0;365margin-left: 5px;366margin-top: 5px;367list-style: none;368}369370#frontshortcutslist li {371margin: 0;372padding-left: 12px;373background-image: url(../images/blt_red_arrow.png);374background-repeat: no-repeat;375background-position: 0px 0.5em;376}377378/* Latest Releases */379380#frontreleases {381padding: 0;382margin: 8px;383margin-left: 210px;384margin-top: 5px;385padding-bottom: 20px;386color: #666;387width: 85%;388}389390#frontreleasescontent {391margin: 0;392padding: 0;393}394395#frontreleaseslist {396margin: 0;397padding: 0;398margin-left: 5px;399margin-top: 5px;400list-style: none;401}402403#frontreleaseslist li {404margin: 0;405padding-left: 12px;406background-image: url(../images/blt_red_arrow.png);407background-repeat: no-repeat;408background-position: 0px 0.5em;409}410411/* New User Box */412413/* height and width details */414.frontnewtop div, .frontnewtop, .frontnewbot div, .frontnewbot {415width: 100%;416height: 12px;417}418419.frontnewcontent {420margin: 0;421padding: 0;422margin-top: -4px;423margin-bottom: -4px;424text-align: center;425font-size: 1.1em;426font-weight: bold;427}428429.frontnewcontent a, .frontnewcontent a:link, .frontnewcontent a:visited, .frontnewcontent a:hover, .frontnewcontent a:active {430color: #990000;431text-decoration: none;432}433434.frontnewroundbox {435float: left;436margin: 0;437margin-top: 30px;438padding: 0;439width: 130px;440background-color: #D8D8D8;441border-radius: 10px;442}443444/* Donate Button */445.donate {446background-color: white;447border-radius: 10px;448padding: 2% 8%;449margin-bottom: 3%;450text-align: center;451font-weight: bold;452cursor: pointer;453}454455.donate a, .donate a:link, .donate a:visited, .donate a:hover, .donate a:active {456color: #990000;457text-decoration: none;458}459460/* Get FreeBSD Box */461462/* height and width details */463.frontgettop div, .frontgettop, .frontgetbot div, .frontgetbot {464width: 100%;465height: 18px;466font-size: 1px;467}468469.frontgetcontent {470margin: 0;471padding: 0;472margin-top: -8px;473margin-bottom: -8px;474text-align: center;475font-size: 1.3em;476font-weight: bold;477}478479.frontgetcontent a, .frontgetcontent a:link, .frontgetcontent a:visited, .frontgetcontent a:hover, .frontgetcontent a:active {480color: #990000;481text-decoration: none;482}483484.frontgetroundbox {485margin-top: 10px;486margin-left: 210px;487padding: 0;488width: 325px;489background-color: #facc2e;490border-radius: 15px;491}492493.frontgetroundbox.newtofreebsd {494margin-top: 50px;495background-color: #eee;496}497498/* Secondary Pages */499500@media screen {501#sidewrap {502float: left;503width: 166px;504margin-top: 15px;505margin-right: -170px;506}507508#rightwrap {509float: right;510width: 166px;511margin-left: 15px;512}513514#contentwrap {515margin-left: 170px;516padding-top: 15px;517}518}519520@media print {521#sidewrap, #rightwrap { display: none; }522#contentwrap { margin-left: 16px; padding-top: 15px; }523}524525/* Footer */526527footer {528font-size: 0.9em;529text-align: center;530color: #737373;531line-height: 1.3em;532padding-bottom: 15px;533padding-top: 15px;534clear: both;535}536537/* Misc Classes */538539.clearboth {540clear: both;541margin: 0;542padding: 0;543}544545.blockhide {546display: none;547height: 0;548width: 0;549overflow: hidden;550position: absolute; /* IE5 Mac */551}552553img {554border: 0;555}556557/* Table of contents */558#toctitle {559font-weight: bold;560line-height: 1.3;561margin: 1em 0;562margin-left: 0;563color: #990000;564font-size: 115%;565}566567568