[haiku-bugs] Re: [Haiku] #10417: Create directory listing template for Web+

  • From: "waddlesplash" <trac@xxxxxxxxxxxx>
  • Date: Fri, 01 Aug 2014 14:52:04 -0000

#10417: Create directory listing template for Web+
----------------------------------------+----------------------------
   Reporter:  pulkomandy                |      Owner:  pulkomandy
       Type:  enhancement               |     Status:  new
   Priority:  low                       |  Milestone:  Unscheduled
  Component:  Applications/WebPositive  |    Version:  R1/Development
 Resolution:                            |   Keywords:
 Blocked By:                            |   Blocking:
Has a Patch:  0                         |   Platform:  All
----------------------------------------+----------------------------

Comment (by waddlesplash):

 Here's some CSS taken from the user guide that improves the look:
 {{{
 body {
         color: #333333;
         line-height: 1.5;
         margin: 0;
         padding: 0;
         font-family: "DejaVu Sans", Arial, Helvetica, sans-serif;
 }
 a:link {
         font-weight: bold;
         text-decoration: none;
         color: #dc3c01;
 }
 a:visited {
         font-weight: bold;
         text-decoration: none;
         color: #892601;
 }
 a:hover, a:active {
         text-decoration: underline;
         color: #ff4500;
 }
 }}}

--
Ticket URL: <https://dev.haiku-os.org/ticket/10417#comment:3>
Haiku <https://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: