Guest User

Untitled

a guest
May 21st, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. /* SELEKTORY: */
  2. body
  3. {
  4. font-family: Verdana, Arial, Helvetica, sans-serif;
  5. font-size: 15pt;
  6. color: #666666;
  7. background-color: #AAAAAA;
  8. margin: 10mm;
  9. }
  10.  
  11. p
  12. {
  13. text-align: justify;
  14. }
  15.  
  16. pre, code
  17. {
  18. font-size: 12pt;
  19. }
  20. a{ color: blue; text-decoration: none; }
  21. a:link { color: #6699CC; text-decoration: none;}
  22. a:visited { color: #660099; text-decoration: none;}
  23. a:active { background-color: #ffff00; text-decoration: none;}
  24. a:hover { color: orange; font-style: italic; text-decoration: none;}
Add Comment
Please, Sign In to add comment