Chibi-Elle

Cordelia: Coding

Feb 2nd, 2016
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.90 KB | None | 0 0
  1. <style type="text/css">
  2. .pfor {display: none; visibility: hidden;}
  3. #profile {background-color:;}
  4. #profile {border:;}
  5. body
  6. {overflow-x:hidden;
  7. background-image:
  8. url('');
  9. background-repeat:repeat;
  10. background-position:;
  11. background-attachment: fixed;
  12. background-color:#FFFAF0;
  13. font: 0px arial;
  14. color: black;}
  15. #profile {background-color: transparent;
  16. border:0px;
  17. }
  18.  
  19. ::-webkit-scrollbar {
  20. width: 5px;
  21. height: 0px;
  22. background:;
  23. }
  24.  
  25. ::-webkit-scrollbar-thumb {
  26. background-color:black;
  27. -webkit-border-radius: 10px;
  28. border-radius: 10px;
  29. }
  30.  
  31. a {color:;
  32. text-decoration: none;
  33. -webkit-transition: all 0.5s ease-in-out;
  34. -moz-transition: all 0.5s ease-in-out;
  35. -o-transition: all 0.5s ease-in-out;
  36. -ms-transition: all 0.5s ease-in-out;
  37. transition: all 0.5s ease-in-out;
  38. }
  39.  
  40. a:hover {color: black;
  41. text-decoration: none;
  42. -webkit-transition: all 0.5s ease-in-out;
  43. -moz-transition: all 0.5s ease-in-out;
  44. -o-transition: all 0.5s ease-in-out;
  45. -ms-transition: all 0.5s ease-in-out;
  46. transition: all 0.5s ease-in-out;
  47. }
  48.  
  49. ::selection {
  50. color: #29272A;
  51. background: #eee;
  52. }
  53.  
  54. *{cursor: url('http://media.tumblr.com/7c3edb626c8cf9435c5c0b2d6acceffd/tumblr_inline_mh67v6xNXM1rdqsqf.png'), default;
  55. }
  56.  
  57. @font-face {font-family: "tinytots";src: url('https://dl.dropboxusercontent.com/s/y0pfz7ndq83n7j7/04B_03_.TTF?dl=1'); format("truetype");}
  58.  
  59.  
  60. #whole{position:absolute; left: 0px; top: 0px; right: 0px; bottom: 0px;}
  61.  
  62. #box {background-color:#666;
  63. vertical-align: center;
  64. position: absolute;
  65. width:200;
  66. height:350;
  67. left: 800px;
  68. top: 199px;
  69. margin: 1px;
  70. -webkit-transition: all 0.8s ease-in-out;
  71. -moz-transition: all 0.8s ease-in-out;
  72. -o-transition: all 0.8s ease-in-out;
  73. -ms-transition: all 0.8s ease-in-out;
  74. transition: all 0.8s ease-in-out;
  75. border:15px solid #666;
  76. }
  77.  
  78. #box:hover {background-color:#666;
  79. vertical-align: center;
  80. position: absolute;
  81. width:400;
  82. height:350;
  83. left: 360px;
  84. top: 199px;
  85. margin: 1px;
  86. -webkit-transition: all 0.8s ease-in-out;
  87. -moz-transition: all 0.8s ease-in-out;
  88. -o-transition: all 0.8s ease-in-out;
  89. -ms-transition: all 0.8s ease-in-out;
  90. transition: all 0.8s ease-in-out;
  91. border:15px solid #666;
  92. }
  93.  
  94. #background {
  95. position:fixed;
  96. background-color:FFFAF0;
  97. width:500;
  98. height:400;
  99. left: 800px;
  100. top: 199px;
  101. }
  102.  
  103. #image {position:absolute;
  104. left:800;
  105. top:200;
  106. -webkit-filter: grayscale(100%);
  107. border:15px solid #666;
  108. }
  109.  
  110. #title {
  111. position:absolute;
  112. background-color:#666;
  113. font-size:30px;
  114. font-family:times;
  115. text-align:center;
  116. text-transform:lowercase;
  117. color:#F5F5F5;
  118. width:250;
  119. height:25;
  120. line-height:23px;
  121. top:170;
  122. left:0;
  123. }
  124.  
  125. #image2 {
  126. position:absolute;
  127. background-image:
  128. url('http://img05.deviantart.net/e83a/i/2015/231/f/a/my_artwork__fanart_katarina__league_of_legends_by_phuthieu1989-d96bzra.jpg');
  129. background-repeat:no-repeat;
  130. background-position:top center;
  131. background-attachment: absolute;
  132. background-size:100px;
  133. border-radius:100px;
  134. border:5px solid #DC143C;
  135. width:100;
  136. height:100;
  137. left:-5;
  138. top:5;
  139. -webkit-filter: grayscale(100%);
  140. }
  141.  
  142. #quote {background-color:;
  143. vertical-align: center;
  144. text-transform: none;
  145. color: #DC143C;
  146. font: normal normal normal 20px
  147. ‘times’;
  148. text-align: justify;
  149. position: absolute;
  150. width:290;
  151. left: 100px;
  152. top: 0px;
  153. letter-spacing:0px;
  154. line-height: 15px;
  155. padding: 10px;
  156. margin: 1px;
  157. border-top:1px dotted #111;
  158. border-bottom:1px dotted #111;
  159. }
  160.  
  161. #meow {
  162. position:absolute;
  163. left: -220px;
  164. top: 60px;
  165. }
  166.  
  167. #navi {
  168. vertical-align: center;
  169. text-align: center;
  170. position: absolute;
  171. left:0;
  172. top:125;
  173. letter-spacing:0px;
  174. line-height: 10px;
  175. padding: 5px;
  176. margin: 1px;
  177. }
  178.  
  179. #navi a {
  180. padding: 7px;
  181. width: 100px;
  182. font-family: tinytots;
  183. font-size: 8px;
  184. text-transform:uppercase;
  185. letter-spacing: 1px;
  186. display: inline-block;
  187. text-align: center;
  188. color:#666;
  189. background-color: #DC143C;
  190. -webkit-transition: all 0.8s ease-in-out;
  191. -moz-transition: all 0.8s ease-in-out;
  192. -o-transition: all 0.8s ease-in-out;
  193. -ms-transition: all 0.8s ease-in-out;
  194. transition: all 0.8s ease-in-out;
  195. border: 1px solid #666;
  196. }
  197.  
  198. #navi a:hover {background-color:#666;
  199. color: #DC143C;
  200. -webkit-transition: all 0.8s ease-in-out;
  201. -moz-transition: all 0.8s ease-in-out;
  202. -o-transition: all 0.8s ease-in-out;
  203. -ms-transition: all 0.8s ease-in-out;
  204. transition: all 0.8s ease-in-out;
  205. border: 1px solid #DC143C;
  206. }
  207.  
  208. #gif {
  209. position:absolute;
  210. left:130;
  211. top:131;
  212. -webkit-filter: grayscale(100%);
  213. }
  214.  
  215. .info {
  216. position: absolute;
  217. color:#666;
  218. font-size:8px;
  219. font-family:tinytots;
  220. text-transform:uppercase;
  221. text-align: justify;
  222. overflow: auto;
  223. width:261;
  224. height:186;
  225. left:-300;
  226. top:130;
  227. background-color: #DC143C;
  228. opacity: 0;
  229. -webkit-transition: all 0.8s ease-in-out;
  230. -moz-transition: all 0.8s ease-in-out;
  231. -o-transition: all 0.8s ease-in-out;
  232. -ms-transition: all 0.8s ease-in-out;
  233. transition: all 0.8s ease-in-out;
  234. z-index: 1;
  235. padding: 10px;
  236. margin: 1px;
  237.  
  238. }
  239.  
  240. .info:target {
  241. position: absolute;
  242. left:129;
  243. opacity: 1;
  244. -webkit-transition: all 0.8s ease-in-out;
  245. -moz-transition: all 0.8s ease-in-out;
  246. -o-transition: all 0.8s ease-in-out;
  247. -ms-transition: all 0.8s ease-in-out;
  248. transition: all 0.8s ease-in-out;
  249. }
  250.  
  251. h1{
  252. border-bottom:1px solid #666;
  253. color:#666;
  254. font-size:17px;
  255. line-height: 17px;
  256. font-family:times;
  257. text-align: right;
  258. text-transform:lowercase;
  259. letter-spacing:5px;
  260. margin: 0px 5px 5px;
  261. text-shadow: 1px 0px 0px #000,
  262. 0px 1px 0px #000,
  263. -1px 0px 0px #000,
  264. 0px -1px 0px #000,
  265. 0px 0px 20px #000;
  266. }
  267.  
  268. h2{
  269. border-bottom:1px dotted #666;
  270. color:#666;
  271. width:150;
  272. font-size:8px;
  273. line-height: 8px;
  274. font-family:Silkscreen;
  275. text-align: left;
  276. text-transform:uppercase;
  277. margin: 5px 5px 5px;
  278. text-shadow: 1px 0px 0px #000,
  279. 0px 1px 0px #000,
  280. -1px 0px 0px #000,
  281. 0px -1px 0px #000,
  282. 0px 0px 20px #000;
  283. }
  284.  
  285. #credit {position:fixed;
  286. right:0;
  287. bottom:0;
  288. }
  289.  
  290. @font-face {font-family:Silkscreen; src: url(http://static.tumblr.com/qbwrk8v/zmWlpdkl0/slkscr.ttf);}
  291.  
  292. </style>
  293. <div id="whole" oncontextmenu="return false;">
  294.  
  295. <div id="credit">
  296. <img src="http://i.imgur.com/W7shDgb.png" width="100">
  297. </div>
  298.  
  299. <div id="content">
  300.  
  301. <div id="box">
  302.  
  303. <div id="meow">
  304. <img src="http://www.clippix.com/images/pastelgoth/pentagram%20-%20brambles.png">
  305. </div>
  306.  
  307. <div id="gif">
  308. <img src="http://i.imgur.com/AsdoBlx.jpg?1">
  309. </div>
  310.  
  311. <div id="image2">
  312. </div>
  313.  
  314. <div id="quote">
  315. <i>
  316.  
  317. “quote here”
  318.  
  319. </i>
  320. </div>
  321.  
  322. <div id="navi">
  323.  
  324. <a href="#">reset</a>
  325. <br><br>
  326. <a href="#one">The Legend</a>
  327. <br><br>
  328.  
  329. <a href="#two">Personal Stats</a>
  330. <br><br>
  331.  
  332. <a href="#three">History</a>
  333. <br><br>
  334.  
  335. <a href="#four">Abilities</a>
  336.  
  337. <br><br>
  338. <a href="#five">Extra!!</a>
  339. </div>
  340.  
  341. <div id="one" class="info">
  342.  
  343. <h1>Hansel and Gretel</h1>
  344.  
  345. <h2>Witch-Hunters</h2>
  346.  
  347. <li>i use this for ooc. you should too.</li>
  348. <br>
  349.  
  350. this comes in handy for stats
  351. <br>
  352.  
  353.  
  354. </div>
  355.  
  356. <div id="two" class="info">
  357. <h1>Cordelia C. Clemens</h1><br<<br>
  358. <I>Given Name:</I><font style=float:right>Cordelia Constance Clemens</font><br>
  359. <I>Nickname(s):</I><font style=float:right>Cordie; Triple C</font><br>
  360. <I>Alias(es):</I><font style=float:right>Triple C; Witchy Woman</font><br>
  361. <I>Age:</I><font style=float:right>20-Something</font><br>
  362. <I>D.o.B.:</I><font style=float:right>August 16th</font><br>
  363. <I>P.o.B.:</I><font style=float:right>Grimmwell</font><br>
  364. </div>
  365.  
  366. <div id="three" class="info">
  367. <h1>The Story?</h1>
  368.  
  369. </div>
  370.  
  371. <div id="four" class="info">
  372. <h1>Abilities</h1>
  373.  
  374. </div>
  375.  
  376. <div id="five" class="info">
  377. <h1>OOC</h1>
  378.  
  379. </div>
  380. </div>
  381.  
  382. <div id="background">
  383. </div>
  384.  
  385. <div id="image">
  386. <img src="http://thumb.connect360.vn/unsafe/0x0/img.gosutv.vn/pictures/2014/11/28/1417171133_kF6dHstx.jpg">
  387. <div id="title">
  388. <i>"salem, 1692"</i>
  389. </div>
  390. </div>
Advertisement
Add Comment
Please, Sign In to add comment