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

From Blaseball Wiki

(Created page with ".WikiaPage{ font-size: 1.4em !important; } .secrets-for-historians { display: inline !important; }")
Tag: 2017 source edit
 
Tag: 2017 source edit
 
(13 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
/* Historians 🤫*/
 +
.secrets-for-historians { display: inline !important; }
 +
 +
/* Accessability */
 
.WikiaPage{
 
.WikiaPage{
−
font-size: 1.4em !important;
+
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;
 
}
 
}
−
.secrets-for-historians { display: inline !important; }
+
 
 +
/* Remove fandom footer */
 +
footer{
 +
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; }