Guest User

Untitled

a guest
Nov 17th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. /**
  2. * The first commented line is your dabblet’s title
  3. */
  4.  
  5. background: #ff3331;
  6. background: ;
  7. min-height: 100%;
  8. font-family: 'Lato', sans-serif;
  9.  
  10.  
  11. .cssmenu{
  12. border:none;
  13. border:0px;
  14. margin:0px;
  15. padding:0px;
  16. font: 67.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
  17. font-size:14px;
  18. font-weight:bold;
  19. }
  20. .cssmenu ul{
  21. background:#333333;
  22. height:35px;
  23. list-style:none;
  24. margin:0;
  25. padding:0;
  26. }
  27. .cssmenu li{
  28. float:left;
  29. padding:0px;
  30. }
  31. .cssmenu li a{
  32. background:#333333 url('images/seperator.gif') bottom right no-repeat;
  33. color:#cccccc;
  34. display:block;
  35. font-weight:normal;
  36. line-height:35px;
  37. margin:0px;
  38. padding:0px 25px;
  39. text-align:center;
  40. text-decoration:none;
  41. }
  42. .cssmenu li a:hover, .cssmenu ul li:hover a{
  43. background: #2580a2 url('images/hover.gif') bottom center no-repeat;
  44. color:#FFFFFF;
  45. text-decoration:none;
  46. }
  47. .cssmenu li ul{
  48. background:#333333;
  49. display:none;
  50. height:auto;
  51. padding:0px;
  52. margin:0px;
  53. border:0px;
  54. position:absolute;
  55. width:225px;
  56. z-index:200;
  57. /*top:1em;
  58. /*left:0;*/
  59. }
  60. .cssmenu li:hover ul{
  61. display:block;
  62.  
  63. }
  64. .cssmenu li li {
  65. background:url('images/sub_sep.gif') bottom left no-repeat;
  66. display:block;
  67. float:none;
  68. margin:0px;
  69. padding:0px;
  70. width:225px;
  71. }
  72. .cssmenu li:hover li a{
  73. background:none;
  74.  
  75. }
  76. .cssmenu li ul a{
  77. display:block;
  78. height:35px;
  79. font-size:12px;
  80. font-style:normal;
  81. margin:0px;
  82. padding:0px 10px 0px 15px;
  83. text-align:left;
  84. }
  85. .cssmenu li ul a:hover, .cssmenu li ul li:hover a{
  86. background:#2580a2 url('images/hover_sub.gif') center left no-repeat;
  87. border:0px;
  88. color:#ffffff;
  89. text-decoration:none;
  90. }
  91. .cssmenu p{
  92. clear:left;
  93. }
Add Comment
Please, Sign In to add comment