Advertisement
thequeenroyal

simplebbycode

May 15th, 2019
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.58 KB | None | 0 0
  1. @font-face {
  2.     font-family: "Intro";
  3.     src: url(https://dl.dropbox.com/s/6ljrkkvsmj7m2fx/Intro.otf);
  4.     format("truetype");
  5. }
  6. #simples {
  7.   width: 650px;
  8.   padding: 35px;
  9.   background: #fff;
  10.   outline: 1px solid #000;
  11.   outline-offset: -5px;
  12. }
  13. #simples .bgbase {
  14.   width: 100%;
  15.   outline: 1px solid #000;
  16.   outline-offset: 25px;
  17. }
  18. #simples .title {
  19.  width: 100%;
  20.  padding: 10px;
  21.   background-image: linear-gradient(to left, #8077c5,  #370aa8);
  22.     box-sizing: border-box;
  23.   outline: 1px solid #fff;
  24.   outline-offset: -5px;
  25. }
  26. #simples .name {
  27.   font: 25px Intro, sans-serif;
  28.   color: #fff;
  29.   font-weight: 600;
  30.   text-transform: uppercase;
  31.   padding-top: 2%;
  32.   line-height: 160%;
  33.   text-align: center;
  34.   text-shadow: 2px 1px 1px #000;
  35. }
  36. #simples .basepost {
  37.   width: 100%;
  38.   box-sizing: border-box;
  39.   padding: 30px;
  40. }
  41. #simples .post {
  42.   font: 13px Arial, sans-serif;
  43.   color: #000;
  44.     padding: 30px;
  45.   text-align: justify;
  46.   line-height: 150%;
  47.   }
  48. #simples .notas {
  49.   font: 13px 'Montserrat', sans-serif;
  50.   text-transform: uppercase;
  51.   color: #fff;
  52.   text-align: justify;
  53.   line-height: 130%;
  54.   padding: 10px;
  55.   text-shadow: 2px 1px 1px #000;
  56.    font-weight: 700;
  57. }
  58. #simples .name::first-letter {
  59.   color: #7cb2ed;
  60. }
  61. #simples .bgbase:after { content: "「♡」";
  62.   font: bold 12px Consolas;
  63.   color: #ccc;
  64.   text-transform: uppercase;
  65.   text-align: center;
  66.   letter-spacing: -.5px;
  67.   opacity: .5;
  68.   position: relative;
  69.   top: 10px;
  70.   left: 250px;
  71. }
  72. #simples .bgbase:hover::after {
  73.    content: "「AMERICAN QUEEN ♡ ROYALTY CODES」"
  74.     ; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement