Advertisement
Guest User

Untitled

a guest
Dec 29th, 2011
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.14 KB | None | 0 0
  1. .dropmenu li ul
  2. {
  3.     z-index: 90;
  4.     display: none;
  5.     position: absolute;
  6.     width: 19.2em;
  7.     font-weight: normal;
  8.     border-bottom: 1px solid #999;
  9.     padding: 7px 0 0 0;  
  10.      -moz-box-shadow:0 0 5px #000000;
  11.     -webkit-box-shadow:0 0 5px #000000;
  12.     box-shadow:0 0 5px #000000;  
  13.     /*
  14.     z-index: 90;
  15.     display: none;
  16.     position: absolute;
  17.     width: 19.2em;
  18.     font-weight: normal;
  19.     border-bottom: 1px solid #999;
  20.     padding: 7px 0 0 0;  
  21.      -moz-box-shadow:0 0 5px #000000;
  22.     -webkit-box-shadow:0 0 5px #000000;
  23.     box-shadow:0 0 5px #000000;  
  24.        
  25.     background: #fffaf0;
  26.     background: -moz-linear-gradient(top, #fffaf0 0%, #f0ece4 21%, #b3b2b3 75%, #a0a0a4 100%);
  27.     background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffaf0), color-stop(21%,#f0ece4), color-stop(75%,#b3b2b3), color-stop(100%,#a0a0a4));
  28.     background: -webkit-linear-gradient(top, #fffaf0 0%,#f0ece4 21%,#b3b2b3 75%,#a0a0a4 100%);
  29.     background: -o-linear-gradient(top, #fffaf0 0%,#f0ece4 21%,#b3b2b3 75%,#a0a0a4 100%);
  30.     background: -ms-linear-gradient(top, #fffaf0 0%,#f0ece4 21%,#b3b2b3 75%,#a0a0a4 100%);
  31.     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffaf0', endColorstr='#a0a0a4',GradientType=0 );
  32.     background: linear-gradient(top, #fffaf0 0%,#f0ece4 21%,#b3b2b3 75%,#a0a0a4 100%);
  33.     */
  34. background: #565656; /* Old browsers */
  35. background: -moz-linear-gradient(top,  #565656 0%, #0e0e0e 100%); /* FF3.6+ */
  36. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565656), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
  37. background: -webkit-linear-gradient(top,  #565656 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
  38. background: -o-linear-gradient(top,  #565656 0%,#0e0e0e 100%); /* Opera 11.10+ */
  39. background: -ms-linear-gradient(top,  #565656 0%,#0e0e0e 100%); /* IE10+ */
  40. background: linear-gradient(top,  #565656 0%,#0e0e0e 100%); /* W3C */
  41. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
  42.  
  43. }
  44. .rss_button, .face_button, .twit_button, .myspace_button, .youtube_button, .title_time
  45. {
  46.     float: right;
  47.     margin: 10px 0;
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement