No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
body { | body { | ||
background-image: url(/images/Main HEADER 003.jpg); | background-image: url('../../images/Main HEADER 003.jpg'); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-attachment: fixed; | background-attachment: fixed; | ||
Line 18: | Line 18: | ||
/* The hero image */ | /* The hero image */ | ||
.hero-image { | .hero-image { | ||
background-image: url(/images/Main HEADER 002.jpg); | background-image: url('../../images/Main HEADER 002.jpg'); | ||
/* Set a specific height */ | /* Set a specific height */ | ||
Line 47: | Line 47: | ||
.page-Main_Page h1.firstHeading#firstHeading { | .page-Main_Page h1.firstHeading#firstHeading { | ||
background-image: url( | background-image: url('../../images/Main HEADER 002.jpg'); | ||
} | } | ||
Revision as of 08:53, 4 February 2020
//* CSS placed here will be applied to all skins */ /*Main page*/ /**MAIN PAGE STYLESHEET**/ body { background-image: url('../../images/Main HEADER 003.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; } body, html { height: 100%; } /* The hero image */ .hero-image { background-image: url('../../images/Main HEADER 002.jpg'); /* Set a specific height */ height: 50%; /* Position and center the image to scale nicely on all screens */ background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; } /* Place text in the middle of the image */ .hero-text { text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white; } table#mainpagenavigation { /*border: 1px solid #000000;*/ box-shadow:rgba(0,0,0,0.25) 0 0 0.75em; } .page-Main_Page h1.firstHeading#firstHeading { background-image: url('../../images/Main HEADER 002.jpg'); } #mainpagenavigation { display:block; border-collapse:collapse; text-align:left } #mainpagenavigation th { /*font-size:1.7692307692em;*/ font-size:20px; color:#fff; /*text-shadow:rgba(0,0,0,0.75) 0 0 .25em;*/ background-color:#555555; font-weight:400; height:48px; text-align:center; font-size-adjust:0.43 } #mainpagenavigation th.header_sub { height:24px; } #mainpagenavigation th h3{ font-size:25px; padding-top:0px; color:#fff; background-color:#444; font-weight:400; height:48px; text-align:center; font-size-adjust:0.43 } #mainpagenavigation td { background-color:#fff; filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fff,EndColorStr=#fff); background-image: linear-gradient(top, #bbb 0%, #fff 2%, #fff 100%); background-image: -o-linear-gradient(top, #bbb 0%, #fff 2%, #fff 100%); background-image: -moz-linear-gradient(top, #bbb 0%, #fff 2%, #fff 100%); background-image: -webkit-linear-gradient(top, #bbb 0%, #fff 2%, #fff 100%); background-image: -ms-linear-gradient(top, #bbb 0%, #fff 2%, #fff 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bbb), color-stop(.02, #fff), color-stop(1, #fff)); /*height:250px;*/ } #mainpagenavigation td.content {vertical-align:top;padding:.5em 1. .menu-container{ display: flex; background-color: #555555; } .menu-container > div{ background-color: #555555; margin: 15px; padding: 30px; font-size: 30px; } /* ------------------------------------------------------------------------- */ .infobox { background-image: linear-gradient(#555555, #555555); border: 1px solid #aaa; border-radius: 10px 10px 10px 10px; float: right; margin: 0 0 1em 1em; padding: 1em; width: 400px; } .infobox-title { font-size: 2em; text-align: center; } .infobox-image { text-align: center; } .infobox th { text-align: center; vertical-align: top; width: 120px; } .infobox td { vertical-align: top; }
This page was last edited on 4 February 2020, at 08:53. Content is available under GPLv3 unless otherwise noted.