/*
_________________________________________________________________________
< RFC- >
_________________________________________________________________________
THEME-NEO
< RFC- >
Table of Contents
1 | *** TYPOGRAPHY |
1.1 | .etherpad_container { |
1.2 | div { |
2 | *** GENERAL |
2.1 | u { |
2.2 | strong u { |
2.3 | em u { |
2.4 | strong em u { |
2.5 | strong { |
3 | *** LINKS |
3.1 | a:link { |
3.2 | a:visited { |
3.3 | a:hover { |
Well, what to do with this?
Changes:
* helvetica > monospaced
* [...]
_________________________________________________________________________
*/
/*
¶.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 !!!!! ***********/
/* <----------------------------------------- (NOW) 20200422 f'in arond with typography ------------ */
/*
***** before 20200421 *****
*/
/*
***** 20200422 : "normal" *****
*/
/*
***** 20200421 : "not bad" *****
*/
/*
***** 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 !
_______________
*/
}
/************ 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;
}
/*
/* TODO, CONSIDER ... See on Macs, other pages, etc! */
font-family: Helvetica, Arial, sans-serif;
}
/*
¶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;
*/
}
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 !
__________
*/
}
¶strong em u {
text-shadow: none !important;
font-weight: normal;
letter-spacing: 5px;
font-size: 200%;
}
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;
*/
}
/*
font-size: 110%;
font-weight: 700;
font-weight: 400;
font-weight: 600;
/*
disabled 20200706
MOVE TO CSS-DEFAULT IF NEEDED !
*/
}
/*
¶a:hover {
/*
text-decoration-style: double;
*/
/*
disabled 20200706
MOVE TO CSS-DEFAULT IF NEEDED !
color: black;
font-weight: bold;
*/
}
/*
*/
/*
disabled 20200706
MOVE TO CSS-DEFAULT IF NEEDED !
font-weight: bold;
*/
}