summaryrefslogtreecommitdiff
path: root/skins/cologneblue
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2013-12-08 09:55:49 +0100
committerPierre Schmitz <pierre@archlinux.de>2013-12-08 09:55:49 +0100
commit4ac9fa081a7c045f6a9f1cfc529d82423f485b2e (patch)
treeaf68743f2f4a47d13f2b0eb05f5c4aaf86d8ea37 /skins/cologneblue
parentaf4da56f1ad4d3ef7b06557bae365da2ea27a897 (diff)
Update to MediaWiki 1.22.0
Diffstat (limited to 'skins/cologneblue')
-rw-r--r--skins/cologneblue/print.css6
-rw-r--r--skins/cologneblue/screen.css19
2 files changed, 18 insertions, 7 deletions
diff --git a/skins/cologneblue/print.css b/skins/cologneblue/print.css
new file mode 100644
index 00000000..d4b05518
--- /dev/null
+++ b/skins/cologneblue/print.css
@@ -0,0 +1,6 @@
+#sitetitle,
+#sitesub,
+#titlelinks,
+#footer-navigation {
+ display: none;
+}
diff --git a/skins/cologneblue/screen.css b/skins/cologneblue/screen.css
index 349638aa..bc5dd316 100644
--- a/skins/cologneblue/screen.css
+++ b/skins/cologneblue/screen.css
@@ -55,6 +55,14 @@ p, pre, .mw-code, td, th, li, dd, dt {
textarea {
overflow: auto;
+ width: 100%;
+}
+
+#editform textarea {
+ display: block;
+ -moz-box-sizing: border-box;
+ -webkit-box-sizing: border-box;
+ box-sizing: border-box;
}
#footer {
@@ -135,10 +143,6 @@ h1 {
line-height: 21pt;
}
-h1 .editsection {
- font-size: 55.6%;
-}
-
h1#firstHeading {
padding-bottom: 0;
margin-bottom: 0;
@@ -197,8 +201,8 @@ input.mw-searchInput {
#sitetitle, #sitesub, #toplinks, #linkcollection {
- margin-top: 0;
- margin-bottom: 0;
+ margin-top: 0;
+ margin-bottom: 0;
}
#sitetitle, #toplinks {
@@ -216,7 +220,7 @@ input.mw-searchInput {
}
#sitetitle a, #toplinks a {
color: white;
- text-decoration: none;
+ text-decoration: none;
}
/* Bring #sitetitle to top. Otherwise #toplinks is overlaid over it, making the link unclickable. */
#sitetitle a {
@@ -263,6 +267,7 @@ input.mw-searchInput {
font-size: small;
margin-right: 8px;
text-align: right;
+ padding-left: 140px;
}
/* Override text justification (user preference), see bug 31990 */
#linkcollection * {