Advertisement
Daric

Black Canary

Sep 17th, 2015
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.29 KB | None | 0 0
  1. <style type="text/css">
  2. .pfor { display: none; }
  3. #profile { background-color: transparent; border: none; }
  4. </style>
  5.  
  6. <style type="text/css">
  7.  
  8. body {
  9.  
  10. background-color: #000000;
  11. background-image: url(http://i.picpar.com/w99.png);
  12. background-attachment: fixed;
  13. background-position: center center;
  14. background-repeat: repeat;
  15. background-size: auto;
  16. font-family: Times New Roman;
  17. font-variant: normal;
  18. font-size: 70%;
  19. color: #666666;}
  20.  
  21. .Box1{
  22. position:absolute;
  23. bottom: 230px;
  24. left:20px;
  25. height:185px;
  26. width:400px;
  27. border-radius:0px;
  28. background:url('http://33.media.tumblr.com/568647ca8229fc115197a18e132272ab/tumblr_inline_mkqy3aHtxc1qgwf7j.gif');
  29. background-size: 100%;
  30. overflow:hidden;
  31. border:4px solid black;
  32. }
  33.  
  34. .Box4{
  35. position:absolute;
  36. bottom: 230px;
  37. right:20px;
  38. height:185px;
  39. width:400px;
  40. border-radius:0px;
  41. background:url('http://33.media.tumblr.com/227b7eacbd1adca1313194ada0c8d9ad/tumblr_ml6bjsMB2j1s8k1duo1_500.gif');
  42. background-size: 100%;
  43. overflow:hidden;
  44. border:4px solid black;
  45. }
  46.  
  47.  
  48. .Box2{
  49. background:url('http://i.picpar.com/w99.png');
  50. position:absolute;
  51. top: 210px;
  52. left:570px;
  53. height: auto;
  54. width:220px;
  55. border-radius:0px;
  56. overflow:hidden;
  57.  
  58. }
  59.  
  60.  
  61.  
  62. .Box3{
  63. background-color: #ffffff;
  64. position:absolute;
  65. background-size: 100%;
  66. bottom: 220px;
  67. left:-300%;
  68. height:200px;
  69. width:400px;
  70. border-radius:0px;
  71. overflow:auto;
  72. border:4px solid black;
  73. opacity: 0.0px;
  74. -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; -ms-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out;}
  75.  
  76. .Box3:target{left:480px; -webkit-transition: all 0.7s ease-in-out; -moz-transition: all 0.7s ease-in-out; -o-transition: all 0.7s ease-in-out; -ms-transition: all 0.7s ease-in-out; transition: all 0.7s ease-in-out; opacity: 1.0px;}
  77.  
  78.  
  79.  
  80. a.yum, a.yum:link, a.yum:active, a.yum:visited {
  81. background-color: #FEFEFE;
  82. display: circle;
  83. margin: 3px;
  84. font-family: consolas;
  85. font-size: 10px;
  86. height: 20px;
  87. letter-spacing: 2px;
  88. border-radius: 25%;
  89. color: #000;
  90. text-decoration: none;}
  91.  
  92.  
  93. a.yum:hover {
  94. display: circle;
  95. margin: 3px;
  96. height: 20px;
  97. background-color: #FEFEFE;
  98. border-radius: 25%;
  99. font-family: consolas;
  100. font-size: 10px;
  101. letter-spacing: 2px;
  102. color: #000000;
  103. text-decoration: none;
  104. }
  105.  
  106. .poke{
  107. color:#505050;
  108. font-size:12px;
  109. text-align:center;
  110. font-family:pixel;
  111. margin: 2px;
  112. }
  113.  
  114. .effect{
  115. height:200px;
  116. width:400px;
  117. background-color:#fff;
  118. filter: alpha(opacity=0);
  119. opacity: 0;
  120. border-radius:0px;
  121. -webkit-transition: all 0.6s ease-out;
  122. -moz-transition: all 0.6s ease-out;
  123. }
  124.  
  125. .effect:hover{
  126. border-radius:0px;
  127. filter: alpha(opacity=100);
  128. opacity: 1;
  129. overflow:auto;
  130. }
  131.  
  132. a.sinnoh:link, a.sinnoh:active, a.sinnoh:visited{
  133. display: block;
  134. float: left;
  135. width: 86px;
  136. margin-left: 7px;
  137. -moz-border-radius: 5px;
  138. border-radius: 2px;
  139. font-family: consolas;
  140. text-decoration: none;
  141. font-size: 10px!important;
  142. letter-spacing: 0px;
  143. background-color: bbb;
  144. color: 383838;
  145. padding: 2px;
  146. text-align: center!important;
  147. -webkit-transition: all 0.6s ease-out;
  148. -moz-transition: all 0.6s ease-out;
  149. }
  150.  
  151. a.sinnoh:hover{background-color:f0e0b8;
  152. color:353535;
  153. text-decoration: none;}
  154.  
  155. a href {
  156. text-decoration: underline;
  157. font-family:consolas;
  158. color: #505050;
  159. letter-spacing: -1px;
  160. }
  161.  
  162. u {
  163. text-decoration: underline;
  164. font-family:consolas;
  165. color: #505050;
  166. letter-spacing: -1px;
  167. }
  168.  
  169. b {
  170. color: #493c23;
  171. font-family:consolas;
  172. text-transform:none;
  173. letter-spacing: 2px;
  174. }
  175.  
  176. a:active, a:link, a:visited{
  177. color:#464f82;
  178. text-transform:none;
  179. font-family:consolas;
  180. letter-spacing: 1px;
  181. text-decoration:none;
  182. transition:all 0.3s ease-out;
  183. -o-transition:all 0.3s ease-in-out;
  184. -moz-transition:all 0.3s ease-in-out;
  185. -webkit-transition:all 0.3s ease-in-out;
  186. }
  187.  
  188. a:hover{
  189. cursor:help;
  190. color:#260000;
  191. text-decoration:none;
  192. transition:all 0.3s ease-out;
  193. -o-transition:all 0.3s ease-in-out;
  194. -moz-transition:all 0.3s ease-in-out;
  195. -webkit-transition:all 0.3s ease-in-out;
  196. }
  197.  
  198. h1{
  199. font-family: Georgia;
  200. font-size:25;
  201. letter-spacing:1px;
  202. color:#d8a078;
  203. font-style:italic;
  204. font-weight:light;
  205. text-align: center;
  206. text-transform:none;
  207. }
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214. .Name{
  215. position: fixed;
  216. top: 430px;
  217. left: 480px;
  218. color: #FEFEFE;
  219. font-size: 20px;
  220. line-height: 80px;
  221. letter-spacing: 3px;
  222. font-family: lavanderia sturdy;
  223. text-shadow: #800000 2px 3px 4px;
  224.  
  225. }
  226.  
  227. ::-webkit-scrollbar {width: 4px;}
  228. ::-webkit-scrollbar-thumb:vertical {
  229. height: 10px;background-color: #a8a8a8;}
  230. ::-webkit-scrollbar-thumb:horizontal {
  231. height: 10px;background-color: #a8a8a8;border: 0px ;width: 15px;}
  232.  
  233.  
  234. h1 {
  235.  
  236. position: fixed;
  237. right: 10px;
  238. bottom: 0px;
  239. font-weight: normal;
  240. font-size: 100%;
  241. color: #FFFFFF;}
  242.  
  243. </style>
  244. <h1>Layout © <a href="http://roleplaychat.org/profile.php?user=Liam+Keeler" target="_blank">real niggaz.~</a></h1>
  245.  
  246. <div class="Name">"When I was little,<br> I used to think, of the three,<br>Ollie was the toughest. I was wrong."
  247. </div>
  248.  
  249. <div class="Box2">
  250.  
  251.  
  252.  
  253. <a href="#one" title="Stats" class="yum">001</a>
  254.  
  255. <a href="#two" title="Powers" class="yum">002</a>
  256.  
  257. <a href="#three" title="Inventory" class="yum">003</a>
  258.  
  259. <a href="#four" title="Friends" class="yum">004</a>
  260.  
  261. <a href="#five" title="History" class="yum">005</a>
  262.  
  263.  
  264. <a href="#" title="Reset" class="yum">000</a>
  265. </div>
  266.  
  267. <div class="Box1">
  268. <div class="effect">
  269. <div class="poke">
  270. <big><i>E1</i></big>
  271. <br><br>
  272.  
  273. </div>
  274. </div>
  275. </div>
  276.  
  277. <div class="Box4">
  278. <div class="effect">
  279. <div class="poke">
  280. <big><i>E4</i></big>
  281. <br><br>
  282.  
  283. </div>
  284. </div>
  285. </div>
  286.  
  287.  
  288. <div id="one" class="Box3">
  289.  
  290.  
  291. <b><i>“Quote or topic.”</i></b>
  292. <br><br>
  293. <br><b>Name:</b>.
  294. <br><b>Alias:</b>.
  295. <br><b>Race:</b>
  296. <br><b>Height:</b> Input needed.
  297. <br><b>Weight:</b> Input needed.
  298. <br><b>Alignment:</b> .
  299. <br><b>Sexuality:</b>.
  300. <br><b>Age:</b>.
  301. <br><b>Relationship:</b> .
  302. <br><b>Born:</b> .
  303. <br><b>Distinct features:</b>.
  304.  
  305.  
  306.  
  307. </div>
  308.  
  309.  
  310. <div id="two" class="Box3">
  311.  
  312. <b><i>“Quote or topic.”</i></b>
  313. <br><br><br>
  314.  
  315. </div>
  316.  
  317.  
  318.  
  319. <div id="three" class="Box3">
  320.  
  321.  
  322. <b><i>“Quote or topic.”</i></b>
  323. <br><br><br>
  324.  
  325.  
  326. </div>
  327.  
  328.  
  329.  
  330. <div id="four" class="Box3">
  331. <b><i>“Quote or topic.”</i></b>
  332.  
  333.  
  334. </div>
  335.  
  336.  
  337.  
  338. <div id="five" class="Box3">
  339. <b><i>“Quote or topic.”</i></b>
  340.  
  341.  
  342. </div>
  343. </div></div></div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement