Jump to content

User:Amia JK/monobook.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.
@media handheld, only screen and (max-device-width: 480px) {

body {
  background: none;
  font-size: 180% !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%;
}

#p-cactions li,
#p-cactions li a,
#p-personal li,
#p-personal li a,
#p-cactions li.selected,
#p-cactions li.selected a {
  color: #002BB8;
  background: transparent !important;
  border: none;
  margin: 0;
  padding: 0 !important;
  display: block;
}

#ca-edit a {
  font-weight: normal !important;
}

/* hidden */

#p-logo,
#p-navigation,
#p-search,
#p-interaction,
#p-tb,
#p-lang {
  display: none;
}


}