MediaWiki:Monobook.css

From Proteopedia

(Difference between revisions)
Jump to: navigation, search
Line 16: Line 16:
background-color: #fff;
background-color: #fff;
}
}
 +
 +
/* Adjust sidebar width to 15em */
 +
#column-one { width: 15em; }
 +
/* Ensure content area respects the sidebar width */
 +
#column-content #content { margin-left: 15em; }
 +
/* Adjust portlets */
 +
.portlet { width: 14em; }

Revision as of 05:26, 3 October 2025

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

/* Don't display some stuff on the main page */ body.page-Main_Page h1.firstHeading {

   display: none !important;

}

/* Bold 'edit this page' link to encourage newcomers */

  1. ca-edit a { font-weight: bold !important; }

.editButtons { display: block;}

/* Makes the background of a framed image white instead of gray. */ /* Only visible with transparent images. */ div.thumb div a img {

   background-color: #fff;

}

/* Adjust sidebar width to 15em */

  1. column-one { width: 15em; }

/* Ensure content area respects the sidebar width */

  1. column-content #content { margin-left: 15em; }

/* Adjust portlets */ .portlet { width: 14em; }

Proteopedia Page Contributors and Editors (what is this?)

Jaime Prilusky, Eran Hodis

Personal tools