Advertisement
Guest User

Untitled

a guest
Jan 26th, 2016
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. *{
  2. outline:none;
  3. color:#61afef;
  4. }
  5. #content{
  6. background: #1C1E20;
  7. }
  8. .content-item{
  9. background: #22292E;
  10. border:0px;
  11. }
  12. .content-title{
  13. color:#61afef!important;
  14. }
  15. .home .home-header {
  16. background-color: #282127;
  17. background: -webkit-radial-gradient(at top,rgba(255,255,255,.1),transparent 60%) #282127;
  18. background: radial-gradient(at top,rgba(255,255,255,.1),transparent 60%) #282127;
  19. }
  20. #search-home, #search-home-input, #search-home button{
  21. background:#ddd;
  22. background-color:#ddd;
  23. }
  24. #search-home button:hover{
  25. background:#22292E;
  26. background-color:#22292E;
  27. }
  28. .clearfix, .page-footer{
  29. background:#22292E!important;
  30. }
  31. .content-tags li, .btn{
  32. background-color:#1c5b78!important;
  33. color:#F8AD32!important;
  34. }
  35. .content-tags li:hover, .content-tags li:hover a, .btn:hover{
  36. background-color:#F8AD32!important;
  37. color:#777!important;
  38. }
  39. .social li a{
  40. background-color:none!important;
  41. background:none!important;
  42. }
  43. .main .content-container h2{
  44. color:#61afef!important;
  45. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement