The ugly truth about ddoc
Andrei Alexandrescu via Digitalmars-d
digitalmars-d at puremagic.com
Mon Jan 19 08:31:20 PST 2015
On 1/18/15 7:19 PM, MattCoder wrote:
> On Monday, 19 January 2015 at 03:01:44 UTC, Andrei Alexandrescu wrote:
>> No personal aspect to this. What hex colors did you use? --
>
> background-color: #6E6E6E;
>
> And I cleaned:
>
> #cssmenu > ul > li > a {
> font-size: 14px;
> display: block;
> background:
> url("http://erdani.com/d/images/xpattern.png.pagespeed.ic.QEXJsY5pYW.png")
> repeat scroll left top transparent;
> border-right: 1px solid #893A28;
> border-width: medium 1px 1px;
> border-style: none solid solid;
> border-color: -moz-use-text-color #893A28 #893A28;
> -moz-border-top-colors: none;
> -moz-border-right-colors: none;
> -moz-border-bottom-colors: none;
> -moz-border-left-colors: none;
> border-image: none;
> color: #FFF;
> text-shadow: 0px -1px 1px #751D0C;
> }
>
> to
>
> #cssmenu > ul > li > a {
> font-size: 14px;
> display: block;
> color: #FFF;
> text-shadow: 0px -1px 1px #751D0C;
> }
I've set the page background color to #6E6E6E and then I changed the CSS
as you indicated. My page doesn't look like yours. I'd appreciate it if
you sent a pull request on my fork. Then I'll take a screenshot and put
it on my own pull request so we can decide.
Andrei
More information about the Digitalmars-d
mailing list