Advertisement
NecromancerCoding

The Mandalorian Administrativo

Dec 22nd, 2020
2,069
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.02 KB | None | 0 0
  1. <div class="mando">
  2. <input type="radio" id="mdcont1" name="mando" checked/>
  3. <input type="radio" id="mdcont2" name="mando"/>
  4. <input type="radio" id="mdcont3" name="mando"/>
  5. <input type="radio" id="mdcont4" name="mando"/>
  6. <input type="radio" id="mdcont5" name="mando"/>
  7. <div class="mdheader" style="background-image:url(http://placehold.it/520x250/222.png);">
  8. <div class="mdhtop">other info here / you can separate it like this / or leave it empty / your call</div>
  9. <div class="mdhenv">
  10. <div class="mdhleft">
  11. <div class="mdhrombp"><em class="sf sf-sun-1-o"></em></div>
  12. <div class="mdhrombg">
  13. <strong>short title</strong>
  14. <span>subtitle</span>
  15. </div>
  16. </div>
  17. <div class="mdhright">
  18. <div class="mdhrenv">
  19. <strong>name of post</strong>
  20. <span>another subtitle</span>
  21. </div>
  22. </div>
  23. </div>
  24. </div>
  25. <div class="mdbody">
  26. <div class="mdsid">
  27. <label for="mdcont1">
  28. <em>01.</em><strong>name of tab</strong>
  29. </label>
  30. <label for="mdcont2">
  31. <em>02.</em><strong>name of tab</strong>
  32. </label>
  33. <label for="mdcont3">
  34. <em>03.</em><strong>name of tab</strong>
  35. </label>
  36. <label for="mdcont4">
  37. <em>04.</em><strong>name of tab</strong>
  38. </label>
  39. <label for="mdcont5">
  40. <em>05.</em><strong>name of tab</strong>
  41. </label>
  42. </div>
  43. <div class="mdcont">
  44. <div class="mdcont1">
  45. Contenido 1.
  46. </div>
  47. <div class="mdcont2">
  48. Contenido 2.
  49. </div>
  50. <div class="mdcont3">
  51. Contenido 3.
  52. </div>
  53. <div class="mdcont4">
  54. Contenido 4.
  55. </div>
  56. <div class="mdcont5">
  57. Contenido 5.
  58. </div>
  59. </div>
  60. </div>
  61. </div>
  62. <a href="https://necromancercoding.tumblr.com/" class="ncredit">NC</a>
  63.  
  64. <style>.mando { --bckg1: #151515; --bckg2: #999; --border1: 1px solid #0a0a0a; --border2: 1px solid var(--border2-color); --border2-color: #fff; --text: #aaa; --title:#fff; --accent1: #00cccc; --accent2: #00aaaa; --slide-blend: multiply; }</style><link href="https://dl.dropbox.com/s/sw7fnif7p80g4j0/mando.css" rel="stylesheet"/><link href="//solrainha.github.io/honeybee/honeybee.css" rel="stylesheet"/><link href="//solrainha.github.io/saturnicons/saturnicons.css" rel="stylesheet"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement