summaryrefslogtreecommitdiff
path: root/skins/archlinux/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/archlinux/main.css')
-rw-r--r--skins/archlinux/main.css115
1 files changed, 32 insertions, 83 deletions
diff --git a/skins/archlinux/main.css b/skins/archlinux/main.css
index 727355bb..d2330eba 100644
--- a/skins/archlinux/main.css
+++ b/skins/archlinux/main.css
@@ -9,22 +9,22 @@
** All you guys rock :)
*/
-#column-content {
+div#column-content {
width: 100%;
float: right;
margin: 0 0 .6em -12.2em;
padding: 0;
}
-#content {
+div#content {
margin: 2.8em 0 0 12.2em;
padding: 0 1em 1em 1em;
position: relative;
z-index: 2;
}
-#column-one {
+div#column-one {
padding-top: 160px;
}
-#content {
+div#content {
background: white;
color: black;
border: 1px solid #aaa;
@@ -48,7 +48,7 @@ body {
}
/* scale back up to a sane default */
-#globalWrapper {
+div#globalWrapper {
font-size: 127%;
width: 100%;
margin: 0;
@@ -59,14 +59,6 @@ body {
table {
font-size: 100%;
- color: black;
- /* we don't want the bottom borders of <h2>s to be visible through
- floated tables */
- background-color: white;
-}
-fieldset table {
- /* but keep table layouts in forms clean... */
- background: none;
}
a {
text-decoration: none;
@@ -86,7 +78,7 @@ a.stub {
color: #772233;
}
a.new, #p-personal a.new {
- color: #ba0000;
+ color: #cc2200;
}
a.new:visited, #p-personal a.new:visited {
color: #a55858;
@@ -117,6 +109,7 @@ h1, h2, h3, h4, h5, h6 {
background: none;
font-weight: normal;
margin: 0;
+ overflow: hidden;
padding-top: .5em;
padding-bottom: .17em;
border-bottom: 1px solid #aaa;
@@ -135,7 +128,7 @@ h4 { font-size: 116%; }
h4 .editsection { font-size: 86%; font-weight: normal; }
h5 { font-size: 100%; }
h5 .editsection { font-weight: normal; }
-h6 { font-size: 80%; }
+h6 { font-size: 80%; }
h6 .editsection { font-size: 125%; font-weight: normal; }
ul {
@@ -202,12 +195,6 @@ input.historysubmit {
select {
vertical-align: top;
}
-abbr, acronym, .explain {
- border-bottom: 1px dotted black;
- color: black;
- background: none;
- cursor: help;
-}
q {
font-family: Times, "Times New Roman", serif;
font-style: italic;
@@ -404,8 +391,6 @@ div.floatleft p { font-style: italic; }
/* thumbnails */
div.thumb {
margin-bottom: .5em;
- border-style: solid;
- border-color: white;
width: auto;
}
div.thumbinner {
@@ -439,13 +424,12 @@ div.magnify a, div.magnify img {
div.tright {
clear: right;
float: right;
- border-width: .5em 0 .8em 1.4em;
+ margin: .5em 0 1.3em 1.4em;
}
div.tleft {
float: left;
clear: left;
- margin-right: .5em;
- border-width: .5em 1.4em .8em 0;
+ margin: .5em 1.4em 1.3em 0;
}
img.thumbborder {
border: 1px solid #dddddd;
@@ -826,7 +810,6 @@ li#pt-login {
}
#p-cactions li.selected a {
z-index: 3;
- padding: 0 1em .2em!important;
background-color: white;
}
#p-cactions .new a {
@@ -894,7 +877,7 @@ li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print {
/*
** footer
*/
-#footer {
+div#footer {
background-color: white;
border-top: 1px solid #fabd23;
border-bottom: 1px solid #fabd23;
@@ -903,7 +886,7 @@ li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print {
text-align: center;
font-size: 90%;
}
-#footer li {
+div#footer li {
display: inline;
margin: 0 1.3em;
}
@@ -991,7 +974,7 @@ li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print {
}
.prefsection legend {
- font-weight: bold;
+ font-weight: bold;
}
.prefsection table, .prefsection legend {
background-color: #F9F9F9;
@@ -1092,8 +1075,8 @@ div#userloginForm .captcha {
/* more IE fixes */
/* float/negative margin brokenness */
-* html #footer {margin-top: 0;}
-* html #column-content {
+* html div#footer {margin-top: 0;}
+* html div#column-content {
display: inline;
margin-bottom: 0;
}
@@ -1101,15 +1084,15 @@ div#userloginForm .captcha {
#pagehistory li.selected { position: relative; }
/* Mac IE 5.0 fix; floated content turns invisible */
-* > html #column-content {
+* > html div#column-content {
float: none;
}
-* > html #column-one {
+* > html div#column-one {
position: absolute;
left: 0;
top: 0;
}
-* > html #footer {
+* > html div#footer {
margin-left: 13.2em;
}
.redirectText {
@@ -1121,7 +1104,6 @@ div#userloginForm .captcha {
display: none;
}
-
div.patrollink {
clear: both;
}
@@ -1135,16 +1117,6 @@ span.updatedmarker {
background-color: #0f0;
}
-.previewnote {
- color: #c00;
- margin-bottom: 1em;
-}
-
-.previewnote p {
- text-indent: 3em;
- margin: 0.8em 0;
-}
-
.editExternally {
border: 1px solid gray;
background-color: #ffffff;
@@ -1164,10 +1136,6 @@ span.updatedmarker {
text-indent: -2em;
}
-input#wpSummary {
- width: 80%;
-}
-
/* @bug 1714 */
input#wpSave, input#wpDiff {
margin-right: 0.33em;
@@ -1177,30 +1145,6 @@ input#wpSave, input#wpDiff {
font-weight: bold;
}
-/* Classes for article validation */
-
-table.revisionform_default {
- border: 1px solid #000000;
-}
-
-table.revisionform_focus {
- border: 1px solid #000000;
- background-color:#00BBFF;
-}
-
-tr.revision_tr_default {
- background-color:#EEEEEE;
-}
-
-tr.revision_tr_first {
- background-color:#DDDDDD;
-}
-
-p.revision_saved {
- color: green;
- font-weight:bold;
-}
-
/* noarticletext */
div.noarticletext {
border: 1px solid #ccc;
@@ -1244,24 +1188,24 @@ div#searchTargetHide {
}
div.multipageimagenavbox {
- border: solid 1px silver;
- padding: 4px;
- margin: 1em;
- background: #f0f0f0;
+ border: solid 1px silver;
+ padding: 4px;
+ margin: 1em;
+ background: #f0f0f0;
}
div.multipageimagenavbox div.thumb {
- border: none;
- margin-left: 2em;
- margin-right: 2em;
+ border: none;
+ margin-left: 2em;
+ margin-right: 2em;
}
div.multipageimagenavbox hr {
- margin: 6px;
+ margin: 6px;
}
table.multipageimage td {
- text-align: center;
+ text-align: center;
}
.templatesUsed { margin-top: 1.5em; }
@@ -1306,3 +1250,8 @@ div.mw-lag-warn-high {
.no-text-transform {
text-transform: none;
}
+
+/* Tooltips are outside of the normal body code, so this helps make the size of the text sensible */
+.tipsy {
+ font-size: 127%;
+} \ No newline at end of file