Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. /************************/
  2. /* =Ad Takeover */
  3. /************************/
  4.  
  5. body.ad.page-template-about #featured-required,
  6. body.ad.page-template-sitemap #featured-required {
  7. width: 1000px;
  8.  
  9. @media #{$small-only} {
  10. width: 100%;
  11. }
  12. }
  13.  
  14. body.ad.page-template-account #featured-required,
  15. body.ad.page-template-subscriptions #featured-required {
  16. border-right: 0;
  17. border-left: 0;
  18.  
  19. @media #{$small-only} {
  20. width: 100%;
  21. }
  22. }
  23.  
  24. body.ad.page-template-account #featured-required,
  25. body.ad.single #featured-required {
  26. width: 1000px;
  27.  
  28. @media #{$small-only} {
  29. width: 100%;
  30. }
  31.  
  32. .entry-title {
  33. background-color: #fff;
  34.  
  35. @media #{$small-only} {
  36. background-color: #f7f7f7;
  37. }
  38. }
  39. }
  40.  
  41. body.ad {
  42. // promo header ad
  43. #TakeoverBackground{
  44. background-repeat: repeat-y;
  45. background-position: top center;
  46. background-attachment: fixed;
  47. @media #{$small-only} {
  48. background-image:url('');
  49. }
  50. }
  51.  
  52. //Billboard Ads
  53. #gpt-ad-slot-promo-header{
  54. margin: 0 auto;
  55. width: 1024px;
  56. position: relative;
  57. @media #{$small-only} {
  58. display: none;
  59. visibility: hidden;
  60. }
  61. }
  62.  
  63. #gpt-ad-slot-promo-header > a{
  64. padding:0 12px;
  65. }
  66.  
  67. .PageContainer:not(.footer){
  68. width:1024px;
  69. margin:0 auto;
  70. @media #{$small-only} {
  71. width:auto;
  72. }
  73. }
  74.  
  75. .gutteradArea{
  76. margin: 0 auto;
  77. width: 1024px;
  78. position:relative;
  79. @media #{$small-only} {
  80. width:auto;
  81. }
  82. }
  83.  
  84. #gutters-ad{
  85. width: 100%;
  86. height: 100%;
  87. position: absolute;
  88. }
  89.  
  90. #gutters-ad > div{
  91. width: 100%;
  92. height: 100%;
  93. }
  94.  
  95. #gutters-ad > div > iframe{
  96. width: 100%;
  97. height: 100%;
  98. }
  99.  
  100. #gpt-ad-slot-promo-header> div{
  101. text-align :center;
  102. }
  103. .sticky { position: fixed !important; top: 0px; }
  104.  
  105. .footer { opacity: 0.99; }
  106. }
  107.  
  108. body.ad.page-template-page-magazines,
  109. body.ad.page-template-page-issue,
  110. body.ad.page-template-account,
  111. body.ad.category,
  112. body.ad.single,
  113. body.ad.search,
  114. body.ad.tag {
  115. .leaderboard {
  116. @include leaderboard;
  117. max-width: 1000px;
  118. min-width: 1000px;
  119. margin: 0 auto;
  120. }
  121. }
  122.  
  123. body.ad .related-posts {
  124. min-width: 1000px;
  125.  
  126. .wrapper {
  127. padding: 0px;
  128. }
  129.  
  130. .pattern {
  131. min-width: 100%;
  132. }
  133.  
  134. &:before {
  135. min-width: 1000px;
  136.  
  137. @media #{$small-only} {
  138. min-width: 100%;
  139. }
  140. }
  141.  
  142. @media #{$small-only} {
  143. min-width: 100%;
  144. }
  145. }
  146.  
  147. body.ad.category .masthead-wrap,
  148. body.ad.tag .masthead-wrap,
  149. body.ad.search .masthead-wrap,
  150. body.ad.page-template-mediawall .masthead-wrap,
  151. body.ad.author .masthead-wrap,
  152. body.ad.single .masthead-wrap,
  153. body.ad.magazine .masthead-wrap,
  154. body.ad.issue .masthead-wrap,
  155. body.ad.by-month .masthead-wrap,
  156. body.ad.page-template-promoted .masthead-wrap,
  157. body.ad.page-template-about .masthead-wrap,
  158. body.ad.page-template-sitemap .masthead-wrap,
  159. body.ad.page-template-account .masthead-wrap,
  160. body.ad.page-template-subscriptions .masthead-wrap {
  161. background-color: transparent;
  162. }
  163.  
  164. body.ad.category .top-bar-container,
  165. body.ad.tag .top-bar-container,
  166. body.ad.search .top-bar-container,
  167. body.ad.page-template-mediawall .top-bar-container,
  168. body.ad.author .top-bar-container,
  169. body.ad.single .top-bar-container,
  170. body.ad.magazine .top-bar-container,
  171. body.ad.issue .top-bar-container,
  172. body.ad.by-month .top-bar-container,
  173. body.ad.page-template-promoted .top-bar-container,
  174. body.ad.page-template-about .top-bar-container,
  175. body.ad.page-template-sitemap .top-bar-container,
  176. body.ad.page-template-subscriptions .top-bar-container,
  177. body.ad.page-template-account .top-bar-container {
  178. background-color: transparent;
  179. }
  180.  
  181. body.ad.category .top-bar,
  182. body.ad.tag .top-bar,
  183. body.ad.search .top-bar,
  184. body.ad.page-template-mediawall .top-bar,
  185. body.ad.author .top-bar,
  186. body.ad.single .top-bar,
  187. body.ad.magazine .top-bar,
  188. body.ad.issue .top-bar,
  189. body.ad.by-month .top-bar,
  190. body.ad.page-template-promoted .top-bar,
  191. body.ad.page-template-about .top-bar,
  192. body.ad.page-template-sitemap .top-bar,
  193. body.ad.page-template-subscriptions .top-bar,
  194. body.ad.page-template-account.top-bar {
  195. background-color: transparent !important;
  196. }
  197.  
  198. body.ad.error404 .gutteradArea,
  199. body.ad.page-template-sitemap .gutteradArea,
  200. body.ad.page-template-about .gutteradArea,
  201. body.ad.page-template-mediawall .gutteradArea {
  202. width: 100%;
  203.  
  204. .PageContainer {
  205. width: 100%;
  206. }
  207. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement