Beautifulie

— ᴍᴀʀᴄᴇʟʟᴜs.

Oct 27th, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.72 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: arial narrow;
  9. font-size: 10px;
  10. background-color: #857D79;
  11. background-image: url('');
  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:'century gothic'; font-variant: small-caps; font-size:15px; color: #be8c78; font-weight:normal; letter-spacing: -1px;}
  21. i {color: #666666; font-family: 'calibri'; font-size:8pt; 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: #CCCCCC; 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: #DED6AA 0px 0px 1px;}
  25. small {color: #555555; font-size: 11px; 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: #212121;
  28. -moz-border-radius: 0px 0px 0px 0px;
  29. border-radius:0px 0px 0px 0px;}
  30. ::-webkit-scrollbar-thumb:vertical {background-color:#212121; height:20px;
  31. -moz-border-radius: 0px 0px 0px 0px;
  32. border-radius:0px 0px 0px 0px;}
  33. ::-webkit-scrollbar-thumb:horizontal {background-color:#212121; 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. @import url(http://fonts.googleapis.com/css?family=lavanderia sturdy);
  39.  
  40. #line{
  41. position:fixed;
  42. background-image: url('http://i.picpar.com/vnw.png');
  43. background-attachment: fixed;
  44. background-position: fixed;
  45. background-repeat: repeat;
  46. z-index: 100;
  47. left: 0px;
  48. height: 100%;
  49. width: 90px;
  50. top: 0px;
  51. z-index: 9;
  52. border-right: 5px Solid #7D695D;
  53. background-color: #212121;
  54. }
  55.  
  56. #line2{
  57. background-color: #BAAE96;
  58. height: 100%;
  59. width: 5px;
  60. top: 0px;
  61. left: 95px;
  62. position: fixed;
  63. z-index: 150;
  64. }
  65.  
  66. #line3{
  67. background-color: #7B564E;
  68. height: 100%;
  69. width: 5px;
  70. top: 0px;
  71. left: 100px;
  72. position: fixed;
  73. z-index: 150;
  74. }
  75.  
  76. #Poke{
  77. position: fixed;
  78. top: 510px;
  79. left: 100px;
  80. width: 250px;
  81. height: 120px;
  82. background-color: #EDEDEE;
  83. border: #7B564E 4px solid;
  84. z-index: 200;
  85. }
  86.  
  87. #Img{
  88. position: fixed;
  89. background-image:url("http://i.picpar.com/try.png");
  90. background-repeat: no-repeat;
  91. background-size: 250px 350px;
  92. top: 140px;
  93. left: 97px;
  94. width: 250px;
  95. height: 350px;
  96. background-color: #EDEDEE;
  97. border: #BAAE96 4px solid;
  98. z-index: 200;
  99. -webkit-transition: all 0.8s ease-in-out;
  100. -moz-transition: all 0.8s ease-in-out;
  101. -o-transition: all 0.8s ease-in-out;
  102. -ms-transition: all 0.8s ease-in-out;
  103. transition: all 0.8s ease-in-out;
  104. }
  105.  
  106. #Img:hover{
  107. position: fixed;
  108. background-image:url("http://i.picpar.com/wry.png");
  109. background-repeat: no-repeat;
  110. background-size: 250px 350px;
  111. top: 140px;
  112. left: 97px;
  113. width: 250px;
  114. height: 350px;
  115. background-color: #EDEDEE;
  116. border: #BAAE96 4px solid;
  117. z-index: 200;
  118. -webkit-transition: all 0.8s ease-in-out;
  119. -moz-transition: all 0.8s ease-in-out;
  120. -o-transition: all 0.8s ease-in-out;
  121. -ms-transition: all 0.8s ease-in-out;
  122. transition: all 0.8s ease-in-out;
  123. }
  124.  
  125. .image {
  126. opacity: 0;
  127. width: autopx;
  128. height: 350px;
  129. background-color: #EDEDEE;
  130. text-align: justify;
  131. overflow: auto;
  132. -ms-transition: opacity .8s linear;
  133. -moz-transition: opacity .8s linear;
  134. -o-transition: opacity .8s linear;
  135. -webkit-transition: opacity .8s linear; }
  136.  
  137. .image:hover {
  138. opacity: 0.9; }
  139.  
  140. .text {
  141. line-height: 1.5;
  142. padding-top: 0px;
  143. margin-left: 1px;
  144. margin-top: 0px;
  145. font-family: verdana;
  146. font-variant: small-caps;
  147. font-size: 10;
  148. color: black;
  149. text-align: justify; }
  150.  
  151. .snow {
  152. margin-top: 1px;
  153. height: 80px;
  154. width: 80px;
  155. margin-left: 3px;
  156. margin-top: 21px;
  157. border: #965445 2px solid;
  158. opacity: 0.7;
  159. }
  160.  
  161. .snow:hover {
  162. margin-top: 1px;
  163. height: 80px;
  164. width: 80px;
  165. margin-left: 3px;
  166. margin-top: 21px;
  167. border: #965445 2px solid;
  168. opacity: 0.9;
  169. }
  170.  
  171. #info {
  172. position: fixed;
  173. left: 105px;
  174. top: 140px;
  175. width: 250px;
  176. height: 358px;
  177. border-right: 3px solid #495258;
  178. background-color: transparent;
  179. transition: all .5s ease-in-out;
  180. -webkit-transition: all .5s ease-in-out;
  181. -moz-transition: all .5s ease-in-out;
  182. -o-transition: all .5s ease-in-out;
  183. -ms-transition: all .5s ease-in-out;
  184. z-index: 15;
  185. }
  186.  
  187. #info:hover {
  188. position: fixed;
  189. padding-left: 250px;
  190. border-right: 4px solid #495258;
  191. transition: all .5s ease-in-out;
  192. -webkit-transition: all .5s ease-in-out;
  193. -moz-transition: all .5s ease-in-out;
  194. -o-transition: all .5s ease-in-out;
  195. -ms-transition: all .5s ease-in-out;
  196. }
  197.  
  198. #info p {
  199. margin: 10px;
  200. padding: 5px;
  201. font-family: verdana;
  202. font-variant: small-caps;
  203. text-align: justify;
  204. font-size: 10px;
  205. color: #212121;
  206. background-color: #f0f0f0;
  207. }
  208.  
  209. #Title{
  210. position: fixed;
  211. top: 80px;
  212. left: 170px;
  213. color: #FEFEFE;
  214. font-size: 55px;
  215. line-height: 80px;
  216. letter-spacing: 3px;
  217. font-family: lavanderia sturdy;
  218. text-shadow: #7B564E 7px 5px 10px;
  219. }
  220.  
  221. a {
  222. color: #965445;
  223. text-decoration: none;
  224. }
  225.    
  226. a:hover {
  227. color: #888888;
  228. text-decoration: none;
  229. cursor: url('http://cur.cursors-4u.net/others/oth-6/oth589.cur');
  230. }
  231.  
  232. #credit{
  233. position:fixed;
  234. bottom:0px;
  235. right:0px;
  236. z-index:450;
  237. }
  238.  
  239. </style>
  240.  
  241. <div id="title">marcellus.</div>
  242.  
  243. <div id="line">
  244. <a href="profile.php?user=Bee" target="_blank" title="description here."><img src="http://i.picpar.com/4ry.png" class="snow"></a>
  245. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="snow"></a>
  246. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="snow"></a>
  247. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="snow"></a>
  248. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="snow"></a>
  249. <a href="profile.php?user=" target="_blank" title="description here."><img src="http://placehold.it/80x80" class="snow"></a>
  250. </div>
  251.  
  252. <div id="line2"></div>
  253. <div id="line3"></div>
  254.  
  255. <div id="img">
  256. <div class="image"><div class="text">
  257. <br>-&; Rule One
  258. <br>-&; Rule Two
  259. <br>-&; Rule Three
  260. <br>-&; Rule Four
  261. <br>-&; Rule Five
  262. <br>-&; Rule Six
  263. <br>-&; Rule Seven
  264. <br>-&; Rule Eight
  265. <br>-&; Rule Nine
  266. <br>-&; Rule Ten
  267. </div></div></div>
  268.  
  269. <div id="info">
  270. <p>Words here.</p>
  271. </div>
  272.  
  273. <div id="Poke">
  274. <center>
  275. <img src="http://cdn.bulbagarden.net/upload/9/95/Great_Ball_battle_V.png">
  276. <img src="http://cdn.bulbagarden.net/upload/9/95/Great_Ball_battle_V.png">
  277. <img src="http://cdn.bulbagarden.net/upload/9/95/Great_Ball_battle_V.png">
  278. <img src="http://cdn.bulbagarden.net/upload/9/95/Great_Ball_battle_V.png">
  279. <img src="http://cdn.bulbagarden.net/upload/9/95/Great_Ball_battle_V.png">
  280. <img src="http://cdn.bulbagarden.net/upload/9/95/Great_Ball_battle_V.png">
  281. </center>
  282. small icons here.
  283. <br><b>bold</b> <i>italic</i> <u>underline</u> <strike>strike through</strike> <big>big text</big> <small>small text</small> <a href="" target="_blank">Link.</a>
  284. </div>
  285.  
  286. <div id="credit">
  287. <img src="http://i1267.photobucket.com/albums/jj547/xdevilrose/Photoshop/--devilrose2.png">
  288. </div>
Advertisement
Add Comment
Please, Sign In to add comment