thisisnotras

music update

Oct 27th, 2015
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.15 KB | None | 0 0
  1. <style>
  2. .pfor {display: none;}
  3. body {background-color: transparent;}
  4. #profile { background-color:transparent; border: 0px; margin: 0 auto; }
  5. </style>
  6.  
  7.  
  8. <style type="text/css">
  9.  
  10. @import url(http://fonts.googleapis.com/css?family=Rationale);
  11.  
  12. @font-face {
  13. font-family: True Lies; src: url(http://static.tumblr.com/c6txita/ZEbn2qbjn/true_lies.ttf);
  14. }
  15.  
  16. ::-webkit-scrollbar {
  17. width:6px;
  18. height:7px;
  19. }
  20.  
  21. ::-webkit-scrollbar-track-piece {
  22. background-color:#121212;
  23. }
  24. ::-webkit-scrollbar-thumb {
  25. background-color:#757575d;
  26. box-shadow:0px 0px 5px #888;
  27. }
  28.  
  29. body {
  30. /* YOUR BACKGROUND IMAGE */
  31. background:white;
  32. background-image:url('http://i.picpar.com/uC8b.jpg');
  33. background-attachment:fixed;
  34. background-repeat:no-repeat;
  35. background-size: 100% 100%;
  36. padding:0;
  37. margin:0;
  38. word-wrap:break-word;
  39. }
  40.  
  41. body a{text-decoration:none;}
  42. ul {list-style-type:square;}
  43.  
  44. #content {
  45. position:absolute;
  46. border:0px solid white;
  47. padding-bottom:50px;
  48. top:15%;
  49. left:50%;
  50. height:auto;
  51. width:800px;
  52. margin-left:-400px;
  53. }
  54.  
  55. /* YOUR SIDEBAR IMAGE */
  56. #content img {
  57. float:left;
  58. width:250px;
  59. height:400;
  60. padding:5px;
  61. background:transparent; /* THE BACKGROUND COLOR OF YOUR IMAGE */
  62. border:0px solid #424141; /* THE BORDER COLOR */
  63. z-index:9;
  64. box-shadow:0px 0px 0px #888;
  65. }
  66.  
  67.  
  68. /* TITLE */
  69. #title {
  70. text-align:right;
  71. width:630px;
  72. padding-right:190px;
  73. padding-left:40px;
  74. border:0px solid white;
  75. font-family: True Lies;
  76. font-size:20px;
  77. letter-spacing:1px;
  78. text-transform:uppercase;
  79. color:#FFFFFF;
  80. margin-left:-30px;
  81. margin-bottom:-30px;
  82. text-shadow:0px 0px 5px #888;
  83. border-bottom:2px solid #750001; /*TITLE UNDERLINE */
  84. }
  85.  
  86. #info {
  87. margin-left:0px;
  88. margin-top:50px;
  89. padding:8px;
  90. width: 380px;
  91. height: 365px;
  92. color:#e8ded2; /* BODY COLOR TEXT WHERE ALL YOUR INFO/BIO IS */
  93. text-shadow:0px 0px 2px #565656;
  94. font-family:consolas;
  95. font-size:12px;
  96. line-height:130%;
  97. background:#262626;
  98. background-image:url('http://24.media.tumblr.com/tumblr_lzvjakQDzV1qhvdofo5_500.jog');
  99. box-shadow:0px 0px 4px #565656;
  100. overflow: hidden;
  101. }
  102.  
  103. /* LINKS ITALICS AND BOLD */
  104. #info a{
  105. color:#e5b4b0;
  106. -webkit-transition: all 0.4s ease;
  107. }
  108.  
  109. #info a:hover {
  110. color:#fff;
  111. -webkit-transition: all 0.4s ease;
  112. }
  113.  
  114. #info i {
  115. font-weight:bold;
  116. font-style:italic;
  117. color:#d7ba83;
  118. }
  119.  
  120. #info b, strong {
  121. font-weight:bold;
  122. color:#6e8f9d;
  123. }
  124.  
  125. /* BORDERS */
  126. .topleft{
  127. position:fixed;
  128. top:0px;
  129. left:0px;
  130. width: 0px;
  131. height: 0px;
  132. border-style: solid;
  133. border-width: 90px 90px 0 0;
  134. border-color: #424141 transparent transparent transparent;}
  135. .topright{
  136. position:fixed;
  137. top:0px;
  138. right:0px;
  139. width: 0px;
  140. height: 0px;
  141. border-style: solid;
  142. border-width: 0 90px 90px 0;
  143. border-color: transparent #424141 transparent transparent;}
  144. .bottomright{
  145. position:fixed;
  146. bottom:0px;
  147. right:0px;
  148. width: 0px;
  149. height: 0px;
  150. border-style: solid;
  151. border-width: 0 0 90px 90px;
  152. border-color: transparent transparent #424141 transparent;}
  153. .bottomleft{
  154. position:fixed;
  155. bottom:0px;
  156. left:0px;
  157. width: 0px;
  158. height: 0px;
  159. border-style: solid;
  160. border-width: 90px 0 0 90px;
  161. border-color: transparent transparent transparent #424141;}
  162.  
  163. #line{
  164. background:#424141;
  165. position:absolute;
  166. width:850px;
  167. height:5px;
  168. margin-top:33px;
  169. margin-left:-50px;
  170. box-shadow:0px 0px 5px #888;
  171. z-index:-1;
  172. }
  173.  
  174. /* LINKS ON THE RIGHT */
  175. #links {
  176. float:right;
  177. margin-top:10px;
  178. margin-right:30px;
  179. background-image:url('http://24.media.tumblr.com/tumblr_lzvjakQDzV1qhvdofo5_500.jpg');
  180. width:100px;
  181. padding:5px;
  182. height:auto;
  183. border:2px solid #424141;
  184. text-align:center;
  185. box-shadow:0px 0px 5px #888;
  186. }
  187.  
  188. #links a{
  189. float:right;
  190. width:90px;
  191. font-family: 'Rationale', sans-serif;
  192. text-transform:uppercase;
  193. font-size:10px;
  194. letter-spacing:2px;
  195. color:#fff; /* LINK TEXT */
  196. text-shadow:0px 0px 5px #888;
  197. border-bottom:0px solid #565656;
  198. box-shadow:0px 0px 0px #888;
  199. margin:4px;
  200. padding:0px 0px 3px 0px;
  201.  
  202. transition: all 0.6s ease;
  203. -moz-transition: all 0.6s ease;
  204. -webkit-transition: all 0.6s ease;
  205. -o-transition: all 0.6s ease;
  206. }
  207.  
  208. #links a:hover{
  209. color:#333; /* LINK TEXT HOVER */
  210. background:#fff; /* LINK BACKGROUND HOVER */
  211. box-shadow:0px 0px 5px #888;
  212. transition: all 0.6s ease;
  213. -moz-transition: all 0.6s ease;
  214. -webkit-transition: all 0.6s ease;
  215. -o-transition: all 0.6s ease;
  216. }
  217.  
  218.  
  219. #one, #two, #three, #four, #five, #six, #seven {
  220. width: 400px;
  221. height: 365px;
  222. overflow-x: hidden;
  223. overflow-y: auto;
  224.  
  225. }
  226.  
  227.  
  228. h1
  229. {z-index:-20;
  230. color: #fff;
  231. height:20px;
  232. width:%100px;
  233. font-size: 18px;
  234. line-height: 0px;
  235. font-weight: normal;
  236. letter-spacing: 1px;
  237. font-family: True Lies;
  238. text-transform: uppercase;
  239. text-shadow: #DED6AA 0px 0px 2px;
  240. text-align: left;
  241. margin-bottom: -42px;}
  242. h1:first-letter
  243. {font-size: 30px;
  244. text-shadow: #DED6AA 0px 2px;}
  245.  
  246.  
  247.  
  248. h2
  249. {z-index:-20;
  250. color: #fff;
  251. height:20px;
  252. width:%100px;
  253. font-size: 12px;
  254. line-height: 30px;
  255. font-weight: normal;
  256. letter-spacing:0px;
  257. font-family: 'Rationale', sans-serif;
  258. text-transform: uppercase;
  259. text-shadow: #666 0px 0px 2px;
  260. text-align: left;
  261. margin-top: 23px;
  262. margin-left: 10px;}
  263.  
  264.  
  265.  
  266. h3
  267. {z-index:-20;
  268. color: #fff;
  269. height:20px;
  270. width:%100px;
  271. font-size: 18px;
  272. line-height: 0px;
  273. font-weight: normal;
  274. letter-spacing: 1px;
  275. font-family: True Lies;
  276. text-transform: uppercase;
  277. text-shadow: #DED6AA 0px 0px 2px;
  278. text-align: right;
  279. margin-bottom: -42px;}
  280. h3:first-letter
  281. {font-size: 30px;
  282. text-shadow: #DED6AA 0px 2px;}
  283.  
  284.  
  285.  
  286. h4
  287. {z-index:-20;
  288. color: #fff;
  289. height:20px;
  290. width:%100px;
  291. font-size: 12px;
  292. line-height: 30px;
  293. font-weight: normal;
  294. letter-spacing:0px;
  295. font-family: 'Rationale', sans-serif;
  296. text-transform: uppercase;
  297. text-shadow: #666 0px 0px 2px;
  298. text-align: right;
  299. margin-top: 23px;
  300. margin-right: 10px;}
  301.  
  302.  
  303.  
  304.  
  305.  
  306. </style>
  307.  
  308.  
  309.  
  310.  
  311.  
  312. <div id="content">
  313.  
  314. <div id="title">Ladies and gentlemen! Boys and girls!</div>
  315.  
  316. <div id="line"></div>
  317.  
  318.  
  319. <img src="http://i.picpar.com/tC8b.jpg" />
  320.  
  321.  
  322. <div id="links">
  323. <a href="#one">Stats</a>
  324. <a href="#two">Notable People</a>
  325. <a href="#three">Personality</a>
  326. <a href="#four">Cards</a>
  327. <a href="#five">Out of Character</a>
  328. <a href="https://www.youtube.com/watch?v=tSErr0OLH28" target="_blank">Music</a>
  329.  
  330.  
  331.  
  332. </div>
  333.  
  334.  
  335.  
  336. <div id="info">
  337.  
  338.  
  339.  
  340. <div id="one">
  341. <a name="#one"></a>
  342. Name: Juuzou Iranih<br> <br>
  343. Gender: Male <br> <br>
  344. Age: 17 <br> <br>
  345. Deck: Toon Kingdom! <br><br>
  346. Dorm: Obelisk Blue <br><br>
  347. Height: 5'8 <br> <br>
  348. Weight: 120lbs <br> <br>
  349. Eyes: Brown <br> <br>
  350. Occupation/Hobby: Sewing! <br> <br>
  351. Win/Loss/Draw: 1/0/0 <br> <br>
  352. DP: 1100 <br> <br>
  353. Orientation: Bisexual <br> <br>
  354. Status: Single <br><br>
  355.  
  356.  
  357.  
  358. </div>
  359. <br>
  360.  
  361. <div id="two">
  362. <a name="#two"></a>
  363.  
  364. Coming soon. <br> <br>
  365.  
  366.  
  367.  
  368. </div>
  369. <br>
  370.  
  371. <div id="three">
  372. <a name="#three"></a>
  373.  
  374. to be written later. <br> <br>
  375. </div>
  376. <br>
  377.  
  378. <div id="four">
  379. <a name="#four"></a>
  380. All cards listed here are available for trading. <br> <br>
  381.  
  382.  
  383. <br>
  384.  
  385. </div>
  386. <br>
  387.  
  388. <div id="five">
  389. <a name="#five"></a>
  390.  
  391. Out of Character: <br> <br>
  392. No profile, no answer. <br>
  393. PM friendly in most cases. <br>
  394. Skype reserved for long term associates. <br>
  395. IC at all times. <br>
  396. IC is not OOC. <br>
  397. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="129" height="20">
  398. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
  399. <param name="wmode" value="transparent" />
  400. <param name="FlashVars" value="mp3=https://dl.dropboxusercontent.com/u/4556289/YuGiOh.mp3&autoplay=1&loop=1&volume=10&bgcolor1=B2A9BE&bgcolor2=B2A9BE&slidercolor1=4F3E6A&slidercolor2=4F3E6A&buttoncolor=4F3E6A&buttonovercolor=000000&sliderovercolor=000000" />
  401. </object>
  402.  
  403.  
  404.  
  405.  
  406.  
  407. </div>
Advertisement
Add Comment
Please, Sign In to add comment