Advertisement
Guest User

Divine the second

a guest
Apr 23rd, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.84 KB | None | 0 0
  1. /* Last Update: 01/02/19 */
  2.  
  3. /* PAGE BACKGROUND AND FONT */
  4. body {
  5. background:#000 url(http://wallpapercave.com/wp/Np83gl0.jpg) fixed;
  6. background-size:cover;
  7. font-family:'Kalam',serif;
  8. font-size:105%;
  9. }
  10. #title {
  11. font-family:serif;
  12. }
  13.  
  14. /* MAIN DISPLAY COLORS */
  15. .color, .equip img {
  16. background-color:#4a1b10;
  17. border:2px solid #9e686b;
  18. box-shadow:0 0 4px #9e686b,
  19. 0 0 10px #9e686b;
  20. color:#fff;
  21. }
  22. #title {
  23. color:#fff;
  24. text-shadow:0 0 5px #8b0000;
  25. }
  26. #navbar {
  27. background:radial-gradient(ellipse at 100% 42%, transparent 58%, #4b0102 64%, #260000 77%);
  28. background:-o-radial-gradient(ellipse at 100% 42%, transparent 58%, #4b0102 64%, #260000 77%);
  29. background:-moz-radial-gradient(ellipse at 100% 42%, transparent 58%, #4b0102 64%, #260000 77%);
  30. background:-webkit-radial-gradient(ellipse at 100% 42%, transparent 58%, #4b0102 64%, #260000 77%);
  31. }
  32. #navbar a {
  33. color:#ddd;
  34. text-shadow:0 0 5px #4b0102;
  35. }
  36. #navbar a:hover {
  37. color:#fff;
  38. }
  39. a {
  40. text-decoration:none;
  41. color:#00bfff;
  42. text-shadow:0 0 2px #fff;
  43. }
  44.  
  45. /* GOOGLE CHROME SCROLLBARS */
  46. ::-webkit-scrollbar {
  47. width:8px;
  48. height:8px;
  49. background-color:transparent;
  50. }
  51. ::-webkit-scrollbar-thumb {
  52. background-color:#ffffff;
  53. border-radius:5px;
  54. }
  55.  
  56. /* CSS MEAT */
  57. #title {
  58. z-index:2;
  59. position:fixed;
  60. top:5%;
  61. left:13%;
  62. font-size:7.4vh;
  63. font-weight:bold;
  64. }
  65. #mugshot {
  66. z-index:1;
  67. position:fixed;
  68. top:0;
  69. height:100%;
  70. left:44%
  71. }
  72. #navbar {
  73. z-index:4;
  74. position:fixed;
  75. left:16%;
  76. bottom:5.5%;
  77. height:48%;
  78. width:38%;
  79. padding:4% 2% 0 2%;
  80. border-radius:50%;
  81. font-size:7vh;
  82. line-height:7.5vh;
  83. }
  84. #navbar a {
  85. position:relative;
  86. font-weight:bold;
  87. }
  88. #navbar a:hover {
  89. font-size:7.2vh;
  90. }
  91. .infobox {
  92. z-index:3;
  93. position:fixed;
  94. bottom:0;
  95. right:16%;
  96. height:30%;
  97. width:32%;
  98. padding:1%;
  99. border-radius:5px;
  100. opacity:0;
  101. overflow-y:auto;
  102. transition:0.8s;
  103. -o-transition:0.8s;
  104. -moz-transition:0.8s;
  105. -webkit-transition:0.8s;
  106. }
  107. .infobox:target {
  108. z-index:5;
  109. bottom:5%;
  110. opacity:0.9;
  111. }
  112. .infobox img {
  113. width:100%;
  114. }
  115. .equip, .connection {
  116. position:relative;
  117. width:100%;
  118. }
  119. .equip img {
  120. position:relative;
  121. height:4vw;
  122. width:4vw;
  123. border-radius:50%;
  124. }
  125. .equip h3 {
  126. position:absolute;
  127. top:1vw;
  128. left:5.5vw;
  129. margin:0;
  130. line-height:4vw;
  131. }
  132. .connection {
  133. height:auto;
  134. margin:2%;
  135. }
  136. .connection img {
  137. position:relative;
  138. width:50%;
  139. }
  140. .connection h3 {
  141. position:absolute;
  142. top:50%;
  143. right:0;
  144. width:50%;
  145. margin:0;
  146. text-align:center;
  147. transform:translateY(-50%);
  148. -o-transform:translateY(-50%);
  149. -moz-transform:translateY(-50%);
  150. -webkit-transform:translateY(-50%);
  151. }
  152. p {
  153. text-indent:5%;
  154. }
  155. #credit {
  156. position:fixed;
  157. height:17px;
  158. right:1%;
  159. bottom:0%;
  160. background-color:#ffffff;
  161. border-radius:5px;
  162. }
  163. HTML
  164.  
  165. <link href="https://fonts.googleapis.com/css?family=Kalam:300" rel="stylesheet">
  166.  
  167. <div id="title">
  168. <i>DANTE</i>
  169. </div>
  170.  
  171. <img src="http://i613.photobucket.com/albums/tt217/sparda-kun/412394DevilMayCryFemaleDanteRUBEN.jpg" alt="" id="mugshot"/>
  172.  
  173. <div id="navbar">
  174. <i>
  175. <a href="#01" style="left:12%;">STYLE</a><br/>
  176. <a href="#02" style="left:4%;">EQUIP</a><br/>
  177. <a href="#03">ITEM</a><br/>
  178. <a href="#04" style="left:6%;">ACTION</a><br/>
  179. <a href="#05" style="left:21%;">GUNS</a><br/>
  180. <a href="#00" style="left:44%;">EXIT</a>
  181. </i>
  182. </div>
  183.  
  184. <div class="color infobox" id="01">
  185. <h2>Stats</h2>
  186. <p style="text-indent:0;">
  187. <b>Name:</b> Stat here
  188. <br/>
  189. <b>Species:</b> Stat here
  190. <br/>
  191. <b>Gender:</b> Stat here
  192. <br/>
  193. <b>Age:</b> Stat here
  194. <br/>
  195. <b>Hair:</b> Stat here
  196. <br/>
  197. <b>Eyes:</b> Stat here
  198. <br/>
  199. <b>Height:</b> Stat here
  200. <br/>
  201. <b>Weight:</b> Stat here
  202. <br/>
  203. <b>Build:</b> Stat here
  204. <br/>
  205. <b>Orientation:</b> Stat here
  206. </p>
  207. </div>
  208.  
  209. <div class="color infobox" id="02">
  210. <h2>Equipment</h2>
  211. <div class="equip"><img src="http://vignette2.wikia.nocookie.net/p__/images/5/57/Dante-rebellion-devil-may-cry-sword.jpg/revision/latest?cb=20101114035203&path-prefix=protagonist"/><h3>Rebellion</h3></div>
  212. <p>
  213. Description here
  214. </p>
  215. <div class="equip"><img src="http://www.imfdb.org/images/thumb/2/2f/Ebony%26Ivory.jpg/400px-Ebony%26Ivory.jpg"/><h3>Ebony & Ivory</h3></div>
  216. <p>
  217. Description here
  218. </p>
  219. </div>
  220.  
  221. <div class="color infobox" id="03">
  222. <h2>Story</h2>
  223. <p>
  224. Information and stuffity stuff stuff stufff. More stuuuufff. AND. MORE STUFF! Bippity boop bop biddly beep squap. Anyways, what do I usually do for examples when I need to fill space? OH YEAH! *ahem* Hello, people of Earth, I have come to devour you. Do not fear for it shall be a quick and painless death as I intake your entire planet. The sudden loss of atmospheric pressure and its protections will either freeze you in a millisecond or cause all of your blood to boil out of your body in a single instant. Hmm. I suppose that last one doesn't quite sound painless, but nonetheless it should be instantaneous.
  225. </p>
  226. <a href="https://s-media-cache-ak0.pinimg.com/236x/48/f5/77/48f5778e2e42ee5df34b098ffce5cf26.jpg" target="_blank">Link</a>
  227. <p>
  228. Paragraph two.
  229. </p>
  230. <p>
  231. Paragraph three.
  232. </p>
  233. <p>
  234. Paragraph four.
  235. </p>
  236. </div>
  237.  
  238. <div class="color infobox" id="04">
  239. <h2>Connections</h2>
  240. <div class="connection">
  241. <img src="http://images6.fanpop.com/image/photos/38900000/devil-may-cry-4-trish-trish-38974420-1024-515.png"/>
  242. <h3>Trish</h3>
  243. </div>
  244.  
  245. <div class="connection">
  246. <img src="http://i16.photobucket.com/albums/b3/crystalletje/dmc3chara-lady.jpg~original"/>
  247. <h3>Lady</h3>
  248. </div>
  249.  
  250. <div class="connection">
  251. <img src="https://s-media-cache-ak0.pinimg.com/736x/6f/9e/79/6f9e7942397494e06f09f7a25188f657.jpg"/>
  252. <h3>Nero</h3>
  253. </div>
  254. </div>
  255.  
  256. <div class="color infobox" id="05">
  257. <h2>OOC</h2>
  258. <ul>
  259. <li>Bullet one</li>
  260. <li>Bullet two</li>
  261. <li>Bullet three</li>
  262. <li>Bullet four</li>
  263. <li>Bullet five</li>
  264. <li>Bullet six</li>
  265. <li>Bullet seven</li>
  266. <li>Bullet eight</li>
  267. </ul>
  268. </div>
  269.  
  270. <a href="http://bit.do/eePwi" target="_blank" title="GS#07">
  271. <img src="https://i.imgur.com/loleTtJ.png" id="credit"/>
  272. </a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement