MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* SoLiXG STYLES HERE */ | |||
.ns-4000 #content, .ns-4000 #catlinks, .page-Category_Keyword #content, .page-Category_Keyword .catlinks { background-color: lightblue; font-family: serif} | .ns-4000 #content, .ns-4000 #catlinks, .page-Category_Keyword #content, .page-Category_Keyword .catlinks { background-color: lightblue; font-family: serif} | ||
| Line 7: | Line 8: | ||
.ns-4000 h2, .page-Category_Keyword h2 { font-weight: bold; font-size: 2em; margin-bottom: 1em; border-bottom: none;} | .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 .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;} | ||
.page-Category_Keyword .mw-category-generated h2 {display:none;} | |||
/* end SoLiXG STYLES HERE */ | |||
.tocnumber { display: none; } | .tocnumber { display: none; } | ||
Revision as of 09:09, 12 March 2023
/* CSS placed here will be applied to all skins */
/* SoLiXG STYLES HERE */
.ns-4000 #content, .ns-4000 #catlinks, .page-Category_Keyword #content, .page-Category_Keyword .catlinks { background-color: lightblue; font-family: serif}
.ns-4000 hr { margin: 1em 0 2.5em 0; background-color: black; }
.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;}
.page-Category_Keyword .mw-category-generated h2 {display:none;}
/* end SoLiXG STYLES HERE */
.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;
}