Changes

Jump to navigation Jump to search
1,541 bytes added ,  13:48, 23 July 2021
no edit summary
Line 341: Line 341:  
     margin-bottom: 1em;
 
     margin-bottom: 1em;
 
}
 
}
 +
 +
    
.wikitable {
 
.wikitable {
Line 347: Line 349:  
     color: #ffffff; !important;
 
     color: #ffffff; !important;
 
     margin: 1em 0;
 
     margin: 1em 0;
 +
    margin-right: .5em;
 +
    margin-left: .5em;
 
     border: none !important;
 
     border: none !important;
 
     border-collapse: collapse;
 
     border-collapse: collapse;
Line 359: Line 363:  
     color: #ffffff;
 
     color: #ffffff;
 
     background-color: #6E006A !important;
 
     background-color: #6E006A !important;
 +
    font-weight: 500;
 
}
 
}
   Line 552: Line 557:  
     background: none !important;
 
     background: none !important;
 
     border:none !important;
 
     border:none !important;
 +
}
 +
@media only screen and (max-width: 900px) {
 +
div.tright, div.floatright, table.floatright {
 +
    clear: right;
 +
    float: none;
 +
}}
 +
 +
div.tright, div.floatright, table.floatright {
 +
    clear: right;
 +
    float: right;
 
}
 
}
   Line 567: Line 582:     
.infobox {
 
.infobox {
     border: 1px solid #8D79BE;
+
     border: none !important;
    border-spacing: 3px;
   
     background-color: none;
 
     background-color: none;
 
     color: #FFFFFF;
 
     color: #FFFFFF;
Line 593: Line 607:  
float: none;
 
float: none;
 
background-color: transparent;
 
background-color: transparent;
 +
}
 +
 +
th.infobox-label{
 +
background-color: transparent !important;
 
}
 
}
   Line 619: Line 637:  
/* @noflip */
 
/* @noflip */
 
text-align: left;
 
text-align: left;
 +
        font-weight: 500;
 
}
 
}
   Line 847: Line 866:  
.hlist li ol > li:first-child:before {
 
.hlist li ol > li:first-child:before {
 
content: " (" counter(listitem) "\a0";
 
content: " (" counter(listitem) "\a0";
 +
}
 +
@media only screen and (max-width: 900px) {
 +
.client-js .collapsible-block.open-block {
 +
    /* display: block; */
 +
    display: inline-flex;
 +
    flex-direction: column-reverse;
 +
}}
 +
 +
.client-js .collapsible-block.open-block {
 +
display: block;
 
}
 
}
    +
@media only screen and (max-width: 900px) {
 +
section #mf-section-0
 +
{
 +
display: inline-flex;
 +
    flex-direction: column;
 +
}
 +
}
    
/* Normal font styling for wikitable row headers with scope="row" tag */
 
/* Normal font styling for wikitable row headers with scope="row" tag */
Line 1,193: Line 1,229:  
}
 
}
   −
@media screen and (max-width:1000px){
+
.mw-parser-output {
 +
display:inherit
 +
}
 +
 
 +
@media only screen and (max-width: 900px) {
 +
.mw-parser-output {
 +
display:inline-flex;
 +
flex-direction:column;
 +
        align-items: start;
 +
}
 +
}
 +
 
 +
@media only screen and (max-width: 900px) {
 
.mainpagecontent {
 
.mainpagecontent {
 
display:inline-flex;
 
display:inline-flex;
Line 1,205: Line 1,253:  
flex-direction:row;
 
flex-direction:row;
 
flex-wrap: wrap;
 
flex-wrap: wrap;
 +
        justify-content: center;
 
max-width: 100%;
 
max-width: 100%;
 
height: auto;
 
height: auto;
 
}
 
}
 +
 +
#gamecontent
 +
{
 +
  width: 60%
 +
}
 +
 +
@media only screen and (max-width: 900px) {
 +
#gamecontent
 +
{
 +
  width: 100%
 +
}
 +
}
 +
 +
tbody{
 +
    background-color: rgba(14, 6, 30, 0.75);
 +
}
 +
    
.gamepagelink img,
 
.gamepagelink img,
Line 1,217: Line 1,283:  
}
 
}
   −
@media screen and (max-width:1600px){#mainbannerleft{display:none}#mainbannermiddle{width:60%}}
+
@media only screen and (max-width: 900px) {#mainbannerleft{display:none}#mainbannermiddle{width:60%}}
 
#mainbannermiddle img {
 
#mainbannermiddle img {
 
max-width: 100%;
 
max-width: 100%;
 
height: auto;
 
height: auto;
 
}
 
}
@media screen and (max-width:1000px){
+
@media only screen and (max-width: 900px) {
 
.bannerlinkswrapper {
 
.bannerlinkswrapper {
 
flex-direction:column;  
 
flex-direction:column;  
Line 1,229: Line 1,295:  
@media screen and (max-width:1400px){#menucontent{font-size:12px}}
 
@media screen and (max-width:1400px){#menucontent{font-size:12px}}
 
@media screen and (max-width:1150px){th#sidebar,td#sidebar,td#mainbannerright{display:none}}
 
@media screen and (max-width:1150px){th#sidebar,td#sidebar,td#mainbannerright{display:none}}
 +
 +
iframe .twitter-widget-0
 +
{
 +
    position: static !important;
 +
    visibility: visible !important;
 +
    display: inline-block !important;
 +
    width: 100% !important;
 +
    padding: 0px !important;
 +
    border: none !important;
 +
    margin-top: 0px !important;
 +
    margin-bottom: 0px !important;
 +
    max-height: 600px !important;
 +
}
 +
.timeline-Widget {
 +
    max-width: 30% !important;
 +
    background-color: rgba(14,6,30,0.75) !important;
 +
}

Navigation menu