MediaWiki:Common.css: Difference between revisions

From Zelda Dungeon Wiki
Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
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 */


/* CSS for amboxes */
table.ambox-header {
table.ambox-header {
   width: 80%;
   width: 80%;
Line 23: Line 22:
td.ambox-inline { width: 50px; }
td.ambox-inline { width: 50px; }


/* Underline third order headers */
h3 { text-decoration: underline; }
h3 { text-decoration: underline; }


#mw-normal-catlinks ul { margin-left: 0; }
#mw-normal-catlinks ul { margin-left: 0; }
/* Hide the title header on the main page. */


body.page-Main_Page h1#firstHeading { display: none; }
body.page-Main_Page h1#firstHeading { display: none; }

Revision as of 21:37, January 5, 2012

/* CSS placed here will be applied to all skins */

table.ambox-header {
  width: 80%;
  height: 100px;
  margin: 1em auto 1em auto;
  vertical-align: top;
  text-align: left;
  border-style: solid;
  border-width: 2px;
}
td.ambox-header { width: 100px; text-align: center; }
table.ambox-inline {
  width: 40%;
  height: 50px;
  margin: 1em auto 1em auto;
  vertical-align: top;
  text-align: center;
  border-style: double none double none;
  border-width: 2px;
}
td.ambox-inline { width: 50px; }

h3 { text-decoration: underline; }

#mw-normal-catlinks ul { margin-left: 0; }

body.page-Main_Page h1#firstHeading { display: none; }