From a0031d527eb9f9575dc3595f3fc52d5bbb4d38c2 Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Sat, 22 May 2004 13:36:52 +0000 Subject: [PATCH] added plainlinks class that can be used in the content area to swich special external link rendering off (no arrow icon), especially for the 'other languages' lists on the main pages. If any other skins decorate external links in a special way, this classname should yield the same effect there. --- stylesheets/monobook/main.css | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index 8facf54b1c..57902e37d7 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -458,7 +458,12 @@ td.diff-context { background:#eeeeee; } background: url("discussionitem_icon.gif") center right no-repeat; padding-right: 18px; } - +/* this can be used in the content area to switch off +special external link styling */ +#bodyContent .plainlinks a { + background: none; + padding: 0; +} /* ** Structural Elements */ @@ -776,15 +781,6 @@ head:first-child+body #footer li { white-space: nowrap; } height: 1%; } -/* JeLuF's js-based preference dialog */ -#bar #p-cactions { - top: 8.0em; - left: 5em; -} -form #content { - left: -8em; -} - /* js pref toc */ #preftoc { float: left; @@ -831,7 +827,8 @@ fieldset.operaprefsection { margin-left: 15em } /* more IE fixes */ /* float/negative margin brokenness */ -* html #bodyContent { +* html #bodyContent, +* html #bodyContent pre { overflow-x: auto; width: 100%; padding-bottom: 25px; -- 2.20.1