Changeset 26895


Ignore:
Timestamp:
2013-02-19T23:04:44+13:00 (11 years ago)
Author:
davidb
Message:

Some minor style changes to give the static HTML page for Greenstone, well, more of a Greenstone coloured themne

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/index.html

    r26892 r26895  
    55        <title>Greenstone Version 3</title>
    66        <style type="text/css">
    7             li {padding: 0.8em 0;}
     7            li {padding: 0.8em 0; font-family:sans-serif; }
    88            body {
    99                background: #fff url('interfaces/default/images/chalk.gif') scroll repeat-y left top;
    1010            }
     11
     12            .banner {
     13              text-align:center; font-family:sans-serif; background-color: #008000; color: white; padding: 10px;
     14            }
     15
    1116        </style>
    1217    </head> 
    1318    <body style="background: #EAE4D9; color: black;">
    1419    <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>
    1621           
    1722        <ul>   
     
    2833        </ul>
    2934
    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>
    3136
    3237    </div>
Note: See TracChangeset for help on using the changeset viewer.