Advertisement
Guest User

Saitama -- COMPLETE -- 8.14.18

a guest
Aug 15th, 2018
378
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 10.71 KB | None | 0 0
  1. <style type="text/css">
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Frijole');
  4. @import url('https://fonts.googleapis.com/css?family=Yesteryear');
  5.  
  6. :selection {color: grey; background-color:none;}
  7. ::-moz-selection {color: #ce938f; background-color:grey;}
  8.  
  9. ::-webkit-scrollbar { width: 5px; height:0px; }
  10. ::-webkit-scrollbar-thumb:vertical {
  11. background-color: #BDBDBD; border: none; }
  12.  
  13. body {
  14. background: #cccccc;
  15. background-image: url('https://i.imgur.com/NliM1km.png');
  16. background-size: 100% 100%;
  17. background-attatchment: fixed;
  18. background-repeat: repeat;
  19. overflow-x:hidden;
  20. cursor: url(http://31.media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), progress !important;}
  21.  
  22. b, strong { color: #b28e40;}
  23. i, strong { color: ;}
  24.  
  25. a:active, a:link, a:visited {
  26. color: #4c3d1b;
  27. text-decoration: none;
  28. -webkit-transition: all 0.4s ease-in;
  29. -moz-transition: all 0.4s ease-in;
  30. -ms-transition: all 0.4s ease-in;
  31. -o-transition: all 0.4s ease-in;
  32. transition: all 0.4s ease-in;
  33. cursor: url('http://31.media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png'), progress; }
  34.  
  35. a:hover {
  36. color: #8499A0;
  37. -moz-transition-duration:0.5s;
  38. -webkit-transition-duration:0.5s;
  39. -o-transition-duration:0.5s;
  40. transition-duration:0.5s;
  41. cursor: url('http://31.media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png'), progress; }
  42.  
  43. a.tab:active, a.tab:link, a.tab:visited {
  44. background-color: #e5b752;
  45. border: none;
  46. border-radius: 0px;
  47. display: inline-block;
  48. height: 30px;
  49. text-decoration: none;
  50. margin-left: 15px;
  51. width: 45px;
  52. -webkit-transition: all 0.4s ease-in;
  53. -moz-transition: all 0.4s ease-in;
  54. -ms-transition: all 0.4s ease-in;
  55. -o-transition: all 0.4s ease-in;
  56. transition: all 0.4s ease-in;
  57. z-index: 9999;}
  58.  
  59. a.tab:hover {
  60. background-color: #b28e40;
  61. border:none;
  62. z-index: 9999; }
  63.  
  64. #main-bg {
  65. position: fixed;
  66. top: 125px;
  67. left: 200px;
  68. height: 400px;
  69. width: 940px;
  70. padding: 10px;
  71. background-color: #ffcc5c;
  72. background-image: url('http://i.picpar.com/Xb3c.png');
  73. background-size: 40% 40%;
  74. border: solid 4px #fff;
  75. z-index: -1; }
  76.  
  77. #saitama {
  78. position: fixed;
  79. top: 104px;
  80. left: 900px;
  81. width: 350px;
  82. height: 500px;
  83. background-image: url('http://i.picpar.com/SDSc.png');
  84. background-repeat: no-repeat;
  85. background-position: fixed;
  86. background-size: contain;
  87. z-index: 1; }
  88.  
  89. #line-top {
  90. position: fixed;
  91. top: 145px;
  92. left: 200px;
  93. height: 45px;
  94. width: 945px;
  95. border: none;
  96. padding: 10px;
  97. background-color: #FFF;
  98. overflow: auto;
  99. z-index: -1; }
  100.  
  101. #triangle-topleft {
  102. position: fixed;
  103. top: 95px;
  104. left: 170px;
  105. width: 0;
  106. height: 0;
  107. border-top: 100px solid #bf0000;
  108. border-right: 100px solid transparent;
  109. z-index: 99;}
  110.  
  111. #triangle-bottomright {
  112. position: fixed;
  113. top: 480px;
  114. left: 1095px;
  115. width: 0;
  116. height: 0;
  117. border-bottom: 100px solid #bf0000;
  118. border-left: 100px solid transparent;
  119. z-index: 99; }
  120.    
  121. #line-bottom {
  122. position: fixed;
  123. top: 564px;
  124. left: 180px;
  125. height: 10px;
  126. width: 924px;
  127. border: none;
  128. padding: 3px;
  129. background-color: #bf0000;
  130. overflow: auto;
  131. z-index: -1; }
  132.  
  133. #line-side {
  134. position: fixed;
  135. top: 175px;
  136. left: 170px;
  137. height: 399px;
  138. width: 10px;
  139. border: none;
  140. padding: 3px;
  141. background-color: #bf0000;
  142. overflow: auto;
  143. z-index: -1; }
  144.  
  145. #title {
  146. position: fixed;
  147. left: 240px;
  148. top: 146px;
  149. background: transparent;
  150. font-family: 'Frijole', cursive;
  151. font-size: 55px;
  152. background: url(https://media.giphy.com/media/5CaIjyS0X8ZBC/giphy.gif);
  153. background-position: center center;
  154. background-size: auto;
  155. -webkit-text-fill-color: transparent;
  156. -webkit-background-clip: text;
  157. display: block;
  158. text-align: center;
  159. letter-spacing: 1px;
  160. -webkit-transition: opacity 2s linear;
  161. -webkit-transition: all 2s ease-in-out;
  162. opacity: 1;
  163. z-inde: 999; }
  164.  
  165. #dossier {
  166. position: fixed;
  167. left: 213px;
  168. top: 220px;
  169. border: none;
  170. height: 225px;
  171. width: 375px;
  172. font-family:calibri;
  173. text-transform:uppercase;
  174. background-color: #bf0000;
  175. overflow: hidden;
  176. font-size: 12px;
  177. color: #FFF;
  178. text-align: left;
  179. line-height: 12px;
  180. padding:5px;
  181. z-index: 5; }
  182.  
  183. #disclaimer {
  184. position: fixed;
  185. left: 610px;
  186. top: 220px;
  187. border: none;
  188. height: 225px;
  189. width: 345px;
  190. font-family:calibri;
  191. text-transform:uppercase;
  192. background-color: #bf0000;
  193. overflow: hidden;
  194. font-size: 12px;
  195. color: #FFF;
  196. text-align: left;
  197. line-height: 12px;
  198. padding:5px;
  199. z-index: 5; }
  200.  
  201. #icon {
  202. position:fixed;
  203. left: 213px;
  204. top: 460px;
  205. width: 110px;
  206. height: 75px;
  207. background-image: url('http://i.picpar.com/vESc.gif');
  208. background-size:100% 100%;
  209. background-repeat:no-repeat;
  210. background-position:center;
  211. background-attachment:absolute;
  212. background-color:white;
  213. border:3px solid #bf0000;
  214. border-radius: none; }
  215.  
  216. #icon2 {
  217. position:fixed;
  218. left: 350px;
  219. top: 460px;
  220. width: 75px;
  221. height: 75px;
  222. background-image: url('http://i.picpar.com/8ESc.png');
  223. background-size:100% 100%;
  224. background-repeat:no-repeat;
  225. background-position:center;
  226. background-attachment:absolute;
  227. background-color:white;
  228. border:3px solid #bf0000;
  229. border-radius: none; }
  230.  
  231. #icon3 {
  232. position:fixed;
  233. left: 453px;
  234. top: 460px;
  235. width: 110px;
  236. height: 75px;
  237. background-image: url('http://i.picpar.com/BESc.gif');
  238. background-size:100% 100%;
  239. background-repeat:no-repeat;
  240. background-position:center;
  241. background-attachment:absolute;
  242. background-color:white;
  243. border:3px solid #bf0000;
  244. border-radius: none; }
  245.  
  246. #icon4 {
  247. position:fixed;
  248. left: 590px;
  249. top: 460px;
  250. width:  75px;
  251. height: 75px;
  252. background-image: url('http://i.picpar.com/EESc.png');
  253. background-size:100% 100%;
  254. background-repeat:no-repeat;
  255. background-position:center;
  256. background-attachment:absolute;
  257. background-color:white;
  258. border:3px solid #bf0000;
  259. border-radius: none; }
  260.  
  261. #kanji-bg {
  262. position: fixed;
  263. top: 460px;
  264. left: 695px;
  265. height: 81px;
  266. width: 270px;
  267. border: none;
  268. padding: 0px;
  269. background-color: #bf0000;
  270. overflow: auto;
  271. z-index: -1; }
  272.  
  273. #kanji {
  274. position: fixed;
  275. left: 720px;
  276. top: 465px;
  277. background: transparent;
  278. font-family: 'Frijole', cursive;
  279. font-size: 55px;
  280. background: url(https://media.giphy.com/media/5CaIjyS0X8ZBC/giphy.gif);
  281. background-position: center center;
  282. background-size: auto;
  283. -webkit-text-fill-color: transparent;
  284. -webkit-background-clip: text;
  285. display: block;
  286. text-align: center;
  287. letter-spacing: 1px;
  288. -webkit-transition: opacity 2s linear;
  289. -webkit-transition: all 2s ease-in-out;
  290. opacity: 1;
  291. z-inde: 9999; }
  292.  
  293. #quote-1 {
  294. position: fixed;
  295. left: 375px;
  296. top: 195px;
  297. background: transparent;
  298. font-family: 'Yesteryear', cursive;
  299. font-size: 18px;
  300. background: url(https://thumbs.gfycat.com/BetterEnchantingCrane-max-1mb.gif);
  301. background-position: center center;
  302. background-size: auto;
  303. -webkit-text-fill-color: transparent;
  304. -webkit-background-clip: text;
  305. display: block;
  306. text-align: center;
  307. letter-spacing: 1px;
  308. -webkit-transition: opacity 2s linear;
  309. -webkit-transition: all 2s ease-in-out;
  310. opacity: 1;
  311. z-index: 999999; }
  312.  
  313. #thetabs {
  314. background-color: transparent;
  315. border: none;
  316. height: 20px;
  317. left: 620px;
  318. position: fixed;
  319. text-align: left;
  320. top: 160px;
  321. width: 350px;
  322. z-index: 9999;}
  323.  
  324. h2 {
  325. background-color: #;
  326. margin-top: 4;
  327. line-height: 20px;
  328. margin-bottom: 5px;
  329. padding: 4px 10px;
  330. font-family:calibri;
  331. font-size: 20px;
  332. text-transform: uppercase;
  333. text-align: center;
  334. margin-height: 30px;
  335. color: #ffcc5c; }
  336.  
  337. .onepunch {
  338. background-color: #bf0000;
  339. border: none;
  340. color: #FFF;
  341. font-family:calibri;
  342. text-transform:uppercase;
  343. letter-spacing:0px;
  344. font-size: 13px;
  345. height: 225px;
  346. left: 610px;
  347. opacity: 0;
  348. overflow: auto;
  349. padding: 5px;
  350. position: fixed;
  351. line-height: 12px;
  352. text-align: left;
  353. width: 345px;
  354. top: -300px;
  355. z-index: 95; }
  356.  
  357. .onepunch:target {
  358. background-color: #bf0000;
  359. border: none;
  360. height: 225px;
  361. left: 610px;
  362. opacity: 1;
  363. overflow: auto;
  364. padding: 5px;
  365. position: fixed;
  366. top: 220px;
  367. width: 345px;
  368. z-index: 99; }
  369.  
  370. #music-bg{
  371. position:fixed;
  372. left: 140px;
  373. top: 550px;
  374. width: 35px;
  375. height: 35px;
  376. background-color: #000;
  377. border: solid 3px #bf0000;
  378. border-radius: 50%;
  379. z-index: 99;}
  380.  
  381. .sheetmusic {
  382. position: fixed;
  383. top: 560px;
  384. left: 155px;
  385. opacity:1;
  386. -webkit-transition: all .7s ease-out;
  387. transition: all .5s ease-out;
  388. transition-delay: 0.4s;
  389. color: #c0c9d0;
  390. overflow: hidden;
  391. z-index: 1000000; }
  392.  
  393. .sheetmusic:hover {color: #656565;}
  394.  
  395. .song {
  396. margin-top: -20px;
  397. margin-left: 0px;
  398. height: 20px;
  399. width: 20px;
  400. overflow: hidden;
  401. opacity: 0; }
  402.  
  403. img.grayscale{
  404.  filter: grayscale(100%);
  405. border: 1px solid #333333;
  406.  -webkit-filter: grayscale(100%);
  407. -moz-transition: all 0.7s ease-in-out;
  408. -webkit-transition: all 0.7s ease-in-out;}
  409.  
  410. img.grayscale:hover{
  411.  filter: grayscale(0%);
  412.  -webkit-filter: grayscale(0%);
  413.  filter: none;
  414. -moz-transition: all 0.7s ease-in-out;
  415. -webkit-transition: all 0.7s ease-in-out;}
  416.  
  417. .circle {
  418. border: solid 3px #fff;
  419. -webkit-transition: all 0.8s ease-out;
  420. -moz-transition: all 0.8s ease-out;
  421. -o-transition: all 0.8s ease-out; }
  422.  
  423. .circle:hover{
  424. border: solid 3px #b28477;
  425. -webkit-transition: all 0.8s ease-out;
  426. -moz-transition: all 0.8s ease-out;
  427. -o-transition: all 0.8s ease-out; }
  428.  
  429.  
  430.  
  431. </style>
  432.  
  433. <div id="main-bg"></div>
  434. <div id="saitama"></div>
  435. <div id="line-top"></div>
  436. <div id="triangle-topleft"></div>
  437. <div id="triangle-bottomright"></div>
  438. <div id="line-bottom"></div>
  439. <div id="line-side"></div>
  440. <div id="title">Saitama</div>
  441.  
  442. <div id="dossier">
  443. <h2>▬ DOSSIER ▬</h2>
  444. Stats box here.
  445. </div>
  446.  
  447. <div id="disclaimer">
  448. <h2>▬ DISCLAIMER ▬</h2>
  449. OOC box here. <br><br>
  450.  
  451. This code was made by <a target="_blank" href="http://roleplay.chat/profile.php?user=R3N" target="_blank" a title="Send her RPC mail! ">R3N.</a> and was made specifically for me. Do not take, alter and claim any piece of this as your own. </span>
  452.  
  453. </div>
  454.  
  455. <div id="icon"></div>
  456. <div id="icon2"></div>
  457. <div id="icon3"></div>
  458. <div id="icon4"></div>
  459. <div id="kanji-bg"></div>
  460. <div id="kanji">サイタマ</div>
  461. <div id="quote-1">Human beings are strong because we have the ability to change ourselves.  ▬Saitama</div>
  462.  
  463. <div id="thetabs">
  464. <a href="#01" class="tab"> </a>
  465. <a href="#02" class="tab"> </a>
  466. <a href="#03" class="tab"> </a>
  467. <a href="#04" class="tab"> </a>
  468. <a href="#reset" class="tab"> </a>
  469. </div></div>
  470.  
  471. <div id="01" class="onepunch">
  472. <h2>▬ TITLE ▬</h2>
  473. Words, box 1.
  474. </div>
  475.  
  476. <div id="02" class="onepunch">
  477. <h2>▬ TITLE ▬</h2>
  478. Words, box 2.
  479. </div>
  480.  
  481. <div id="03" class="onepunch">
  482. <h2>▬ TITLE ▬</h2>
  483. Words, box 3.
  484. </div>
  485.  
  486. <div id="04" class="onepunch">
  487. <h2>▬ TITLE ▬</h2>
  488. Words, box 4.
  489. </div>
  490.  
  491.  
  492. <div id="music-bg"></div>
  493.  
  494. <div class="sheetmusic"><font size="4">▶</font>
  495. <div class="song">
  496. <audio controls>
  497. <source src="http://k003.kiwi6.com/hotlink/fcz31di5pb/One_Punch_Man_FULL_ENGLISH_OPENING_Cover_by_Jonathan_Young_with_animated_video.mp3"></audio>
  498. </div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement