MediaWiki:Vector.css: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
mNo edit summary
 
(7 intermediate revisions by the same user not shown)
Line 159: Line 159:
#twitterframe iframe {
#twitterframe iframe {
     max-height: 854px;
     max-height: 854px;
}
table#main_menu_links td {
    vertical-align: top;
}
/* Navbox */
#navbox {
  margin:auto;
  width:80%;
  border: 1px solid #184554;
  padding: 5px;
  border-radius:11px;
  clear: both;
  margin-top: 15px;
  font-size:88%;
}
th#navbox-header {
  font-size:115%;
}
/* Infobox */
table#infobox {
  float: right;
  min-width:300px;
  max-width: 375px;
  margin-top: 0;
  margin-left: 15px;
}
div.mw-parser-output {
  word-wrap: break-word;
}
}


Navigation menu