(2 intermediate revisions by the same user not shown) | |||
Line 125: | Line 125: | ||
display:block; | display:block; | ||
border-collapse:collapse; | border-collapse:collapse; | ||
} | } | ||
Line 135: | Line 134: | ||
background-color: rgba(255, 255, 255); | background-color: rgba(255, 255, 255); | ||
height:48px; | height:48px; | ||
} | } | ||
Line 172: | Line 170: | ||
.infobox td { | .infobox td { | ||
vertical-align: top; | vertical-align: top; | ||
} | |||
/* | |||
* custom styles applied by hekman.m@buas.nl below | |||
*/ | |||
#poncho-content-wrapper { | |||
} | |||
body { | |||
background-image: linear-gradient(rgba(35,203,240,1) 0%,rgba(35,203,240,1) 5%,rgba(35,203,240,0.8) 10%,rgba(64,146,255,0.8) 90%,rgba(114,103,198,1) 100%),url(/resources/assets/images_dev/Site_Background_Clear.jpg); | |||
background-attachment: fixed; | |||
background-position: center; | |||
background-repeat: no-repeat; | |||
background-size: cover; | |||
font-family: Arial; | |||
font-size: 14px; | |||
height: 100%; | |||
margin: 0; | |||
padding: 0; | |||
font-family: "Roboto",normal; | |||
} | |||
#content { | |||
line-height: 1.5; | |||
margin: 0 auto; | |||
max-width: 1000px; | |||
overflow: hidden; | |||
padding: 1em; | |||
padding-bottom: 5em; | |||
} | |||
#poncho-logo { | |||
color: rgba(255,255,255,1); | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
display: inline-block; | |||
font-size: 1.5em; | |||
height: 1.4em; | |||
line-height: 1.5; | |||
padding: .33em .33em .33em 2.5em; | |||
text-decoration: none; | |||
} | |||
#poncho-header-wrapper { | |||
background: rgba(35,203,240,1.0); | |||
border-bottom: rgba(35,203,240,1.0); | |||
padding: .5em 0; | |||
} | |||
.firstHeading { | |||
font-family: "Bebas Neue Bold",normal; | |||
font-size: 350%; | |||
padding: 0 0 0 14px; | |||
margin: 0; | |||
} | |||
#content h1{ | |||
line-height: unset; | |||
} | |||
#content h2 { | |||
line-height: unset; | |||
} | |||
#content h3 { | |||
line-height: unset; | |||
} | |||
#content h4 { | |||
line-height: unset; | |||
} | |||
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td { | |||
border: 1px solid #a2a9b1; | |||
padding: 0.2em 0.4em; | |||
} | |||
.wikitable > tr > th, .wikitable > * > tr > th { | |||
background-color: #eaecf0; | |||
text-align: center; | |||
} | } |
Latest revision as of 12:58, 26 October 2021
/* CSS placed here will be applied to all skins */
/*GENERAL VISUAL STYLE FOR WIKI*/
/**Settings for full background**/
#content-wrapper{
background-image: linear-gradient(rgba(35,203,240,1) 0%, rgba(35,203,240,1) 5%, rgba(35,203,240,0.8) 10%, rgba(64,146,255,0.8) 90%, rgba(114,103,198,1) 100%), url(/resources/assets/images_dev/Site_Background_Clear.jpg);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
/**Settings for full background of actual content**/
#content{
background-color: rgba(255,255,255, 0.75);
}
/**Settings for header**/
#header-wrapper{
background: rgba(35, 203, 240, 1.0);
border-bottom: rgba(35, 203, 240, 1.0);
background
}
/**.search {
background-color: #ffffff00;
borgder: 1px solid #ffffff;
}**/
/**Settings for logo**/
#logo{
color:rgba(255,255,255, 1);
}
/* ------------------------------------------------------------------------- */
/*GENERAL VISUAL STYLE FOR TEXT*/
/* Adding varying font faces*/
@font-face {
font-family: 'Bebas Neue';
src: url('/resources/assets/fonts/BebasNeue-Book.woff') format('woff');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Bebas Neue Bold';
src: url('/resources/assets/fonts/BebasNeue-Bold.woff') format('woff');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Muli';
src: url('/resources/assets/fonts/Muli-Regular.woff') format('woff');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Muli Bold';
src: url('/resources/assets/fonts/Muli-Black.woff') format('woff');
font-weight: 900;
font-style: bold;
}
@font-face {
font-family: 'Muli Italic';
src: url('/resources/assets/fonts/Muli-Italic.woff') format('woff');
font-weight: normal;
font-style: italic;
}
@font-face {
font-family: 'Muli Light';
src: url('/resources/assets/fonts/Muli-Light.woff') format('woff');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Muli Light';
src: url('/resources/assets/fonts/Muli-Light.woff') format('woff');
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: 'Roboto';
src: url('/resources/assets/fonts/Roboto-Regular-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
body {
font-family: "Roboto", normal;
color:#292929;
}
#content h1{
color: #292929;
font-family: "Bebas Neue Bold", normal;
font-size: 350%;
line-height: 0%;
}
#content h2 {
color:#292929;
font-family: "Bebas Neue Bold", normal;
font-size: 250%;
line-height: 0%;
}
#content h3 {
color:#292929;
font-family: "Bebas Neue", normal;
font-size: 200%;
line-height: 0%;
}
#content h4 {
color:#292929;
font-family: "Bebas Neue", normal;
font-size: 150%;
line-height: 0%;
}
/* ------------------------------------------------------------------------- */
/**MAIN PAGE MENU**/
/**Settings for main page menu general**/
#mainpagenavigation {
display:block;
border-collapse:collapse;
}
/**Settings for main page menu headers**/
#mainpagenavigation th {
color:#292929;
font-family: "Bebas Neue Bold", normal;
font-size: 250%;
background-color: rgba(255, 255, 255);
height:48px;
}
/**Settings for main page menu content**/
#mainpagenavigation td {
background-color: rgba(255, 255, 255,0.4);
color: #292929;
}
/* ------------------------------------------------------------------------- */
/*INFOBOX VISUAL SETTINGS*/
.infobox {
background-image: linear-gradient(#c6c6c6, #f2f2f2);
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;
}
/*
* custom styles applied by hekman.m@buas.nl below
*/
#poncho-content-wrapper {
}
body {
background-image: linear-gradient(rgba(35,203,240,1) 0%,rgba(35,203,240,1) 5%,rgba(35,203,240,0.8) 10%,rgba(64,146,255,0.8) 90%,rgba(114,103,198,1) 100%),url(/resources/assets/images_dev/Site_Background_Clear.jpg);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
font-family: Arial;
font-size: 14px;
height: 100%;
margin: 0;
padding: 0;
font-family: "Roboto",normal;
}
#content {
line-height: 1.5;
margin: 0 auto;
max-width: 1000px;
overflow: hidden;
padding: 1em;
padding-bottom: 5em;
}
#poncho-logo {
color: rgba(255,255,255,1);
background-size: contain;
background-repeat: no-repeat;
display: inline-block;
font-size: 1.5em;
height: 1.4em;
line-height: 1.5;
padding: .33em .33em .33em 2.5em;
text-decoration: none;
}
#poncho-header-wrapper {
background: rgba(35,203,240,1.0);
border-bottom: rgba(35,203,240,1.0);
padding: .5em 0;
}
.firstHeading {
font-family: "Bebas Neue Bold",normal;
font-size: 350%;
padding: 0 0 0 14px;
margin: 0;
}
#content h1{
line-height: unset;
}
#content h2 {
line-height: unset;
}
#content h3 {
line-height: unset;
}
#content h4 {
line-height: unset;
}
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td {
border: 1px solid #a2a9b1;
padding: 0.2em 0.4em;
}
.wikitable > tr > th, .wikitable > * > tr > th {
background-color: #eaecf0;
text-align: center;
}