Advertisement
khalisar

sidebar

Aug 5th, 2013
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.95 KB | None | 0 0
  1. #sidebar
  2. {
  3. width:300px;
  4. position:fixed;
  5. margin-left:90px;
  6. margin-top:110px;
  7. }
  8.  
  9. #sidebar {width:100px;}
  10.  
  11. #sidebarimage img
  12. {
  13. margin-left:90px;
  14. width:165px;
  15. max-height:750px;
  16. margin-top:0px;
  17. padding:5px;
  18. padding-bottom:5px;
  19. }
  20.  
  21. #nav {
  22. position:fixed;
  23. overflow:hidden;
  24. margin-top:150px;
  25. margin-left:315px;
  26. }
  27.  
  28. #link1 a , #link2 a, #link3 a
  29.  
  30. #title
  31. {
  32. font-family:cambria;
  33. text-align:center;
  34. margin-top:-129px;
  35. padding-bottom:0px;
  36. text-transform:none;
  37. font-style:normal;
  38. font-size:10px;
  39. }
  40.  
  41. #description {
  42. margin-left: 105px;
  43. border:1px solid #A4A4A4;
  44. margin-top: -5px;
  45. padding-left:6px;
  46. padding-right:6px;
  47. width: 130px;
  48. line-height: 100%;
  49. background-color:#ffffff;
  50. text-transform:none;
  51. text-align:justify;
  52. font-family:cambria;
  53. font-size: 10px;
  54. font-style:none;
  55. padding-bottom:7px;
  56. padding-top:7px;
  57. }
  58.  
  59. #links {
  60. letter-spacing:1px;
  61. word-spacing:5px;
  62. position:fixed;
  63. font-family:cambria;
  64. width:60px;
  65. padding-top:px;
  66. padding:4px;
  67. height:75px;
  68. margin-top:-157px;
  69. background-color:#fff;
  70. margin-left:140px;
  71. opacity:0;
  72. font-size:8px;
  73. text-align:center;
  74. -moz-transition-duration:1.5s;
  75. -webkit-transition-duration:1.5s;
  76. -o-transition-duration:1.5s;
  77. }
  78.  
  79. #links a{
  80. line-height:300%;
  81. padding:3px;
  82. padding-bottom:5px;
  83. margin-top:0px;
  84. margin-bottom:6px;
  85. margin-left:1px;
  86. color:#000;
  87. letter-spacing:1px;
  88. text-decoration:none;
  89. }
  90.  
  91. #links a:hover {
  92. text-transform:uppercase;
  93. color: #DBDBDB;
  94. -moz-transition-duration:.4s;
  95. -webkit-transition-duration:.4s;
  96. -o-transition-duration:.4s;
  97. }
  98. #sidebar:hover #links {
  99. margin-top:-157px;
  100. opacity:.9;
  101. -moz-transition-duration:1.5s;
  102. -webkit-transition-duration:1.5s;
  103. -o-transition-duration:1.5s;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement