Difference between revisions of "User:BeeTheFox/common.css"

From Blaseball Wiki

Tag: 2017 source edit
Tag: 2017 source edit
 
(3 intermediate revisions by the same user not shown)
Line 13: Line 13:
 
.pi-data-label, .pi-data-value{
 
.pi-data-label, .pi-data-value{
 
font-size: 1em !important;
 
font-size: 1em !important;
 +
}
 +
 +
.pi-europa.portable-infobox{
 +
width: 325px;
 
}
 
}
  
Line 29: Line 33:
 
}
 
}
  
/* remove fandom bar */
+
/* keep fandom bar at top*/
/* .wds-global-navigation-wrapper{
+
.wds-global-navigation-wrapper{
display: none;
+
position: relative;
 
}
 
}
 
.ve-ui-oasisToolbar.ve-ui-toolbar-floating > .oo-ui-toolbar-bar{
 
.ve-ui-oasisToolbar.ve-ui-toolbar-floating > .oo-ui-toolbar-bar{
Line 38: Line 42:
 
.WikiaSiteWrapper{
 
.WikiaSiteWrapper{
 
margin: 0 auto;
 
margin: 0 auto;
} */
+
}
  
 
/* Remove fandom footer */
 
/* Remove fandom footer */
Line 44: Line 48:
 
display: none;
 
display: none;
 
}
 
}
 +
 +
/* Remove random fandom junk */
 +
#mixed-content-footer {    display: none; }

Latest revision as of 03:58, 10 October 2020

/* Historians 🤫*/
.secrets-for-historians { display: inline !important; }

/* Accessability */
.WikiaPage{
	font-size: 1.2em !important;
}

.portable-infobox .pi-secondary-font{
	font-size: 1em !important;
}

.pi-data-label, .pi-data-value{
	font-size: 1em !important;
}

.pi-europa.portable-infobox{
	width: 325px;
}

/* Remove Sidebar */
.WikiaRail .wikia-rail-inner, .article-with-rail .WikiaRail{
	display: none;
}

/* Better Editor */
.ve-ui-summaryPanel{
	position: relative;
}
.ve-ui-oasisToolbar.ve-ui-toolbar-floating > .oo-ui-toolbar-bar{
	top: 47px;
    transform: scale(0.95);
}

/* keep fandom bar at top*/
.wds-global-navigation-wrapper{
	position: relative;
}
.ve-ui-oasisToolbar.ve-ui-toolbar-floating > .oo-ui-toolbar-bar{
    top: -2px;
}
.WikiaSiteWrapper{
	margin: 0 auto;
}

/* Remove fandom footer */
footer{
	display: none;
}

/* Remove random fandom junk */
#mixed-content-footer {    display: none; }