Advertisement
NeroShade

DARK THEME MINIMALIST (HTML)

Aug 1st, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.83 KB | None | 0 0
  1. <--! Please do not use inany commercial use -->
  2. <--! Neroshade &copy; 2017 -->
  3.  
  4. <--! How to use:
  5. Open NOTEPADE or text EDIT
  6. COPY this
  7. Paste it on Notepad or textedit
  8. save file as extension .html or .htm
  9. save as UTF-8 instead of ANSI
  10. find it in the fileexplorer
  11. click on it,
  12. it should open as a web page on your default browser.
  13. --->
  14.  
  15. <--! Everything inside the "<--! -->" Is a comment... it will not appear on the browser. It will only appear in the text editor.
  16. Feel free to copy the content after the comments -->
  17. <--! IMPORTANT: Make sure your browser is at the latest version for best results -->
  18.  
  19. <!doctype html>
  20. <html lang="en-us">
  21. <head>
  22. <title> DARK THEME </title>
  23. <meta charset="UTF-8">
  24. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  25. <meta name="author" content="NEROSHADE">
  26. <base target="_blank">
  27.   <!--[if lt IE 9]>
  28.    <script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.js"></script>
  29.  <![endif]-->
  30. <style>
  31. body {
  32. margin:0;
  33. padding:0;
  34. background: url("https://zellox.com/wp-content/uploads/2016/04/black-flowers-%E2%80%AB78629581%E2%80%AC-%E2%80%AB%E2%80%AC.jpg");
  35. background-position:fixed;
  36.  
  37. }
  38. p.button {
  39. text-align:center;
  40. font-weight:bold;
  41. border-bottom: 1px dotted black;
  42. width: 105px;
  43. margin:auto;
  44. padding:20px;
  45. background:black;
  46. outline: 1px solid white;
  47. color:white;}
  48.  
  49. .hover {
  50. position: relative;
  51. width: 300px;
  52. margin:auto;
  53. margin-top: 50px;}
  54.  
  55.  
  56. .tooltip {
  57. position: absolute;
  58. background: lightgray;
  59. width:105;
  60. left:100px;
  61. margin-top: 5px;
  62. visibilty:hidden;
  63. opacity: 0;
  64. transition: opacity 1s;
  65. overflow-y: scroll;
  66. height: 100px;
  67. }
  68.  
  69. .content {
  70. padding: 10px;
  71. text-align:center;
  72. }
  73.  
  74. .tooltip::after {
  75. content:"";
  76. position:absolute;
  77. bottom:100%;
  78. left:48%;
  79. border-width: 5px;
  80. border-style: solid;
  81. border-color: transparent transparent lightgray transparent;
  82. }
  83.  
  84. .hover:hover .tooltip {
  85. visibility: visible;
  86. opacity: 1;
  87. }
  88.  
  89. .hover:hover .button {
  90. background: white;
  91. border-left: 5px solid black;
  92. color:black;
  93. cursor:pointer;
  94. }
  95. h1 {
  96. width:200px;
  97. background: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQBCrp2Jyj6kKrQrgrtt6X_1A3INCEVkELQXPscbqt2r8ePudvM");
  98. height: auto;
  99. margin: auto;
  100. padding:20px;
  101. text-align:center;
  102. border:3px double black;
  103. outline: 3px solid white;
  104. font-family:"times new roman";
  105. color:white;
  106. ;
  107. }
  108.  
  109. .aftertext {
  110. width:500px;
  111. margin:auto;
  112. border-left:5px solid darkgray;
  113. margin-top: 120px;
  114. background: white;}
  115.  
  116. .aftertext p {
  117. padding-left: 10px;
  118. padding:20px;
  119. }
  120.  
  121. .encase {
  122. background: url("https://68.media.tumblr.com/a649a035f3a977c16d76ab3d0fb3d2d6/tumblr_nrbnxbfIin1tk9gi3o1_500.gif");
  123. height:100px;
  124. }
  125. .links {
  126. background: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS-iqwKiiazGqNGohlNq6NtbojSIhIQJPqgBvA8UsK7zD2QHZL3Dd-3HzTH"
  127. );
  128.  
  129. }
  130.  
  131.  
  132.  
  133. .links a  {
  134. display:inline-block;
  135. padding: 8px 15px;
  136. text-align:center;
  137. color:white;
  138. text-decoration: none;
  139. border-right: 1px solid white;
  140.  
  141. }
  142.  
  143. .links a:last-child {
  144. border-right: none;
  145. }
  146.  
  147. .links a:hover {
  148. background: black;
  149. border-left: 5px solid black;
  150. font-weight:bold;
  151. }
  152.  
  153.  
  154. </style>
  155. </head>
  156. <body>
  157. <div class="encase">
  158. <h1> DARK  </h1>
  159. <div class="links">
  160. <p> <a href="https://pastebin.com/u/NeroShade"> MORE THEMES </a><a href="http://nero-shade.deviantart.com"> DEVIANTART</a><a href="https://ultrapoetryandartstuff.tumblr.com"> TUMBLR </a>
  161. <a href="https://twitter.com/Nero_Shade_" style="float:right; border-left: 1px solid white;"> TWITTER </a></p>
  162. </div>
  163. </div>
  164.  
  165.  
  166. <div class="hover">
  167.  <p class="button"> HOVER ME </p>
  168.    <div class="tooltip">
  169.      <p class="content"><strong> What is HTML 5?</strong><br/> Html 5 is markup language to build webpages that are fast and interactive to the user who uses it.  </p>
  170.     </div>
  171. </div>
  172. <div class="aftertext">
  173. <p> Learning HTML is easy. As the hover text suggests, html is one of the most commonly used language. It is very light and easy so it is suggested for beginners who want to write code </p>
  174. </div>
  175. <div class="aftertext">
  176. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ac ultrices metus, vitae tincidunt augue. Vestibulum accumsan tellus a felis posuere pellentesque. Maecenas id massa id massa cursus vehicula rhoncus ut nulla. Nullam malesuada rhoncus turpis aliquam varius. Morbi ac lacus nec turpis iaculis fermentum. Morbi urna dui, feugiat vel elit vitae, scelerisque dignissim ante. Proin congue justo id posuere pretium. In vel hendrerit dolor, eu rutrum nibh. Pellentesque volutpat quis magna sit amet consectetur. Morbi luctus sed elit ut elementum. Maecenas vestibulum sollicitudin elit, quis fermentum diam volutpat auctor. In sed tempor tellus. Fusce pharetra ultrices </p>
  177. </div>
  178.  
  179. <footer style="background:black;margin-top:20px;">
  180. <p style="color:white;"> NEROSHADE (c) 2017 </p>
  181. </footer>
  182.  
  183. </body>
  184. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement