From cd57011dcf8cc0f1bf10dcf7165e2da16b41a21b Mon Sep 17 00:00:00 2001 From: Tom Gilder Date: Sun, 30 Jan 2005 15:56:15 +0000 Subject: [PATCH] More CSS fixes --- skins/amethyst/main.css | 1 - skins/common/cologneblue.css | 2 +- skins/common/nostalgia.css | 1 - skins/common/wikiprintable.css | 1 - skins/common/wikistandard.css | 1 - skins/monobook/main.css | 16 +++++++--------- 6 files changed, 8 insertions(+), 14 deletions(-) diff --git a/skins/amethyst/main.css b/skins/amethyst/main.css index fc9d3d0ae4..4ac7294e16 100644 --- a/skins/amethyst/main.css +++ b/skins/amethyst/main.css @@ -791,7 +791,6 @@ li#pt-userpage, li#pt-anonuserpage, li#pt-login { background: url('user.gif') top left no-repeat; - background-repeat: no-repeat; padding-left: 20px; text-transform: none; } diff --git a/skins/common/cologneblue.css b/skins/common/cologneblue.css index cb4498735d..faf00fe073 100644 --- a/skins/common/cologneblue.css +++ b/skins/common/cologneblue.css @@ -75,7 +75,7 @@ td.bottom { } #quickbar form { padding: 0; margin-top: 0; } -h1 { font-family: Arial, Helvetica, sans-serif; +h1 { color: #666666; font-family: Verdana, Arial, sans-serif; font-size: 18pt; font-weight: bold; line-height: 21pt; diff --git a/skins/common/nostalgia.css b/skins/common/nostalgia.css index 554d00e6ee..5944543a87 100644 --- a/skins/common/nostalgia.css +++ b/skins/common/nostalgia.css @@ -7,7 +7,6 @@ body { #powersearch { background: #DDEEFF; border-style: solid; border-width: 1px; padding: 2px; } -.bodytext { } a.interwiki, a.external { color: #3366BB; } a.printable { text-decoration: underline; } a.stub { color:#772233; text-decoration:none; } diff --git a/skins/common/wikiprintable.css b/skins/common/wikiprintable.css index 868b36e089..58e132d6cf 100644 --- a/skins/common/wikiprintable.css +++ b/skins/common/wikiprintable.css @@ -38,7 +38,6 @@ a, a.external, a.new, a.stub { } /* Old stuff, fixme: -.bodytext { } a.CBlink { color: #0000AA; text-decoration: none; font-size: 12pt; } a.interwiki, a.external { color: #3333BB; text-decoration: none; } h1.pagetitle { padding-bottom: 0; margin-bottom: 0; } diff --git a/skins/common/wikistandard.css b/skins/common/wikistandard.css index 3dc72916fb..15b5209e53 100644 --- a/skins/common/wikistandard.css +++ b/skins/common/wikistandard.css @@ -18,7 +18,6 @@ #toolbar { padding:0px; } #infobox { background:#eeeeff;color:black;} #editform { margin-top:1px; } -.bodytext { } a.interwiki, a.external { color: #3366BB; } a.printable { text-decoration: underline; } a.stub { color:#772233; text-decoration:none; } diff --git a/skins/monobook/main.css b/skins/monobook/main.css index 09c0840661..712b21197c 100644 --- a/skins/monobook/main.css +++ b/skins/monobook/main.css @@ -616,9 +616,8 @@ special external link styling */ font-size:95%; } .portlet li { - padding:0; - margin: 0 0 0 0; - margin-bottom: 0; + padding: 0; + margin: 0; } /* @@ -674,8 +673,8 @@ input.searchButton { font-weight: bold; } #searchInput { - width:10.9em; - margin: 0 0 0 0; + width: 10.9em; + margin: 0; font-size: 95%; } #p-search .pBody { @@ -689,8 +688,8 @@ input.searchButton { #p-personal { width:100%; white-space:nowrap; - padding:0 0 0 0; - margin:0; + padding: 0; + margin: 0; position:absolute; left:0px; top:0px; @@ -753,8 +752,7 @@ in bg url to hide it from iemac */ li#pt-userpage, li#pt-anonuserpage, li#pt-login { - background: url('user.gif') top left no-repeat; - background-repeat: no-repeat; + background: url('user.gif') top left no-repeat; padding-left: 20px; text-transform: none; } -- 2.20.1