Jump to content

User:Simetrical/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.
sup {
  vertical-align: 53.3%;
  font-size: 75%;
  line-height: 1;
}
sub {
  vertical-align: -20%;
  font-size: 75%;
  line-height: 1;
}
td.diff-context, td.diff-deletedline, td.diff-addedline {
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  overflow: auto;
  display: block;
}
.diffchange { text-decoration: underline; font-weight: normal; }
table.persondata { display: table; }
input#wpSummary { width: 80%; }
.usermessage {
  background: lightgreen no-repeat 4px center
   url(/media/wikipedia/commons/thumb/b/b0/Smiley_head_happy.png/25px-Smiley_head_happy.png);
  border-color: green;
  padding: 0.5em 13px 0.5em 33px;
}
/* Die, cquote! Die! */
/*table.cquote {
  text-align: left !important;
  display: block;
  border-collapse: separate;
  border-spacing: 0;
  padding: 0;
  margin: 0;
}
table.cquote > tbody > tr {
  display: block;
}
table.cquote > tbody > tr > td:first-child,
table.cquote > tbody > tr > td:last-child { *//* Curly things *//* display: none; }
table.cquote > tbody > tr > td {
  display: block;
  margin: 0;
  padding: 0 !important;
}*/
/* Non-bold headers look ugly on Ubuntu Firefox */
h1, h2 { font-weight: bold; }
.editsection { font-weight: normal; }