Changeset 1981


Ignore:
Timestamp:
11/16/07 16:11:19 (6 years ago)
Author:
sam
Message:
  • New website look proposal.
Location:
www
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • www/header.inc

    r1977 r1981  
    1414</div> 
    1515 
    16 <div class="links" style="clear: both;"> 
     16<div class="menubar" style="clear: both;"> 
    1717  <p> 
    18     <a class="menu" href="/">about</a> 
    19     <a class="menu" href="/manual/">manual</a> 
    20     <a class="menu" href="/download.html">download</a> 
    21     <a class="menu" href="/devel.html">devel</a> 
    22     <a class="menu" href="/list/">mailing-list</a> 
    23     <a class="menu" href="/toilet.html">TOIlet</a> 
    24     <a class="menu" href="/cacatris.html">cacatris</a> 
    25     <a class="menu" href="/ttyvaders.html">ttyvaders</a> 
    26     <a class="menu" href="/neercs.html">neercs</a> 
     18    <a class="menubutton" href="/">about</a> 
     19    <a class="menubutton" href="/manual/">manual</a> 
     20    <a class="menubutton" href="/download.html">download</a> 
     21    <a class="menubutton" href="/devel.html">devel</a> 
     22    <a class="menubutton" href="/list/">mailing-list</a> 
     23    <a class="menubutton" href="/toilet.html">TOIlet</a> 
     24    <a class="menubutton" href="/cacatris.html">cacatris</a> 
     25    <a class="menubutton" href="/ttyvaders.html">ttyvaders</a> 
     26    <a class="menubutton" href="/neercs.html">neercs</a> 
    2727  </p> 
    2828</div> 
  • www/main.css

    r1929 r1981  
    1515body { 
    1616  color: black; 
     17  background: url('/img/back1.png') repeat left top; 
    1718  background-color: white; 
    1819} 
     
    2526  font-size: 1.6em; 
    2627  font-variant: small-caps; 
    27   color: #88bb66; 
     28  color: #002200; 
    2829  background-color: inherit; 
    2930} 
     
    3233  text-indent: 0.5em; 
    3334  border-style: solid; 
    34   border-color: #ffaa88; 
     35  border-color: #dd7788; 
    3536  background-color: inherit; 
    3637} 
     
    3940  font-size: 1.3em; 
    4041  font-variant: small-caps; 
    41   color: #66aa44; 
     42  color: #224422; 
    4243  border-width: 0 0 2px 0; 
    4344} 
     
    4546h3 { 
    4647  font-size: 1.1em; 
    47   color: #559922; 
     48  color: #335533; 
    4849  border-width: 0 0 1px 0; 
    4950} 
     
    5758 
    5859div.gradleft { 
    59   color: inherit; 
    60   background: url('/img/green-left.png') repeat-y left top; 
    61   background-color: #ddeebb; 
     60  /* no longer used */ 
    6261} 
    6362 
    6463div.gradright { 
    65   background: url('/img/green-right.png') repeat-y right top; 
    66   text-align: center; 
     64  /* no longer used */ 
    6765} 
    6866 
     
    7169  display: table-caption; 
    7270  color: inherit; 
    73   background: white; 
     71  background: url('/img/back4.png') repeat left top; 
    7472  padding: 0 10px 0 10px; 
    7573  border-style: solid; 
    76   border-width: 0 1px 0 1px; 
    77   border-color: #449933; 
     74  border-width: 0 2px 0 2px; 
     75  border-color: black; 
    7876  margin: 0 auto 0 auto; 
    7977  text-align: justify; 
     
    8179 
    8280div.top { 
    83    border-width: 1px 1px 0 1px; 
     81   border-width: 2px 2px 0 2px; 
     82   margin-top: 5px; 
    8483} 
    8584 
     
    9291   clear: both; 
    9392   position: relative; 
    94    border-width: 0 1px 1px 1px; 
     93   border-width: 0 2px 2px 2px; 
     94   margin-bottom: 5px; 
    9595} 
    9696 
     
    102102  border-style: solid; 
    103103  border-width: 2px 0 0 0; 
    104   border-color: #ffaa88; 
    105 } 
    106  
    107 div.links { 
    108   text-align: center; 
    109   color: inherit; 
    110   background: #ffaa88; 
    111   border-style: solid; 
    112   border-width: 1px 0 1px 0; 
    113   border-color: #449933; 
    114   padding: 0px; 
     104  border-color: #dd7788; 
    115105} 
    116106 
    117107img.caca { 
    118   border: solid 2px #ffaa88; 
     108  border: solid 2px #dd7788; 
    119109  margin: 10px 20px 10px 20px; 
    120110  float: right; 
     
    122112 
    123113img.inline { 
    124   border: solid 2px #ffaa88; 
     114  border: solid 2px #dd7788; 
    125115  padding: 2px; 
    126116} 
    127117 
    128118div.toilet { 
    129   border: solid 2px #ffaa88; 
     119  border: solid 2px #dd7788; 
    130120  padding-left: 10px; 
    131121  padding-right: 10px; 
     
    146136a:active  { color: #88ff77; background-color: inherit; } 
    147137 
    148 a.menu { 
     138/* Top menubar handling */ 
     139 
     140div.menubar { 
     141  text-align: center; 
    149142  color: inherit; 
    150   background-color: white; 
     143  background: url('/img/back3.png') repeat right top; 
     144  border-style: solid; 
     145  border-width: 2px 0 2px 0; 
     146  border-color: black; 
     147  padding: 0px; 
     148} 
     149 
     150a.menubutton { 
     151  color: inherit; 
     152  background: url('/img/back2.png') repeat left top; 
    151153  text-decoration: none; 
    152154  font-weight: bold; 
    153   border: solid #449922 1px; 
     155  border: solid black 2px; 
    154156  padding: 4px 10px 4px 10px; 
    155157  margin: 0 5px 0 5px; 
    156158} 
    157159 
    158 a.menu:hover { 
    159   color: inherit; 
    160   background-color: #ddeebb; 
     160a.menubutton:hover { 
     161  color: #ffffff; 
     162  border-color: #ffffff; 
     163  background: inherit; 
    161164} 
    162165 
Note: See TracChangeset for help on using the changeset viewer.