MediaWiki:Common.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/* toclimit */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
display: none;
}
.columns {
column-count: 3;
column-gap: 2em;
padding-top:1em;
}
.tocnumber { display: none; }
h1 {display:none;}
.ns-3000 h1{
display:block;
}
.ns-3000{
background:red;
}
.runningtitle, span.hidden-tweaks, span.bookcover, span.footnote{
display:none;
}
.iniframe {
overflow: hidden;
}
.iniframe #p-personal, .iniframe #mw-panel, .iniframe #footer, .iniframe .mw-editinginterface, .iniframe #p-search, .iniframe #ca-unwatch, .iniframe #ca-history, .iniframe #p-cactions, .iniframe #wiki-to-pdf-link, .iniframe #wpSummaryLabel, .iniframe .editCheckboxes, .iniframe #editpage-copywarn, .iniframe #wpPreviewWidget, .iniframe #wpDiffWidget, .iniframe .cancelLink, .iniframe .editHelp, .iniframe #ca-addsection, .iniframe #mw-navigation{
display:none;
}
.iniframe #content{
margin-left:1em;
}
.iniframe #mw-page-base{
height: 1em;
}
.iniframe #wpSave{
background: linear-gradient(to right,#ffc30d, #af00ff);
}
.iniframe .mw-editform #wpTextbox1 {
height: 75vh;
}
#wiki-to-pdf-button{
background: linear-gradient(to right,#ffc30d, #af00ff);
height:80%;
box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.48);
}
#wiki-to-pdf-link{
color: white;
font-size: 1rem;
font-family: monospace;
font-weight: bold;
padding: 0;
margin: 0;
line-height: 2rem;
height:unset;
}
vector-menu-portal .vector-menu-content li {
font-size: 1em;
}
/* SoLiXG STYLES HERE */
.ns-4000 #content, .ns-4000 #catlinks, .page-Category_Keyword #content, .page-Category_Keyword, .solixg { background-color: lightblue; font-family: serif}
.ns-4000 hr { margin: 2em 0; background-color: white; }
.ns-4000 pre { font-size: 0.9em; font-family: serif; background: none; border: 0;}
.ns-4000 h2, .page-Category_Keyword h2 { font-weight: bold; font-size: 2em; margin-bottom: 1em; border-bottom: none;}
.ns-4000 .nav, .ns-4000 #catlinks, .page-Category_Keyword .nav, .page-Category_Keyword .mw-category-generated ul, .page-Category_Keyword .mw-category-generated h3 { font-family: sans-serif;}
.ns-4000 .page-Category_Keyword .mw-category-generated h2 {display:none;}
.ns-4000 #catlinks {display: none}
.solixg {padding: 10px;}
.solixg h2 {color: white}
.page-SoLiXG_Key-concepts .mw-body .mw-references-wrap {margin-top: 3em;}
.page-SoLiXG_Home .mw-references-wrap {display:none;}
.page-SoLiXG_Home .toctitle {display:none;}
.page-SoLiXG_Home .toc ul li:first-child {display:none;}
/* end SoLiXG styles end HERE */
/* Frictions styles start HERE */
/*.ns-5000 #content { background-color: #f5f5f5; font-family: sans-serif; font-size: 1.0em}*/
.ns-5000 #content { background-color: #ffffff; font-family: sans-serif; font-size: 1.0em}
.ns-5000 hr { margin: 2em 0; background-color: #f5f5f5; }
.ns-5000 pre { font-size: 0.9em; font-family: serif; background: none; border: 0;}
.ns-5000 h2, .page-Category_Keyword h2 { font-weight: bold; font-size: 2em; margin-bottom: 1em; border-bottom: none;}
.ns-5000 .nav, .ns-4000 #catlinks, .page-Category_Keyword .nav, .page-Category_Keyword .mw-category-generated ul, .page-Category_Keyword .mw-category-generated h3 { font-family: sans-serif;}
.ns-5000 .page-Category_Keyword .mw-category-generated h2 {display:none;}
.ns-5000 #catlinks {display: none}
.ns-5000 .mw-wiki-logo {
background-image: url( /wiki/images/d/df/FRICX_STAPLE.JPG ) !important;
/* background-image: url( /wiki/images/c/c0/FRICX-staple.PNG ) !important; */
imagelink_wikilogo: url ( /wiki/FRICTIONS:Index) !important;
}
.ns-5000 #mw-page-base { background: #f5f5f5; }
.ns-5000 h2 { color: black; margin-bottom: 0.1em }
.ns-5000 h2, .page-Category_Keyword h2 { font-weight: bold; font-size: 2em; margin-bottom: 1em; border-bottom: none;}
.ns-5000 .FRblock { float: left; padding-right: 0 2em; background: white; }
/* end Frictions styles end HERE */
/* Infrarehearsals styles start HERE */
.ns-6000 #content { background-color: pink;}
.ns-6000 #mw-page-base { background: pink; }
@keyframes bgcolor {
0% {
background-color: Aquamarine
}
50% {
background-color: LightSkyBlue
}
100% {
background-color: LawnGreen
}
}
.InfraRehearsals a, .InfraRehearsals {
-webkit-animation: bgcolor 20s infinite;
animation: bgcolor 10s infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate;
font-style: bold;
color: white !important;
padding: 10px;
text-transform: uppercase;
}
/* end Infrarehearsals styles end HERE */