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 21: Line 21:
td.ambox-inline { width: 50px; }
td.ambox-inline { width: 50px; }


h2 { font-weight: bold; }
h3 { text-decoration: underline; }
h3 { border-bottom: 1px solid #aaa; }

Revision as of 20:58, December 13, 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; }