MediaWiki: Common.css: Difference between revisions

From coraldigest
Jump to: navigation, search
No edit summary
No edit summary
Line 30: Line 30:
   margin-top: 20px;
   margin-top: 20px;
}
}
#mw-body {
 
   padding-top: 20px;
.content {
   padding-top: 5px;
}
}

Revision as of 15:58, 4 March 2020

/* CSS placed here will be applied to all skins */
h1.firstHeading { display:none; }

/* for images */
span.floatright {
     float: right;
     padding: 3px;
     margin-right: 5px;
     margin-left: 15px; 
     display: block;
}

#quickbar {
     width: 160px;
}

#topbar, #footer {
    //margin-left: 170px;
}

#article, #mw-data-after-content {
    margin-left: 170px;
}

.firstHeading {
  margin-top: 40px;
}

.btn-block {
  margin-top: 20px;
}

.content {
  padding-top: 5px;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.