Emmes

ME8.- Cthulhu (tablón)

Oct 7th, 2019 (edited)
1,649
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 6.75 KB | None | 0 0
  1. HTML:
  2. <div class="ME8" style="background-image: url(https://i.pinimg.com/originals/ca/c9/91/cac991fef1dc9f53535b4e5cd47ff725.jpg);">
  3.  
  4.  <div class="inME8">
  5.  <a href="/" class="ttME8">Nombre Aquí</a>
  6.  <div class="linksME8">
  7.    <a href="URL">Enlace 01</a>  <a href="URL">Enlace 02</a>  <a href="URL">Enlace 03</a>  <a href="URL">Enlace 04</a>  <a href="URL">Enlace 05</a>  <a href="URL">Enlace 06</a>  <a href="URL">Enlace 07</a>  <a href="URL">Enlace 08</a>
  8.  </div>
  9.  
  10.  <div class="moME8 mmst">
  11.  
  12.  <div>
  13.  
  14.  <div style="background-image: url(https://via.placeholder.com/60x110);">
  15.  
  16.  <div>
  17.    <a href="URL" title="Perfil" class="th th-heart-1"></a>  <a href="URL" title="Mensaje" class="th th-chat-bubble"></a>
  18.  </div>
  19.  
  20.  </div>
  21.  
  22.  <div style="background-image: url(https://via.placeholder.com/60x110);">
  23.  
  24.  <div>
  25.  <a href="URL" title="Perfil" class="th th-heart-1"> </a>  <a href="URL" title="Mensaje" class="th th-chat-bubble"></a>
  26.  </div>
  27.  
  28.  </div>
  29.  
  30.  <div style="background-image: url(https://via.placeholder.com/60x110);">
  31.  
  32.  <div>
  33.  <a href="URL" title="Perfil" class="th th-heart-1"> </a>  <a href="URL" title="Mensaje" class="th th-chat-bubble"></a>
  34.  </div>
  35.  
  36.  </div>
  37.  
  38.  </div>
  39.  
  40.  </div>
  41.  
  42.  <div class="moME8 mmam">
  43.    <a href="URL" class="th th-twitter-o" title="¿Dónde Llevo?"></a>  <a href="URL" class="th th-tumblr-o" title="¿Dónde Llevo?"></a>  <a href="URL" class="th th-discord" title="¿Dónde Llevo?"></a>  <a href="https://emmescodes.tumblr.com/" class="th th-code" title="Code by Emme"></a>
  44.  </div>
  45.  
  46.  <div class="moME8 mmbo">
  47.  
  48.  <div>
  49.  Dessert oat cake pudding icing cookie lollipop chocolate cake. <br /><br />Apple pie cheesecake bear claw chocolate bar. Apple pie oat cake croissant chocolate bar toffee topping pastry danish. Donut pudding powder jelly beans.<br /><br /> Jelly sweet candy marzipan brownie candy pie sweet halvah. Candy canes cheesecake bonbon. Chocolate cake chocolate cake danish lemon drops marshmallow. Cupcake dragée croissant cotton candy bonbon icing.<br /><br /> Cookie jelly beans ice cream chocolate bar chupa chups liquorice gummies lollipop cake. Chocolate bar bonbon dessert jelly lollipop halvah chupa chups cotton candy. Ice cream ice cream candy jelly beans.
  50.  </div>
  51.  
  52.  </div>
  53.  
  54.  <div class="moME8 mmwh">
  55.  
  56.  <div>
  57.  <span><strong>04</strong>Dessert oat cake pudding icing cookie lollipop chocolate cake. </span>   <span><strong>03</strong>Apple pie cheesecake bear claw chocolate bar. Apple pie oat cake croissant chocolate bar toffee topping pastry danish. </span>   <span><strong>02</strong>Donut pudding powder jelly beans.</span> <span><strong>01</strong>Jelly sweet candy marzipan brownie candy pie sweet halvah. Candy canes cheesecake bonbon.</span>
  58.  </div>
  59.  
  60.  </div>
  61.  
  62.  </div>
  63. </div><link href="https://solrainha.github.io/honeybee/honeybee.css" rel="stylesheet" />
  64.  
  65. CSS:
  66. .ME8,
  67. .ME8 * {
  68.   box-sizing: border-box;
  69.   scrollbar-color: #0006 #0003;
  70.   scrollbar-width: thin;
  71. }
  72. :root {
  73.   --fondo-uno: #111;
  74.   --fondo-dos: #181818;
  75.   --borde: #262626;
  76.   --texto: #777;
  77.   --hover: #ac471d;
  78. }
  79. .ME8 {
  80.   min-width: 900px;
  81.   margin: auto;
  82.   padding-top: 250px;
  83.   background-position: center;
  84.   background-size: cover;
  85.   border: 1px solid var(--borde);
  86.   font: 12px Lato;
  87.   color: var(--texto);
  88. }
  89. .inME8 {
  90.   background: var(--fondo-uno);
  91.   border-top: 1px solid var(--borde);
  92.   position: relative;
  93.   min-height: 200px;
  94.   font-size: 0px;
  95.   letter-spacing: -5px;
  96. }
  97. .ttME8 {
  98.   font: bold 50px/30px Prompt;
  99.   letter-spacing: 20px;
  100.   position: absolute;
  101.   bottom: calc(100% - 1px);
  102.   width: 100%;
  103.   text-align: center;
  104.   color: var(--fondo-uno) !important;
  105.   text-transform: uppercase;
  106.   padding: 20px 0 0 20px;
  107.   -webkit-text-stroke: 1px var(--borde);
  108.   overflow: hidden;
  109. }
  110. .linksME8 {
  111.   padding: 5px;
  112.   border-bottom: 1px solid var(--borde);
  113.   display: flex;
  114. }
  115. .linksME8 a {
  116.   margin: 5px;
  117.   flex: 1;
  118.   text-align: center;
  119.   background: var(--fondo-dos);
  120.   padding: 5px 3px 5px 5px;
  121.   transition: 0.5s;
  122.   color: var(--texto);
  123.   font-size: 10px;
  124.   text-transform: uppercase;
  125.   letter-spacing: 2px;
  126.   font-weight: bold;
  127.   border: 1px solid var(--borde);
  128. }
  129. .linksME8 a:hover {
  130.   flex: 1.5;
  131.   color: var(--hover);
  132. }
  133. .moME8 {
  134.   display: inline-block;
  135.   vertical-align: middle;
  136.   letter-spacing: normal;
  137. }
  138. .moME8.mmst {
  139.   background: var(--fondo-dos);
  140.   padding: 20px;
  141.   border-right: 1px solid var(--borde);
  142.   width: 270px;
  143. }
  144. .moME8.mmst > div {
  145.   display: flex;
  146. }
  147. .moME8.mmst > div > div {
  148.   margin: 5px;
  149.   flex: 1;
  150.   height: 120px;
  151.   border: 5px solid;
  152.   box-shadow: inset 0 0 0 1px var(--borde);
  153.   position: relative;
  154.   background-size: cover;
  155.   background-position: center;
  156.   overflow: hidden;
  157.   transition: 0.5s;
  158. }
  159. .moME8.mmst > div > div:hover {
  160.   border: 5px solid var(--hover);
  161. }
  162. .moME8.mmst > div > div > div {
  163.   position: absolute;
  164.   background: var(--fondo-uno);
  165.   width: 100%;
  166.   height: 100%;
  167.   display: flex;
  168.   font-size: 20px;
  169.   align-items: center;
  170.   justify-content: center;
  171.   transition: 0.5s;
  172.   flex-wrap: wrap;
  173.   top: 100%;
  174.   padding: 20px 0;
  175. }
  176. .moME8.mmst > div > div:hover > div {
  177.   top: 0%;
  178. }
  179. .moME8.mmst a {
  180.   padding: 0 10px;
  181.   color: var(--texto);
  182.   transition: 0.3s;
  183.   transform: scale(0.8);
  184. }
  185. .moME8.mmst a:hover {
  186.   transform: scale(1);
  187.   color: var(--hover);
  188. }
  189.  
  190. .moME8.mmam {
  191.   width: 60px;
  192.   padding: 0 5px;
  193.   text-align: center;
  194. }
  195. .moME8.mmam a {
  196.   display: block;
  197.   font-size: 20px;
  198.   margin: 15px 0;
  199.   transform: scale(0.8);
  200.   transition: 0.3s;
  201.   color: var(--texto);
  202. }
  203. .moME8.mmam a:hover {
  204.   transform: scale(1);
  205.   color: var(--hover);
  206. }
  207. .moME8.mmbo {
  208.   height: 170px;
  209.   background: var(--fondo-dos);
  210.   border-left: 1px solid var(--borde);
  211.   border-right: 1px solid var(--borde);
  212.   width: calc(100% - 580px);
  213. }
  214. .moME8.mmbo > div {
  215.   margin: 30px;
  216.   font: 12px Lato;
  217.   height: calc(100% - 60px);
  218.   overflow: auto;
  219.   text-align: justify;
  220.   hyphens: auto;
  221.   padding-right: 5px;
  222. }
  223. .moME8.mmwh {
  224.   padding: 20px;
  225.   width: 250px;
  226. }
  227. .moME8.mmwh > div {
  228.   font: 12px Lato;
  229.   height: 125px;
  230.   overflow: auto;
  231.   text-align: justify;
  232.   hyphens: auto;
  233. }
  234. .moME8.mmwh > div span {
  235.   display: block;
  236.   margin-bottom: 10px;
  237.   clear: both;
  238. }
  239. .moME8.mmwh > div strong {
  240.   font: 30px/30px Prompt;
  241.   float: left;
  242.   margin-right: 5px;
  243.   color: var(--hover);
  244.   width: 40px;
  245.   text-align: center;
  246. }
  247. .moME8.mmwh > div a {
  248.   color: var(--hover);
  249. }
  250.  
  251. .miME8 {
  252.   display: block;
  253.   font: 10px arial;
  254.   letter-spacing: 2px;
  255.   text-align: center;
  256.   transition: 0.5s;
  257. }
  258. .miME8:hover {
  259.   letter-spacing: 10px;
  260. }
  261. .ME8 div::-webkit-scrollbar {
  262.   width: 5px !important;
  263.   height: 5px !important;
  264.   background: #0006 !important;
  265. }
  266. .ME8 div::-webkit-scrollbar-thumb {
  267.   background: #0003 !important;
  268. }
Advertisement
Add Comment
Please, Sign In to add comment