Beautifulie

— ᴊᴜsᴛ ᴀ ᴘᴜɴᴋ

Apr 21st, 2014
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 9.80 KB | None | 0 0
  1. <style type="text/css">
  2. .pfor{display: none; }
  3. #profile { border: 0px; background-color: transparent; }
  4. </style>
  5.  
  6. <style type="text/css">
  7. body {
  8. font-family: verdana;
  9. font-size: 10px;
  10. background-color: #FFFFFF;
  11. background-image: url('http://i.picpar.com/kOH.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'), default;
  18. }
  19.  
  20. b, strong {font-family: calibri; font-size: 11px; font-variant: small-caps; color: #993333; font-weight:normal; letter-spacing: 0px;}
  21. i {color: #B67D82; font-family: century gothic; font-variant: small-caps; font-size: 10.5px; 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: #993333; font-size: 14px; font-weight: light; letter-spacing: 0px; font-family:Romans; text-transform: normal; text-decoration: none; font-weight: normal; text-align: center; Text-shadow: #444444 0px 0px 1px;}
  25. small {color: #520000; font-size: 14px; font-weight: light; letter-spacing: -1px; padding-top: 5px; margin-left: 20px; font-family: century gothic; font-variant: small-caps; text-transform: lowercase; text-decoration: none; font-weight: normal; text-align: center;}
  26.  
  27. @import url(http://fonts.googleapis.com/css?family=Grand+Hotel);
  28.  
  29. ::-webkit-scrollbar-button:vertical:{background-color: transparent;
  30. -moz-border-radius: 0px 0px 0px 0px;
  31. border-radius:0px 0px 0px 0px;}
  32. ::-webkit-scrollbar-thumb:vertical {background-color: transparent; height:20px;
  33. -moz-border-radius: 0px 0px 0px 0px;
  34. border-radius:0px 0px 0px 0px;}
  35. ::-webkit-scrollbar-thumb:horizontal {background-color: transparent; height:20px !important;
  36. -moz-border-radius: 0px 0px 0px 0px;
  37. border-radius:0px 0px 0px 0px;}
  38. ::-webkit-scrollbar { height:20px; width: 3px; background-color:transparent;}
  39.  
  40. #no{
  41. position: fixed;
  42. top: 0px;
  43. left: 0px;
  44. right: 0px;
  45. bottom: 0px;
  46. }
  47.  
  48. .Navi {
  49. position: fixed;
  50. left: 80px;
  51. top: 105px;
  52. width: 100px;
  53. height: 200px;
  54. z-index: 999;
  55. }
  56.  
  57. .box {
  58. position: fixed;
  59. left: -305px;
  60. top: 95px;  
  61. width: 750px;
  62. height: 420px;
  63. padding: 5px;
  64. color: #212121;
  65. background-color: transparent;
  66. opacity: 0;
  67. transition: all 0.5s ease-in-out;
  68. -webkit-transition: all 0.5s ease-in-out;
  69. -moz-transition: all 0.5s ease-in-out;
  70. -o-transition: all 0.5s ease-in-out;
  71. -ms-transition: all 0.5s ease-in-out;
  72. z-index: 100;
  73. }
  74.  
  75. .box:target {
  76. top: 95px;
  77. left: 455px;
  78. opacity: 1;
  79. transition: all 0.5s ease-in-out;
  80. -webkit-transition: all 0.5s ease-in-out;
  81. -moz-transition: all 0.5s ease-in-out;
  82. -o-transition: all 0.5s ease-in-out;
  83. -ms-transition: all 0.5s ease-in-out;
  84. z-index: 100;
  85. }
  86.  
  87. .turf{
  88. position: absolute;
  89. width: 100px;
  90. height: 90px;
  91. border: 3px Solid #212121;
  92. background-color: transparent;
  93. background-repeat: no-repeat;
  94. background-position: 0px 0px;
  95. background-size: 100px 90px;
  96. z-index: 200;
  97. }
  98.  
  99. .punk {
  100. position: absolute;
  101. left: 10px;
  102. top: 10px;
  103. width: 235px;
  104. height: 404px;
  105. }
  106.  
  107. .gang{
  108. position: fixed;
  109. left: 200px;
  110. top: 100px;
  111. background: url('http://i.picpar.com/lOH.jpg');
  112. border: 3px solid #212121;
  113. width: 250px;
  114. height: 424px;
  115. }
  116.  
  117. .info{
  118. position: absolute;
  119. margin-top: 0px;
  120. margin-left: 0px;
  121. width: 300px;
  122. height: 424px;
  123. border: 3px Solid #212121;
  124. background-color: #070707;
  125. color: #212121;
  126. font-family: verdana;
  127. font-variant: small-caps;
  128. text-align: justify;  
  129. font-size: 10px;
  130. line-height: 13px;  
  131. overflow: auto;
  132. z-index: 200;
  133. opacity: 1;
  134. }
  135.  
  136. .imagine{
  137. position: absolute;
  138. margin-top: 0px;
  139. margin-left: 0px;
  140. width: 300px;
  141. height: 424px;
  142. border: 3px Solid #212121;
  143. background-color: #070707;
  144. color: #212121;
  145. font-family: verdana;
  146. font-variant: small-caps;
  147. text-align: justify;  
  148. font-size: 10px;
  149. line-height: 13px;  
  150. overflow: auto;
  151. z-index: 200;
  152. opacity: 1;
  153. }
  154.  
  155. .demons{
  156. position: absolute;
  157. margin-top: 0px;
  158. margin-left: 310px;
  159. width: 300px;
  160. height: 424px;
  161. border: 3px Solid #212121;
  162. background-color: #070707;
  163. color: #212121;
  164. font-family: verdana;
  165. font-variant: small-caps;
  166. text-align: justify;  
  167. font-size: 10px;
  168. line-height: 13px;  
  169. overflow: auto;
  170. z-index: 200;
  171. opacity: 1;
  172. }
  173.  
  174. #title {
  175. position: fixed;
  176. top: 372px;
  177. left: 250px;
  178. z-index: 550;
  179. color: #444444;
  180. font-size: 40px;
  181. line-height: 30px;
  182. letter-spacing: 2px;
  183. font-family: Grand Hotel;
  184. text-shadow: # EDEDEE2px 3px 4px;
  185. z-index: 950;
  186. }
  187.  
  188. #subtitle{
  189. position: fixed;
  190. top: 400px;
  191. left: 202px;
  192. z-index: 550;
  193. width: 250px;
  194. color: #444444;
  195. font-size: 10px;
  196. text-align: center;
  197. line-height: 15px;
  198. letter-spacing: 1px;
  199. font-family: verdana;
  200. font-variant: small-caps;
  201. background-color: #070707;
  202. border-top: 3px Solid #212121;
  203. border-bottom: 3px Solid #212121;
  204. z-index: 900;
  205. }
  206.  
  207. .booze{
  208. height: 55px;
  209. width: 55px;
  210. display: block;
  211. border: #2B3A35 2px solid;
  212. opacity: 0.7;
  213. cursor: url('http://cur.cursors-4u.net/others/oth-6/oth589.cur'), default;
  214. }
  215.  
  216. .booze:hover {
  217. opacity: 1;
  218. cursor: url('http://cur.cursors-4u.net/others/oth-6/oth589.cur'), default;
  219. }
  220.  
  221. a.ine:link, a.ine:active, a.ine:visited {
  222. text-transform: lowercase;
  223. display: inline-block;
  224. width: 100px;
  225. height: 90px;
  226. padding: 5px;
  227. background-color: transparent;
  228. border: 2px solid transparent;
  229. cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur), default;
  230. z-index: 999;
  231. -webkit-transition: all 0.4s ease-out;
  232. -moz-transition: all 0.4s ease-out;
  233. }
  234.        
  235. a.ine:hover {
  236. background-color: transparent;
  237. border: 2px solid transparent;
  238. z-index: 999;
  239. cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur), default;
  240. }
  241.  
  242. a {
  243. color: #690000;
  244. display: inline-block;
  245. text-decoration: none;
  246. cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur),default;
  247. }
  248.        
  249. a:hover {
  250. color: transparent;
  251. display: inline-block;
  252. text-decoration: none;
  253. cursor: url(http://cur.cursors-4u.net/user/use-1/use169.cur),default;
  254. }
  255.  
  256. #credit{
  257. position:fixed;
  258. bottom:0px;
  259. left:0px;
  260. z-index:450;}
  261.  
  262. </style>
  263.  
  264. <div id="no" oncontextmenu="return false;">
  265.  
  266. <div id="credit"><a href="http://devilrose.webstarts.com/" title="Copyright"><img src="http://i1267.photobucket.com/albums/jj547/xdevilrose/Photoshop/--devilrose2.png"></img></a></div>
  267.  
  268. <div class="gang"><div class="punk">
  269. <img src="https://p.gr-assets.com/540x540/fit/hostedimages/1380435889/880803.jpg" width="230" height="404"></img>
  270. </div></div>
  271.  
  272. <div id="title">Public Enemy</div> <div id="subtitle">Gangs of New York Administrator</div>
  273.  
  274. <div class="navi">
  275. <a class="ine" href="#this"><img src="http://25.media.tumblr.com/77425eeee703415dbb4b51ce077bd211/tumblr_mv5e1peUje1s9enn8o1_500.gif" class="turf"></img></a>
  276. <a class="ine" href="#is"><img src="http://blog.mageworx.com/wp-content/uploads/2014/01/drive.gif" class="turf"></img></a>
  277. <a class="ine" href="#our"><img src="http://31.media.tumblr.com/c17added403b91265d1bef4745d5a63b/tumblr_mxarofhgah1s9ccneo1_250.gif" class="turf"></img></a>
  278. <a class="ine" href="#turf"><img src="http://31.media.tumblr.com/tumblr_m3pn92YCVb1rtxxano1_500.gif" class="turf"></img></a>
  279. </div>
  280.  
  281. <div id="this" class="box">
  282. <div class="info">
  283. <font style=float:left><b>Name</b></font> <font style=float:right>Answer</font><br>
  284. <font style=float:left><b>Moniker(s)</b></font> <font style=float:right>Answer</font><br>
  285. <font style=float:left><b>Gender</b></font> <font style=float:right>Answer</font><br>
  286. <font style=float:left><b>Age</b></font> <font style=float:right>Answer</font><br>
  287. <font style=float:left><b>D.O.B</b></font> <font style=float:right>Answer</font><br>
  288. <font style=float:left><b>Zodiac</b></font> <font style=float:right>Answer</font><br>
  289. <font style=float:left><b>Hair Colour</b></font> <font style=float:right>Answer</font><br>
  290. <font style=float:left><b>Eye Hue</b></font> <font style=float:right>Answer</font><br>
  291. <font style=float:left><b>Body Type</b></font> <font style=float:right>Answer</font><br>
  292. <font style=float:left><b>Height</b></font> <font style=float:right>Answer</font><br>
  293. <font style=float:left><b>Weight</b></font> <font style=float:right>Answer</font><br>
  294. <font style=float:left><b>Skin Colour</b></font> <font style=float:right>Answer</font><br>
  295. <font style=float:left><b>Alignment</b></font> <font style=float:right>Answer</font><br>
  296. <font style=float:left><b>Affiliation</b></font> <font style=float:right>Answer</font><br>
  297. <font style=float:left><b>Marital Status</b></font> <font style=float:right>Answer</font><br>
  298. <font style=float:left><b>Sexual Orientation</b></font> <font style=float:right>Answer</font><br>
  299. </div></div>
  300.  
  301. <div id="is" class="box">
  302. <div class="imagine">
  303. Character's History here.
  304. </div>
  305.  
  306. <div class="demons">
  307. Group History here.
  308. </div></div>
  309.  
  310. <div id="our" class="box">
  311. <div class="info">
  312. <a href="profile.php?user=" target="_blank" title=""><img src="http://placehold.it/55x55" class="booze"></a>
  313. <a href="profile.php?user=" target="_blank" title=""><img src="http://placehold.it/55x55" class="booze"></a>
  314. <a href="profile.php?user=" target="_blank" title=""><img src="http://placehold.it/55x55" class="booze"></a>
  315. <a href="profile.php?user=" target="_blank" title=""><img src="http://placehold.it/55x55" class="booze"></a>
  316. <a href="profile.php?user=" target="_blank" title=""><img src="http://placehold.it/55x55" class="booze"></a>
  317. </div></div>
  318.  
  319. <div id="turf" class="box">
  320. <div class="info">
  321. <big>OO1</big>:
  322. <br><big>OO2</big>:
  323. <br><big>OO3</big>:
  324. <br><big>OO4</big>:
  325. <br><big>OO5</big>:
  326. <br><big>OO6</big>:
  327. <br><big>OO7</big>:
  328. <br><big>OO8</big>:
  329. <br><big>OO9</big>:
  330. <br><big>O10</big>:
  331. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment