Guest User

Untitled

a guest
Oct 18th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1. /**
  2. * The Wellington Theme Post Single Basic
  3. * With Variable Viewing Width and Scaling Text
  4. */
  5.  
  6.  
  7.  
  8. body {width:100%; font: 10px/10px Georgia;background-color:#666; }
  9.  
  10. .container{
  11. min-width: 720px;
  12. max-width: 1600px;
  13. margin: 10px auto;
  14. background-color:#fff;
  15. overflow:hidden;
  16. }
  17.  
  18. .content
  19. {
  20. width:46.6666667%;
  21. padding-top:20px;
  22. margin-left:35%;
  23. background-color:#fafafa;
  24. }
  25. .content p {font: 1em/1.45em Georgia;margin:0px;margin:0 0 1.30em 0; color:#222;}
  26. .content .abstract {font: italic 1.618em/1.29em Georgia; margin:0px;margin:0 0 0.809em 0; color:#555;}
  27. .content h3 {font: 1.75em/1.25em Georgia,Calibri,Arial;margin:0px; margin:0.75em 0 0.58em 0;color:#222;}
  28. .content h2 {font: 2.2em/1em Georgia,Calibri,Arial; font-variant:small-caps; letter-spacing:1pt; margin:0px;margin:1.34em 0 0.66em 0;color:#bf0426}
  29. .content h1 {font: 2.5em/1em Georgia,Calibri,Arial;margin:0px;margin:0pt 0 0pt 0;color:#222;}
  30.  
  31. .content h1, .content h2, .content h3 {font-family:'Ubuntu',Georgia;}
  32. .content p, .content .abstract{font-family:'Arvo',Georgia,Arial;}
  33.  
  34. .meta
  35. {
  36. float:left;
  37. margin-left:-71.428571%;
  38. width:56.285714%;
  39. padding-right:5.55%;
  40. padding-top:20px;
  41. padding-bottom:20px;
  42. background-color:#ddd;
  43. text-align:right;
  44. }
  45.  
  46. .head_img
  47. {
  48. width: 192.857143%;
  49. height:372px;
  50. padding: 0;
  51. margin-left:-71.428571%;
  52. background-color:#f2d99c;
  53. border-top:13px solid #bf0426;
  54. border-bottom:13px solid #bf0426;
  55. border-left:36px solid #bf0426;
  56. border-right:36px solid #bf0426;
  57. }
  58.  
  59.  
  60. .large_img
  61. {
  62. width: 159.325397%;
  63. height:497px;
  64. padding: 0;
  65. margin-left:-53.571429%;
  66. background-color:#690011;
  67. border-top:18px solid #bf0426;
  68. border-bottom:18px solid #bf0426;
  69. border-left:30px solid #bf0426;
  70. border-right:30px solid #bf0426;
  71. }
  72.  
  73.  
  74.  
  75. .sub_img
  76. {
  77. float:left;
  78. width: 59.920635%;
  79. height:186px;
  80. padding: 0;
  81. margin-left:-71.428571%;
  82. background-color:#690011;
  83. border-top:7px solid #bf0426;
  84. border-bottom:7px solid #bf0426;
  85. border-left:11px solid #bf0426;
  86. border-right:11px solid #bf0426;
  87. }
  88.  
  89.  
  90.  
  91. .large_sub_img
  92. {
  93. float:left;
  94. width: 93.253968%;
  95. height:289px;
  96. padding: 0;
  97. margin-left:-71.428571%;
  98. margin-right:7.142857%;
  99. margin-top:3.5714285%;
  100. margin-bottom:3.5714285%;
  101. background-color:#690011;
  102. border-top:11px solid #bf0426;
  103. border-bottom:11px solid #bf0426;
  104. border-left:17px solid #bf0426;
  105. border-right:17px solid #bf0426;
  106. }
  107.  
  108.  
  109.  
  110. .head_img_2
  111. {
  112. width: 207.142857%;
  113. padding: 0;
  114. margin-left:-71.428571%;
  115. background-color:#f2d99c;
  116. position:relative;
  117. }
  118.  
  119. .head_img_2 img
  120. {
  121. max-width:100%;
  122. }
  123.  
  124. .head_img_2:after{
  125. position:absolute;
  126. top:0px;right:0px;bottom:0px;left:0px;
  127. border:10px solid rgba(191,4,28,0.8);
  128. content:" ";
  129. }
  130.  
  131. /**
  132. @media screen {.content {font-size:24px;}}
  133. @media screen and (max-width:1350px) {.content {font-size:20px;}}
  134. @media screen and (max-width:1200px) {.content {font-size:18px;}}
  135. @media screen and (max-width:1080px) {.content {font-size:16px;}}
  136. @media screen and (max-width:980px) {.content {font-size:14px;}}
  137. @media screen and (max-width:800px) {.content {font-size:12px;}}
  138. */
  139.  
  140. @media screen {.content {font-size:22px;}}
  141. @media screen and (max-width:1700px) {.container{margin:10px 3%;width:92%;}}
  142. @media screen and (max-width:1440px) {.content {font-size:20px;}}
  143. @media screen and (max-width:1280px) {.content {font-size:18px;}.container{margin:10px 2%;width:94%;}}
  144. @media screen and (max-width:1160px) {.content {font-size:16px;}}
  145. @media screen and (max-width:1008px) {.content {font-size:14px;}.container{margin:10px 0;width:100%;}}
  146. @media screen and (max-width:880px) {.content {font-size:12px;}}
Add Comment
Please, Sign In to add comment