MediaWiki:Common.css: Difference between revisions

From titipi
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
 
/*
h1 {display:none;}
h1 {display:none;}
 
*/
.ns-3000{
.ns-3000{
  background:red;
  background:red;

Revision as of 14:14, 20 October 2021

/* CSS placed here will be applied to all skins */
/*
h1 {display:none;}
*/
.ns-3000{
 background:red;
}
.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;
}