/*
_________________________________________________________________________

THEME-NEO


< RFC- >




Well, what to do with this?

Changes:
    * helvetica > monospaced
    * [...]

_________________________________________________________________________
*/


/*
*** TYPOGRAPHY **/



.etherpad_container {

/* <----------------------------------------- (NOW) 20200422 f'in arond with typography ------------ */

/*
***** before 20200421 *****
  line-height: 1.35 !important;
  letter-spacing: 1.35px;
*/

/*
***** 20200422 : "normal" *****
  line-height: normal !important;
  letter-spacing: 0px;
*/

/*
***** 20200421 : "not bad" *****
  line-height: 175% !important;
  letter-spacing: -0.2px;
*/

/*
***** 20200423 : "not enough content after all" *****
  line-height: 145% !important;
*/

/*
***** 20200817 : JUST LETTING IT BE SET IN CSS-DEFAULT *****
MIGHT CHANGE TO FIX VIA MULTIPLIERS, BUT NOT ELSE (???!!!!!!)

!!!!!!!!!! FIX LETTER SPACING !!!
*/
  letter-spacing: -0.2px;



/*
changed 20200417
*/
  font-size: 95%;
  font-size: 105%;

/*
changed - it was interfering with CSS-default ...
moved there !
_______________
  color: black;
  color: #111;
*/
}




/************ HELVETICA OR MONOSPACED? SET HERE !!!!! ***********/
div {

/*
font-family: Ubuntu Mono;
font-family: Helvetica, Arial, sans-serif;
font-family: helvetica;
font-family: Helvetica, sans-serif;
font-family: "Comic Sans MS", cursive, sans-serif;
font-family: "Times New Roman", Times, serif;
font-family: "Arial Black", Gadget, sans-serif;
font-family: Helvetica, Arial, sans-serif;
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
font-family: monospaced;
font-family: Helvetica, Arial, sans-serif;
font-family: sans-serif;
*/

/* TODO, CONSIDER ... See on Macs, other pages, etc! */
font-family: Helvetica, Arial, sans-serif;
}



/*
*** GENERAL **/

u {
    margin-bottom: 50px !important;
    background: none;
    border: none;
}



strong u {

  text-shadow: 5px 5px #111, -2px -2px #333;
  text-shadow: 3px 3px silver;
  text-shadow: none;


/* pre 20200423 */
  font-size: 150%;
  letter-spacing: 53px;
  line-height: 2.5;
  padding: 3px;


/* 20200423 <-------------(NOW) */
  font-size: 100% !important;
  letter-spacing: 5.5px;
  line-height: 1.5;
  padding: 3px;


  font-weight: normal;
  font-weight: bold;

  text-decoration: none !important;
/*
disabled @ 20200523 , it's already in 🔗CSS-default
  border-bottom: 4px solid black;
*/

  background: white;

/*
disabled 20200706
MOVE TO CSS-DEFAULT IF NEEDED !
__________
  color: gray;
  color: #444;
*/
}



em u {
    line-height: 2;
    padding: 6px;
}



strong em u {
    text-shadow: none !important;
    font-weight: normal;
    letter-spacing: 5px;
    font-size: 200%;
}


strong {
    font-size: 110%;
    font-weight: 700;
    font-weight: 400;
    font-weight: 600;

/*
disabled 20200706
MOVE TO CSS-DEFAULT IF NEEDED !
    color: #222;
*/
}





/*
*** LINKS ***/

a:link {
/*
disabled 20200706
MOVE TO CSS-DEFAULT IF NEEDED !
    color: #555;
    font-weight: bold;
*/
}

a:visited {
/*
disabled 20200706
MOVE TO CSS-DEFAULT IF NEEDED !
    color: #555;
    font-weight: bold;
*/
}

a:hover {
/*
text-decoration-style: double;
*/
/*
disabled 20200706
MOVE TO CSS-DEFAULT IF NEEDED !
    color: black;
    font-weight: bold;
*/
}