The ugly truth about ddoc

Phil via Digitalmars-d digitalmars-d at puremagic.com
Mon Jan 19 23:46:50 PST 2015


This is a big improvement. The uonly issues I have with the page 
now are the redundant "D" at the top of the menu and the fact 
that the D logo is so differently styled to the new design.

On Tuesday, 20 January 2015 at 03:33:13 UTC, Vladimir Panteleev 
wrote:
> On Monday, 19 January 2015 at 03:19:18 UTC, 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 created a pull request based on your screenshot:
>
> https://github.com/D-Programming-Language/dlang.org/pull/790



More information about the Digitalmars-d mailing list