MediaWiki:Vector.css: Difference between revisions

Jump to navigation Jump to search
m
no edit summary
mNo edit summary
Tag: Reverted
mNo edit summary
 
(5 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 */
/* Infobox */
div#infobox {
table#infobox {
   float: right;  
   float: right;  
   min-width:300px;  
   min-width:300px;  
   max-width: 350px;
   max-width: 375px;
   padding-left:100px;
   margin-top: 0;
  margin-left: 15px;
}
 
div.mw-parser-output {
  word-wrap: break-word;
}
}


Line 215: Line 240:
.skin-vector-legacy a.new:visited, .skin-vector-legacy .vector-menu-tabs .new a, .skin-vector-legacy .vector-menu-tabs .new a:visited {
.skin-vector-legacy a.new:visited, .skin-vector-legacy .vector-menu-tabs .new a, .skin-vector-legacy .vector-menu-tabs .new a:visited {
     color: #0645ad;
     color: #0645ad;
}
@media screen and (max-width: 550px) {
    div#infobox {
        max-width: initial;
        padding-left: 0;
        width: 100% !important;
        display: inline-table;
    }
}
}

Navigation menu