Advertisement
phpface

Untitled

Aug 3rd, 2017
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.74 KB | None | 0 0
  1. /** General **/
  2. input, textarea, a, p, .item p a, span, i,h1,h2,h3,h4,h5,h6{
  3.     color: #fff;
  4. }
  5.  
  6. .form-control{
  7.     border: 1px solid #333;
  8.     color: #fff;
  9. }
  10.  
  11. /** The Featured area **/
  12. .featured-wrapper{
  13.     background: #171717;
  14. }
  15.  
  16. /** The Title **/
  17. .video-section .item h3 a,
  18. .widget .item h3 a,
  19. .post .post-header h2,
  20. .post .post-header h2 a,
  21. .video-info h1,
  22. .section-header h3,
  23. .section-header .page-title {
  24.     color: #fff;
  25. }
  26.  
  27. /** The icon **/
  28. .section-header h3 i,
  29. .section-header .section-nav .bullet.active{
  30.     background: #333;
  31. }
  32.  
  33. /** The widget title background **/
  34. .widget h4.widget-title,
  35. .sidebar .wpb_wrapper .widget-title,
  36. .sidebar .widget .widgettitle,
  37. .form-control{
  38.     background: #171717;
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement