Advertisement
thequeenroyal

dimples

Mar 29th, 2019
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.93 KB | None | 0 0
  1. #dimple .base  {
  2.   width: 650px;
  3.   height: auto;
  4.   background: #000;
  5.   outline: 1px solid #fff;
  6.   outline-offset: -10px;
  7.   padding: 35px;
  8. }
  9. #dimple .bigbig {
  10.   font: 20px 'Playfair Display', serif;
  11.   color: #fff;
  12.   text-transform: uppercase;
  13.   padding: 10px;
  14.   text-shadow: 2px 1px 1px #000;
  15.   font-weight: 900;
  16. }
  17. #dimple .small {
  18.   width: 450px;
  19.   font: 11px 'Lora', serif;
  20.   color: #fff;
  21.   text-transform: uppercase;
  22.   line-height: 100%;
  23.   text-align: justify;
  24.   position: relative;
  25.   bottom: 5px;
  26. }
  27. #dimple .photo {
  28.   width: 665px;
  29.   height: 250px;
  30.   background: url(https://66.media.tumblr.com/ce0f1041a2ece36a13b6c08a19c3dbc0/tumblr_oe9iavrkIP1umvpaoo1_500.gif) center/cover;
  31.   position: relative;
  32.   bottom: -2px;
  33.   right: 5px;
  34.   box-sizing: border-box;
  35.   border-top: 5px solid #450000;
  36.   border-bottom: 5px solid #450000;
  37. }
  38.  
  39. #dimple .cube {
  40.     width: 60px;
  41.   height: 20px;
  42.   background: #cc0000;
  43.   position: relative;
  44.   display: inline-block;
  45.   left: 0px;
  46.   }
  47. #dimple .basepost {
  48.       background: #000;
  49.   width: 100%;
  50.   box-sizing: border-box;
  51.   padding: 30px;
  52. outline: 1px solid #363636;
  53.   outline-offset: -15px;
  54.   border-bottom: 5px solid #450000;
  55. }
  56. #dimple .post {
  57.   font: 13px Arial, sans-serif;
  58.   color: #999;
  59.     padding: 30px;
  60.   text-align: justify;
  61.   line-height: 150%;
  62.    }
  63. #dimple .post b {
  64.   font: 13px Arial, sans-serif;
  65.   color: #cc0000;
  66.   font-weight: 900;
  67. }
  68. #dimple .quote {
  69.   width: 450px;
  70.   font: 11px 'Lora', serif;
  71.   color: #fff;
  72.   text-transform: uppercase;
  73.   line-height: 100%;
  74.   text-align: justify;
  75.   position: relative;
  76.   top: 10px;
  77.  
  78. }
  79. #dimple .quote b {
  80.   font: 10px 'Lora', serif;
  81.   font-weight: 900;
  82.   color: #cc0000;
  83.   position: relative;
  84.   }
  85.  
  86. #dimple .base::after {
  87.   content: "American Queen at royalty codes";
  88.     color: #eee;
  89.   font: 10px 'Lora', serif;
  90.   text-transform: uppercase;
  91.   position: relative;
  92.   bottom: -10px;
  93.   opacity: 0.3;
  94.  
  95. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement