Advertisement
Monochrome

- lion heart.

Oct 6th, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.75 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: #2F315E;
  11. background-image: url('http://fc04.deviantart.net/fs70/i/2013/115/e/d/steampunk_lace_widget_background_by_stampmakerlkj-d62q8m5.png');
  12. background-attachment: fixed;
  13. background-position: fixed;
  14. background-repeat: repeat;
  15. text-align: justify;
  16. color: #888888;
  17. cursor: url('http://cur.cursors-4u.net/cursors/cur-6/cur567.cur');
  18. }
  19.  
  20. b, strong {font-family:'verdana'; font-variant: small-caps; font-size:10px; color:#af7a5f; 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: #99D6FF; font-size: 11px; font-weight: light; letter-spacing: 0px; font-family:Romans; text-transform: normal; text-decoration: none; font-weight: normal; text-shadow: #FF99D6 0px 0px 1px;}
  24. big {color: #303646; font-size: 15px; font-weight: light; letter-spacing: 0px; font-family:Century Gothic; text-transform: normal; text-decoration: none; font-weight: normal; text-align: center; Text-shadow: #DED6AA 0px 0px 1px;}
  25. small {color: #5a3931; font-size: 15px; font-weight: light; letter-spacing: -1px; font-family:Romans; font-variant: small-caps; text-transform: lowercase; text-decoration: none; font-weight: normal; text-align: center;}
  26.  
  27. ::-webkit-scrollbar-button:vertical:{background-color: #000;
  28. -moz-border-radius: 0px 0px 0px 0px;
  29. border-radius:0px 0px 0px 0px;}
  30. ::-webkit-scrollbar-thumb:vertical {background-color:#000; height:20px;
  31. -moz-border-radius: 0px 0px 0px 0px;
  32. border-radius:0px 0px 0px 0px;}
  33. ::-webkit-scrollbar-thumb:horizontal {background-color:#000; 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: 'Aspergit Light';
  40.   src: url('http://www.fontsaddict.com/fontface/aspergit-light1.ttf');
  41. }
  42.  
  43. #top{
  44. position: fixed;
  45. top: 130px;
  46. left: 520px;
  47. height: 60px;
  48. width: 400px;
  49. z-index:550;
  50. line-height: 60px;
  51. background-color: #30130b;
  52. -webkit-border-radius: 20px 20px 0px 0px;
  53. border-radius: 20px 20px 0px 0px;
  54. z-index: 400;
  55. }
  56.  
  57. #img{
  58. position: fixed;
  59. top: 160px;
  60. left: 520px;
  61. width: 150px;
  62. height: 300px;
  63. line-height: 13px;
  64. font-size: 12px;
  65. background-color: #EDEDEE;  
  66. background-image: url('http://i.picpar.com/7Web.png');
  67. background-repeat: no-repeat;
  68. background-size: 150px 300px;
  69. border: 3px #492a23 Solid;
  70. z-index:3000;}
  71.  
  72. #title {
  73. position: fixed;
  74. top: 138px;
  75. left: 680px;
  76. z-index: 550;
  77. color: #EDEDEE;
  78. font-size: 40px;
  79. line-height: 80px;
  80. letter-spacing: 2px;
  81. font-family: 'Aspergit Light';
  82. text-shadow: #520000 2px 3px 4px;
  83. z-index: 600;
  84. }
  85.  
  86. #container{
  87. position: fixed;
  88. top: 190px;
  89. left: 520px;
  90. width: 394px;
  91. height: 475px;
  92. overflow: hidden;
  93. text-align: justify;
  94. line-height: 13px;
  95. font-size: 10px;
  96. background-color: #F0E9D6;  
  97. font-face: verdana;
  98. font-variant: small-caps;
  99. color: #212121;
  100. overflow: auto;
  101. border: 3px #30130b Solid;
  102. z-index:300;}
  103.  
  104. #Friends{
  105. position: fixed;
  106. top: 465px;
  107. left: 523px;
  108. width: 150px;
  109. height: 203px;
  110. overflow: hidden;
  111. background-color: #EDEDEE;  
  112. border-right: 3px #492a23 Solid;
  113. z-index:500;}
  114.  
  115. #navi {
  116. position: fixed;
  117. left: 664px;
  118. top: 190px;
  119. width: autopx;
  120. background-color: transparent;
  121. z-index: 1000;
  122. }
  123.  
  124. .box {
  125. position: fixed;
  126. right: -5100px;
  127. top: 10px;  
  128. width: 240px;
  129. height: 385px;
  130. padding: 5px;
  131. color: #212121;
  132. font-family: verdana;
  133. font-variant: small-caps;
  134. text-align: justify;  
  135. font-size: 10px;
  136. line-height: 13px;  
  137. overflow: auto;
  138. background-color: transparent;
  139. opacity: 0;
  140. transition: all 0.5s ease-in-out;
  141. -webkit-transition: all 0.5s ease-in-out;
  142. -moz-transition: all 0.5s ease-in-out;
  143. -o-transition: all 0.5s ease-in-out;
  144. -ms-transition: all 0.5s ease-in-out;
  145. z-index: 950;
  146. }
  147.  
  148. .box:target {
  149. top: 210px;
  150. left: 672px;
  151. opacity: 1;
  152. transition: all 0.5s ease-in-out;
  153. -webkit-transition: all 0.5s ease-in-out;
  154. -moz-transition: all 0.5s ease-in-out;
  155. -o-transition: all 0.5s ease-in-out;
  156. -ms-transition: all 0.5s ease-in-out;
  157. }
  158.  
  159. .snow {
  160. height: 60px;
  161. width: 60px;
  162. margin-left: 4px;
  163. margin-top: 3px;
  164. border: #610505 1px solid;
  165. opacity: 0.7;
  166. }
  167.  
  168. a.nav:link, a.nav:active, a.nav:visited{
  169. letter-spacing: 1px;
  170. text-transform: lowercase;
  171. display: inline-block;
  172. width: 40px;
  173. height: 15px;
  174. color: #0f0000;
  175. margin: 5px;
  176. background-color: transparent;
  177. text-align: center;
  178. line-height: 10px;    
  179. font-variant: small-caps;
  180. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur819.cur), default;
  181. -webkit-transition: all 0.4s ease-out;
  182. -moz-transition: all 0.4s ease-out;
  183. -moz-border-radius-topright: 5px;
  184. -moz-border-radius-bottomright: 5px;}
  185.  
  186. a.nav:hover{
  187. background-color: transparent;
  188. color: transparent;
  189. text-decoration: none;
  190. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur819.cur), default;
  191. }
  192.  
  193. a {  
  194. font-family: verdana;
  195. font-variant: small-caps;
  196. text-decoration: none;
  197. color: #121212;
  198. background-color: transparent;
  199. cursor: url('http://cur.cursors-4u.net/others/oth-6/oth641.cur');
  200. }
  201.  
  202. a:hover {
  203. color: transparent;
  204. background-color: transparent;
  205. }
  206.  
  207. </style>
  208.  
  209. <div id="title">Name here.</div>
  210.  
  211. <div id="top"></div>
  212. <div id="img"></div>
  213. <div id="container"></div>
  214.  
  215. <div id="friends">
  216. <a href="profile.php?user=" target="_blank"><img src="" class="snow"></a>
  217. <a href="profile.php?user=" target="_blank"><img src="" class="snow"></a>
  218. <a href="profile.php?user=" target="_blank"><img src="" class="snow"></a>
  219. <a href="profile.php?user=" target="_blank"><img src="" class="snow"></a>
  220. <a href="profile.php?user=" target="_blank"><img src="" class="snow"></a>
  221. <a href="profile.php?user=" target="_blank"><img src="" class="snow"></a>
  222. <a href="profile.php?user=" target="_blank"><img src="" class="snow"></a>
  223. </div>
  224.  
  225. <div id="navi">
  226. <a class="nav" href="#one">i.</a>
  227. <a class="nav" href="#two">ii.</a>
  228. <a class="nav" href="#three">iii.</a>
  229. <a class="nav" href="#four">iv.</a>
  230. <a class="nav" href="#five">v.</a>
  231. </div>
  232.  
  233. <div id="one" class="box">
  234. <font style=float:left><b>Name</b></font> <font style=float:right>Answer</font><br>
  235. <font style=float:left><b>Gender</b></font> <font style=float:right>Femme</font><br>
  236. <font style=float:left><b>Age</b></font> <font style=float:right>Answer</font><br>
  237. <font style=float:left><b>D.O.B</b></font> <font style=float:right>Answer</font><br>
  238. <font style=float:left><b>Zodiac</b></font> <font style=float:right>Answer</font><br>
  239. <font style=float:left><b>Hair Colour</b></font> <font style=float:right>Answer.</font><br>
  240. <font style=float:left><b>Eye Hue</b></font> <font style=float:right>Answer</font><br>
  241. <font style=float:left><b>Body Type</b></font> <font style=float:right>Feminine</font><br>
  242. <font style=float:left><b>Height</b></font> <font style=float:right>Answer</font><br>
  243. <font style=float:left><b>Weapon</b></font> <font style=float:right>None.</font><br>
  244. <font style=float:left><b>Marital Status</b></font> <font style=float:right>Single</font><br>
  245. <font style=float:left><b>Sexual Orientation</b></font> <font style=float:right>Heterosexual</font><br>
  246. </div>
  247.  
  248. <div id="two" class="box">
  249. <small>Indecisive</small> - Words here. <br><br>
  250. <small>Stubborn</small> - Words here. <br><br>
  251. <small>Quick-Tempered</small> - Words here. <br><br>
  252. </div>
  253.  
  254. <div id="three" class="box">
  255. history here.
  256. </div>
  257.  
  258. <div id="three" class="box">
  259. inventory here.
  260. </div>
  261.  
  262. <div id="three" class="box">
  263. ooc here.
  264. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement