Advertisement
Lizellea

Sinny!!

Aug 8th, 2016
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.44 KB | None | 0 0
  1. <style type="text/css">
  2. @import url(https://fonts.googleapis.com/css?family=Archivo+Narrow);
  3. @import url(https://fonts.googleapis.com/css?family=Asul);
  4. @import url(https://fonts.googleapis.com/css?family=Eater);
  5.  
  6. ::-webkit-scrollbar-thumb:vertical
  7. {background-color: #CC0000;height:25px;}
  8. ::-webkit-scrollbar
  9. {height:10px;width:4px;background-color: transparent;}
  10. }
  11. ::-webkit-scrollbar-track {
  12. -webkit-box-shadow: inset 0 0 6px rgba(11,11,11,.1);
  13. border-radius: 10px;
  14. }
  15. ::-webkit-scrollbar-thumb {
  16. border-radius: 10px;
  17. -webkit-box-shadow: inset 0 0 6px rgba(11,11,11,1);
  18. }
  19.  
  20. body{
  21.  
  22. background-color: #FFFFFF;
  23. background-image: url("http://i.imgur.com/cqC8GxL.jpg");
  24. background-repeat: no-repeat;
  25. background-attachment: fixed;
  26. background-size: 28%;
  27. background-position: right bottom;
  28. }
  29.  
  30.  
  31. @font-face{
  32. font-family: 'a Theme for murder';
  33. src:url(https://dl.dropboxusercontent.com/s/6rxye5rnd2xlgaq/a%20Theme%20for%20murder.ttf);
  34. }
  35.  
  36. @font-face{
  37. font-family: 'BlackAsylumDEMO';
  38. src:url(https://dl.dropboxusercontent.com/s/yv6g8ijf29lbaba/BlackAsylumDEMO-KCFonts.ttf);
  39. }
  40.  
  41.  
  42.  
  43. body {
  44. font-family: tahoma;
  45. font-size: 11px;
  46. color: #111;
  47. line-height: 11px;
  48. text-transform: none;
  49. text-align: justify;
  50. scrollbar-face-color: #111;
  51. scrollbar-highlight-color: #111;
  52. scrollbar-3dlight-color: #111;
  53. scrollbar-darkshadow-color: #111;
  54. scrollbar-shadow-color:#111;
  55. scrollbar-arrow-color: #111;
  56. scrollbar-track-color: #888;
  57. cursor: busy;
  58. }
  59.  
  60. table {
  61. color: #000;
  62. font-family: tahoma;
  63. font-size: 10px;
  64. line-height: 11px;
  65. text-align: justify;
  66. background: transparent;
  67. }
  68.  
  69.  
  70. #main {
  71. position: absolute;
  72. width: 470px;
  73. left: 164px;
  74. top: 426px;
  75. z-index: 3;
  76. margin-right: 2px;
  77. margin-left: 2px;
  78. text-align: justify;
  79. }
  80.  
  81. #side {
  82. position: absolute;
  83. width: 146px;
  84. left: 3px;
  85. top: 426px;
  86. z-index: 2;
  87. margin-right: 2px;
  88. margin-left: 2px;
  89. text-align: justify;
  90. }
  91.  
  92. h1 {
  93. margin: 0px;
  94. line-height: 11px;
  95. padding-right: 2px;
  96. padding-top: 2px;
  97. text-decoration: none;
  98. font-family: arial;
  99. color: #DDD;
  100. font-size: 10px;
  101. font-weight: bold;
  102. font-style: none;
  103. letter-spacing: 2px;
  104. background: #000 url('');
  105. border-bottom: 4px solid #770000;
  106. text-transform: uppercase;
  107. text-align: right;
  108. margin-bottom: 4px;
  109. margin-top: 6px;
  110. padding-bottom: 0px;
  111. }
  112.  
  113.  
  114. #name{
  115. position: fixed;
  116. z-index:2;
  117. right: 0vw;
  118. top: 6vh;
  119. color: #9C0404;
  120. text-shadow: 0 0 0.5vw #000;
  121. font-family: a Theme for murder;
  122. font-size: 8vw;
  123. letter-spacing: 0.7vw;
  124. opacity:0;
  125. -webkit-animation:namefade 1s 1;
  126. animation:namefade 1s 1;
  127. animation-delay:1s;
  128. animation-fill-mode:forwards;
  129. -webkit-animation-delay:1s;
  130. -webkit-animation-fill-mode:forwards;
  131. }
  132. @keyframes namefade{
  133. from{opacity:0;}
  134. to{opacity:1;}
  135. }
  136.  
  137. #name2{
  138. position: fixed;
  139. z-index:0;
  140. right: 0vw;
  141. bottom: 3vh;
  142. color: #9C0404;
  143. text-shadow: -0.5vw 0.5vw 0.5vw #000;
  144. font-family: a Theme for murder;
  145. font-size: 7.5vw;
  146. text-align: center;
  147. letter-spacing: 0.5vw;
  148. opacity:0;
  149. -webkit-animation:namefade 1s 1;
  150. animation:namefade 1s 1;
  151. animation-delay:1s;
  152. animation-fill-mode:forwards;
  153. -webkit-animation-delay:1s;
  154. -webkit-animation-fill-mode:forwards;
  155. }
  156.  
  157. @keyframes namefade{
  158. from{opacity:0;}
  159. to{opacity:1;}
  160. }
  161.  
  162. #main a:hover, a:hover {
  163. color: #111;
  164. letter-spacing: 0px;
  165. text-decoration: none;
  166. cursor: default;
  167. text-transform: none;
  168. font-size: 11px;
  169. }
  170.  
  171. a:visited, a:active, a:link {
  172. font-family: tahoma;
  173. color: #770000;
  174. letter-spacing: 0px;
  175. text-decoration:none;
  176. cursor: default;
  177. font-weight: bold;
  178. text-transform: none;
  179. font-size: 11px;
  180. }
  181.  
  182. a:link.nav, a:visited.nav, a:active.nav {
  183. color: #770000;
  184. font-family: tahoma;
  185. font-size: 11px;
  186. line-height: 13px;
  187. letter-spacing: 0px;
  188. display: block;
  189. font-weight: bold;
  190. margin-bottom: 1px;
  191. word-spacing: 0px;
  192. text-transform: uppercase;
  193. background-color: #FFF;
  194. text-align: center;
  195. text-decoration: none;
  196. text-shadow: 0 0 0.7em #000;
  197. border-top: 2px solid #FFF;
  198. border-bottom: 2px solid #;
  199. border-left: 10px solid #;
  200. border-right: 10px solid #;
  201. }
  202.  
  203. a:hover.nav {
  204. color: #000;
  205. font-family: tahoma;
  206. font-size: 12px;
  207. line-height: 13px;
  208. letter-spacing: 0px;
  209. display: block;
  210. font-weight: bold;
  211. margin-bottom: 1px;
  212. word-spacing: 0px;
  213. text-transform: uppercase;
  214. background-color: #FFF;
  215. text-align: center;
  216. text-decoration: none;
  217. text-shadow: 0px 0px 7px #888;
  218. border-top: 2px solid #770000;
  219. border-bottom: 2px solid #770000;
  220. border-left: 10px solid #770000;
  221. border-right: 10px solid #770000;
  222. }
  223.  
  224. img, a:active img, a:visited img, a:link img, a:hover img {
  225. border: 0px;
  226. cursor: default;
  227. }
  228.  
  229. b {color: #770000;
  230. font-size: 12.5px;
  231. font-weight: 900;
  232. text-decoration: none;
  233. text-shadow:0px 0px 7px #770000;
  234. font-family: verdana;
  235. -webkit-transition: all 1s ease;
  236. -moz-transition: all 1s ease;
  237. -o-transition: all 1s ease;
  238. -ms-transition: all 1s ease;
  239. transition: all 1s ease;}
  240.  
  241. i {letter-spacing: 0px; color: #000;}
  242.  
  243. u {color: #CCC text-decoration: none; border-bottom: 1px dotted #000; letter-spacing: 0px;}
  244.  
  245. s {color: #000;}
  246.  
  247. A {
  248. color: #550000;
  249. font-size: 11.5px;
  250. font-weight: 900;
  251. text-decoration: none;
  252. text-shadow:0px 0px 10px #ff0033;
  253. font-family: book antique;
  254. -webkit-transition: all 1s ease;
  255. -moz-transition: all 1s ease;
  256. -o-transition: all 1s ease;
  257. -ms-transition: all 1s ease;
  258. transition: all 1s ease;}
  259.  
  260. A:hover{
  261. color: #660000;
  262. font-size: 12px;
  263. text-decoration: none;
  264. text-shadow:0px 0px 10px #000;
  265. font-weight: 900;
  266. font-family: book antique;
  267. cursor: url('http://imageshack.com/a/img703/695/ynrb.png'),default;}
  268.  
  269.  
  270. .box {
  271. position: fixed;
  272. left: 170px;
  273. top: 0px;
  274. width: 600px;
  275. height: 183px;
  276. padding: 5px;
  277. color: #000;
  278. font-family: verdana;
  279. font-variant: small-caps;
  280. text-align: justify;
  281. font-size: 11.5px;
  282. line-height: 12px;
  283. overflow: auto;
  284. border-left: 7px Solid #770000;
  285. border-right: 7px Solid #770000;
  286. background-color: transparent;
  287. opacity: 0;
  288. transition: all 0.5s ease-in-out;
  289. -webkit-transition: all 0.5s ease-in-out;
  290. -moz-transition: all 0.5s ease-in-out;
  291. -o-transition: all 0.5s ease-in-out;
  292. -ms-transition: all 0.5s ease-in-out;
  293. z-index: 200;
  294. }
  295.  
  296. .box:target {
  297. top: 450px;
  298. left: 170px;
  299. opacity: 7;
  300. transition: all 0.5s ease-in-out;
  301. -webkit-transition: all 0.5s ease-in-out;
  302. -moz-transition: all 0.5s ease-in-out;
  303. -o-transition: all 0.5s ease-in-out;
  304. -ms-transition: all 0.5s ease-in-out;
  305. z-index: 200;
  306. }
  307.  
  308.  
  309. #Abub {
  310.  
  311. position: absolute;
  312.  
  313. top: 0px;
  314.  
  315. left: 188px;
  316.  
  317. width: 200px;
  318.  
  319. height: 200px;
  320.  
  321. background-color:#000;
  322.  
  323. background-image: url('http://i58.tinypic.com/153v582.jpg');
  324.  
  325. background-size: 100% 112%;
  326.  
  327. background-position:center;
  328.  
  329. background-repeat:no-repeat;
  330.  
  331. border: 3px solid #770000;
  332.  
  333. border-radius: 500px;
  334.  
  335. overflow: hidden;
  336.  
  337. }
  338.  
  339.  
  340. #Abub1 {
  341.  
  342. position: absolute;
  343.  
  344. top: 0px;
  345.  
  346. left:0px;
  347.  
  348. width: 200px;
  349.  
  350. height: 200px;
  351.  
  352. background-color:#000;
  353.  
  354. background-image: url('https://38.media.tumblr.com/ac4677395716e1c1690a343bbcb62b97/tumblr_mtyr35GU3S1sgqul0o1_500.gif');
  355.  
  356. background-size: 105% 120%;
  357.  
  358. background-position:center;
  359.  
  360. background-repeat:no-repeat;
  361.  
  362. border: 3px solid #770000;
  363.  
  364. border-radius: 500px;
  365.  
  366. overflow: hidden;
  367.  
  368. }
  369.  
  370.  
  371. #Abub2 {
  372.  
  373. position: absolute;
  374.  
  375. top: 135px;
  376.  
  377. left: 130px;
  378.  
  379. width: 200px;
  380.  
  381. height: 200px;
  382.  
  383. background-color:#000000;
  384.  
  385. background-image: url('http://i60.tinypic.com/2yw7dd3.jpg');
  386.  
  387. background-size: 100% 112%;
  388.  
  389. background-position:center;
  390.  
  391. background-repeat:no-repeat;
  392.  
  393. border: 3px solid #770000;
  394.  
  395. border-radius: 500px;
  396.  
  397. overflow: hidden;
  398.  
  399. }
  400.  
  401. #Abub3 {
  402.  
  403. position: absolute;
  404.  
  405. top: 185px;
  406.  
  407. left: 0px;
  408.  
  409. width: 200px;
  410.  
  411. height: 200px;
  412.  
  413. background-color:#000000;
  414.  
  415. background-image: url('https://33.media.tumblr.com/deda5e96dfadf8bd7276323cd4a64713/tumblr_ne540uoVCU1r72ht7o1_500.gif');
  416.  
  417. background-size: 101% 105%;
  418.  
  419. background-position:center;
  420.  
  421. background-repeat:no-repeat;
  422.  
  423. border: 3px solid #770000;
  424.  
  425. border-radius: 500px;
  426.  
  427. overflow: hidden;
  428.  
  429. }
  430.  
  431. #Abub4 {
  432.  
  433. position: absolute;
  434.  
  435. top: 158px;
  436.  
  437. left: 285px;
  438.  
  439. width: 200px;
  440.  
  441. height: 200px;
  442.  
  443. background-color:#000000;
  444.  
  445. background-image: url('http://i60.tinypic.com/m94vfb.jpg');
  446.  
  447. background-size: 105% 110%;
  448.  
  449. background-position:center;
  450.  
  451. background-repeat:no-repeat;
  452.  
  453. border: 3px solid #770000;
  454.  
  455. border-radius: 500px;
  456.  
  457. overflow: hidden;
  458.  
  459. }
  460.  
  461. #Abub5 {
  462.  
  463. position: absolute;
  464.  
  465. top: 0px;
  466.  
  467. left: 360px;
  468.  
  469. width: 200px;
  470.  
  471. height: 200px;
  472.  
  473. background-color:#000000;
  474.  
  475. background-image: url('http://i61.tinypic.com/29mx8pw.jpg');
  476.  
  477. background-size: 104% 100%;
  478.  
  479. background-position:center;
  480.  
  481. background-repeat:no-repeat;
  482.  
  483. border: 3px solid #770000;
  484.  
  485. border-radius: 500px;
  486.  
  487. overflow: hidden;
  488.  
  489. }
  490.  
  491. .clear img{
  492. width:75px;
  493. height:80px;
  494. padding:0px;
  495. background:transparent;
  496. float: center;
  497. border: 1px solid orchid;
  498. border-radius: 50%;
  499. margin:5px 5px 0px 0px;
  500. -webkit-transition: all 1s ease;
  501. -moz-transition: all 1s ease;
  502. -o-transition: all 1s ease;
  503. -ms-transition: all 1s ease;
  504. transition: all 1s ease;
  505. }
  506.  
  507. .clear img:hover{
  508. width:85px;
  509. height140px;
  510. padding:0px;
  511. float: center;
  512. background:transparent;
  513. border: 1px solid black;
  514. border-radius: 20%;
  515. margin:5px 5px 0px 0px;}
  516.  
  517.  
  518. </style>
  519.  
  520. <div id="main">
  521. <h1>Hate the Sin, love the Sinner.</h1>
  522.  
  523.  
  524.  
  525. <div id="1" class="box">
  526. Testing
  527.  
  528. </div>
  529.  
  530. <div id="2" class="box">
  531.  
  532. </div>
  533.  
  534.  
  535. <div id="3" class="box">
  536.  
  537. </div>
  538. </div>
  539.  
  540.  
  541. <div id="4" class="box">
  542.  
  543. </div>
  544.  
  545. <div id="5" class="box">
  546. <div class="clear">
  547.  
  548.  
  549. </div>
  550. </div>
  551. <div id="6" class="box">
  552.  
  553.  
  554. </div>
  555.  
  556.  
  557.  
  558.  
  559. </div>
  560.  
  561.  
  562. <div id="side">
  563.  
  564. <h1>Curious?</h1>
  565.  
  566. <a class="nav" href="#1">A b o u t</a>
  567. <a class="nav" href="#2">L o r e</a>
  568. <a class="nav" href="#3">F r e n e m i e s</a>
  569. <a class="nav" href="#4">I n t e r e s t s</a>
  570. <a class="nav" href="#5">G a l l e r y</a>
  571. <a class="nav" href="#6">O O C</a>
  572.  
  573.  
  574. <h1>Attention:</h1>
  575. <font color="#000">
  576. <b>No</b> noobs <b>or</b> illiterates.
  577. <br>
  578.  
  579. <b>No</b> bullshit.
  580.  
  581. <br>
  582.  
  583. </font>
  584.  
  585. </div>
  586.  
  587. <div id="Abub5"></div>
  588.  
  589. <div id="Abub4"></div>
  590.  
  591. <div id="Abub"></div>
  592.  
  593. <div id="Abub2"></div>
  594.  
  595. <div id="Abub3"></div>
  596.  
  597. <div id="Abub1"></div>
  598.  
  599. <div id="name">
  600. Sin
  601. </div>
  602.  
  603. <div id="name2">
  604. All hail the King
  605. </div>
  606.  
  607.  
  608. </div>
  609.  
  610. </div>
  611.  
  612. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement