MediaWiki:Monobook.css

From ao2Wiki
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
/* CSS placed here will affect users of the Monobook skin */
 
 
/* Style-able elements are those which have the 'syle' attribute */
 
/* Structure module */
body {
  line-height: 140%;
}
 
/* Text module */
abbr, acronym {
  cursor: help;
  text-transform: none;
  letter-spacing: 0;
}
 
abbr {
}
 
acronym {
  letter-spacing: .1em;
}
 
address {
  margin: .2em .2em .2em 1.25em;
}
 
blockquote {
  quotes: "\201C""\201E""\2018""\201A";
  color: #333;
  background: #eee;
  margin: .2em .2em .2em 1.25em;
  padding: .6em .5em .5em .5em;
  border: 1px dashed #f9d;
}
blockquote:before {
  content: open-quote;
  color: #f09;
  margin-right: .1em;
}
blockquote:after {
  content: close-quote;
  color: #f09;
  margin-left: .1em;
}
 
br {
}
 
cite {
  border-bottom: 1px dashed #f09;
}
 
code {
  font-family: monospace;
  margin: 0 .1em;
  padding: 0 .2em;
  border: 1px dashed #ccc;
  background: #eee;
  color: #333;
}
 
dfn {
  display: block;
}
 
div {
}
 
em {
  padding: 0 .05em;
}
 
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-family:"Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
 
h1 {
}
 
h2 {
}
 
h3 {
}
 
h4 {
}
 
h5 {
}
 
h6 {
}
 
kbd {
  font-family: monospace;
  margin: 0 .1em;
  padding: 0 .2em;
  border: 1px solid #ccc;
  background: #eee;
  color: #333;
}
 
p {
  margin: 1em 0;
}
 
pre {
  font-family: monospace;
  margin: .2em 0;
  padding: .2em;
  border: 1px dashed #ccc;
  background: #eee;
  color: #333;
 
  overflow: auto;
}
 
div.mw-geshi {
  border: 0 !important;
  padding: 0 !important;
  background: none !important;
}
 
q {
  quotes: "\201C""\201D""\2018""\2019";
  font-style: italic;
  color: #333;
}
q:before {
  content: open-quote;
  color: #f09;
}
q:after {
  content: close-quote;
  color: #f09;
}
 
 
samp {
  display: block;
  font-family: monospace;
  margin: 0 .1em;
  padding: 0 .2em;
  border: 1px dashed #ccc;
  background: #333;
  color: #eee;
}
 
span {
}
 
strong {
}
 
var {
  font-family: monospace;
  margin: 0 .1em;
  padding: 0 .2em;
  border: 1px dashed #ccc;
  background: #eee;
  color: #333;
}
 
 
/* Hypertext module */
a {
}
 
a:link, a:visited {
  color: #069;
  text-decoration: none;
}
 
a:focus {
  outline: 1px dotted;
}
 
a:active, li a.active {
  color: #09f;
  outline: none;
  text-decoration: none;
}
 
a:hover {
  color: #f69;
}
 
 
/* List module */
dl {
}
 
dt {
  color: #333;
  font-style: bold;
}
 
dd {
}
 
ol {
}
 
ul {
}
 
li {
}
 
 
/* Object Module */
object {
}
 
 
/* Presentation module */
b {
}
 
big {
}
 
hr {
  background: #666;
  border: none;
  height: 1px;
  margin: 0;
  padding: 0;
}
 
i {
}
 
small {
}
 
sub {
}
 
sup {
}
 
tt {
}
 
 
/* Edit module */
del {
  color: #666;
}
 
ins {
  margin: 0 .1em;
  padding: 0 .1em;
  border-bottom: 1px dashed #09f;
}
 
 
/* Bidirectional text module */
bdo {
}
 
/* Forms module */
button {
}
 
fieldset {
}
 
form {
}
 
input {
}
 
label {
}
 
legend {
}
 
select {
}
 
optgroup {
}
 
option {
}
 
textarea {
}
 
 
/* Table module */
caption {
}
 
col {
}
 
colgroup {
}
 
table {
}
 
tbody {
}
 
td {
}
 
tfoot {
}
 
th {
}
 
thead {
}
 
tr {
}
 
 
/* Image module */
img, a img {
  border: none;
  outline: none;
}
 
 
/* Client-side Image Map Module */
area {
}
 
 
/* Scripting module */
noscript {
}