Advertisement
Guest User

style.css

a guest
Feb 16th, 2015
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. body{
  2.      padding: 50px 0;
  3.      font-size: 19px;
  4.      font-family: "mf-agency-gothic-ct-84527";
  5. }
  6.  
  7. div.wrapper{
  8.      margin: 0 auto;
  9.      display: block;
  10.      white-space: nowrap;
  11.      text-align: center;
  12.      padding-bottom: 20px;
  13.      min-height: 100%;
  14.      width: auto;
  15.      max-width: none;
  16. }
  17.  
  18. div{
  19.      text-align: left;
  20.      display: inline-block;
  21.      white-space: normal;
  22.      vertical-align: top;
  23.      -webkit-box-sizing: border-box;
  24.      -moz-box-sizing: border-box;
  25.      box-sizing: border-box;
  26.      padding: 0 2%;
  27.      max-width: 760px;
  28.      width: 760px;
  29. }
  30.  
  31. h1{
  32.      font-size: 5.105em;
  33.      line-height: 0.928em;
  34.      text-align: center;
  35.      text-transform: uppercase;
  36. }
  37.  
  38. p.intro{
  39.      font-size: 1.368em;
  40.      border-top: 1px;
  41.      border-bottom: 1px;
  42.      padding: 1.154em;
  43.      text-align: center;
  44.      border-style: solid;
  45.      line-height: 1.5em;
  46.      margin: 1.038em 0px;
  47. }
  48.  
  49. p{
  50.      font-size: 1em;
  51.      line-height: 1.421em;
  52.      color: rgba(51, 51, 51, 0.80);
  53.      margin: 0px 0px 1.421em 0px;
  54. }
  55.  
  56. h2{
  57.      font-size: 1.526em;
  58.      line-height: 0.931em;
  59.      margin: 0px 0px 0.931em 0px;
  60. }
  61.  
  62. p.pullquote{
  63.      padding-left: 10px;
  64.      border-style: solid;
  65.      border-left-width: 3px;
  66.      color: rgba(51, 51, 51, 1.00);
  67.      font-size: 1em;
  68.      line-height: 1.421em;
  69.      margin: 0px 0px 1.421em 0px;
  70. }
  71.  
  72. p.author{
  73.      text-align: center;
  74.      font-size: 13px;
  75.      letter-spacing: 2px;
  76.      margin-top: 27px;
  77.      text-transform: uppercase;
  78. }
  79.  
  80. @media only screen and (max-width: 900px) {
  81.      div{
  82.      display: block;
  83.      margin: 0 auto 8em;
  84.      width: 100%;
  85.      padding: 0 2em;
  86. }
  87.  
  88. }@media only screen and (max-width: 480px) {
  89.      body{
  90.      font-size: 90%;
  91. }
  92.  
  93. h1{
  94.      font-size: 3.75em;
  95.      line-height: 0.929em;
  96. }
  97.  
  98. p{
  99.      font-size: 16px;
  100. }
  101.  
  102. p.pullquote{
  103.      font-size: 16px;
  104. }
  105.  
  106. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement