NecromancerCoding

[Pack completo] Eternal Innocence CSS

Sep 21st, 2020
451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.21 KB | None | 0 0
  1. .wiccan {
  2.   --dbckg1:#1a1a1a;
  3.   --dbckg2: #1c1c1c;
  4.   --dbckg3: #1e1e1e;
  5.   --dbckg4: #202020;
  6.   --tbckg1:rgba(0,0,0,0.4);
  7.   --border1:1px solid #111;
  8.   --border2:16px solid #222;
  9.   --tborder1:11px solid rgba(0,0,0,0.01);
  10.   --shadow-d:1px 1px rgba(0,0,0,0.2), -1px 1px rgba(0,0,0,0.2), 1px -1px rgba(0,0,0,0.2), -1px -1px rgba(0,0,0,0.2);
  11.   --txt:#ccc;
  12.   --title:#fff;
  13.   --accent1:#566965;
  14.   --accent2:#485754;
  15. }
  16.  
  17. .wiccan {
  18.   border:var(--border2);
  19.   outline:var(--border1);
  20.   outline-offset:-1px;
  21.   background:var(--dbckg1);
  22.   margin:10px auto;
  23.   color:var(--txt);
  24. }
  25.  
  26. .wiccan br { display: none; }
  27. .wiccan .wtext br {display:block;}
  28.  
  29. .wiccan *::selection {
  30.   background:var(--accent1);
  31.   color:white;
  32.   text-shadow:var(--shadow-d);
  33. }
  34.  
  35. .whover {
  36.   position:relative;
  37.   display:flex;
  38.   justify-content:center;
  39.   align-items:center;
  40.   overflow:hidden;
  41. }
  42.  
  43. .wambi, .wafi {
  44.   width:500px;
  45.   height:600px;
  46. }
  47.  
  48. .wbusq {
  49.   width:500px;
  50.   height:300px;
  51. }
  52.  
  53. .wcajas {
  54.   width:400px;
  55. }
  56.  
  57. .wiccan .wbody {
  58.   border:var(--border1);
  59. }
  60.  
  61. .wcajas .wbody{
  62.   padding:10px;
  63. }
  64.  
  65. .whover .wimg {
  66.   position:absolute;
  67.   width:inherit;
  68.   height:inherit;
  69.   box-sizing:border-box;
  70.   border:var(--border1);
  71.   background-clip:border-box;
  72.   background-size:cover;
  73.   background-position:center;
  74.   background-repeat:no-repeat;
  75. }
  76.  
  77. .whover .wtext {
  78.   background:var(--tbckg1);
  79.   outline:var(--border1);
  80.   border:var(--tborder1);
  81.   position:absolute;
  82.   bottom:-321px;
  83.   left:0;
  84.   width:220px;
  85.   height:320px;
  86.   backdrop-filter:blur(4px);
  87.   -webkit-backdrop-filter:blur(4px);
  88.   box-sizing:border-box;
  89.   color:var(--txt);
  90.   font:12px 'Roboto';
  91.   text-align:justify;
  92.   overflow:auto;
  93.   padding-right:3px;
  94.   border-right:7px;
  95.   transition:ease 0.6s;
  96. }
  97.  
  98. .wbusq .wtext {
  99.   height:300px;
  100.   bottom:-300px;
  101. }
  102.  
  103. .wcajas .wtext {
  104.   background:var(--dbckg2);
  105.   border:var(--border1);
  106.   padding:10px;
  107.   text-align:justify;
  108.   font-size:12px;
  109.   line-height:15px;
  110. }
  111.  
  112. .whover .wtitle {
  113.   position:absolute;
  114.   bottom:360px;
  115.   color:var(--title);
  116.   text-shadow:var(--shadow-d);
  117.   text-transform:uppercase;
  118.   font:35px 'Montserrat';
  119.   font-weight:700;
  120.   width:230px;
  121.   text-align:right;
  122.   line-height:35px;
  123. }
  124.  
  125. .wcajas .wttitle {
  126.   font:20px 'Montserrat';
  127.   text-transform:uppercase;
  128.   font-weight:700;
  129.   background:var(--dbckg2);
  130.   border-bottom:var(--border1);
  131.   padding:20px;
  132.   margin:-10px -10px 10px -10px;
  133.   text-align:center;
  134. }
  135.  
  136. .wbusq .wtitle {
  137.   bottom:unset;
  138.   top:unset;
  139.   right:20px;
  140. }
  141.  
  142. .wcajas .wtitle {
  143.   margin: 10px 0;
  144.   border:var(--border1);
  145.   background:var(--dbckg4);
  146.   text-shadow:var(--shadow-d);
  147.   font:12px 'Montserrat';
  148.   text-transform:uppercase;
  149.   display:flex;
  150.   justify-content:flex-start;
  151.   align-items:center;
  152.   padding-right:20px;
  153. }
  154.  
  155. .wcajas .wtitle em {
  156.   border-right:var(--border1);
  157.   width:50px;
  158.   height:50px;
  159.   line-height:50px;
  160.   text-align:center;
  161.   font-size:12px;
  162.   color:var(--accent1);
  163.   background:var(--dbckg3);
  164.   margin-right:20px;
  165.   flex-shrink:0;
  166. }
  167.  
  168. .wcajas .wtitle em:before {
  169.   line-height:50px;
  170. }
  171.  
  172. .whover .wtitle m {
  173.   font:10px 'Roboto';
  174.   font-weight:700;
  175.   text-align:justify;
  176.   text-align-last:justify;
  177.   display:block;
  178.   width:100%;
  179. }
  180.  
  181. .wafi .wtitle a {
  182.   color:var(--title);
  183.   text-decoration:none;
  184. }
  185.  
  186. .whover:hover .wtext {
  187.   bottom:0;
  188. }
  189.  
  190. .wafi .wtext.wbotones {
  191.     left: unset;
  192.     right: -270px;
  193.     width: 270px;
  194.     height:250px;
  195.     bottom:0;
  196. }
  197. .wafi:hover .wtext.wbotones {
  198.   right:0;
  199. }
  200.  
  201. .wcajas .wenv {
  202.   display:flex;
  203.   justify-content:center;
  204.   align-items:flex-start;
  205. }
  206.  
  207. .wcajas .wenv2 {
  208.   width:calc(50% - 5px);
  209.   display:flex;
  210.   justify-content:center;
  211.   align-items:center;
  212.   flex-direction:column;
  213.   align-self:stretch;
  214. }
  215.  
  216. .wcajas .wenv2:nth-of-type(odd) {
  217.   margin-right:10px;
  218. }
  219.  
  220. .wcajas .wenv2 .wtext {
  221.   align-self:stretch;
  222.   flex-grow:1;
  223.   text-align:left;
  224. }
  225.  
  226. .wcajas .wtitle {
  227.   flex-shrink:0;
  228. }
  229.  
  230. .ncredit {
  231.   width: 400px;
  232.   text-align: center;
  233.   margin: 0 auto;
  234.   display: block;
  235.   font-size: 10px;
  236.   text-decoration: none;
  237.   font: 8px verdana;
  238.   color: #aaa;
  239. }
  240.  
  241. .wiccan + br + .ncredit {
  242.   margin-top: -15px;
  243. }
  244.  
  245. .ncredit:before {
  246.   content: "©";
  247. }
Add Comment
Please, Sign In to add comment