summaryrefslogtreecommitdiff
path: root/skins/cologneblue
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2011-12-03 13:29:22 +0100
committerPierre Schmitz <pierre@archlinux.de>2011-12-03 13:29:22 +0100
commitca32f08966f1b51fcb19460f0996bb0c4048e6fe (patch)
treeec04cc15b867bc21eedca904cea9af0254531a11 /skins/cologneblue
parenta22fbfc60f36f5f7ee10d5ae6fe347340c2ee67c (diff)
Update to MediaWiki 1.18.0
* also update ArchLinux skin to chagnes in MonoBook * Use only css to hide our menu bar when printing
Diffstat (limited to 'skins/cologneblue')
-rw-r--r--skins/cologneblue/screen.css230
1 files changed, 230 insertions, 0 deletions
diff --git a/skins/cologneblue/screen.css b/skins/cologneblue/screen.css
new file mode 100644
index 00000000..03504b99
--- /dev/null
+++ b/skins/cologneblue/screen.css
@@ -0,0 +1,230 @@
+body {
+ margin: 0px;
+ padding: 0px;
+ color: black;
+}
+
+#specialform {
+ display: inline;
+}
+
+#content {
+ top: 0;
+ margin: 0;
+ padding: 0;
+}
+
+#mw-data-after-content {
+ font-family: Verdana, Arial, sans-serif;
+ color: black;
+ font-size: 8pt;
+}
+
+#topbar {
+ padding: 0px;
+}
+
+#powersearch {
+ background: #DDEEFF;
+ border-style: solid;
+ border-width: 1px;
+ padding: 2px;
+}
+
+#quickbar {
+ width: 140px;
+ top: 18ex;
+ padding: 2px;
+ visibility: visible;
+ z-index: 99;
+}
+
+#article, #article td, #article th, #article p {
+ font-family: Verdana, Arial, sans-serif;
+ font-size: 10pt;
+ color: black;
+}
+
+#article p {
+ padding-top: 0;
+ padding-bottom: 0;
+ margin-top: 1ex;
+ margin-bottom: 0;
+}
+
+p, pre, td, th, li, dd, dt {
+ line-height: 12pt;
+}
+
+textarea {
+ overflow: auto;
+}
+
+#footer {
+ padding: 4px;
+}
+
+#footer form {
+ display: inline;
+}
+
+#sitetitle {
+ font-family: Times, serif;
+ color: white;
+ font-weight: normal;
+ font-size: 32pt;
+ line-height: 32pt;
+}
+
+td.top {
+ background-color: #6688AA;
+ color: white;
+ margin-top: 4px;
+ margin-bottom: 4px;
+ padding-top: 0;
+ padding-bottom: 0;
+ text-transform: uppercase;
+ font-family: Verdana, Arial, sans-serif;
+ font-size: 8pt;
+}
+
+td.top a {
+ font-family: Verdana, Arial, sans-serif;
+ background-color: #6688AA;
+ color: white;
+ text-decoration: none;
+ font-size: 10pt;
+}
+
+td#top-syslinks {
+ text-align: right;
+ vertical-align: bottom;
+}
+td.top-linkcollection {
+ text-align: right;
+}
+td.top-subheader {
+ vertical-align: top;
+}
+
+/**
+ * Overrides text justification (user preference)
+ * See bug 31990
+ */
+td.top-linkcollection #catlinks {
+ text-align: right;
+}
+td.bottom {
+ font-family: Verdana, Arial, sans-serif;
+ font-size: 10pt;
+ padding: 0;
+ text-align: center;
+ vertical-align: bottom;
+}
+
+#pagestats {
+ font-family: Verdana, Arial, sans-serif;
+ color: black;
+ font-size: 9pt;
+}
+
+#sitesub {
+ font-family: Verdana, Arial, sans-serif;
+ font-size: 9pt; font-weight: bold;
+ color: black;
+ padding-top: 0;
+}
+
+#quickbar {
+ font-family: Verdana, Arial, sans-serif;
+ font-size: 8pt;
+ font-weight: bold;
+ line-height: 9.5pt;
+ text-decoration: none;
+ color: black;
+ padding: 0;
+ margin-top: 0;
+}
+
+#quickbar a {
+ color: #446688;
+}
+
+#quickbar h6 {
+ font-family: Verdana, Arial, sans-serif;
+ font-size: 10pt;
+ font-weight: bold;
+ line-height: 12pt;
+ text-decoration: none;
+ color: #666666;
+ padding: 0;
+ margin-bottom: 2px;
+ margin-top: 6px;
+}
+
+#quickbar form {
+ padding: 0;
+ margin-top: 0;
+}
+
+h1 {
+ color: #666666;
+ font-family: Verdana, Arial, sans-serif;
+ font-size: 180%;
+ line-height: 21pt;
+}
+
+h1 .editsection {
+ font-size: 55.6%;
+}
+
+h1.pagetitle {
+ padding-bottom: 0;
+ margin-bottom: 0;
+}
+
+#article p.subtitle {
+ color: #666666;
+ font-size: 11pt;
+ font-weight: bold;
+ padding-top: 0;
+ margin-top: 0;
+ padding-bottom: 1ex;
+}
+
+a {
+ color: #223366;
+}
+
+a.external {
+ color: #336644;
+}
+
+a:visited {
+ color: #8D0749;
+}
+
+a.printable {
+ text-decoration: underline;
+}
+
+a.stub, #quickbar a.stub {
+ color: #772233;
+ text-decoration: none;
+}
+
+a.new, #quickbar a.new {
+ color: #CC2200;
+}
+
+h2, h3, h4, h5, h6 {
+ margin-bottom: 0;
+}
+
+small {
+ font-size: 75%;
+}
+
+input.mw-searchInput {
+ width: 106px;
+}