Difference between revisions of "MediaWiki: Monobook.css"

From PAWS Lab
Jump to: navigation, search
(New page: CSS placed here will affect users of the Monobook skin: #column-content { margin-left: -15em } #content { margin-left: 15em } #p-logo a, #p-logo a:hover { width: 15em } .portlet { wid...)
 
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
/* CSS placed here will affect users of the Monobook skin */
 
/* CSS placed here will affect users of the Monobook skin */
#column-content { margin-left: -15em }
+
 
#content { margin-left: 15em }
+
body, #globalWrapper{
#p-logo a, #p-logo a:hover { width: 15em }
+
  background-image: none !important;
.portlet { width: 14em }
+
  background: #cccc99;
#p-cactions { left: 14em }
+
}
 +
 
 +
.pBody, .toc{
 +
  background: #e0ecff;
 +
}

Latest revision as of 01:09, 14 January 2019

/* CSS placed here will affect users of the Monobook skin */

body, #globalWrapper{
  background-image: none !important;
  background: #cccc99;
}

.pBody, .toc{
  background: #e0ecff;
}