summaryrefslogtreecommitdiff
path: root/skins/chick
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2007-01-11 19:06:07 +0000
committerPierre Schmitz <pierre@archlinux.de>2007-01-11 19:06:07 +0000
commita58285fd06c8113c45377c655dd43cef6337e815 (patch)
treedfe31d3d12652352fe44890b4811eda0728faefb /skins/chick
parent20194986f6638233732ba1fc3e838f117d3cc9ea (diff)
Aktualisierung auf MediaWiki 1.9.0
Diffstat (limited to 'skins/chick')
-rw-r--r--skins/chick/main.css20
1 files changed, 19 insertions, 1 deletions
diff --git a/skins/chick/main.css b/skins/chick/main.css
index 5d3d15bd..b84b291e 100644
--- a/skins/chick/main.css
+++ b/skins/chick/main.css
@@ -50,16 +50,26 @@ h1, h2, h3, h4, h5, h6 {
padding-bottom: 0.17em;
border-bottom: 1px solid #aaaaaa;
}
+.editsection {
+ font-weight: normal;
+ float: right;
+ margin-left: 5px;
+}
h1 { font-size: 188%; }
+h1 .editsection { font-size: 53.2%; }
h2 { font-size: 150%; }
+h2 .editsection { font-size: 66.7%; }
h3, h4, h5, h6 {
border-bottom: none;
font-weight: bold;
}
h3 { font-size: 132%; }
+h3 .editsection { font-size: 75.8%; }
h4 { font-size: 116%; }
+h4 .editsection { font-size: 86.2%; }
h5 { font-size: 100%; }
h6 { font-size: 80%; }
+h6 .editsection { font-size: 125%; }
ul {
line-height: 1.5em;
@@ -260,6 +270,7 @@ div.floatright, table.floatright {
div.floatright p { font-style: italic; }
div.floatleft, table.floatleft {
float: left;
+ clear: left;
margin: 0.3em 0.5em 0.5em 0;
position: relative;
border: 0.5em solid White;
@@ -306,6 +317,7 @@ div.tright {
}
div.tleft {
float: left;
+ clear: left;
margin-right:0.5em;
border-width: 0.5em 1.4em 0.8em 0;
}
@@ -478,4 +490,10 @@ div.gallerytext {
#jump-to-nav {
display: none;
-} \ No newline at end of file
+}
+
+.templatesUsed { margin-top: 1.5em; }
+
+#toolbar { clear: both; }
+
+.mw-plusminus-null { color: #aaa; } \ No newline at end of file