[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [FR-devel] link color on Wiki pages
From: |
Michal 'hramrach' Suchanek |
Subject: |
Re: [FR-devel] link color on Wiki pages |
Date: |
Wed, 10 Apr 2002 14:20:07 +0200 |
User-agent: |
Mutt/1.3.27i |
On Tue, Apr 09, 2002 at 11:47:48AM -0700, Curt Hibbs wrote:
> Michal 'hramrach' Suchanek wrote:
> >
> > Links on these pages are yellow on light gray which isnt well readable.
> > You prabably set page background to light gray but did not set link
> > color. I didnt find any way how to fix this although the Wiki allows
> > anybody to create an account.I don't understand this. Is this happenning
> to anyone else?
>
> I'm getting my standard blue link color. I think the wiki is using the
> whatever link colors you have selected in your browser and I do not think
> that the wiki attempts to set them.
That's what I'm talking about. My browser colors are generally yellow on dark
green.
>
> Just in case, here's the CSS file used by the wiki -- you can look for
> yourself to see if there is any problem with it (if so, let me know and I
> will fix it).
The problem is that it sets background but doesnt try to set link color.
>
try adding something like:
:link { color:#000080; }
:visited { color:#000040; }
>
>
> a:hover {
> color: #000000;
> background-color: #ffff00;
> }
>
> table {
> font-size: 10.5pt;
> font-family: verdana, arial, helvetica, Sans-Serif;
> }
>
> td {
> padding: 3px;
> font-size: 10.5pt;
> font-family: verdana, arial, helvetica, Sans-Serif;
> }
>
> body {
> background: #EEEEEE;
> color: black;
> margin-left: 2%;
> margin-right: 2%;
> font-size: 10.5pt;
> font-family: verdana, arial, helvetica, Sans-Serif;
> }
>
> h1 {
> font-family: verdana, arial, helvetica, Sans-Serif;
> text-align: left;
> margin-top: 5%;
> margin-right: 10%;
> }
>
> h2, h3, h4, h5, h6 {
> font-family: verdana, arial, helvetica, Sans-Serif;
> }
>
> h2 {
> color: #FFFFFF;
> background: #CC3333;
> }
>
> div.header p.status { text-align: right; }
> div.header p.last-modified { text-align: left; }
>
> /*
> li p {
> margin-top: -1ex;
> }
> */
>
> dt {
> font-weight: bold;
> margin-top: 2ex;
> margin-left: 1em;
> }
>
> address {
> color: gray;
> background: #EEEEEE;
> text-align: right;
> font-family: Times, serif;
> font-style: normal;
> font-variant: normal;
> font-weight: normal;
> }
>
> pre {
> border-right: #646464 1px solid;
> padding-right: 0.5em;
> border-top: #646464 1px solid;
> padding-top: 0.5em;
> border-left: #646464 1px solid;
> padding-left: 0.5em;
> border-bottom: #646464 1px solid;
> padding-bottom: 0.5em;
> margin-left: 1em;
> margin-right: 2em;
> white-space: pre;
> background-color: #e6e6e6;
> color: black;
> }
>
> span.download {
> font-weight: normal;
> color: blue;
> background: #EEEEEE;
> }
>
> .path {
> font-family: Verdana, Arial, Helvetica, sans-serif;
> }
>
> .navi {
> text-align: right;
> }
>
> .headerURL {
> text-align: right;
> font-size: 8pt;
> }
>
>
--
Michal Suchanek
address@hidden