User:Jchae88/monobook2.css

(Redirected from User:Jchae88/monobook.css)
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 {
  background: none;
  font-size: 100% !important;
}
 
body.landscape {
  background-color: red;
  font-size: 100% !important;
}
 
/* content */
 
#column-content {
  float: none;
  margin: auto;
  padding: 0;
}
 
#content {
  background: none;
  border: none;
  margin: 0;
  overflow: hidden;
}
 
#column-one {
  padding: 0;
}
 
/* actions and personal */
 
#p-cactions,
#p-personal {
  left: auto;
  position: static;
  padding: 0;
}
 
#p-cactions ul,
#p-personal ul {
  padding: 0;
  margin: 0 0 200px;
  background: none !important;
  text-align: left;
  font-size: 300%;
}
 
#ca-edit a {
  font-weight: normal !important;
}