Line 29: | Line 29: | ||
/**MAIN PAGE MENU**/ | /**MAIN PAGE MENU**/ | ||
#mainpagenavigation { | |||
display:block; | |||
border-collapse:collapse; | |||
text-align:center | |||
} | |||
Revision as of 15:08, 6 April 2020
/* CSS placed here will be applied to all skins */
/*GENERAL VISUAL STYLE FOR WIKI*/
#content-wrapper{
background-image: linear-gradient(to bottom, rgba(36, 170, 201, 0.9), rgba(59, 124, 213, 0.9)),
url(/resources/assets/images_dev/Gamepad.jpg);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
#content{
background-color: rgba(255,255,255, 0.75);
}
#header-wrapper{
background: rgba(36, 170, 201, 0.9);
border-bottom: rgba(36, 170, 201, 0.9);
}
#logo{
color:rgba(255,255,255, 1);
}
/* ------------------------------------------------------------------------- */
/**MAIN PAGE MENU**/
#mainpagenavigation {
display:block;
border-collapse:collapse;
text-align:center
}
/* ------------------------------------------------------------------------- */
/*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;
}