Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.07 KB | None | 0 0
  1. <style type="text/css">
  2. @import url('https://fonts.googleapis.com/css?family=Cinzel|Cinzel+Decorative');
  3. .pfor {display: none;}
  4.  
  5. body, a, a:hover {cursor: url(http://www.cursor.cc/cursor/870/46/cursor.png), auto;}
  6.  
  7. #profile { background-color: transparent; border: 0px; }
  8.  
  9. body{
  10. background-color: #000000; /*--- BACKGROUND COLOR ---*/
  11. font-family: 'Cinzel Decorative', cursive;
  12. transition: all .5s ease-in-out;
  13. }
  14.  
  15. ::-webkit-scrollbar-thumb:vertical{
  16. width: 1px;
  17. background-color: transparent;
  18. }
  19.  
  20. ::-webkit-scrollbar {
  21. width: 1px;
  22. background-color: transparent;
  23. }
  24.  
  25. ::selection {
  26. background: transparent; /*-- HIGHLIGHT BACKGROUND COLOR --*/
  27. color: #000; /*-- HIGHLIGHT FONT COLOR --*/
  28. }
  29.  
  30. ::-moz-selection {
  31. background: transparent; /*-- HIGHLIGHT BACKGROUND COLOR --*/
  32. color: #000; /*-- HIGHLIGHT FONT COLOR --*/
  33. }
  34.  
  35.  
  36. /*--- CREDIT, PLEASE DON'T REMOVE. ---*/
  37.  
  38. .credit{
  39. position: fixed;
  40. bottom: 0px;
  41. right: 0px;
  42. height: 25px;
  43. width: 25px;
  44. font-family: 'hind';
  45. font-size: 10px;
  46. color: #eee;
  47. text-align: center;
  48. overflow: hidden;
  49. }
  50.  
  51.  
  52. /*
  53. e J
  54. c
  55. i
  56. u e c i uic ceJ
  57. J c i u e c u J
  58. e i u J c J e
  59. c u J e i eJuic
  60. c i J e c u c
  61. i u e ic i J e i u
  62. ice eJ i u Jui ice
  63.  
  64. */
  65.  
  66.  
  67.  
  68. /*---- RENDER NOTE: It has an animation which changes the opacity, giving it a fade-in, and fade-out appearance. ----*/
  69.  
  70. .render{
  71. position: fixed;
  72. left: 0px;
  73. bottom: 0px;
  74. height: 90%;
  75. width: 600px;
  76. background-image: url('https://i.pinimg.com/564x/bc/6f/f8/bc6ff8ce544d1fb2dbd8c39a9fd09dfd.jpg'); /*--- RENDER IMAGE LINK ---*/
  77. background-repeat: no-repeat;
  78. background-position: center left;
  79. opacity: .7; /*---OPACITY--*/
  80.  
  81. /*--- DELETE THIS SECTION IF YOU DON'T WANT THE FADE
  82. START v ---*/
  83. animation-duration: 6s;
  84. animation-name: fade;
  85. animation-fill-mode: forwards;
  86. animation-iteration-count: infinite;
  87. animation-direction: alternate;
  88. /*--- END ^ ---*/
  89.  
  90. }
  91.  
  92. @keyframes fade {
  93. 0% {
  94. opacity: .7;
  95. }
  96.  
  97. 100%{
  98. opacity: .2;
  99. }
  100. }
  101.  
  102.  
  103.  
  104.  
  105. /*--- NAME/NAVI/MUSIC PLAYER ---*/
  106.  
  107. .name{
  108. position: fixed;
  109. bottom: 300px;
  110. left: 600px;
  111. width: 400px;
  112. height: 30px;
  113. text-align: left;
  114. font-family: 'Cinzel Decorative', cursive;
  115. font-size: 40px;
  116. word-spacing: -20px;
  117. color: #c7c6c6; /*--- NAME COLOR ---*/
  118. text-shadow: 0px 0px 1px #000; /*--- NAME TEXT SHADOW ---*/
  119. line-height: 32px;
  120. border-bottom: 1px dotted #b8b7bc; /*--- NAME BORDER BOTTOM ---*/
  121. }
  122.  
  123. .subtitle{
  124. position: fixed;
  125. bottom: 383px;
  126. left: 560px;
  127. width: 400px;
  128. height: 15px;
  129. line-height: 15px;
  130. font-family: 'Cinzel', serif;
  131. font-size: 12px;
  132. text-transform: uppercase;
  133. text-align: right;
  134. color: #83828a; /*--- SUBTITLE TEXT COLOR ---*/
  135. }
  136.  
  137.  
  138. .navi{
  139. position: fixed;
  140. bottom: 283px;
  141. left: 600px;
  142. width: 400px;
  143. height: 20px;
  144. text-align: center;
  145. }
  146.  
  147. .navi a{
  148. display: inline-block;
  149. height: 5px;
  150. width: 110px;
  151. margin-left: 5px;
  152. margin-right: 5px;
  153. background-color: #c7c6c6; /*--- NAVI BACKGROUND COLOR ---*/
  154. box-shadow: 0px 0px 1px #000; /*--- NAVI BOX SHADOW ---*/
  155. text-decoration: none;
  156. transition: .9s linear;
  157. }
  158.  
  159.  
  160. .navi a:hover{
  161. box-shadow: 0px 0px 10px transparent; /*--- NAVI BOX SHADOW HOVER ---*/
  162. transition: .9s linear;
  163. }
  164.  
  165. .navi a:active{
  166. box-shadow: 0px 0px 10px #fff;
  167. transition: .1s linear;
  168. }
  169.  
  170.  
  171.  
  172. /*-- TEXT BOXES --*/
  173.  
  174.  
  175. .con{
  176. }
  177.  
  178. .topbox{
  179. position: fixed;
  180. bottom: 360px;
  181. left: 600px;
  182. height: 130px;
  183. width: 360px;
  184. padding: 10px;
  185. border: 5px solid #000; /*-- TOP BOX BORDER --*/
  186. outline: 1px solid #fff; /*-- TOP BOX OUTLINE --*/
  187. background-color: #fff; /*-- TOP BOX BACKGROUND --*/
  188. text-align: justify;
  189. overflow: auto;
  190. opacity: 0;
  191. z-index: 0;
  192. transition: .7s linear;
  193. }
  194.  
  195. .con:target .topbox{
  196. opacity: 1;
  197. z-index: 1;
  198. transition: .7s linear;
  199. }
  200.  
  201. .bottombox{
  202. position: fixed;
  203. bottom: 60px;
  204. left: 600px;
  205. height: 175px;
  206. width: 360px;
  207. padding: 10px;
  208. border: 5px solid #000; /*-- BOTTOM BOX BORDER --*/
  209. outline: 1px solid #fff; /*-- BOTTOM BOX OUTLINE --*/
  210. background-color: #fff; /*-- BOTTOM BOX BACKGROUND --*/
  211. text-align: justify;
  212. overflow: auto;
  213. opacity: 0;
  214. z-index: 0;
  215. transition: .7s linear;
  216. }
  217.  
  218. .con:target .bottombox{
  219. opacity: 1;
  220. z-index: 1;
  221. transition: .7s linear;
  222. }
  223.  
  224.  
  225. .tallbox{
  226. position: fixed;
  227. bottom: 65px;
  228. left: 1030px;
  229. height: 420px;
  230. width: 300px;
  231. padding: 10px;
  232. border: 5px solid #000; /*-- TALL BOX BORDER --*/
  233. outline: 1px solid #fff; /*-- TALL BOX OUTLINE --*/
  234. background-color: #fff; /*-- TALL BOX BACKGROUND --*/
  235. text-align: justify;
  236. overflow: auto;
  237. opacity: 0;
  238. z-index: 0;
  239. transition: .7s linear;
  240. }
  241.  
  242. .con:target .tallbox{
  243. opacity: 1;
  244. z-index: 1;
  245. transition: .7s linear;
  246. }
  247.  
  248. .txt{
  249. font-family: 'Cinzel', serif;
  250. font-size: 10px;
  251. color: #000; /*--- BOX FONT COLOR ---*/
  252. }
  253.  
  254. h1{
  255. font-family: 'Cinzel', serif;
  256. font-size: 20px;
  257. text-align: center;
  258. letter-spacing: -1px;
  259. margin: 0px;
  260. }
  261.  
  262. a{
  263. text-decoration: none;
  264. font-family:'Amiko';
  265. font-weight: 700;
  266. text-transform: small caps;
  267. color: #83828a; /*--- TEXT LINK FONT COLOR ---*/
  268. }
  269.  
  270. </style>
  271. <div class="top"></div><div class="bottom"></div>
  272.  
  273. <div class="render"></div>
  274.  
  275. <div class="name">Gabriel
  276.  
  277. </div>
  278. </div>
  279.  
  280. <div class="navi">
  281. <a href="#one"></a>
  282. <a href="#two"></a>
  283. <a href="#"></a>
  284. </div>
  285.  
  286. <div class="subtitle"><img src="https://d1v8u1ev1s9e4n.cloudfront.net/56c2a41a5ccacf496502455a" height=100px>
  287. Mouth of the LORD
  288. </div>
  289.  
  290.  
  291. <div class="con" id="one">
  292. <div class="topbox"><div class="txt">
  293.  
  294. <h1>
  295.  
  296. About </h1>
  297.  
  298. Name. <font style="float:right; font-weight: bold;">Name.</font><br>
  299. Age. <font style="float:right; font-weight: bold;">Age.</font><br>
  300. Gender. <font style="float:right; font-weight: bold;">Gender.</font><br>
  301. Status. <font style="float:right; font-weight: bold;">Status.</font><br>
  302. Sexuality. <font style="float:right; font-weight: bold;">Sexuality.</font><br>
  303. Location. <font style="float:right; font-weight: bold;">Location.</font><br>
  304. Species. <font style="float:right; font-weight: bold;">Species.</font><br>
  305. Occupation. <font style="float:right; font-weight: bold;">Occupation.</font><br>
  306.  
  307.  
  308. </div></div>
  309. <div class="bottombox"><div class="txt">
  310.  
  311. <h1>ooc</h1>
  312. <br>
  313. <br>
  314. eat some dicks
  315.  
  316.  
  317. </div></div>
  318. <div class="tallbox"><div class="txt">
  319.  
  320. <h1>Behold, I was shapen in iniquity; and in sin did my mother conceive me.<br><br>- Psalms 51:5</h1>
  321. <br><br>
  322. <img src="http://pa1.narvii.com/6597/ca804c9c0436bc87b51beef1bcf95d052176b9e6_hq.gif" width=300>
  323.  
  324. </div></div>
  325. </div>
  326.  
  327.  
  328. <div class="con" id="two">
  329. <div class="topbox"><div class="txt">
  330.  
  331. <h1><img src="https://i.imgur.com/YcOo4i8.jpg" height=130px>
  332.  
  333. </div></div>
  334. <div class="bottombox"><div class="txt">
  335.  
  336. <h1>KNOWN</h1><center><br><br>
  337. <a href="PROFILE" target="_blank">NAME</a> <br>
  338. <a href="PROFILE" target="_blank">NAME</a> <br>
  339. <a href="PROFILE" target="_blank">NAME</a> <br>
  340. <a href="PROFILE" target="_blank">NAME</a> <br>
  341. <a href="PROFILE" target="_blank">NAME</a> <br>
  342. <a href="PROFILE" target="_blank">NAME</a> <br>
  343.  
  344.  
  345. </div></div>
  346. <div class="tallbox"><div class="txt">
  347.  
  348. <img src="https://i.imgur.com/j8iuoFy.jpg" width=300px height=420><br><br>
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355. </div></div>
  356. </div>
  357.  
  358.  
  359.  
  360. <div class="credit" title="Created by 100% Juice">@</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement