Difference between revisions of "MediaWiki:Common.css"

From GURaaS Developer Community
 
(96 intermediate revisions by the same user not shown)
Line 1: Line 1:
//* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/*GENERAL VISUAL STYLE FOR WIKI*/
/*GENERAL VISUAL STYLE FOR WIKI*/
/**Settings for full background**/
#content-wrapper{
#content-wrapper{
background-image: linear-gradient(to bottom, rgba(36, 170, 201, 0.9), rgba(59, 124, 213, 0.9)),
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);
url(/resources/assets/images_dev/Gamepad.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-attachment: fixed;
background-position: center;
background-position: center;
width: 100%;
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{
#header-wrapper{
background: rgba(36, 170, 201, 0.9);
background: rgba(35, 203, 240, 1.0);
border-bottom: rgba(36, 170, 201, 0.9);
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*/


/**MAIN PAGE MENU**/
/* 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;
}


table#mainpagenavigation {
body {
/*border: 1px solid #000000;*/
  font-family: "Roboto", normal;
box-shadow:rgba(0,0,0,0.25) 0 0 0.75em;
  color:#292929;
}
}


.page-Main_Page h1.firstHeading#firstHeading {
#content h1{
display:none;
  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 {
#mainpagenavigation {
display:block;
display:block;
border-collapse:collapse;
border-collapse:collapse;
text-align:left
}
}


/**Settings for main page menu headers**/
#mainpagenavigation th {
#mainpagenavigation th {
/*font-size:1.7692307692em;*/
color:#292929;
font-size:20px;
font-family: "Bebas Neue Bold", normal;
color:#fff;
font-size: 250%;
/*text-shadow:rgba(0,0,0,0.0) 0 0 .25em;*/
background-color: rgba(255, 255, 255);
background-color:#25a8c8;
font-weight:400;
height:48px;
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
}
}


/**Settings for main page menu content**/
#mainpagenavigation td {
#mainpagenavigation td {
background-color:#fff;
background-color: rgba(255, 255, 255,0.4);
filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffffff,EndColorStr=#ffffffff);
color: #292929;
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: #044f82;
 
}
}


.menu-container > div{
  background-color: #f1f1f1;


  margin: 15px;
  padding: 30px;
  font-size: 30px;
}


/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */


/*INFOBOX VISUAL SETTINGS*/
/*INFOBOX VISUAL SETTINGS*/
.infobox {
.infobox {
     background-image: linear-gradient(#c6c6c6, #f2f2f2);
     background-image: linear-gradient(#c6c6c6, #f2f2f2);
Line 119: 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;
}