Changeset 1130
- Timestamp:
- Sep 29, 2006, 12:43:36 AM (16 years ago)
- Location:
- www
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
www/index.html
r1129 r1130 29 29 so that it can work on older video cards or text terminals. It is not unlike 30 30 the famous <a href="http://aa-project.sourceforge.net/aalib/">AAlib</a> 31 library, with the following improvements: 31 library, with the following improvements: </p> 32 32 33 33 <ul> … … 40 40 <p> Libcaca works in a text terminal (and should thus work on all Unix 41 41 systems including Mac OS X) using the S-Lang or ncurses libraries. It also 42 works natively on DOS and Windows. 42 works natively on DOS and Windows. </p> 43 43 44 44 <p> Libcaca is <a href="http://www.gnu.org/philosophy/free-sw.html">free -
www/main.css
r1129 r1130 27 27 font-variant: small-caps; 28 28 color: #88bb66; 29 background-color: inherit; 29 30 } 30 31 … … 37 38 border-width: 0 0 2px 0; 38 39 border-color: #ffaa88; 40 background-color: inherit; 39 41 } 40 42 … … 47 49 48 50 div.gradleft { 51 color: inherit; 49 52 background: url('/img/green-left.png') repeat-y left top; 50 53 background-color: #ddeebb; … … 59 62 width: 720px; 60 63 display: table; 64 color: inherit; 61 65 background: white; 62 66 padding: 0 10px 0 10px; … … 89 93 div.links { 90 94 text-align: center; 95 color: inherit; 91 96 background-color: #ffaa88; 92 97 border-style: solid; … … 109 114 110 115 a.menu { 116 color: inherit; 111 117 background-color: white; 112 118 text-decoration: none; … … 118 124 119 125 a.menu:hover { 126 color: inherit; 120 127 background-color: #ddeebb; 121 128 } 122 129 123 a:link { color: #225599; }124 a:visited { color: #002266; }125 a:active { color: #88ff77; }130 a:link { color: #225599; background-color: inherit; } 131 a:visited { color: #002266; background-color: inherit; } 132 a:active { color: #88ff77; background-color: inherit; } 126 133
Note: See TracChangeset
for help on using the changeset viewer.