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.
No edit summary
No edit summary
Line 22: Line 22:


h3 { text-decoration: underline; }
h3 { text-decoration: underline; }
#mw-normal-catlinks ul { margin-left: 0; }

Revision as of 15:09, December 26, 2011

/* 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; }