Advertisement
srikat

Untitled

Dec 3rd, 2013
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.33 KB | None | 0 0
  1. /* Custom styles by Sridhar */
  2.  
  3. .breadcrumb {
  4.     background: url(images/lines.png) bottom repeat-x;
  5.     margin-bottom: 32px;
  6.     margin-bottom: 2rem;
  7.     padding-bottom: 20px;
  8.     padding-bottom: 1.25rem;
  9. }
  10.  
  11. .cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
  12.     width: 28px !important;
  13.     height: 28px !important;
  14.     padding-right: 0 !important;
  15. }
  16.  
  17. .gsc-search-box-tools .gsc-search-box .gsc-input {
  18.     padding-right: 0 !important;
  19. }
  20.  
  21. input.gsc-input {
  22.     box-shadow: none;
  23. }
  24.  
  25. .gsc-search-box tbody {
  26.     border-bottom: none;
  27. }
  28.  
  29. .gsc-search-box td {
  30.     border-top: none;
  31. }
  32.  
  33. .gsc-input-box {
  34.     height: 32px !important;
  35. }
  36.  
  37. input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
  38.     border: none !important;
  39.     box-shadow: none;
  40.     background: url('images/icon-search-button.png') no-repeat !important;
  41. }
  42.  
  43. .cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
  44.     width: 28px !important;
  45.     height: 28px !important;
  46.     padding-right: 0 !important;
  47. }
  48.  
  49. td.gsc-input {
  50.     padding-top: 0;
  51. }
  52.  
  53. .header-image .site-title a {
  54.     max-width: 618px;
  55.     min-height: 88px;
  56. }
  57.  
  58. .title-area {
  59.     width: 65.555555555%; /* 708px / 1080px */
  60. }
  61.  
  62. .site-header .widget-area {
  63.     width: 31.111111111%; /* 336px / 1080px */
  64. }
  65.  
  66. .site-title a {
  67.     background: url('images/everyday-aware-logo-618x88.png') no-repeat !important;
  68. }
  69.  
  70. .site-footer {
  71.     padding: 0.5rem;
  72. }
  73.  
  74. .metro-pro-blue .site-footer a {
  75.     color: #5BB1F9;
  76. }
  77.  
  78. .metro-pro-blue .site-footer a:hover {
  79.     color: #fff;
  80. }
  81.  
  82. .enews .widget-headline {
  83.     background-color: transparent;
  84. }
  85.  
  86. @media only screen and (max-width: 1139px) {
  87.  
  88.     .header-image .site-title a {
  89.         background-size: contain !important;
  90.     }
  91.  
  92. }
  93.  
  94. @media only screen and (max-width: 767px) {
  95.  
  96.     .header-image .site-title, .header-image .title-area {
  97.         min-height: 0;
  98.     }
  99.  
  100.     .site-title {
  101.         margin-bottom: 0;
  102.     }
  103.  
  104.     .header-widget-area .widget {
  105.         margin-bottom: 0;
  106.     }
  107.  
  108. }
  109.  
  110. @media only screen and (max-width: 741px) {
  111.  
  112.     .title-area {
  113.         width: 100%;
  114.     }
  115.  
  116.     .site-header .widget-area {
  117.         width: 100%;
  118.     }
  119.  
  120.     .header-image .site-title a {
  121.         min-height: 60px;
  122.     }
  123.  
  124. }
  125.  
  126. @media only screen and (max-width: 320px) {
  127.  
  128.     .header-image .site-title a {
  129.         min-height: 40px;
  130.     }
  131.  
  132. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement