CSS-default /*

E2H DEFAULT CSS




General: E2H CSS HEADER

____________________________________________

Version (reference at CSS-default):
    2017-10-12

CSS-SPEC:
    READ, EDIT, (🔗CSS-default)

Examples:
    * http://pad.totalism.org/p/dev-graph-test-css (minimal declaration, blue+yellow, no background)
    * http://pad.totalism.org/p/hairyfotr-aiTests-css ("krnica" black + gold)
    * http://pad.totalism.org/p/list-20170508-css ("postuni" black normalization try)
    * http://pad.totalism.org/p/tss-2017-lj-css (good for notes!)
    * [...]

_______________________________________________________________


MINI CUSTOMIZATION

mini styles:
    * 🔗css-crosshide-css
    * [...]

examples:
    * 🔗theme-ESP-css TO CHANGE GRADIENT
    * [...]



CSS KNOWHOW

:
    * selectors: http://code.tutsplus.com/tutorials/the-30-css-selectors-you-must-memorize--net-16048
    * [...]



/*
/////////////
///////////
/////////
***************** THE CSS
/////
///
//
//
*/


body {
    font: normal 12pt/14pt 'Ubuntu Mono', sans-serif;
    background: White;
    color: #111;
}


h1 {
    padding: 8px 25px 8px 25px;
    display: inline;
    color: White;
    background: #9c9;
    border: 3px solid black;
    text-decoration: none !important;
/*
    text-shadow: 2px 2px 1px #9c9;
*/
}






/*
*
****************************************************
* ETHERPAD STUFF
*
*/

.main_container {
    margin: 50px 10px 50px 10px;
    text-align: center;   
}


.etherpad_container {
    display: inline-block;
    word-wrap: break-word;
    text-align: left !important; 

    font-size: 120%;
    line-height: 140%;

/*
    margin: 10px 80px 10px 80px !important;
    margin: auto !important;
*/

    width: 75% !important;
    max-width: 1100px !important;
    padding: 25px;

    background: none;
}


.etherpad_toc > li {
    font-size: 70%;
    line-height: 70%;
}


u {
        font-size: 140%;
        color: black;
        background: #9c9;
}


strong {
        display: inline;
        font-style: normal;

        color: BLACK;
        background: #9c9;

        color: WHITE;
        background: silver;

        text-shadow: 1px 1px 0px black;
        text-shadow: 1px 1px 0px #DDDDDD;
        text-shadow: 2px 0px 1px WHITE;
        text-shadow: none;

        font-weight: bold;
        padding: 3px;
        margin: 3px;
}


em {
    display: inline;
    font-style: italic;
    font-weight: bold;
}


/*
************* COOL TEXT COLOR TRANSITIONS
transition-delay: 0s;
transition-duration: 0.3s;
transition-property: all;
transition-timing-function: ease;

transition:all 0.5s ease;/*i just moved this from anchor*/
}
em:hover { 
    color: blue !important;
}
*/


strong em u {
/*
    background: white !important;
    color: black !important;
*/

    opacity: 0.85;
    letter-spacing: 7px;
    font-size: 190%;
    padding: 7px;
    line-height: 140%;
}





/*********** STRIKETHRU ***********/

s {
    line-height: 0px !important;
    font-size: 0 !important;
/*
    display: inline !important;
    position: static !important;
    box-sizing: border-box;
    line-height: -10px !important;
    font-size: 0px !important;
    color: none !important;
    background: none !important;
    text-indent: -9999px;
*/
}




/************* (link) ***********/

a:link {
        color: #00AACC;
}

a:visited {
        color: #009c9C;
        color: #00AACC;
        font-style: italic;
}

a:hover {
        font-weight: bold;
}




/************** TOC TABLE STUFF *********/

.ett_num {
    text-align: center;
    text-align: left;
    text-align: right;
/*
    padding: 0px !important;
    padding-right: 15px !important;
*/
    padding: 3px;
    padding-right: 15px;
    text-decoration: underline;
    font-style: italic;
    font-weight: bold;

/*
    padding: 0px 15px 0px 0px;
*/
}

.ett {
/*
    font-size: 100% !important;
*/
    font-size: 100%;
    margin: 10px !important;
}

.extra {
    border-bottom: 2px dashed gray;
    display: inline;
    cursor: help;
    cursor: zoom-in;
    cursor: crosshair;
}



/****** TITLES *********/

strong em u {
    font-size: 150%;
    text-shadow: 2px 1px 1px #333;
}



/************* GLIA-GRAPH ****************/

/*>david: Fixed with DPI directive... this is deprecated, but if I remember right, it's hardcoded in e2h - rename to graphContainer or something, and maybe use for some other graph CSS tweak?*/
/*zoom: 0.55;*/
 /* TODO: Firefox does not support zoom, but transform does not resize the container which causes padding */
 /*-moz-transform: scale(0.55);*/
.DOWNSCALED {
}


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