From: Gabriel Wicke Date: Sat, 22 May 2004 13:36:52 +0000 (+0000) Subject: added plainlinks class that can be used in the content area to swich special external... X-Git-Tag: 1.5.0alpha1~3231 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=a0031d527eb9f9575dc3595f3fc52d5bbb4d38c2;p=lhc%2Fweb%2Fwiklou.git 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. --- 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;