Changeset 26895
- Timestamp:
- 2013-02-19T23:04:44+13:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone3/web/index.html
r26892 r26895 5 5 <title>Greenstone Version 3</title> 6 6 <style type="text/css"> 7 li {padding: 0.8em 0; }7 li {padding: 0.8em 0; font-family:sans-serif; } 8 8 body { 9 9 background: #fff url('interfaces/default/images/chalk.gif') scroll repeat-y left top; 10 10 } 11 12 .banner { 13 text-align:center; font-family:sans-serif; background-color: #008000; color: white; padding: 10px; 14 } 15 11 16 </style> 12 17 </head> 13 18 <body style="background: #EAE4D9; color: black;"> 14 19 <div style="width: 1000px; margin: 0 auto; background-color: white"> 15 <h1 style="text-align:center; font-size:110%;font-family:sans-serif; background-color: #008000; color: white; padding: 10px;">Welcome to your Greenstone3 installation!</h1>20 <h1 class="banner" style="font-size:110%;">Welcome to your Greenstone3 installation!</h1> 16 21 17 22 <ul> … … 28 33 </ul> 29 34 30 <p style="text-align:center; font-size: 75%; background: #008000; padding: 7px; "><a href="http://www.greenstone.org/greenstone3-home" style="color: white;">powered by greenstone3</a></p>35 <p class="banner" style="font-size: 75%; "><a href="http://www.greenstone.org/greenstone3-home" style="color: white;">powered by greenstone3</a></p> 31 36 32 37 </div>
Note:
See TracChangeset
for help on using the changeset viewer.