Advertisement
thequeenroyal

velvet

Mar 2nd, 2020
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.93 KB | None | 0 0
  1. /***********
  2.  
  3. Code by Abbey
  4.  
  5. **************/
  6.  
  7. @font-face {
  8.   font-family: "Couture";
  9.   src: url('https://dl.dropbox.com/s/uooxtl95ioyu2f9/couture-bld.otf');
  10.   format("truetype");}
  11. #velvet {
  12.   width: 750px;
  13.   height: auto;
  14.   }
  15. #velvet .base {
  16.   margin: 25px 0 0;
  17.   border: 1px solid #000;
  18.   padding: 10px;
  19. }
  20. #velvet .foto {
  21. width: 245px;
  22.   height: 130px;
  23.   background: url(https://pa1.narvii.com/6517/e7fcc71a7ece393a7a4bf71bb7d4457bc84099ac_hq.gif) center/cover;
  24.  
  25. }
  26. #velvet .line {
  27.   width: 1px;
  28.   background: #000;
  29.   height: 130px;
  30.   display: inline-block;
  31.   margin-left: 2px;
  32.  }
  33. #velvet .textbg {
  34.   width: 465px;
  35.   height: 130px;
  36.   background: #555 url(https://images.fineartamerica.com/images/artworkimages/mediumlarge/2/stormy-skies-4-dimitris-sivyllis.jpg) center/cover;
  37.   background-blend-mode: multiply;
  38.     margin-left: 2px;
  39.   box-sizing: border-box;
  40.   padding: 5px;
  41. }
  42. #velvet .second {
  43.   height: 1px;
  44.   background: #000;
  45.  position: relative;
  46.   top: 5px;
  47. }
  48. #velvet .name {
  49.   font: 30px Couture;
  50.   color: #fff;
  51.   text-align: center;
  52.   line-height: 170%;
  53.   text-transform: uppercase;
  54.   text-shadow: 1px 1px Black, 1px -1px black
  55. }
  56. #velvet .sub {
  57.   color: #fff;
  58.   font: 10px Montserrat;
  59.   font-weight: bold;
  60.   width: 350px;
  61.   text-align: justify;
  62.   text-transform: uppercase;
  63.   line-height: 130%;
  64.   position: relative;
  65.   left: 50px;
  66. }
  67. #velvet.basepost {
  68.   padding: 35px;
  69.   border: 1px solid #000;
  70.   box-sizing: border-box;
  71.   margin-top: 3px;
  72. }
  73. #velvet .post {
  74.   margin: 25px 0 0;
  75.   padding: 35px;
  76.   text-align: justify;
  77.   font: 14px Merriweather;
  78.   color: #000;
  79.   line-height: 170%;
  80. }
  81.  
  82. #velvet .post b {
  83.   color: #000099;
  84. }
  85. #velvet:after {
  86.    display: block;
  87.   content: "abbs avisa";
  88.   padding: 5px 10px;
  89.   font: 10px Consolas;
  90.   text-transform: uppercase;
  91.   font-weight: bold;
  92.   opacity: .4;
  93.   color: #8c8c8c; }
  94. #velvet:hover:after {
  95.   content: "plagio é crime"; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement