User:Alexander E Ross/monobook.css

Source: 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.
#mw-panel {
  position: fixed;
  float: right;
  margin: 0.2cm;
  font-family: "Georgia";
  font-size: 110%
}

#content {
  margin-left:auto;
  margin-right:auto;
  width:980px;
}
#p-cactions {
  margin-left:15%;
  width:550px;
}

/*Formats the main body of text*/
#firstHeading {
  text-align:center;
}

#coordinates {
  width:550px;
  margin-left:auto;
  margin-right:auto;
}

#bodyContent {
  width:600px;
  margin-left:auto;
  margin-right:auto;
  max-width: 80%;
}

/*Makes the footer small*/
#f-list {
  font-size: 10px;
}

#copyright {
  font-size: 10px;
}

/*Sets the footer to be under the current text on the access panels*/
#footer {
  position:relative;
  margin-left:auto;
  margin-right:auto;
  width:1000pt;
  z-index:-1;
}

#f-poweredbyico {
  position:relative;
  margin-right:30%;
}

#f-copyrightico {
  position:relative;
  margin-left:30%;
}

/*Formats the utility frames*/
#p-logo {
  /* background-image: url(//upload.wikimedia.org/wikipedia/en/b/bc/Wiki.png); */
  width:150px;
  margin: 0.0cm;
  position: fixed;
}

#p-navigation {
  position: fixed;
  width:200px;
  left: 0px;
  top: 150px;
  background:#eeeeee;
}
#p-search {
  position: fixed;
  width:200px;
  top: 690px;
  left: 0px;
  background:#eeeeee;
}
#p-interaction {
  position: fixed;
  width:200px;
  top: 285px;
  left: 0px;
  background:#eeeeee;
}
#p-tb {
  position: fixed;
  width:200px;
  top: 410px;
  left: 0px;
  background:#eeeeee;
}
#p-coll-print_export {
  position: fixed;
  width:200px;
  top: 600px;
  left: 0px;
  background:#eeeeee;
}
#p-lang {
  position: absolute;
  width:120px;
  top: auto;
  right: 0px;
  background:#eeeeee;
}
 
/*Font set to Serif for all content*/
h1, h2, h3, body {
  font-family: Palatino;
}