Advertisement
Guest User

avlmod style for Tarski WordPress theme, improved

a guest
May 3rd, 2012
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.70 KB | None | 0 0
  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. /* Title */
  9.  
  10. #title {
  11. border-bottom: medium none;
  12. position: relative;
  13. top: -120px;
  14. margin-left: 30px;
  15. }
  16.  
  17. /* Blog title */
  18.  
  19. #blog-title {
  20. color: white;
  21. font-family: "Trebuchet MS",Verdana,Sans-Serif;
  22. font-weight: bold;
  23. font-size: 2em;
  24. text-shadow: black 0.1em 0.1em 0.2em
  25. }
  26.  
  27. /* Tagline */
  28.  
  29. #tagline {
  30. color: white;
  31. font-family: "Trebuchet MS",Verdana,Sans-Serif;
  32. font-style: normal;
  33. font-weight: bold;
  34. font-size: 0.9em;
  35. text-shadow: black 0.1em 0.1em 0.2em
  36. }
  37.  
  38. /* Navigation */
  39.  
  40. #navigation {
  41. border-top: 1px solid #CCCCCC;
  42. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement