Advertisement
CartoonCartoons

Revamped Code

Jan 25th, 2020
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.91 KB | None | 0 0
  1. ------------ PLEASE READ, DO NOT JUST COPY AND PASTE. -------------
  2.  
  3. ---------------------- Paste the CSS section into the second box that says <style> ------------------------
  4.  
  5.  
  6.  
  7. @import url('//fonts.googleapis.com/css?family=Courgette');
  8.  
  9. ::-webkit-scrollbar {width: 8px; height: 8px; background: #; }
  10. ::-webkit-scrollbar-thumb { background-color:#;}
  11.  
  12. a:link, a:visited, a:active{color: #000000;font-family:'Courgette', sans-serif;
  13. font-size: 1.4vw; font-weight:; text-shadow: -.1vw 0vw .1vw #CFA981; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; }
  14.  
  15. a:hover { color: #000000; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; }
  16.  
  17. h1 {
  18. color: #ffffff;
  19. text-align: center;
  20. font-family:'Courgette', sans-serif;
  21. font-size: 2.5vw;
  22. }
  23.  
  24. ib {
  25. color: #000000;
  26. font-style: italic;
  27. font-weight: bold;
  28. text-shadow: 0vw 0vw 0vw #ffffff;
  29. }
  30.  
  31. i {
  32. color: #FFFFFD;
  33. font-style: italic;
  34. text-shadow: .1vw .1vw .1vw #000000;
  35. }
  36.  
  37. b {
  38. color: #C062DD;
  39. font-weight: bold;
  40. text-shadow: .1vw .1vw .1vw #ffffff;
  41. }
  42. body {
  43. background: url(https://wallpaperaccess.com/full/48483.jpg);
  44. background-size: cover;
  45. background-repeat:no-repeat;
  46. }
  47.  
  48. .image{position:absolute;
  49. width: 25vw;
  50. height: 24.5vw;
  51. left: 11vw;
  52. bottom: 9vw;
  53. border: .2vw solid #C062DD;
  54. box-shadow: 0vw 0vw 1vw #000000;
  55. background: url(https://cache.desktopnexus.com/thumbseg/2065/2065194-bigthumbnail.jpg);
  56. background-size: 100%;
  57. background-repeat:no-repeat;}
  58.  
  59. .box{position:absolute;
  60. width:30vw;
  61. height:40vw;
  62. left:38vw;
  63. bottom:3vw;
  64. background-color: #DFA8F0;
  65. border: .2vw solid #C062DD;
  66. box-shadow: 0vw 0vw 1vw #000000;
  67. font-family:'Teko', sans-serif;
  68. font-size: 3vw;}
  69.  
  70. .maintext {
  71. width:29vw;
  72. height:39vw;
  73. left:38.5vw;
  74. bottom:3.5vw;
  75. font-family:'Courgette', sans-serif;
  76. font-size: 1.3vw;
  77. text-align:center;
  78. color: #ffffff;
  79. text-shadow: 0vw 0vw .1vw #000000;
  80. line-height:1.5vw;
  81. overflow: hidden;
  82. position: fixed;
  83. opacity: 0;
  84. overflow-y:scroll;
  85. }
  86. .maintext:target {z-index:20;opacity:1;}
  87.  
  88. .navbar {
  89. Background-color: transparent;
  90. Position: absolute;
  91. Height: 10vw;
  92. Width: 40vw;
  93. Left: 63vw;
  94. bottom: 10vw;
  95. z-index: 100;
  96. }
  97.  
  98. .nav1 {
  99. background-color: #DFA8F0;
  100. box-shadow: 0vw 0vw .5vw #000000;
  101. Position: absolute;
  102. left:7vw;
  103. border-radius: 5%;
  104. bottom: 27vw;
  105. Height: 1.8vw;
  106. Width: 5vw;
  107. text-align:center;
  108. font-size:3vw;
  109. -webkit-transition: all 2s ease-in-out;
  110. -moz-transition: all 2s ease-in-out;
  111. -o-transition: all 2s ease-in-out;
  112. }
  113. .nav1:hover {
  114. background-color: #C062DD;
  115. box-shadow: 0vw 0vw .5vw #000000;
  116. -webkit-transition: all 0.2s ease-in;
  117. -moz-transition: all 0.2s ease-in;
  118. -o-transition: all 0.2s ease-in;
  119. }
  120.  
  121. .nav2 {
  122. background-color: #DFA8F0;
  123. box-shadow: 0vw 0vw .5vw #000000;
  124. Position: absolute;
  125. left:7vw;
  126. border-radius: 5%;
  127. bottom: 24vw;
  128. Height: 1.8vw;
  129. Width: 5vw;
  130. text-align:center;
  131. font-size:3vw;
  132. -webkit-transition: all 2s ease-in-out;
  133. -moz-transition: all 2s ease-in-out;
  134. -o-transition: all 2s ease-in-out;
  135. }
  136. .nav2:hover {
  137. background-color: #C062DD;
  138. box-shadow: 0vw 0vw .5vw #000000;
  139. -webkit-transition: all 0.2s ease-in;
  140. -moz-transition: all 0.2s ease-in;
  141. -o-transition: all 0.2s ease-in;
  142. }
  143.  
  144. .nav3 {
  145. background-color: #DFA8F0;
  146. box-shadow: 0vw 0vw .5vw #000000;
  147. Position: absolute;
  148. left:7vw;
  149. border-radius: 5%;
  150. bottom: 21vw;
  151. Height: 1.8vw;
  152. Width: 5vw;
  153. text-align:center;
  154. font-size:3vw;
  155. -webkit-transition: all 2s ease-in-out;
  156. -moz-transition: all 2s ease-in-out;
  157. -o-transition: all 2s ease-in-out;
  158. }
  159. .nav3:hover {
  160. background-color: #C062DD;
  161. box-shadow: 0vw 0vw .5vw #000000;
  162. -webkit-transition: all 0.2s ease-in;
  163. -moz-transition: all 0.2s ease-in;
  164. -o-transition: all 0.2s ease-in;
  165. }
  166.  
  167. .nav4 {
  168. background-color: #DFA8F0;
  169. box-shadow: 0vw 0vw .5vw #000000;
  170. Position: absolute;
  171. left:7vw;
  172. border-radius: 5%;
  173. bottom: 18vw;
  174. Height: 1.8vw;
  175. Width: 5vw;
  176. text-align:center;
  177. font-size:3vw;
  178. -webkit-transition: all 2s ease-in-out;
  179. -moz-transition: all 2s ease-in-out;
  180. -o-transition: all 2s ease-in-out;
  181. }
  182. .nav4:hover {
  183. background-color: #C062DD;
  184. box-shadow: 0vw 0vw .5vw #000000;
  185. -webkit-transition: all 0.2s ease-in;
  186. -moz-transition: all 0.2s ease-in;
  187. -o-transition: all 0.2s ease-in;
  188. }
  189.  
  190. .nav5 {
  191. background-color: #DFA8F0;
  192. box-shadow: 0vw 0vw .5vw #000000;
  193. Position: absolute;
  194. left:7vw;
  195. border-radius: 5%;
  196. bottom: 15vw;
  197. Height: 1.8vw;
  198. Width: 5vw;
  199. text-align:center;
  200. font-size:3vw;
  201. -webkit-transition: all 2s ease-in-out;
  202. -moz-transition: all 2s ease-in-out;
  203. -o-transition: all 2s ease-in-out;
  204. }
  205. .nav5:hover {
  206. background-color: #C062DD;
  207. box-shadow: 0vw 0vw .5vw #000000;
  208. -webkit-transition: all 0.2s ease-in;
  209. -moz-transition: all 0.2s ease-in;
  210. -o-transition: all 0.2s ease-in;
  211. }
  212.  
  213. .nav6 {
  214. background-color: #DFA8F0;
  215. box-shadow: 0vw 0vw .5vw #000000;
  216. Position: absolute;
  217. left:7vw;
  218. border-radius: 5%;
  219. bottom: 12vw;
  220. Height: 1.8vw;
  221. Width: 5vw;
  222. text-align:center;
  223. font-size:3vw;
  224. -webkit-transition: all 2s ease-in-out;
  225. -moz-transition: all 2s ease-in-out;
  226. -o-transition: all 2s ease-in-out;
  227. }
  228. .nav6:hover {
  229. background-color: #C062DD;
  230. box-shadow: 0vw 0vw .5vw #000000;
  231. -webkit-transition: all 0.2s ease-in;
  232. -moz-transition: all 0.2s ease-in;
  233. -o-transition: all 0.2s ease-in;
  234. }
  235.  
  236. .nav7 {
  237. background-color: #DFA8F0;
  238. box-shadow: 0vw 0vw .5vw #000000;
  239. Position: absolute;
  240. left:7vw;
  241. border-radius: 5%;
  242. bottom: 9vw;
  243. Height: 1.8vw;
  244. Width: 5vw;
  245. text-align:center;
  246. font-size:3vw;
  247. -webkit-transition: all 2s ease-in-out;
  248. -moz-transition: all 2s ease-in-out;
  249. -o-transition: all 2s ease-in-out;
  250. }
  251. .nav7:hover {
  252. background-color: #C062DD;
  253. box-shadow: 0vw 0vw .5vw #000000;
  254. -webkit-transition: all 0.2s ease-in;
  255. -moz-transition: all 0.2s ease-in;
  256. -o-transition: all 0.2s ease-in;
  257. }
  258.  
  259. .nav8 {
  260. background-color: #DFA8F0;
  261. box-shadow: 0vw 0vw .5vw #000000;
  262. Position: absolute;
  263. left:7vw;
  264. border-radius: 5%;
  265. bottom: 6vw;
  266. Height: 1.8vw;
  267. Width: 5vw;
  268. text-align:center;
  269. font-size:3vw;
  270. -webkit-transition: all 2s ease-in-out;
  271. -moz-transition: all 2s ease-in-out;
  272. -o-transition: all 2s ease-in-out;
  273. }
  274. .nav8:hover {
  275. background-color: #C062DD;
  276. box-shadow: 0vw 0vw .5vw #000000;
  277. -webkit-transition: all 0.2s ease-in;
  278. -moz-transition: all 0.2s ease-in;
  279. -o-transition: all 0.2s ease-in;
  280. }
  281.  
  282. .nav9 {
  283. background-color: #DFA8F0;
  284. box-shadow: 0vw 0vw .5vw #000000;
  285. Position: absolute;
  286. left:7vw;
  287. border-radius: 5%;
  288. bottom: 3vw;
  289. Height: 1.8vw;
  290. Width: 5vw;
  291. text-align:center;
  292. font-size:3vw;
  293. -webkit-transition: all 2s ease-in-out;
  294. -moz-transition: all 2s ease-in-out;
  295. -o-transition: all 2s ease-in-out;
  296. }
  297. .nav9:hover {
  298. background-color: #C062DD;
  299. box-shadow: 0vw 0vw .5vw #000000;
  300. -webkit-transition: all 0.2s ease-in;
  301. -moz-transition: all 0.2s ease-in;
  302. -o-transition: all 0.2s ease-in;
  303. }
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310. ------------------ Please paste this HTML part into the third box underneath <body> -----------
  311.  
  312.  
  313. <div class="box"></div>
  314. <div class="maintext"></div>
  315. <div id="001" class="maintext">
  316. <h1>Title 1</h1>
  317. This is normal text<br>
  318. <i>Italics</i> <b>Bold</b> <ib>Italic / Bold</ib><br>
  319. <a href="" target="_blank">This is a link</a>
  320. </div>
  321.  
  322. <div id="002" class="maintext">
  323. <h1>Title 2</h1>
  324. </div>
  325.  
  326. <div id="003" class="maintext">
  327. <h1>Title 3</h1>
  328. </div>
  329.  
  330. <div id="004" class="maintext">
  331. <h1>Title 4</h1>
  332. </div>
  333.  
  334. <div id="005" class="maintext">
  335. <h1>Title 5</h1>
  336. </div>
  337.  
  338. <div id="006" class="maintext">
  339. <h1>Title 6</h1>
  340. </div>
  341.  
  342. <div id="007" class="maintext">
  343. <h1>Title 7</h1>
  344. </div>
  345.  
  346. <div id="008" class="maintext">
  347. <h1>Title 8</h1>
  348. </div>
  349.  
  350. <div id="009" class="maintext">
  351. <h1>Title 9</h1>
  352. </div>
  353.  
  354. <div class="image"></div>
  355.  
  356. <div class="navbar">
  357. <a class="nav1" href="#001">Stats</a>
  358. <a class="nav2" href="#002">Gallery</a>
  359. <a class="nav3" href="#003">History</a>
  360. <a class="nav4" href="#004">Friends</a>
  361. <a class="nav5" href="#005">Talents</a>
  362. <a class="nav6" href="#006">Misc</a>
  363. <a class="nav7" href="#007">OOC</a>
  364. <a class="nav8" href="#008">Misc 2</a>
  365. <a class="nav9" href="#009">OOC2</a>
  366. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement