summaryrefslogtreecommitdiff
path: root/skins/common/commonElements.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/common/commonElements.css')
-rw-r--r--skins/common/commonElements.css33
1 files changed, 8 insertions, 25 deletions
diff --git a/skins/common/commonElements.css b/skins/common/commonElements.css
index 02fd29fe..76ec4af7 100644
--- a/skins/common/commonElements.css
+++ b/skins/common/commonElements.css
@@ -1,6 +1,9 @@
/**
* MediaWiki style sheet for general styles on basic content elements
- * This style sheet is used by the monobook and vector skins
+ *
+ * Styles for basic elements: links, lists, etc...
+ *
+ * This style sheet is used by the Monobook and Vector skins.
*/
/* Links */
@@ -83,15 +86,9 @@ h6 {
h1 {
font-size: 188%;
}
-h1 .editsection {
- font-size: 53%;
-}
h2 {
font-size: 150%;
}
-h2 .editsection {
- font-size: 67%;
-}
h3,
h4,
h5,
@@ -102,28 +99,14 @@ h6 {
h3 {
font-size: 132%;
}
-h3 .editsection {
- font-size: 76%;
- font-weight: normal;
-}
h4 {
font-size: 116%;
}
-h4 .editsection {
- font-size: 86%;
- font-weight: normal; }
h5 {
- font-size: 100%;
-}
-h5 .editsection {
- font-weight: normal;
+ font-size: 108%;
}
h6 {
- font-size: 80%;
-}
-h6 .editsection {
- font-size: 125%;
- font-weight: normal;
+ font-size: 100%;
}
/* Some space under the headers in the content area */
@@ -186,7 +169,7 @@ blockquote {
pre, code, tt, kbd, samp, .mw-code {
/*
* Some browsers will render the monospace text too small, namely Firefox, Chrome and Safari.
- * Specifying any valid, second value will trigger correct behaviour without forcing a different font.
+ * Specifying any valid, second value will trigger correct behavior without forcing a different font.
*/
font-family: monospace, Courier;
}
@@ -195,7 +178,7 @@ code {
}
pre, .mw-code {
padding: 1em;
- border: 1px dashed #2f6fab;
+ border: 1px solid #ddd;
color: black;
background-color: #f9f9f9;
}