Advertisement
Monochrome

- bluebird

Feb 9th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.17 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. body {
  8. font-family: verdana;
  9. font-size: 10px;
  10. background-color: #FFF;
  11. background-image: url('http://i.picpar.com/fykb.jpg');
  12. background-attachment: fixed;
  13. background-position: bottom left;
  14. background-repeat: no-repeat;
  15. text-align: justify;
  16. color: #888888;
  17. cursor: url('http://cur.cursors-4u.net/cursors/cur-9/cur817.cur'), default;
  18. }
  19.  
  20. b, strong {font-family:'verdana'; font-variant: small-caps; font-size:10px; color: #B5CCEB; font-weight:normal; letter-spacing: -1px;}
  21. i {color: #666666; font-family: 'calibri'; font-variant: small-caps; font-size:10pt; letter-spacing:0px}
  22. u {color: #666; font-size: 12px; font-weight: light; letter-spacing: 0px; word-spacing: 6px; font-family:Romans; text-transform: normal; font-weight: normal; text-align: center; border-bottom: 1px dotted #889e9f;}
  23. s {color: #820000; font-size: 11px; font-weight: light; letter-spacing: 0px; font-family:Romans; text-transform: normal; text-decoration: none; font-weight: normal; text-shadow: #212121 0px 0px 1px;}
  24. big {color: #ECD5C3; font-size: 15px; font-weight: light; margin-left: 15px; letter-spacing: 0px; font-family: Century Gothic; text-transform: normal; text-decoration: none; font-weight: normal; text-align: center; Text-shadow: #43150E 0px 0px 1px;}
  25. small {color: #3B2F7F; font-size: 18px; font-weight: light; letter-spacing: -1px; font-family: verdana; font-variant: small-caps; text-transform: lowercase; text-decoration: none; font-weight: normal; text-align: center;}
  26.  
  27. ::-webkit-scrollbar-button:vertical:{background-color: #C8DEF5;
  28. -moz-border-radius: 0px 0px 0px 0px;
  29. border-radius:0px 0px 0px 0px;}
  30. ::-webkit-scrollbar-thumb:vertical {background-color: #C8DEF5; height:20px;
  31. -moz-border-radius: 0px 0px 0px 0px;
  32. border-radius:0px 0px 0px 0px;}
  33. ::-webkit-scrollbar-thumb:horizontal {background-color: #C8DEF5; height:20px !important;
  34. -moz-border-radius: 0px 0px 0px 0px;
  35. border-radius:0px 0px 0px 0px;}
  36. ::-webkit-scrollbar { height:20px;width:3px; background-color:transparent;}
  37.  
  38. @font-face {
  39.   font-family: 'Pacifico';
  40.   src: url('http://www.fontsaddict.com/fontface/pacifico.ttf');
  41. }
  42.                
  43. h1{
  44. background-color: #240024;
  45. color: #EDEDEE;
  46. font-size: 13px;
  47. font-family: Century Gothic;
  48. line-height: 15px;  
  49. text-align: center;
  50. margin-top: 0px;
  51. letter-spacing: 2px;  
  52. text-transform: lowercase;
  53. }
  54.  
  55. #title {
  56. position: fixed;
  57. top: 172px;
  58. left: 625px;
  59. z-index: 550;
  60. color: #C8DEF5;
  61. font-size: 60px;
  62. line-height: 80px;
  63. letter-spacing: 2px;
  64. font-family: 'Pacifico';
  65. text-shadow: #F0EFF7 2px 3px 4px;
  66. z-index: 600;
  67. }
  68.  
  69. #pokemon {
  70. position: fixed;
  71. z-index: 100;
  72. left: 580px;
  73. height: 200px;
  74. width: 700px;
  75. top: 238px;
  76. z-index: 5;
  77. background-color: #B0CCE2;
  78. border: #C8DEF5 3px Solid;
  79. }
  80.  
  81. #conquest {
  82. top: 0px;
  83. left: 0px;
  84. margin-top: 10px;
  85. margin-left: 10px;
  86. margin-right: 10px;
  87. margin-bottom: 50px;
  88. padding: 90px;
  89. border: #C8DEF5 1px solid;
  90. background-color: #F0EFF7;
  91. }
  92.  
  93. #warlord {
  94. position: fixed;
  95. left: 1055px;
  96. top: 253px;
  97. width: 207px;
  98. height: 170px;
  99. padding: 5px;
  100. color: #212121;
  101. font-family: verdana;
  102. font-variant: small-caps;
  103. text-align: justify;  
  104. font-size: 10px;
  105. line-height: 13px;  
  106. overflow: auto;
  107. background-color: transparent;
  108. }
  109.  
  110. #navi{
  111. position: fixed;
  112. left: 650px;
  113. top: 430px;
  114. width: 600px;
  115. height: autopx;
  116. background-color: transparent;
  117. overflow: hidden;
  118. z-index: 2000000;
  119. }
  120.  
  121. .box {
  122. position: fixed;
  123. left: 595px;
  124. top: -260px;  
  125. height: 160px;
  126. width: 450px;
  127. padding: 5px;
  128. color: #070707;
  129. font-family: verdana;
  130. font-variant: small-caps;
  131. text-align: justify;  
  132. font-size: 10px;
  133. line-height: 13px;  
  134. overflow: auto;
  135. background-color: transparent;
  136. opacity: 0;
  137. transition: all 0.5s ease-in-out;
  138. -webkit-transition: all 0.5s ease-in-out;
  139. -moz-transition: all 0.5s ease-in-out;
  140. -o-transition: all 0.5s ease-in-out;
  141. -ms-transition: all 0.5s ease-in-out;
  142. z-index: 5000;
  143. }
  144.  
  145. .box:target {
  146. top: 260px;
  147. left: 595px;
  148. opacity: 1;
  149. transition: all 0.5s ease-in-out;
  150. -webkit-transition: all 0.5s ease-in-out;
  151. -moz-transition: all 0.5s ease-in-out;
  152. -o-transition: all 0.5s ease-in-out;
  153. -ms-transition: all 0.5s ease-in-out;
  154. }
  155.  
  156. a.nav:link, a.nav:active, a.nav:visited{
  157. letter-spacing: 1px;
  158. text-transform: lowercase;
  159. display: inline-block;
  160. width: 80px;
  161. height: 20px;
  162. color: #020202;
  163. margin: 5px;
  164. background-color: #F0EFF7;
  165. border: 1px Solid #C8DEF5;
  166. text-align: center;
  167. line-height: 17px;    
  168. font-variant: small-caps;
  169. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur819.cur), default;
  170. -webkit-transition: all 0.4s ease-out;
  171. -moz-transition: all 0.4s ease-out;
  172. -moz-border-radius-topright: 5px;
  173. -moz-border-radius-bottomright: 5px;}
  174.  
  175. a.nav:hover{
  176. background-color: #F0EFF7;
  177. color: transparent;
  178. text-decoration: none;
  179. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur819.cur), default;
  180. }
  181.  
  182. a {
  183. color: #C8DEF5;
  184. text-decoration: none;
  185. cursor: url('http://cur.cursors-4u.net/cursors/cur-9/cur819.cur'), default;
  186. }
  187.        
  188. a:hover {
  189. color: transparent;
  190. text-decoration: none;
  191. cursor: url('http://cur.cursors-4u.net/cursors/cur-9/cur819.cur'), default;
  192. }
  193.  
  194. .ghost{
  195. height: 50px;
  196. width: 50px;
  197. border: CBDAF1 2px solid;
  198. opacity: 0.7;
  199. cursor: url('http://cur.cursors-4u.net/cursors/cur-9/cur817.cur'), default;
  200. }
  201.  
  202. </style>
  203.  
  204. <div id="no" oncontextmenu="return false;">
  205.  
  206. <div id="title">fly away, little bluebird</div>
  207.  
  208. <div id="pokemon">
  209. <div id="conquest">
  210. <div id="warlord">
  211. <b>O1.</b> rule.
  212. <br><b>O2.</b> rule.
  213. <br><b>O3.</b> rule.
  214. <br><b>O4.</b> rule.
  215. <br><b>O5.</b> rule.
  216. <br><b>O6.</b> rule.
  217. <br><b>O7.</b> rule.
  218. <br><b>O8.</b> rule.
  219. <br><center>will update this more later.</center>
  220. </div>
  221. </div></div>
  222.  
  223. <div id="navi">
  224. <a class="nav" href="#one">Dossier</a>
  225. <a class="nav" href="#two">History</a>
  226. <a class="nav" href="#three">Background</a>
  227. <a class="nav" href="#four">Abilities</a>
  228. <a class="nav" href="#five">Inventory</a>
  229. <a class="nav" href="#six">Comrades</a>
  230. </div>
  231.  
  232. <div id="one" class="box">
  233. <center><b>Name:</b> Answer<a title="Nicknames here">*</a> <b>Gender:</b> Femme <b>Age:</b> Adult <b>Homeland:</b> Answer <b>Hair:</b> Blue with white highlights
  234. <br><b>Eye Hue:</b> Light blue <b>Height:</b> Five foot, four inches <b>Orientation:</b> Heterosexual <b>Marital:</b> Single.
  235. <br><b>Race:</b> Human <b>Occupation:</b> Cleric <b>Alignment:</b> True Neutral </center>
  236.  
  237. <p>Persona here.</p>
  238.  
  239. </div>
  240.  
  241. <div id="two" class="box">
  242.  
  243. </div>
  244.  
  245. <div id="one" class="box">
  246.  
  247. </div>
  248.  
  249. <div id="one" class="box">
  250.  
  251. </div>
  252.  
  253. <div id="five" class="box">
  254.  
  255. </div>
  256.  
  257. <div id="six" class="box">
  258. <a href="profile.php?user=" target="_blank" title="60x60"><img src="" class="ghost"></a>
  259. <a href="profile.php?user=" target="_blank" title="60x60"><img src="" class="ghost"></a>
  260. <a href="profile.php?user=" target="_blank" title="60x60"><img src="" class="ghost"></a>
  261. <a href="profile.php?user=" target="_blank" title="60x60"><img src="" class="ghost"></a>
  262. <a href="profile.php?user=" target="_blank" title="60x60"><img src="" class="ghost"></a>
  263. <a href="profile.php?user=" target="_blank" title="60x60"><img src="" class="ghost"></a>
  264. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement