Advertisement
Daric

Boo's 1000000th profile.

Nov 22nd, 2015
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.46 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: #000;
  11. background-attachment: fixed;
  12. background-position: center center;
  13. background-repeat: repeat;
  14. background-size: auto;
  15. font-family: Times New Roman;
  16. font-variant: normal;
  17. font-size: 70%;
  18. color: #666666;}
  19.  
  20.  
  21.  
  22.  
  23.  
  24. #pictureone {
  25.  
  26.  
  27. position: fixed;
  28. left: 30px;
  29. top: 30px;
  30. margin: 25px;}
  31.  
  32.  
  33. #picturetwo {
  34.  
  35.  
  36. position: fixed;
  37. left: 70px;
  38. bottom: 50px;
  39. margin: 25px;}
  40.  
  41. .Box1{
  42. position:absolute;
  43. bottom: 350px;
  44. right:190px;
  45. height:186px;
  46. width:400px;
  47. border-radius:0px;
  48. background:url('http://24.media.tumblr.com/b755418c80c4c7faa5af83b753ddbf99/tumblr_mwvw7gTZA11sm6tixo1_500.gif');
  49. overflow:hidden;
  50.  
  51. border-top: #8C0000 4px solid;
  52. border-left: #8C0000 4px solid;
  53. border-right: #802157 4px solid;
  54. border-bottom: #802157 4px solid;
  55. }
  56.  
  57. .Box2{
  58. background: #7D0000;
  59. position:absolute;
  60. bottom: 350px;
  61. right: 125px;
  62. height:190px;
  63. width:50px;
  64. border-radius:0px;
  65. overflow:hidden;
  66. border: #802157 2px solid;
  67. }
  68.  
  69. .Box3{
  70. background-color: #ffffff;
  71. position:absolute;
  72. background-size: 100%;
  73. bottom: 110px;
  74. left:-300%;
  75. height:200px;
  76. width:468px;
  77. border-radius:0px;
  78. overflow:auto;
  79. border:4px solid black;
  80. opacity: 0.0px;
  81. -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;}
  82.  
  83. .Box3:target{left:768px; -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;}
  84.  
  85.  
  86.  
  87. a.yum, a.yum:link, a.yum:active, a.yum:visited {
  88. background-color: #000;
  89. border: #000 solid 2px;
  90. display: block;
  91. margin: 1px;
  92. font-family: consolas;
  93. font-size: 10px;
  94. letter-spacing: 2px;
  95. color: #7D0000;}
  96.  
  97.  
  98. a.yum:hover {
  99. display: block;
  100. margin: 1px;
  101. background-color: #000;
  102. border: #000 solid 2px;
  103. font-family: consolas;
  104. font-size: 10px;
  105. letter-spacing: 2px;
  106. color: #fff;
  107. }
  108.  
  109. .poke{
  110. color:#505050;
  111. font-size:12px;
  112. text-align:center;
  113. font-family:pixel;
  114. margin: 2px;
  115. }
  116.  
  117. .effect{
  118. height:186px;
  119. width:400px;
  120. background-color:#fff;
  121. filter: alpha(opacity=0);
  122. opacity: 0;
  123. border-radius:0px;
  124. -webkit-transition: all 0.6s ease-out;
  125. -moz-transition: all 0.6s ease-out;
  126. }
  127.  
  128. .effect:hover{
  129. border-radius:0px;
  130. filter: alpha(opacity=100);
  131. opacity: 1;
  132. overflow:auto;
  133. }
  134.  
  135. a.sinnoh:link, a.sinnoh:active, a.sinnoh:visited{
  136. display: block;
  137. float: left;
  138. width: 86px;
  139. margin-left: 7px;
  140. -moz-border-radius: 5px;
  141. border-radius: 2px;
  142. font-family: consolas;
  143. text-decoration: none;
  144. font-size: 10px!important;
  145. letter-spacing: 0px;
  146. background-color: bbb;
  147. color: 383838;
  148. padding: 2px;
  149. text-align: center!important;
  150. -webkit-transition: all 0.6s ease-out;
  151. -moz-transition: all 0.6s ease-out;
  152. }
  153.  
  154. a.sinnoh:hover{background-color:f0e0b8;
  155. color:353535;
  156. text-decoration: none;}
  157.  
  158. a href {
  159. text-decoration: underline;
  160. font-family:consolas;
  161. color: #505050;
  162. letter-spacing: -1px;
  163. }
  164.  
  165. u {
  166. text-decoration: underline;
  167. font-family:consolas;
  168. color: #505050;
  169. letter-spacing: -1px;
  170. }
  171.  
  172. b {
  173. color: #493c23;
  174. font-family:consolas;
  175. text-transform:none;
  176. letter-spacing: 2px;
  177. }
  178.  
  179. a:active, a:link, a:visited{
  180. color:#464f82;
  181. text-transform:none;
  182. font-family:consolas;
  183. letter-spacing: 1px;
  184. text-decoration:none;
  185. transition:all 0.3s ease-out;
  186. -o-transition:all 0.3s ease-in-out;
  187. -moz-transition:all 0.3s ease-in-out;
  188. -webkit-transition:all 0.3s ease-in-out;
  189. }
  190.  
  191. a:hover{
  192. cursor:help;
  193. color:#260000;
  194. text-decoration:none;
  195. transition:all 0.3s ease-out;
  196. -o-transition:all 0.3s ease-in-out;
  197. -moz-transition:all 0.3s ease-in-out;
  198. -webkit-transition:all 0.3s ease-in-out;
  199. }
  200.  
  201. ::-webkit-scrollbar {width: 4px;}
  202. ::-webkit-scrollbar-thumb:vertical {
  203. height: 10px;background-color: #a8a8a8;}
  204. ::-webkit-scrollbar-thumb:horizontal {
  205. height: 10px;background-color: #a8a8a8;border: 0px ;width: 15px;}
  206.  
  207.  
  208.  
  209.  
  210. </style>
  211. <div id="pictureone">
  212. <img src="http://cache3.asset-cache.net/xd/113747650.jpg?v=1&c=IWSAsset&k=2&d=62CA815BFB1CE4800722C871935D0F5C4E7679DD01108BC6B764517A31316C6208ECCDBDB9DDD23A
  213. " class="image" width="auto;" height="auto;"></div>
  214.  
  215.  
  216.  
  217. <div id="picturetwo">
  218. <img src="http://r72.cooltext.com/rendered/cooltext150109914862182.png
  219. " class="image" width="auto;" height="auto;"></div>
  220.  
  221.  
  222.  
  223. <div class="Box1">
  224. <div class="effect">
  225. <div class="poke">
  226. <big><i>OOC</i></big>
  227. <br><br>
  228.  
  229. </div>
  230. </div>
  231. </div>
  232.  
  233. <div class="Box2">
  234.  
  235.  
  236. <br>
  237. <a href="#one" title="Stats" class="yum">F</a>
  238. <br>
  239. <a href="#two" title="History" class="yum">U</a>
  240. <br>
  241. <a href="#three" title="Powers" class="yum">C</a>
  242. <br>
  243. <a href="#four" title="Friends" class="yum">K</a>
  244. <br>
  245. <a href="#five" title="Trivia" class="yum">M</a>
  246.  
  247. <br>
  248. <a href="#" title="Reset" class="yum">E</a>
  249.  
  250. </div>
  251.  
  252.  
  253. <div id="one" class="Box3">
  254.  
  255. <center><img src="https://media.giphy.com/media/T8dXxh6h2I1i/giphy.gif" width="300" border="3"></center>
  256. <b><i>β€œStuff”</i></b>
  257. <br><br>
  258.  
  259.  
  260.  
  261. </div>
  262.  
  263.  
  264. <div id="two" class="Box3">
  265.  
  266. <b><i>""</b></i>
  267. <br><br><br>
  268.  
  269. </div>
  270.  
  271.  
  272.  
  273. <div id="three" class="Box3">
  274.  
  275.  
  276. <b><i>""</b></i>
  277. <br><br><br>
  278.  
  279.  
  280. </div>
  281.  
  282.  
  283.  
  284. <div id="four" class="Box3">
  285. <b><I>"huh"</b></I>
  286. <br><br><br>
  287.  
  288.  
  289.  
  290. </div>
  291.  
  292.  
  293.  
  294. <div id="five" class="Box3">
  295. <b><i>Stuff here</b></i>
  296. <br><br><br>
  297.  
  298.  
  299. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement