Advertisement
thisisnotras

Violent

Jun 19th, 2014
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.20 KB | None | 0 0
  1. <style>
  2.  
  3. @import url(https://fonts.googleapis.com/css?family=Allura);
  4.  
  5. #profile {
  6. border: 0px;
  7. background-color: transparent;
  8. }
  9.  
  10. .pfor {
  11. display: none;
  12. }
  13.  
  14. body {background-image:
  15. url(http://i59.tinypic.com/v7qj28.jpg);
  16. background-repeat: no-repeat;
  17. background-size: 120%;
  18. font-family: 'Allura', cursive;
  19. color: black;
  20. font-weight: 400;}
  21.  
  22. a {background: white; color: white;
  23. text-decoration: none;
  24. opacity: 1;}
  25.  
  26. a.b {color: white; background: transparent;}
  27.  
  28. a:hover{
  29. -webkit-animation: linkchange 1s;
  30. -webkit-animation-iteration-count: infinite;
  31. animation: linkchange 1s;
  32. animaton-iteration-count: infinite;}
  33.  
  34. /* Chrome, Safari, Opera */
  35. @-webkit-keyframes linkchange {
  36. 0% {opacity: 1;}
  37. 50% {opacity: 0;}
  38. 100% {opacity: 1;}
  39. }
  40.  
  41. /* Standard syntax */
  42. @keyframes linkchange {
  43. 0% {opacity: 1;}
  44. 50% {opacity: 0;}
  45. 100% {opacity: 1;}
  46. }
  47.  
  48. #divcolor{
  49. height: 20px;
  50. width: 20px;
  51. background: red;}
  52.  
  53. #big{
  54. position: fixed;
  55. top: 0px;
  56. left: 0px;
  57. right: 0px;
  58. bottom: 0px;}
  59.  
  60. #divrightside{
  61. position: absolute;
  62. height: 600px;
  63. width: 600px;
  64. background-image:
  65. url(http://i61.tinypic.com/2vdi2hw.jpg);
  66. background-repeat: no-repeat;
  67. top: 100px;
  68. right: 200px;
  69. border: 0px solid red;
  70. z-index: 2;}
  71.  
  72. #backbar{
  73. position: absolute;
  74. top: 100px;
  75. left: 0px;
  76. right: 200px;
  77. height: 600px;
  78. background: white;
  79. border: 0px solid red;
  80. z-index: 1;}
  81.  
  82. #divbar1{
  83. width: 20px;
  84. top: 0px;
  85. bottom: 0px;
  86. right: 180px;
  87. background: black;
  88. z-index: 2;
  89. position: absolute;
  90. }
  91.  
  92. #divbar2{
  93. height: 20px;
  94. top: 700px;
  95. left: 0px;
  96. right: 0px;
  97. z-index: 2;
  98. background: black;
  99. position: absolute;
  100. }
  101.  
  102. #divbar3{
  103. height: 20px;
  104. top: 80px;
  105. position: absolute;
  106. left: 0px;
  107. right: 0px;
  108. background: black;
  109. z-index: 2;}
  110.  
  111. #songlyric1:hover,
  112. #songlyric2:hover,
  113. #songlyric3:hover,
  114. #songlyric4:hover,
  115. #songlyric5:hover,
  116. #songlyric6:hover,
  117. #songlyric7:hover,
  118. #songlyric8:hover,
  119. #hiddenlyric1:hover,
  120. #hiddenlyric2:hover,
  121. #oocdiv:hover,
  122. #donotdiv:hover,
  123. #hiddenlinks:hover,
  124. #hiddenlinks.b:hover,
  125. #hiddenpic:hover,
  126. #hiddenpic.b:hover,
  127. #selectholder:hover
  128. {opacity: 1;}
  129.  
  130. #songlyric1{
  131. border: 0px solid red;
  132. position: absolute;
  133. z-index: 3;
  134. top: 100px;
  135. right: 200px;
  136. height: 480px;
  137. width: 920px;
  138. font-size: 15pt;
  139. padding-top: 100px;
  140. padding-left: 80px;
  141. transition: opacity 1s;
  142. -webkit-transition: opacity 1s;
  143. overflow: hidden;
  144. opacity: 0;
  145. text-align: left;
  146. }
  147.  
  148. #songlyric2{
  149. padding-top: 150px;
  150. margin-top: -140px;
  151. opacity: 0;
  152. transition: opacity 3s;
  153. -webkit-transition: opacity 3s;
  154. }
  155.  
  156. #songlyric3{
  157. padding-top: 180px;
  158. margin-top: -170px;
  159. opacity: 0;
  160. transition: opacity 3s;
  161. -webkit-transition: opacity 3s;
  162. }
  163.  
  164. #songlyric4{
  165. padding-top: 200px;
  166. margin-top: -190px;
  167. opacity: 0;
  168. transition: opacity 7s;
  169. -webkit-transition: opacity 7s;
  170. }
  171.  
  172. #songlyric5{
  173. padding-top: 240px;
  174. margin-top: -230px;
  175. opacity: 0;
  176. transition: opacity 7s;
  177. -webkit-transition: opacity 7s;
  178. }
  179.  
  180. #songlyric6{
  181. padding-top: 280px;
  182. margin-top: -270px;
  183. opacity: 0;
  184. transition: opacity 10s;
  185. -webkit-transition: opacity 10s;
  186. }
  187.  
  188. #songlyric7{
  189. padding-top: 320px;
  190. margin-top: -310px;
  191. opacity: 0;
  192. transition: opacity 10s;
  193. -webkit-transition: opacity 10s;
  194. }
  195.  
  196. #songlyric8{
  197. padding-top: 360px;
  198. margin-top: -350px;
  199. opacity: 0;
  200. transition: opacity 12s;
  201. -webkit-transition: opacity 12s;
  202. }
  203.  
  204. #hiddenlyric1{
  205. position: absolute;
  206. height: 20px;
  207. top: 80px;
  208. right: 200px;
  209. width: 800px;
  210. border: 0px solid red;
  211. z-index: 4;
  212. color: white;
  213. letter-spacing: 10px;
  214. font-size: 15pt;
  215. text-align: right;
  216. opacity: 0;
  217. transition: opacity 1s;
  218. -webkit-transition: opacity 1s;
  219. }
  220.  
  221. #hiddenlyric2{
  222. z-index: 4;
  223. position: absolute;
  224. height: 20px;
  225. top: 700px;
  226. right: 200px;
  227. width: 800px;
  228. border: 0px solid red;
  229. color: white;
  230. font-size: 15pt;
  231. letter-spacing: 4px;
  232. text-align: right;
  233. opacity: 0;
  234. transition: opacity 1s;
  235. -webkit-transition: opacity 1s;
  236. }
  237.  
  238. #OOCdiv{
  239. font-family: 'Times New Roman', Times;
  240. font-size: 7pt;
  241. text-transform: lowercase;
  242. padding-left: 20px;
  243.  
  244. height: 80px;
  245. width: 160px;
  246. z-index: 4;
  247. border: 0px solid red;
  248. right: 0px;
  249. top: 0px;
  250. background: white;
  251. position: absolute;
  252. opacity: 0;
  253. transition: opacity 1s;
  254. -webkit-transition: opacity 1s;
  255. text-align: left;
  256. }
  257.  
  258. #DoNotDiv{
  259. height: 140px;
  260. width: 170px;
  261. z-index: 4;
  262. border: 0px solid red;
  263. right: 0px;
  264. top: 720px;
  265. position: absolute;
  266. padding-left: 10px;
  267. background: white;
  268. font-family: 'Times New Roman', Times;
  269. font-size: 7pt;
  270. text-transform: lowercase;
  271. opacity: 0;
  272. transition: opacity 1s;
  273. -webkit-transition: opacity 1s;
  274. text-align: left;}
  275.  
  276. #hiddenlinks{
  277. height:18.5px;
  278. width: 178px;
  279. z-index: 4;
  280. font-family: 'Times New Roman', Times;
  281. font-size: 10pt;
  282. border: 0px solid red;
  283. right: 0px;
  284. top: 80px;
  285. position: absolute;
  286. word-spacing: 20px;
  287. text-align: center;
  288. padding-top: 1.5px;
  289. opacity: 0;
  290. transition: opacity 1s;
  291. -webkit-transition: opacity 1s;
  292. }
  293.  
  294. #hiddenlinks.b{
  295. top: 700px;
  296. opacity: 0;
  297. color: white;
  298. word-spacing: 0px;
  299. transition: opacity 1s;
  300. -webkit-transition: opacity 1s;
  301. text-align: center;}
  302.  
  303. #hiddenpic{
  304. height: 25px;
  305. top: 76px;
  306. width: 20px;
  307. z-index: 4;
  308. text-align: center;
  309. right: 180px;
  310. color: white;
  311. background: black;
  312. position: absolute;
  313. font-family: 'Times New Roman', Times;
  314. font-size: 15pt;
  315. overflow: hidden;
  316. opacity: 0;
  317. transition: opacity 1s;
  318. -webkit-transition: opacity 1s;
  319. }
  320.  
  321. #hiddenpic.b{
  322. top: 698px;
  323. }
  324.  
  325. #selectholder{
  326. height: 600px;
  327. width: 179px;
  328. border: 0px solid red;
  329. right: 0px;
  330. top: 100px;
  331. z-index: 4;
  332. position: absolute;
  333. overflow: hidden;
  334. background: white;
  335. opacity: 0;
  336. transition: opacity 1s;
  337. -webkit-transition: opacity 1s;
  338. text-align: center;
  339. }
  340.  
  341. #selectdiv{
  342. height: 580px;
  343. width: 169px;
  344. border: 0px solid green;
  345. font-family: 'Times New Roman', Times;
  346. font-size: 8pt;
  347. background: white;
  348. padding-top: 20px;
  349. overflow: auto;
  350. padding-right: 20px;
  351. padding-left: 5px;
  352. text-align: left;}
  353.  
  354.  
  355. </style>
  356.  
  357.  
  358. <div id="big">
  359.  
  360. <div id="divrightside">
  361. </div>
  362.  
  363. <div id="backbar">
  364. </div>
  365.  
  366. <div id="divbar1">
  367. </div>
  368.  
  369. <div id="divbar2">
  370. </div>
  371.  
  372. <div id="divbar3">
  373. </div>
  374.  
  375. <div id="songlyric1">It's not "you get just what you paid for",
  376. <div id="songlyric2">Ain't that "you reap just what you sow".
  377. <div id="songlyric3">You won't get everything you pray for,
  378. <div id="songlyric4">Surprised you don't know by now.
  379. <div id="songlyric5">I need something to hold on to
  380. <div id="songlyric6">While the world is spinning round and round.
  381. <div id="songlyric7">You could crumble any moment,
  382. <div id="songlyric8">I'll keep my feet on solid ground for now.
  383. </div>
  384. </div>
  385. </div>
  386. </div>
  387. </div>
  388. </div>
  389. </div>
  390. </div>
  391.  
  392. <div id="hiddenlyric1">How do we get lifted, how do we not go insane?
  393. </div>
  394.  
  395. <div id="hiddenlyric2">For so long we existed, still we all resisted, why is it we still remain?
  396. </div>
  397.  
  398. <div id="OOCDiv"><br>Profile coded by me.<br>
  399. Please give credit.<br>
  400. Feel free to crash in Ataraxia anytime.<br>
  401. WIP.
  402. </div>
  403.  
  404. <div id="DoNotdiv"><br>do not<br>
  405. (x) be a dick, because I'll let you know. plainly.<br>
  406. (x) ask for personal info if I don't know you<br>
  407. (x) fail to PM me, bwaha.
  408. </div>
  409.  
  410. <div id="hiddenlinks">
  411. <a href="#Details" title="Details">| |</a>
  412. <a href="#History" title="History">| |</a>
  413. <a href="#Ataraxia" title="Ataraxia">| |</a>
  414. </div>
  415.  
  416. <div id="hiddenlinks" class="b">music -
  417. <a href="http://youtu.be/pYyM_Capz8I" title="Blak and Blu" class="b" target="_blank">x</a>
  418. <a href="http://youtu.be/sRl7NEh2HBk" title="Judith" class="b" target="_blank">
  419. x</a>
  420. </div>
  421.  
  422. <div id="hiddenpic"><a href="http://i60.tinypic.com/2v0ewle.jpg" title="Slick" target="_blank" class="b">x</a>
  423. </div>
  424.  
  425. <div id="hiddenpic" class="b"><a href="http://i58.tinypic.com/wj9nax.jpg" title="Stylish" target="_blank" class="b">x</a>
  426. </div>
  427.  
  428. <div id="selectholder">
  429.  
  430. <a name="Details"></a>
  431. <div id="selectdiv">
  432. <br>
  433. A young devil going around by the name 'Violent'.<br>
  434. Genrally male.<br>
  435. Pansexual.<br>
  436. Polyamorous.<br>
  437. Charismatic.<br>
  438. Persuasive.<br>
  439. Adores music.<br>
  440. Old, but always interested in new ideas.<br>
  441. Does not always carry the same appearance. (check the crosses)<br><br>
  442. <i>Usual appearance</i><br>
  443. 5'8".<br>
  444. Slim build.<br>
  445. Black hair.<br>
  446. Crimson irises, occasionally flashes of black sclera.
  447. </div>
  448.  
  449. <a name="History"></a>
  450. <div id="selectdiv"><br>
  451. Hell's pretty trashy, who wants to stay there?<br>
  452. This boy's on a search for greater things.
  453. </div>
  454.  
  455. <a name="Ataraxia"></a>
  456. <div id="selectdiv"><br>
  457. "<i>Ataraxia...<br>
  458. Nirvana, Paradise, Tír na nÓg.<br>
  459. Heaven.<br>
  460. Why not have this on earth?</i>"<br><br>
  461.  
  462. (Below, from wiki).<br><br>
  463. <b>Ataraxia</b> (ἀταραξία "tranquility") is a Greek term used by Pyrrho and Epicurus for a lucid state of robust tranquility, characterized by ongoing freedom from distress and worry<br><br>
  464. <b>For the Epicureans</b>, <i>ataraxia</i> was synonymous with the only true happiness possible for a person. It signifies the state of robust tranquility that derives from eschewing faith in an afterlife, not fearing the gods because they are distant and unconcerned with us, avoiding politics and vexatious people, surrounding oneself with trustworthy and affectionate friends and, most importantly, being an affectionate, virtuous person, worthy of trust.<br><br>
  465. (Now for the non-wiki).<br><br>
  466. <b>For <i>Violent</i></b>, it is wished for this to become a physical location, an actual place where preferably like-minded individuals would visit. Party, eat, conversate, 'interact', lounge, sleep - why not do these things while enjoying yourself in company that doesn't intentionally cause stress?<br><br>
  467. <b>Currently</b>, <i>Ataraxia</i> is a simple bar. Nothing special about it other than it's owner, Violent, but he's got big plans.<br>
  468. (Check back, progress is being made!)
  469. </div>
  470. </div>
  471.  
  472. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement