bluerosemarcella

Navigation Columns 1

May 11th, 2014
514
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. #navigatechunk {
  2. position:relative;
  3. float:left;
  4. display:block;
  5. text-align:center;
  6. width:130px;
  7. height:100px;
  8. padding-left:5px;
  9. padding-left:5px;
  10. }
  11.  
  12. #navigate {
  13. position:relative;
  14. float:left;
  15. display:block;
  16. text-align:center;
  17. margin-top:5px;
  18. margin-left:16px;
  19. width:117px;
  20. padding:3px;
  21.  
  22. }
  23.  
  24. #navigateheaders {
  25. float:left;
  26. position:relative;
  27. margin-top:10px;
  28. text-align:center;
  29. color:#b1b4b4;
  30. font-size:12px;
  31. font-family:'calibri';
  32. text-transform:uppercase;
  33. display:block;
  34. width:130px;
  35. padding-left:2px;
  36. padding-right:2px;
  37. letter-spacing:2px;
  38. margin-left:18px;
  39. border-bottom:1px solid #eee;
  40. width:90%;
  41.  
  42. }
  43.  
  44. #navigate a {
  45. display:block;
  46. text-align:center;
  47. height:2px;
  48. color:#090909;
  49. width:115px;
  50. font-family:'calibri';
  51. letter-spacing:2px;
  52. font-style:italic;
  53. font-size:9px;
  54. padding-top:2px;
  55. padding-bottom:2px;
  56. text-transform:lowercase;
  57. }
  58.  
  59. #navigate a:hover {
  60. display:block;
  61. text-align:center;
  62. height:2px;
  63. color:#ebebeb;
  64. width:115px;
  65. font-family:'calibri';
  66. letter-spacing:2px;
  67. font-style:italic;
  68. font-size:9px;
  69. padding-top:2px;
  70. padding-bottom:2px;
  71. text-transform:lowercase;
  72. }
Advertisement
Add Comment
Please, Sign In to add comment