Guest User

Untitled

a guest
Jan 21st, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. #content .col-left h3 {
  2. width: 210px;
  3. height: 27px;
  4. padding: 8px 10px 0px 10px;
  5. position: relative;
  6. font-size: 19.2px;
  7. color: #ffffff;
  8. background: #0b0e12; /* Old browsers */
  9. background: -moz-linear-gradient(top, #0b0e12 0%, #202d36 100%); /* FF3.6+ */
  10. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0b0e12), color-stop(100%,#202d36)); /* Chrome,Safari4+ */
  11. background: -webkit-linear-gradient(top, #0b0e12 0%,#202d36 100%); /* Chrome10+,Safari5.1+ */
  12. background: -o-linear-gradient(top, #0b0e12 0%,#202d36 100%); /* Opera11.10+ */
  13. background: -ms-linear-gradient(top, #0b0e12 0%,#202d36 100%); /* IE10+ */
  14. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b0e12', endColorstr='#202d36',GradientType=0 ); /* IE6-9 */
  15. background: linear-gradient(top, #0b0e12 0%,#202d36 100%); /* W3C */
  16. }
Add Comment
Please, Sign In to add comment