Advertisement
owlette

ink;

Apr 17th, 2014
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.94 KB | None | 0 0
  1. <style type="text/css">
  2. @font-face {font-family:"bananas"; src:url('http://static.tumblr.com/l55ndxt/pXgmofj6m/monkeys_and_bananas.ttf');}
  3. @font-face {font-family: "always forever"; src:url("http://static.tumblr.com/3uol3ew/wYfmkpavq/always_forever.ttf");}
  4. @font-face { font-family: "cafe"; src: url('http://static.tumblr.com/kjq4nx5/kQOmo5hnn/caf_____brewery.ttf'); }
  5. @font-face { font-family: "heat"; src: url('http://static.tumblr.com/n9vthnu/6Psmo2sij/kgeyeswideopen.ttf'); }
  6. @font-face {font-family:"Aderyn";src:url('http://static.tumblr.com/9wzbixa/Qnqm26qzk/dk_aderyn_0.ttf');}
  7.  
  8. .pfor { display: none; }
  9. #profile { background-color: transparent; border: none; }
  10. body { cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  11. background: #fefefe url("http://i57.tinypic.com/6i9p8x.jpg"); }
  12.  
  13. a:active, a:visited, a:link {
  14. font: normal normal normal consolas;
  15. color: #666;
  16. text-decoration: none;
  17. -webkit-transition:all 1s ease-in-out;
  18. -moz-transition:all 1s ease-in-out;
  19. -o-transition:all 1s ease-in-out;
  20. -webkit-transition:all 1s ease-in-out;
  21. transition:all 1s ease-out;
  22. background-color: none;
  23. padding-left: 5px;
  24. padding-right: 5px;
  25. padding-bottom: 5px;
  26. padding-top: 5px;
  27. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  28. }
  29.  
  30. #pic {
  31. position: fixed;
  32. top: 100px;
  33. left: 395px;
  34. z-index: 500;
  35. -webkit-transition:all 3s ease-in-out;
  36. -moz-transition:all 3s ease-in-out;
  37. -o-transition:all 3s ease-in-out;
  38. -webkit-transition:all 3s ease-in-out;
  39. transition:all 3s ease-out;
  40. background-image:url('http://i59.tinypic.com/1zh0h8w.jpg');
  41.  
  42. filter: grayscale(100%);
  43. -webkit-filter: grayscale(100%); /* For Webkit browsers */
  44. filter: gray; /* For IE 6 - 9 */
  45. -webkit-transition: all .6s ease; /* Transition for Webkit browsers */
  46. }
  47.  
  48. #pic:hover {
  49. position: fixed;
  50. left: 660px;
  51. background-image:url('http://i59.tinypic.com/1zh0h8w.jpg');
  52. filter: grayscale(0%);
  53. -webkit-filter: grayscale(0%);
  54. filter: none;
  55. }
  56.  
  57. #box {
  58. width: 239px;
  59. height: 324px;
  60. font: normal normal normal 11px/11px consolas;
  61. color: #666;
  62. background-color: #151515;
  63. padding: 5px;
  64. z-index: 499;
  65. position: fixed;
  66. top: 100px;
  67. left: 395px;
  68. }
  69.  
  70. #sidebar {
  71. height: 332px;
  72. width: 8px;
  73. background-color: #333;
  74. position: fixed;
  75. top: 101px;
  76. left: 648px;
  77. z-index: 0;
  78. -webkit-transition:all 1s ease-in-out;
  79. -moz-transition:all 1s ease-in-out;
  80. -o-transition:all 1s ease-in-out;
  81. -webkit-transition:all 1s ease-in-out;
  82. transition:all 1s ease-out;
  83. }
  84.  
  85. #friends {
  86. font: normal normal normal 11px/11px consolas;
  87. width: 90px;
  88. height: 318px;
  89. position: fixed;
  90. top: 107px;
  91. left: 635px;
  92. padding-left: 10px;
  93. padding-right: 10px;
  94. padding-bottom: 10px;
  95. padding-top: 6px;
  96. opacity: 0;
  97. -webkit-transition:all 1s ease-in-out;
  98. -moz-transition:all 1s ease-in-out;
  99. -o-transition:all 1s ease-in-out;
  100. -webkit-transition:all 1s ease-in-out;
  101. transition:all 1s ease-out;
  102. }
  103.  
  104. #friends:hover {
  105. opacity: 1;
  106. }
  107.  
  108. #friends:hover + #sidebar, #sidebar:hover {
  109. left: 700px;
  110. opacity: 1;
  111. -webkit-transition:all 1s ease-in-out;
  112. -moz-transition:all 1s ease-in-out;
  113. -o-transition:all 1s ease-in-out;
  114. -webkit-transition:all 1s ease-in-out;
  115. transition:all 1s ease-out;
  116. }
  117.  
  118. #roman1:hover, #roman2:hover, #roman3:hover, #roman4:hover, #roman5:hover, #title:hover, a:hover {
  119. color: #1962a6;
  120. }
  121.  
  122. #roman1 {
  123. position: fixed;
  124. top: 120px;
  125. left: 345px;
  126. height: 15px;
  127. width: 40px;
  128. font: normal small-caps normal 35px/35px times new roman;
  129. color: #666;
  130. text-align: center;
  131. padding-top: 4px;
  132. padding-bottom: 6px;
  133. letter-spacing: 1px;
  134. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  135. -webkit-transition: all 0.8s ease-out;
  136. -moz-transition: all 0.8s ease-out;
  137. -ms-transition: all 0.8s ease-out;
  138. -o-transition: all 0.8s ease-out;
  139. transition: all 0.8s ease-out;
  140. z-index: 4;
  141. }
  142.  
  143. #roman1:hover + .container, .container:hover {
  144. left: 670px;
  145.  
  146. opacity: 1;
  147. }
  148.  
  149. #roman2 {
  150. position: fixed;
  151. top: 200px;
  152. left: 345px;
  153. height: 15px;
  154. width: 40px;
  155. font: normal small-caps normal 29px/29px times new roman;
  156. color: #666;
  157. text-align: center;
  158. padding-top: 4px;
  159. padding-bottom: 6px;
  160. letter-spacing: 1px;
  161. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  162. -webkit-transition: all 0.8s ease-out;
  163. -moz-transition: all 0.8s ease-out;
  164. -ms-transition: all 0.8s ease-out;
  165. -o-transition: all 0.8s ease-out;
  166. transition: all 0.8s ease-out;
  167. z-index: 4;
  168. }
  169.  
  170. #roman2:hover + .container, .container:hover {
  171. left: 670px;
  172. opacity: 1;
  173. }
  174.  
  175. #roman3 {
  176. position: fixed;
  177. top: 250px;
  178. left: 345px;
  179. height: 15px;
  180. width: 40px;
  181. font: normal small-caps normal 27px/27px optimus princeps;
  182. color: #666;
  183. text-align: center;
  184. padding-top: 4px;
  185. padding-bottom: 6px;
  186. letter-spacing: 1px;
  187. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  188. -webkit-transition: all 0.8s ease-out;
  189. -moz-transition: all 0.8s ease-out;
  190. -ms-transition: all 0.8s ease-out;
  191. -o-transition: all 0.8s ease-out;
  192. transition: all 0.8s ease-out;
  193. z-index: 4;
  194. }
  195.  
  196. #roman3:hover + .container, .container:hover {
  197. left: 670px;
  198. opacity: 1;
  199. }
  200.  
  201. #roman4 {
  202. position: fixed;
  203. top: 300px;
  204. left: 345px;
  205. height: 15px;
  206. width: 40px;
  207. font: normal small-caps normal 27px/27px optimus princeps;
  208. color: #666;
  209. text-align: center;
  210. padding-top: 4px;
  211. padding-bottom: 6px;
  212. letter-spacing: 1px;
  213. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  214. -webkit-transition: all 0.8s ease-out;
  215. -moz-transition: all 0.8s ease-out;
  216. -ms-transition: all 0.8s ease-out;
  217. -o-transition: all 0.8s ease-out;
  218. transition: all 0.8s ease-out;
  219. z-index: 4;
  220. }
  221.  
  222. #roman4:hover + .container, .container:hover {
  223. left: 670px;
  224. opacity: 1;
  225. }
  226.  
  227. #roman5 {
  228. position: fixed;
  229. top: 350px;
  230. left: 345px;
  231. height: 15px;
  232. width: 40px;
  233. font: normal small-caps normal 27px/27px optimus princeps;
  234. color: #666;
  235. text-align: center;
  236. padding-top: 4px;
  237. padding-bottom: 6px;
  238. letter-spacing: 1px;
  239. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  240. -webkit-transition: all 0.8s ease-out;
  241. -moz-transition: all 0.8s ease-out;
  242. -ms-transition: all 0.8s ease-out;
  243. -o-transition: all 0.8s ease-out;
  244. transition: all 0.8s ease-out;
  245. z-index: 4;
  246. }
  247.  
  248. #roman5:hover + .container, .container:hover {
  249. left: 670px;
  250. opacity: 1;
  251. }
  252.  
  253. #roman6 {
  254. position: fixed;
  255. top: 400px;
  256. left: 345px;
  257. height: 15px;
  258. width: 40px;
  259. font: normal small-caps normal 27px/27px optimus princeps;
  260. color: #666;
  261. text-align: center;
  262. padding-top: 4px;
  263. padding-bottom: 6px;
  264. letter-spacing: 1px;
  265. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  266. -webkit-transition: all 0.8s ease-out;
  267. -moz-transition: all 0.8s ease-out;
  268. -ms-transition: all 0.8s ease-out;
  269. -o-transition: all 0.8s ease-out;
  270. transition: all 0.8s ease-out;
  271. z-index: 4;
  272. }
  273.  
  274. #roman6:hover + .container, .container:hover {
  275. left: 670px;
  276. opacity: 1;
  277. }
  278.  
  279. .container {
  280. position: fixed;
  281. top: 105px;
  282. left: 440px;
  283. width: 200px;
  284. height: 350px;
  285. text-align: left;
  286. background-color: #;
  287. border: px solid #b31b1b;
  288. overflow: auto;
  289. opacity: 1;
  290. -webkit-transition: all 0.3s ease-out;
  291. -moz-transition: all 0.3s ease-out;
  292. -ms-transition: all 0.3s ease-out;
  293. -o-transition: all 0.3s ease-out;
  294. transition: all 0.3s ease-out;
  295. z-index: 1;
  296. }
  297.  
  298. big {
  299. text-align: left;
  300. color: #fc7116;
  301. letter-spacing: 1px;
  302. text-decoration: none;
  303. text-shadow: 1px 1px 3px black;
  304. font: normal 10px/12px arial;}
  305.  
  306. u {
  307. text-align: left;
  308. color: #a4bf62;
  309. letter-spacing: 0px;
  310. text-decoration: none;
  311. text-shadow: 1px 1px 3px black;
  312. font: normal 10px/12px arial;}
  313.  
  314. i {
  315. text-align: left;
  316. color: #1c7d84;
  317. letter-spacing: 0px;
  318. text-shadow: 1px 1px 3px black;
  319. font: italic 12px/12px times;}
  320.  
  321. b {
  322. text-align: left;
  323. color: #53516f;
  324. text-shadow: 1px 1px 3px black;
  325. font: normal normal normal 12px/12px times;}
  326.  
  327. h1 {
  328. width: 170px;
  329. height: 56px;
  330. padding-left: 10px;
  331. padding-right: 10px;
  332. padding-bottom: 10px;
  333. padding-top: 6px;
  334. text-align: justify;
  335. color: gray;
  336. border: 1px solid #333;
  337. border-radius: 5px;
  338. text-shadow: 1px 1px 1px black;
  339. background-color: ;
  340. background-image:url('http://i59.tinypic.com/1zh0h8w.jpg');
  341. font: normal normal normal 10px/12px arial;
  342. z-index: 1;
  343. }
  344.  
  345. #title {
  346. position: fixed;
  347. top: 62px;
  348. left: 450px;
  349. font: normal normal normal 35px/25px bananas;
  350. color: #666;
  351. text-align: center;
  352. text-transform:;
  353. padding-top: 4px;
  354. padding-bottom: 6px;
  355. letter-spacing: 20px;
  356. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  357. -webkit-transition: all 0.8s ease-out;
  358. -moz-transition: all 0.8s ease-out;
  359. -ms-transition: all 0.8s ease-out;
  360. -o-transition: all 0.8s ease-out;
  361. transition: all 0.8s ease-out;
  362. z-index: 4;
  363. }
  364.  
  365. #title:hover + .quote, .quote:hover {
  366. color: #59d8cd;
  367. top: 450px;
  368. opacity: 1;
  369. }
  370.  
  371. .quote {
  372. font: normal normal normal 11px/0px consolas;
  373. opacity: 0;
  374. position: fixed;
  375. top: 100px;
  376. left: 400px;
  377. -webkit-transition: all 0.5s ease-out;
  378. -moz-transition: all 0.5s ease-out;
  379. -ms-transition: all 0.5s ease-out;
  380. -o-transition: all 0.5s ease-out;
  381. transition: all 0.5s ease-out;
  382. }
  383.  
  384. </style>
  385.  
  386. <div id="title">
  387. Trilby
  388. </div>
  389.  
  390. <div class="quote">
  391. ▶ nothnx ◊ eat the rude ◊ main = kieta.
  392. </div>
  393.  
  394.  
  395. <div id="roman1">♚</div>
  396. <div class="container">
  397.  
  398. <h1>
  399. ϟ <b>basics</b>:
  400. <i>trilby</i> → trilbs → ink; etc. twentyone. <b>♀</b> femme. <i>jackalope</i>. gemini. <b>♊</b> new york. <i>equal</i> opportunist. <u>perpetually</u> single. college student → <i>anthropology</i>. ◌
  401. </h1>
  402.  
  403. <h1>
  404. ϟ <b>appearance</b>: mercurial;
  405. <i>stature</i> five foot six, soft & <u>lithe</u>. tattooed & pierced. <i>hair → teal</i>. glowing markings. <i>eyes</i> sapphire. <i>attire</i> summer child ; cute & flirty. ◌
  406. </h1>
  407.  
  408. <h1>
  409. ϟ <b>distinctive</b> razor sharp fangs. <i>manipulate the cold</i>. extra long tongue. playful. faux-dominate. legs for <i>days</i>. smoker & drinker; <u>dabbles</u> in drug use. <i>versatile</i>. optomistic. ◌
  410. </h1>
  411.  
  412. <h1>
  413. <b>☑</b>: <i>intelligence</i>. spontaneity. sex. flowers. <i>socialization</i>. spirituality. nature.
  414. <b>☒</b>: <big>ignorance</big>. silence. <big>routine</big>. waiting. politics & religion. sensitive people. ◌
  415.  
  416. </h1>
  417. </div>
  418.  
  419. <div id="roman2"><a href="http://i62.tinypic.com/161bwk9.jpg" title="what're you waiting for?" target="_blank">✗</a></div>
  420.  
  421. <div id="roman3"><a href="http://i57.tinypic.com/6r3ipd.jpg" title="oh, please~" target="_blank">✗</a></div>
  422.  
  423. <div id="roman4"><a href="http://i58.tinypic.com/wivbzb.jpg" title="ribbons 'n bows." target="_blank">✗</a></div>
  424.  
  425. <div id="roman5"><a href="http://www.thiscrush.com/~pumathingy" title="crush?" target="_blank">✗</a></div>
  426.  
  427. <div id="roman6"><a href="http://youtu.be/LvkEuDmybmc" title="sza ; bed." target="_blank">✗</a></div>
  428.  
  429. <div id="pic">
  430. <img style="border: 0px solid #333;" width="245" height="330" src="http://i60.tinypic.com/bf5f0m.jpg">
  431. </div>
  432.  
  433. <div id="box"><br>
  434. <i>Ice is structured, latticed, light as a feather, massive as a glacier. In ice, there is power!</i><br>
  435.  
  436. ~ n o t <u>y e t</u> w r i t t e n }
  437. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement