Advertisement
A_God

NpS ki CSS

Sep 23rd, 2021
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.30 KB | None | 0 0
  1. /*
  2. You can add your own CSS here.
  3.  
  4. Click the help icon above to learn more.
  5. */
  6. .widget-area a {
  7.     color: #ffffff;
  8. }
  9. #mainnav ul li a, #mainnav ul li::before {
  10.     color: #ffffff;
  11.     text-shadow: 2px 2px 2px black;
  12. }
  13.  
  14. .footer-widgets {
  15.     padding: 20px 0;
  16. }
  17.  
  18. .widget-area .widget {
  19.  margin-bottom: 0px;
  20. }
  21. .text-slider .maintitle, .text-slider .subtitle {
  22.     color: red;
  23.     text-shadow: 2px 2px 1px white;
  24. }
  25. .site-logo {
  26.     max-height: 75px;
  27. }
  28. a:hover, a:focus {
  29.     color: #ff0000;
  30. }
  31. #mainnav li {
  32.     float: left;
  33.     padding: 0 8px;
  34. }
  35.  
  36. #mainnav ul li a {
  37.     font-size: 13.5px;
  38. }
  39.  
  40. .col-md-8 {
  41.     width: 97.666667%;
  42. }
  43.  
  44. @media (min-width: 992px)
  45. .col-md-8 {
  46.     width: 147.666667%;
  47. }
  48.  
  49. #slideshow .header-slider{
  50.     position: relative;
  51.     overflow: hidden;
  52.     width: 100%;
  53.     height: 1000px;
  54. }
  55. input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  56.     width: 1095px;
  57. }
  58. input.wpcf7-form-control.wpcf7-text {
  59.     width: 1095px;
  60. }
  61. textarea.wpcf7-form-control.wpcf7-textarea {
  62.     width: 1095px;
  63. }
  64. select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  65.     width: 1095px;
  66. }
  67.  
  68. .admin-bar .site-header, .admin-bar .site-header.float-header {
  69.     top: 32px;
  70.     background: #000000a1;
  71. }
  72. h1.title-post.entry-title {
  73.     display: none;
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement