Advertisement
thequeenroyal

hsstaff

Feb 25th, 2019
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.09 KB | None | 0 0
  1. /*********************
  2.  
  3.  
  4.  
  5.  
  6. MADE BY AMERICAN QUEEN
  7.  
  8.  
  9.  
  10.  
  11. **************************/
  12.  
  13. @font-face {
  14.     font-family: "valentine";
  15.     src: url(https://dl.dropbox.com/s/t6y3lb6n6jhjtma/valentine.ttf);
  16.     format("truetype");
  17. }
  18.  
  19. #function .base {
  20.   width: 540px;
  21.   height: 200px;
  22.   border: 1px solid #000;
  23.   padding: 5px;
  24. }
  25. #function .image {
  26.   width: 540px;
  27.   height: 200px;
  28.   background: url(https://66.media.tumblr.com/7acb675440890a59b7a8aa2509cf742d/tumblr_pn9c246T3W1tqyqc7_540.gif) center/cover;
  29.   transition: all .5s ease-in-out;
  30. }
  31. #function .name {
  32. font-family: valentine;
  33.   color: #fff;
  34.   font-size: 40px;
  35.   text-transform: lowercase;
  36.   padding-top: 15%;
  37.   transtion: all .5s ease-in-out;
  38.   position: relative;
  39.   top: -103%;
  40.   left: 0%;
  41.   transform: translate(-0%, -0%);
  42.   isolation: isolate;
  43.   transition: all .5s ease-in-out;
  44. }
  45. #function .small {
  46.   font: 10px Arial, sans-serif;
  47.   text-transform: uppercase;
  48.   color: #fff;
  49.   text-align: center;
  50.   margin-top: 4px;
  51.   position: relative;
  52.   top: -83%;
  53.   left: 50%;
  54.   transform: translate(-50%, -50%);
  55.   isolation: isolate;
  56. }
  57. #function .color  {
  58.   width: 540px;
  59.   height: 200px;
  60.   mix-blend-mode: multiply;
  61.   background-clip: border-box;
  62.  
  63. }
  64. #function .base:hover .image {
  65.   opacity: .8;
  66. }
  67. #function .image:hover .small {
  68.   opacity: .0;
  69. }
  70. #function .image:hover .name {
  71.   margin-top: -550px;
  72. }
  73. #function .info {
  74.   width: 530px;
  75.   height: 190px;
  76.   background-color: #fff;
  77.   overflow: hidden;
  78.   position: relative;
  79.   margin-top: -635px;  transition: all .5s ease-in-out;
  80.   z-index: 10px;
  81. }
  82. #function .base:hover .info {
  83.   margin-top: -135px;
  84.    }
  85. #function .icon {
  86.   width: 151px;
  87.   height: 60px;
  88.   background: url(https://66.media.tumblr.com/1fdb600affba361f1a8cafa5dd17a789/tumblr_o1vzahQ7if1rhn31io1_400.gif) center/cover;
  89. border: 5px solid #00000047;
  90.  
  91.   margin-top: 3px;
  92.   margin-left: -0.5px
  93. }
  94. #function .data {
  95.   width: 152px;
  96.   height: 42px;
  97.   background-color: #000;
  98.   outline: 1px solid #fff;
  99.   outline-offset: -5px;
  100.   margin-left: -tpx;
  101.   margin-top: 3px;
  102.   padding: 5px;
  103. }
  104. #function .adm {
  105.   font: 19px Arial, sans-serif;
  106.   color: #fff;
  107.   text-transform: uppercase;
  108.   text-align: center;
  109.   padding-top: 5%;
  110.   margin-left: -10px;
  111. }
  112. #function .text {
  113.   width: 330px;
  114.   height: 163px;
  115.     outline: 1px solid #000;
  116.   outline-offset: 5px;
  117.   margin-left: 10px;
  118. }
  119. #function .work {
  120.   width: 310px;
  121.   height: 143px;
  122.   overflow: auto;
  123.   padding: 10px;
  124.   text-align: justify;
  125.   font: 13px Arial,  sans-serif;
  126.   color: #000000;
  127.   line-height: 130%;
  128.   text-transform: none;
  129. }
  130. .work::-webkit-scrollbar {
  131.   width: 1px;
  132.   color: transparent;
  133. }
  134.  
  135. .work::-webkit-scrollbar-thumb {
  136.   width: 1px;
  137.   color: transparent;
  138. }
  139.  
  140.  
  141. .work::-webkit-scrollbar-track {
  142.   width: 1px;
  143.   color: transparent;
  144. }
  145. #function::after {
  146.   content: "American Queen for seoul light";
  147.   padding: 5px;
  148.   position: relative;
  149.    bottom: -10px;
  150.   float: bottom;
  151.   left: 30px;
  152.   text-align: center;
  153.   font: 10px 'Montserrat', sans-serif;
  154.   text-transform: uppercase;
  155.   color: #8e8e8e;
  156.   opacity: .5;
  157. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement