Wilcoboode (talk | contribs) No edit summary |
Marinhekman (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
@font-face { | |||
font-family: 'robotoregular'; | |||
src: url('/skins/Poncho/fonts/Roboto-Regular-webfont.eot'); | |||
src: url('/skins/Poncho/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), | |||
url('/skins/Poncho/fonts/Roboto-Regular-webfont.woff') format('woff'), | |||
url('/skins/Poncho/fonts/Roboto-Regular-webfont.ttf') format('truetype'), | |||
url('/skins/Poncho/fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg'); | |||
font-weight: normal; | |||
font-style: normal; | |||
} | |||
body { | |||
font-family: 'robotoregular'; | |||
} | |||
#poncho-namespaces { | |||
display: block; | |||
float: right; | |||
margin: 15px 0px 0px 0px; | |||
padding: 0; | |||
font-size: small; | |||
} | |||
#firstHeading { | |||
margin: 2px 0 .5em 0; | |||
padding-top: 10px; | |||
line-height: 3; | |||
font-size: 1.6em; | |||
border-bottom: 0; | |||
} | |||
#poncho-content-wrapper { | |||
margin: auto; | |||
background: rgba(255,255,255,0.7); | |||
padding: 0px 30px 30px 30px; | |||
} | |||
#poncho-header-wrapper { | |||
background-color: #555555 !important; | |||
padding: 0; | |||
border: none; | |||
} | |||
#content { | |||
background: none !important; | |||
width: 100% !important; | |||
padding: 0 !important; | |||
} | |||
.poncho-menu-icon { | |||
opacity: 1 !important; | |||
} | |||
#poncho-menu-icon { | |||
background: url('/skins/Poncho/images/menu_light.png') no-repeat center; | |||
} | |||
#poncho-user-icon { | |||
background: url('/skins/Poncho/images/user_light.png') no-repeat center; | |||
} | |||
#poncho-tool-icon { | |||
background: url('/skins/Poncho/images/tool_light.png') no-repeat center; | |||
} | |||
#poncho-edit-icon { | |||
background: url('/skins/Poncho/images/edit_light.png') no-repeat center; | |||
} | |||
//* CSS placed here will be applied to all skins */ | //* CSS placed here will be applied to all skins */ | ||
| Line 84: | Line 153: | ||
position: relative; | position: relative; | ||
left: -1000px; | left: -1000px; | ||
} | |||
/********************* manual edits below *********************/ | |||
.hero-image { | |||
background-image: url(/skins/Poncho/images/Main_HEADER_002.jpg); | |||
background-position: center; | |||
background-repeat: no-repeat; | |||
background-size: cover; | |||
} | |||
.hero-text { | |||
text-align: center; | |||
color: white; | |||
font-size: 24px; | |||
padding: 50px 0px 50px 0px; | |||
} | |||
body { | |||
background-image: url(/skins/Poncho/images/Main_HEADER_003.jpg); | |||
background-repeat: no-repeat; | |||
background-attachment: fixed; | |||
background-size: cover; | |||
height: 100%; | |||
margin: 0; | |||
padding: 0; | |||
} | |||
#content { | |||
overflow: auto; | |||
line-height: 1.5; | |||
margin: 0 auto; | |||
max-width: 1000px; | |||
background: rgba(255,255,255,0.7); | |||
padding: 0px 30px 30px 30px; | |||
width: 90% | |||
} | |||
.hero-text p { | |||
padding: 50px 0px 0px 0px; | |||
margin: 0; | |||
letter-spacing: 2px; | |||
} | |||
#mainpagenavigation th { | |||
color: #fff; | |||
background-color: rgba(85,85,85,1); | |||
font-weight: 400; | |||
height: 48px; | |||
text-align: center; | |||
} | |||
.wikitable > tr > th, .wikitable > * > tr > th { | |||
background-color: #eaecf0; | |||
text-align: center; | |||
} | |||
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td { | |||
border: 1px solid #a2a9b1; | |||
padding: 0.2em 0.4em; | |||
} | |||
th { | |||
display: table-cell; | |||
vertical-align: inherit; | |||
font-weight: bold; | |||
text-align: -internal-center; | |||
} | |||
#mainpagenavigation { | |||
border-collapse: collapse; | |||
text-align: left; | |||
box-shadow: rgb(0 0 0 / 25%) 0 0 0.75em; | |||
} | |||
.wikitable { | |||
background-color: #f8f9fa; | |||
color: #222; | |||
margin: 1em 0; | |||
border: 1px solid #a2a9b1; | |||
border-collapse: collapse; | |||
} | |||
#mainpagenavigation td.content { | |||
vertical-align: top; | |||
} | |||
#mainpagenavigation td { | |||
background-color: transparent; | |||
color: #ffffff; | |||
background-color: rgba(85,85,85,0.7); | |||
min-width: 200px; | |||
} | |||
.wikitable td { | |||
background-color: #f8f9fa; | |||
} | |||
td { | |||
display: table-cell; | |||
vertical-align: inherit; | |||
} | |||
#mainpagenavigation a { | |||
color: #e3e3e3; | |||
} | |||
#poncho-header-wrapper { | |||
background-color: #777777; | |||
} | |||
#poncho-logo { | |||
background-size: 28px 28px; | |||
background-repeat: no-repeat; | |||
background-position: left; | |||
display: inline-block; | |||
padding-left: 40px; | |||
text-decoration: none; | |||
vertical-align: middle; | |||
text-transform: uppercase; | |||
letter-spacing: 1px; | |||
word-spacing: 2px; | |||
height: 100%; | |||
color: #e3e3e3; | |||
font-size: 12px; | |||
} | |||
@media screen and (min-width: 601px) { | |||
#poncho-logo { | |||
font-size: 22px; | |||
} | |||
} | |||
h4 { | |||
font-size: 1.2em; | |||
} | |||
#poncho-header-wrapper a { | |||
color: #e3e3e3; | |||
} | } | ||
Revision as of 08:18, 15 October 2021
@font-face {
font-family: 'robotoregular';
src: url('/skins/Poncho/fonts/Roboto-Regular-webfont.eot');
src: url('/skins/Poncho/fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('/skins/Poncho/fonts/Roboto-Regular-webfont.woff') format('woff'),
url('/skins/Poncho/fonts/Roboto-Regular-webfont.ttf') format('truetype'),
url('/skins/Poncho/fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
font-weight: normal;
font-style: normal;
}
body {
font-family: 'robotoregular';
}
#poncho-namespaces {
display: block;
float: right;
margin: 15px 0px 0px 0px;
padding: 0;
font-size: small;
}
#firstHeading {
margin: 2px 0 .5em 0;
padding-top: 10px;
line-height: 3;
font-size: 1.6em;
border-bottom: 0;
}
#poncho-content-wrapper {
margin: auto;
background: rgba(255,255,255,0.7);
padding: 0px 30px 30px 30px;
}
#poncho-header-wrapper {
background-color: #555555 !important;
padding: 0;
border: none;
}
#content {
background: none !important;
width: 100% !important;
padding: 0 !important;
}
.poncho-menu-icon {
opacity: 1 !important;
}
#poncho-menu-icon {
background: url('/skins/Poncho/images/menu_light.png') no-repeat center;
}
#poncho-user-icon {
background: url('/skins/Poncho/images/user_light.png') no-repeat center;
}
#poncho-tool-icon {
background: url('/skins/Poncho/images/tool_light.png') no-repeat center;
}
#poncho-edit-icon {
background: url('/skins/Poncho/images/edit_light.png') no-repeat center;
}
//* CSS placed here will be applied to all skins */
/*Main page*/
/**MAIN PAGE STYLESHEET**/
html {
overflow-x: hidden;
}
/* link color*/
a, a:visited, a:active {
color: #006fd0;
text-decoration: none;
}
/* mouse over link */
a:hover {
color: #000000;
text-decoration: underline;
}
.menu-container{
display: flex;
background-color: #000000;
}
.menu-container > div{
margin: 15px;
font-size: 30px;
}
#footer a, #toc a {
color: #555555;
}
#toc {
margin-left: 1em;
}
/* ------------------------------------------------------------------------- */
.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;
}
.wikitable {
overflow-x: auto;
display: block;
background-color: inherit !important;
border: none !important;
}
.wikitable td {
background-color: #f8f9fa;
}
.infobox2 {
padding: 0.0em;
float: right;
clear: both;
margin: 0em 1em 0em 0em;
position: relative;
left: -1000px;
}
/********************* manual edits below *********************/
.hero-image {
background-image: url(/skins/Poncho/images/Main_HEADER_002.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.hero-text {
text-align: center;
color: white;
font-size: 24px;
padding: 50px 0px 50px 0px;
}
body {
background-image: url(/skins/Poncho/images/Main_HEADER_003.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
height: 100%;
margin: 0;
padding: 0;
}
#content {
overflow: auto;
line-height: 1.5;
margin: 0 auto;
max-width: 1000px;
background: rgba(255,255,255,0.7);
padding: 0px 30px 30px 30px;
width: 90%
}
.hero-text p {
padding: 50px 0px 0px 0px;
margin: 0;
letter-spacing: 2px;
}
#mainpagenavigation th {
color: #fff;
background-color: rgba(85,85,85,1);
font-weight: 400;
height: 48px;
text-align: center;
}
.wikitable > tr > th, .wikitable > * > tr > th {
background-color: #eaecf0;
text-align: center;
}
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td {
border: 1px solid #a2a9b1;
padding: 0.2em 0.4em;
}
th {
display: table-cell;
vertical-align: inherit;
font-weight: bold;
text-align: -internal-center;
}
#mainpagenavigation {
border-collapse: collapse;
text-align: left;
box-shadow: rgb(0 0 0 / 25%) 0 0 0.75em;
}
.wikitable {
background-color: #f8f9fa;
color: #222;
margin: 1em 0;
border: 1px solid #a2a9b1;
border-collapse: collapse;
}
#mainpagenavigation td.content {
vertical-align: top;
}
#mainpagenavigation td {
background-color: transparent;
color: #ffffff;
background-color: rgba(85,85,85,0.7);
min-width: 200px;
}
.wikitable td {
background-color: #f8f9fa;
}
td {
display: table-cell;
vertical-align: inherit;
}
#mainpagenavigation a {
color: #e3e3e3;
}
#poncho-header-wrapper {
background-color: #777777;
}
#poncho-logo {
background-size: 28px 28px;
background-repeat: no-repeat;
background-position: left;
display: inline-block;
padding-left: 40px;
text-decoration: none;
vertical-align: middle;
text-transform: uppercase;
letter-spacing: 1px;
word-spacing: 2px;
height: 100%;
color: #e3e3e3;
font-size: 12px;
}
@media screen and (min-width: 601px) {
#poncho-logo {
font-size: 22px;
}
}
h4 {
font-size: 1.2em;
}
#poncho-header-wrapper a {
color: #e3e3e3;
}
This page was last edited on 15 October 2021, at 08:18. Content is available under GPLv3 unless otherwise noted.
Co-funded by the European Union.