Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .dropmenu li ul
- {
- z-index: 90;
- display: none;
- position: absolute;
- width: 19.2em;
- font-weight: normal;
- border-bottom: 1px solid #999;
- padding: 7px 0 0 0;
- -moz-box-shadow:0 0 5px #000000;
- -webkit-box-shadow:0 0 5px #000000;
- box-shadow:0 0 5px #000000;
- /*
- z-index: 90;
- display: none;
- position: absolute;
- width: 19.2em;
- font-weight: normal;
- border-bottom: 1px solid #999;
- padding: 7px 0 0 0;
- -moz-box-shadow:0 0 5px #000000;
- -webkit-box-shadow:0 0 5px #000000;
- box-shadow:0 0 5px #000000;
- background: #fffaf0;
- background: -moz-linear-gradient(top, #fffaf0 0%, #f0ece4 21%, #b3b2b3 75%, #a0a0a4 100%);
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffaf0), color-stop(21%,#f0ece4), color-stop(75%,#b3b2b3), color-stop(100%,#a0a0a4));
- background: -webkit-linear-gradient(top, #fffaf0 0%,#f0ece4 21%,#b3b2b3 75%,#a0a0a4 100%);
- background: -o-linear-gradient(top, #fffaf0 0%,#f0ece4 21%,#b3b2b3 75%,#a0a0a4 100%);
- background: -ms-linear-gradient(top, #fffaf0 0%,#f0ece4 21%,#b3b2b3 75%,#a0a0a4 100%);
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffaf0', endColorstr='#a0a0a4',GradientType=0 );
- background: linear-gradient(top, #fffaf0 0%,#f0ece4 21%,#b3b2b3 75%,#a0a0a4 100%);
- */
- background: #565656; /* Old browsers */
- background: -moz-linear-gradient(top, #565656 0%, #0e0e0e 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#565656), color-stop(100%,#0e0e0e)); /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(top, #565656 0%,#0e0e0e 100%); /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(top, #565656 0%,#0e0e0e 100%); /* Opera 11.10+ */
- background: -ms-linear-gradient(top, #565656 0%,#0e0e0e 100%); /* IE10+ */
- background: linear-gradient(top, #565656 0%,#0e0e0e 100%); /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#565656', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
- }
- .rss_button, .face_button, .twit_button, .myspace_button, .youtube_button, .title_time
- {
- float: right;
- margin: 10px 0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement