E2H-css
body {

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1ffad+1,f5d5fb+35,99fdcd+100 */
background: rgb(241,255,173); /* Old browsers */
background: -moz-linear-gradient(45deg, rgba(241,255,173,1) 1%, rgba(245,213,251,1) 35%, rgba(153,253,205,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, rgba(241,255,173,1) 1%,rgba(245,213,251,1) 35%,rgba(153,253,205,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, rgba(241,255,173,1) 1%,rgba(245,213,251,1) 35%,rgba(153,253,205,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1ffad', endColorstr='#99fdcd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

h1 {
        color: BLACK;
        background: WHITE;
        text-shadow: 2px 2px 1px #333333;
}

u {
        font-size: 150% !important;
        color: #555555 !important;
        background: Aquamarine;
        background: WHITE;
        padding: 3px;
        line-height: 140%;
}


strong {
        color: WHITE;
        background: #333333;

        color: BLACK;
        background: none;

        display: inline;
        font-style: normal;
        font-weight: bold;

        padding: 3px;
        margin: 3px;
}


em {
        color: White;
        background: Silver;

        color: black;
        background: none;
}




a:link {
/*
        color: #00AACC;
        color: #d3ff7f;
        color: SeaGreen ;
*/
        color: #00AACC;
        font-weight: bold;
}

a:visited {
/*
        color: #00AACC;
        color: MediumSeaGreen ;
        color: #a8cc65;

        color: SeaGreen ;
        color: MediumSpringGreen;
*/
        font-weight: bold;
        color: #00CCCC;
        color: #00AACC;
        font-style: italic;
}


a:hover {
        font-weight: bold;
        background: gray;
        background: white;
        color: #00CCCC;
        opacity: 0.7;
}


.btn {
        background: Aquamarine;
        color: White;
        text-shadow: none;
}

JavaScript license information


(Site generated by E2H, an "Etherpad hypermedia" project by @dcht00). Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.


Edit Site

Talk