Changeset 1981
- Timestamp:
- 11/16/07 16:11:19 (6 years ago)
- Location:
- www
- Files:
-
- 4 added
- 2 edited
-
header.inc (modified) (1 diff)
-
img/back1.png (added)
-
img/back2.png (added)
-
img/back3.png (added)
-
img/back4.png (added)
-
main.css (modified) (12 diffs)
Legend:
- Unmodified
- Added
- Removed
-
www/header.inc
r1977 r1981 14 14 </div> 15 15 16 <div class=" links" style="clear: both;">16 <div class="menubar" style="clear: both;"> 17 17 <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> 27 27 </p> 28 28 </div> -
www/main.css
r1929 r1981 15 15 body { 16 16 color: black; 17 background: url('/img/back1.png') repeat left top; 17 18 background-color: white; 18 19 } … … 25 26 font-size: 1.6em; 26 27 font-variant: small-caps; 27 color: # 88bb66;28 color: #002200; 28 29 background-color: inherit; 29 30 } … … 32 33 text-indent: 0.5em; 33 34 border-style: solid; 34 border-color: # ffaa88;35 border-color: #dd7788; 35 36 background-color: inherit; 36 37 } … … 39 40 font-size: 1.3em; 40 41 font-variant: small-caps; 41 color: # 66aa44;42 color: #224422; 42 43 border-width: 0 0 2px 0; 43 44 } … … 45 46 h3 { 46 47 font-size: 1.1em; 47 color: # 559922;48 color: #335533; 48 49 border-width: 0 0 1px 0; 49 50 } … … 57 58 58 59 div.gradleft { 59 color: inherit; 60 background: url('/img/green-left.png') repeat-y left top; 61 background-color: #ddeebb; 60 /* no longer used */ 62 61 } 63 62 64 63 div.gradright { 65 background: url('/img/green-right.png') repeat-y right top; 66 text-align: center; 64 /* no longer used */ 67 65 } 68 66 … … 71 69 display: table-caption; 72 70 color: inherit; 73 background: white;71 background: url('/img/back4.png') repeat left top; 74 72 padding: 0 10px 0 10px; 75 73 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; 78 76 margin: 0 auto 0 auto; 79 77 text-align: justify; … … 81 79 82 80 div.top { 83 border-width: 1px 1px 0 1px; 81 border-width: 2px 2px 0 2px; 82 margin-top: 5px; 84 83 } 85 84 … … 92 91 clear: both; 93 92 position: relative; 94 border-width: 0 1px 1px 1px; 93 border-width: 0 2px 2px 2px; 94 margin-bottom: 5px; 95 95 } 96 96 … … 102 102 border-style: solid; 103 103 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; 115 105 } 116 106 117 107 img.caca { 118 border: solid 2px # ffaa88;108 border: solid 2px #dd7788; 119 109 margin: 10px 20px 10px 20px; 120 110 float: right; … … 122 112 123 113 img.inline { 124 border: solid 2px # ffaa88;114 border: solid 2px #dd7788; 125 115 padding: 2px; 126 116 } 127 117 128 118 div.toilet { 129 border: solid 2px # ffaa88;119 border: solid 2px #dd7788; 130 120 padding-left: 10px; 131 121 padding-right: 10px; … … 146 136 a:active { color: #88ff77; background-color: inherit; } 147 137 148 a.menu { 138 /* Top menubar handling */ 139 140 div.menubar { 141 text-align: center; 149 142 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 150 a.menubutton { 151 color: inherit; 152 background: url('/img/back2.png') repeat left top; 151 153 text-decoration: none; 152 154 font-weight: bold; 153 border: solid #449922 1px;155 border: solid black 2px; 154 156 padding: 4px 10px 4px 10px; 155 157 margin: 0 5px 0 5px; 156 158 } 157 159 158 a.menu:hover { 159 color: inherit; 160 background-color: #ddeebb; 160 a.menubutton:hover { 161 color: #ffffff; 162 border-color: #ffffff; 163 background: inherit; 161 164 } 162 165
Note: See TracChangeset
for help on using the changeset viewer.
