Changeset 1130


Ignore:
Timestamp:
Sep 29, 2006, 12:43:36 AM (16 years ago)
Author:
Sam Hocevar
Message:
  • Fix XHTML and CSS syntax.
Location:
www
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • www/index.html

    r1129 r1130  
    2929so that it can work on older video cards or text terminals. It is not unlike
    3030the famous <a href="http://aa-project.sourceforge.net/aalib/">AAlib</a>
    31 library, with the following improvements:
     31library, with the following improvements: </p>
    3232
    3333<ul>
     
    4040<p> Libcaca works in a text terminal (and should thus work on all Unix
    4141systems including Mac OS X) using the S-Lang or ncurses libraries. It also
    42 works natively on DOS and Windows.
     42works natively on DOS and Windows. </p>
    4343
    4444<p> Libcaca is <a href="http://www.gnu.org/philosophy/free-sw.html">free
  • www/main.css

    r1129 r1130  
    2727  font-variant: small-caps;
    2828  color: #88bb66;
     29  background-color: inherit;
    2930}
    3031
     
    3738  border-width: 0 0 2px 0;
    3839  border-color: #ffaa88;
     40  background-color: inherit;
    3941}
    4042
     
    4749
    4850div.gradleft {
     51  color: inherit;
    4952  background: url('/img/green-left.png') repeat-y left top;
    5053  background-color: #ddeebb;
     
    5962  width: 720px;
    6063  display: table;
     64  color: inherit;
    6165  background: white;
    6266  padding: 0 10px 0 10px;
     
    8993div.links {
    9094  text-align: center;
     95  color: inherit;
    9196  background-color: #ffaa88;
    9297  border-style: solid;
     
    109114
    110115a.menu {
     116  color: inherit;
    111117  background-color: white;
    112118  text-decoration: none;
     
    118124
    119125a.menu:hover {
     126  color: inherit;
    120127  background-color: #ddeebb;
    121128}
    122129
    123 a:link    { color: #225599; }
    124 a:visited { color: #002266; }
    125 a:active  { color: #88ff77; }
     130a:link    { color: #225599; background-color: inherit; }
     131a:visited { color: #002266; background-color: inherit; }
     132a:active  { color: #88ff77; background-color: inherit; }
    126133
Note: See TracChangeset for help on using the changeset viewer.