1. /*
  2. avlmod.css
  3. Alexander van Loon's style for the Tarski theme - http://tarskitheme.com/
  4. Designed by Alexander van Loon, http://alexandervanloon.nl/
  5. */
  6.  
  7.  
  8. /* Header text */
  9.  
  10. #title {
  11. color:white;
  12. /*font-weight:2000;*/
  13. /*text-shadow: black 0.1em 0.1em 0.2em*/
  14. border-bottom: medium none;
  15. position: relative;
  16. text-align: left;
  17. left:30px;
  18. top: -120px;
  19. }
  20.  
  21. #navigation {
  22. border-top: 1px solid #CCCCCC;
  23. }