Advertisement
phpface

Untitled

Feb 5th, 2018
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.13 KB | None | 0 0
  1. /** main color: #f0591a **/
  2. /** header **/
  3. #navigation-wrapper, .dropdown-menu {
  4.     background: #f0591a;
  5. }
  6. /** carousel icon **/
  7. .section-header h3 i, .section-header .section-nav .bullet.active {
  8.     background: #f0591a;
  9. }
  10. /** sidebar **/
  11. .widget h4.widget-title, .sidebar .wpb_wrapper .widget-title, .sidebar .widget .widgettitle{
  12.     background: #f0591a;
  13. }
  14. /** footer **/
  15. #footer {
  16.     background: #f0591a;
  17. }
  18. #footer .widget p, #footer .widget ul li a, .copyright p{
  19.     color: #fff;
  20. }
  21. .copyright{
  22.     border-top: 1px solid #1B4F80;
  23. }
  24. /** footer tag widget **/
  25. #footer .mars-keycloud-widgets a, #footer .widget a.tag{
  26.     background: #852F15;
  27.     color:#fff;
  28. }
  29. .tagcloud a:hover,
  30. #footer .mars-keycloud-widgets a:hover,
  31. #footer .widget a.tag:hover {
  32.     background:#A53817;
  33. }
  34.  
  35. /** video single page **/
  36. .video-info span.likes{
  37.     color: #f0591a;
  38. }
  39. .video-details .meta .meta-info, .post-info .meta .meta-info {
  40.     background: #f0591a;
  41. }
  42. .post-entry a.readmore{
  43.     background: #f0591a;
  44. }
  45. .item p a {
  46.     color: #f0591a;
  47. }
  48. .pagination span.current, .pagination>.active>a{
  49.     background: #f0591a!important;
  50.     border-color: #f0591a !important;
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement