No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
/*Main page*/ | /*Main page*/ | ||
/**MAIN PAGE STYLESHEET**/ | /**MAIN PAGE STYLESHEET**/ | ||
body { | |||
font-family: roboto; | |||
} | |||
a { | |||
color: #555555; | |||
} | |||
/* link color*/ | |||
a { | |||
color: #555555; | |||
} | |||
a:link { | |||
color: #555555; | |||
} | |||
/* mouse over link */ | |||
a:hover { | |||
color: #000000; | |||
} | |||
/* visited link */ | |||
a:visited { | |||
color: #555555; | |||
} | |||
/* selected link */ | |||
a:active { | |||
color: #555555; | |||
} | |||
#header-wrapper { | |||
background-color:#555555; | |||
} | |||
#header-wrapper a{ | |||
color:#e3e3e3; | |||
} | |||
#header-wrapper a:link{ | |||
color:#e3e3e3; | |||
} | |||
#header-wrapper a:hover { | |||
color: #ffffff; | |||
} | |||
#header-wrapper a:visited { | |||
color: #e3e3e3; | |||
} | |||
#header-wrapper a:active { | |||
color: #e3e3e3; | |||
} | |||
#user-menu a { | |||
background: #555555; | |||
} | |||
#user-menu a:hover{ | |||
background: #000000; | |||
} | |||
#main-menu a { | |||
background: #555555; | |||
} | |||
#main-menu a:hover { | |||
background: #000000; | |||
} | |||
#content-wrapper { | |||
background: rgba(255, 255, 255, 0.3); | |||
width: 1060px; | |||
padding: 50px; | |||
top:0; | |||
bottom: 0; | |||
left: 0; | |||
right: 0; | |||
margin: auto; | |||
color: #000000; | |||
} | |||
body { | |||
background-image: url('images/e/ea/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/5/52/Main_HEADER_002.jpg'); | |||
/* Set a specific height */ | |||
height:300px; | |||
width: 100%; | |||
/* 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; | |||
font-size: 30px; | |||
} | |||
table#mainpagenavigation { | table#mainpagenavigation { | ||
| Line 16: | Line 147: | ||
display:block; | display:block; | ||
border-collapse:collapse; | border-collapse:collapse; | ||
text-align:left | text-align:left; | ||
color:#000000; | |||
} | } | ||
| Line 24: | Line 156: | ||
color:#fff; | color:#fff; | ||
/*text-shadow:rgba(0,0,0,0.75) 0 0 .25em;*/ | /*text-shadow:rgba(0,0,0,0.75) 0 0 .25em;*/ | ||
background-color: | background-color:rgba(85, 85, 85, 1); | ||
font-weight:400; | font-weight:400; | ||
height:48px; | height:48px; | ||
| Line 48: | Line 180: | ||
#mainpagenavigation td { | #mainpagenavigation td { | ||
background-color: | background-color:transparent; | ||
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=# | filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff,EndColorStr=#ffffff); | ||
color: #ffffff; | |||
background- | background-color: rgba(85, 85, 85, 0.7); | ||
/*height:250px;*/ | /*height:250px;*/ | ||
} | } | ||
#mainpagenavigation td.content {vertical-align:top; | #mainpagenavigation a{ | ||
color:#e3e3e3; | |||
} | |||
#mainpagenavigationr a:link{ | |||
color:#e3e3e3; | |||
} | |||
#mainpagenavigation a:hover { | |||
color: #ffffff; | |||
} | |||
#mainpagenavigation a:visited { | |||
color: #e3e3e3; | |||
} | |||
#mainpagenavigation a:active { | |||
color: #e3e3e3; | |||
} | |||
#mainpagenavigation td.content {vertical-align:top; | |||
.menu-container{ | .menu-container{ | ||
display: flex; | display: flex; | ||
background-color: # | background-color: #000000; | ||
} | |||
} | |||
.menu-container > div{ | .menu-container > div{ | ||
margin: 15px; | margin: 15px; | ||
font-size: 30px; | |||
} | } | ||
Revision as of 12:40, 5 February 2020
//* CSS placed here will be applied to all skins */
/*Main page*/
/**MAIN PAGE STYLESHEET**/
body {
font-family: roboto;
}
a {
color: #555555;
}
/* link color*/
a {
color: #555555;
}
a:link {
color: #555555;
}
/* mouse over link */
a:hover {
color: #000000;
}
/* visited link */
a:visited {
color: #555555;
}
/* selected link */
a:active {
color: #555555;
}
#header-wrapper {
background-color:#555555;
}
#header-wrapper a{
color:#e3e3e3;
}
#header-wrapper a:link{
color:#e3e3e3;
}
#header-wrapper a:hover {
color: #ffffff;
}
#header-wrapper a:visited {
color: #e3e3e3;
}
#header-wrapper a:active {
color: #e3e3e3;
}
#user-menu a {
background: #555555;
}
#user-menu a:hover{
background: #000000;
}
#main-menu a {
background: #555555;
}
#main-menu a:hover {
background: #000000;
}
#content-wrapper {
background: rgba(255, 255, 255, 0.3);
width: 1060px;
padding: 50px;
top:0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
color: #000000;
}
body {
background-image: url('images/e/ea/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/5/52/Main_HEADER_002.jpg');
/* Set a specific height */
height:300px;
width: 100%;
/* 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;
font-size: 30px;
}
table#mainpagenavigation {
/*border: 1px solid #000000;*/
box-shadow:rgba(0,0,0,0.25) 0 0 0.75em;
}
.page-Main_Page h1.firstHeading#firstHeading {
display:none;
}
#mainpagenavigation {
display:block;
border-collapse:collapse;
text-align:left;
color:#000000;
}
#mainpagenavigation th {
/*font-size:1.7692307692em;*/
font-size:20px;
color:#fff;
/*text-shadow:rgba(0,0,0,0.75) 0 0 .25em;*/
background-color:rgba(85, 85, 85, 1);
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:transparent;
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff,EndColorStr=#ffffff);
color: #ffffff;
background-color: rgba(85, 85, 85, 0.7);
/*height:250px;*/
}
#mainpagenavigation a{
color:#e3e3e3;
}
#mainpagenavigationr a:link{
color:#e3e3e3;
}
#mainpagenavigation a:hover {
color: #ffffff;
}
#mainpagenavigation a:visited {
color: #e3e3e3;
}
#mainpagenavigation a:active {
color: #e3e3e3;
}
#mainpagenavigation td.content {vertical-align:top;
.menu-container{
display: flex;
background-color: #000000;
}
.menu-container > div{
margin: 15px;
font-size: 30px;
}
/* ------------------------------------------------------------------------- */
.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;
}
This page was last edited on 5 February 2020, at 12:40. Content is available under GPLv3 unless otherwise noted.
Co-funded by the European Union.