User:Dappawit/vector.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
body {
  left: 0; right: 0; top: 0; bottom: 0; 
  width: auto !important;
  height: auto !important;
}
 
/* The main content area--it contains all article content (text, pictures, references, etc) */
#content {
  /*width: 60em;
  border-right-width: 1px !important;
  border-right-style: solid !important;
  border-right-color: rgb(170,170,170) !important;*/
}

#bodyContent {
  max-width: 60em;
}
 
#toc {
  min-width: 40em;
}
 
/* Some content that should be narrower than the main text. */
div.mw-content-ltr > blockquote,
div.mw-content-ltr > dl,
div.mw-content-ltr > ol,
div.mw-content-ltr > ul {
  width: 48.5em;
  margin-left: 3.5em;
}
 
/* Main text block, and any other content that should be the same width. */
/* ...note: not every "div" because code examples (which are plain divs) should be wider */
div.mw-content-ltr > .references-small,
div.mw-content-ltr > table.cquote,
div.mw-content-ltr > p {
  width: 50em;
  margin-left: 2em;
}
div.mw-content-ltr > table.cquote > tbody {
  left: 0 !important;
}
 
div.mw-content-ltr .infobox tbody {
  min-width: 18em;
}
/*
div#globalWrapper {
  height: 100%;
  width: 100%;
}
 
div#column-content {
  margin: 0;
  position: fixed;
  width: auto;
  height: auto;
  left: 12.2em;
  right: 0;
  top: 2.8em;
  bottom: 74px;
  clip: rect(auto,auto,auto,auto);
}
div#column-one {
  margin: 0;
  position: fixed;
  width: 12.2em;
  height: 100%;
  left: 0;
  right: 12.2em;
  top: 0;
  bottom: 0;
}
div#footer {
  margin: 0;
  position: fixed;
  width: 100%;
  height: 55px;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  padding-top: 6px;
  padding-bottom: 10px;
}
div#content {
  margin-left: 0;
  margin-bottom: 0em;
  margin-top: 0;
  padding-bottom: 0em;
}
div#bodyContent {
  width: 100%;
  overflow: auto;
}*/
 
 
/*#p-lang {
  display: none;
}
#p-navigation, #p-interaction, #p-search, #p-tb {
  position: fixed !important;
}
#p-navigation {
  top: 155px;
}
#p-interaction {
  top: 266px; *//* +111 *//*
}
#p-search {
  top: 395px; *//* +129 *//*
}
#p-tb {
  top: 461px; *//* +66 *//*
}*/
 
 
/* links in main text ... */
 
div.mw-content-ltr > p a:link,
div.mw-content-ltr > p a:visited {
  color: rgb(0,24,103);
  /*border-bottom: 1px dotted rgb(230,230,230);*/
}
div.mw-content-ltr > p a:hover {
  color: black;
  /*text-decoration: none;
  border-bottom: 1px dotted rgb(0,0,102);*/
}
 
/*div#bodyContent > p sup.reference a:link,
div#bodyContent > p sup.reference a:visited,
div#bodyContent > p sup.reference a:hover {
  color: black;
  border-bottom: none;
}*/
 
tr.IPA, span.IPA {
  font-family: "Charis SIL";
  font-size: 1.1em;
}