[Spambayes-checkins] spambayes/Outlook2000/docs style.css,NONE,1.1

Tony Meyer anadelonbrin at users.sourceforge.net
Sun Jan 16 23:08:27 CET 2005


Update of /cvsroot/spambayes/spambayes/Outlook2000/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7591/Outlook2000/docs

Added Files:
	style.css 
Log Message:
Add a central style sheet to control the looks of the Outlook documentation.

I am *not* attached to the styles that are defined within.  If anyone cares, please
 consider coming up with something that looks nice and is usable.

--- NEW FILE: style.css ---
body {
    margin-left: 10%;
    margin-right: 10%;
}

h1 {
    color: blue;
    border-bottom: double;
    font-family: Georgia, Arial, sans-serif;
    margin: 1em;
    margin-top: 2em;
}

h2 {
    color: purple;
    border-bottom: solid;
    font-family: Georgia, Arial, sans-serif;
    margin: 0.5em;
    margin-top: 1em;
}

h3 {
    font-family: Georgia, Arial, sans-serif;
    margin: 0.25em;
    margin-top: 0.5em;
}

li {
    margin-bottom: 1em;
}

tt {
    color: #336633;
}

.warning {
    font-weight: bold;
    color: #550000;
    border: solid;
    padding: 1em;
    margin: 1em;
    margin-left: 10%;
    margin-right: 10%;
}

.contents {
    margin-left: -5%;
    margin-right: -5%;
    background-color: #eeeeee;
    padding: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
}

.options {
    text-align: left;
    width: 100%;
}

.options-heading {
    font-weight: bold;
}

.pullout {
    font-weight: bold;
    text-align: center;
    font-family: Georgia, Arial, sans-serif;
}



More information about the Spambayes-checkins mailing list