Beautifulie

— ᴛᴀᴋᴇ ɪᴛ ᴀʟʟ ᴀᴡᴀʏ.

Feb 4th, 2014
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.13 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: #F7F7F7;
  11. background-image: url('');
  12. background-attachment: fixed;
  13. background-position: bottom right;
  14. background-repeat: repeat;
  15. text-align: justify;
  16. color: #888888;
  17. cursor: url('http://cur.cursors-4u.net/others/oth-7/oth666.cur'), default;
  18. }
  19.  
  20. b, strong {font-family:'verdana'; font-variant: small-caps; font-size:10px; color: #CC9966; font-weight:normal; margin-left: 10px; 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: 20px; 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: #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: transparent;
  28. -moz-border-radius: 0px 0px 0px 0px;
  29. border-radius:0px 0px 0px 0px;}
  30. ::-webkit-scrollbar-thumb:vertical {background-color: transparent; height:0px;
  31. -moz-border-radius: 0px 0px 0px 0px;
  32. border-radius:0px 0px 0px 0px;}
  33. ::-webkit-scrollbar-thumb:horizontal {background-color: transparent; height: 0px ;
  34. -moz-border-radius: 0px 0px 0px 0px;
  35. border-radius:0px 0px 0px 0px;}
  36. ::-webkit-scrollbar { height:0px;width:3px; background-color:transparent;}
  37.  
  38. @import url(http://fonts.googleapis.com/css?family=Nexalight);
  39. @import url(http://fonts.googleapis.com/css?family=Aphrodite Pro);
  40. @import url(http://fonts.googleapis.com/css?family=Asenine);
  41.  
  42. h1 {
  43. font-size: 40px;
  44. background-color: none;
  45. color: #222;
  46. font-family: asenine;
  47. font-weight: normal;
  48. margin: 8px;
  49. line-height: 12px;
  50. text-transform: uppercase;
  51. text-align: center;
  52. }
  53.  
  54. h2 {
  55. align: right;
  56. font-family: verdana;
  57. color: #222;
  58. font-size: 15px;
  59. font-weight: normal;
  60. font-variant: small-caps;
  61. text-transform: lowercase;
  62. padding-bottom: 2px;
  63. letter-spacing: -1px;
  64. text-align: center;
  65. }
  66.  
  67. #info {
  68. position: fixed;
  69. top: 0px;
  70. height: 100%;
  71. right: 0px;
  72. width: 250px;
  73. background-color: #F9FAFC;
  74. background-image: url('http://i.picpar.com/5w7.png');
  75. background-repeat: no-repeat;
  76. background-position: bottom center;
  77. border-left: 10px solid #070707;
  78. border-right: 10px solid #070707;
  79. }
  80.  
  81. #ooc{
  82. position: absolute;
  83. width: 207;
  84. height: 150;
  85. top: 110px;
  86. right: 15px;
  87. background-color: #f1ecd9;
  88. border: #ccc4a5 solid 1px;
  89. overflow: hidden;
  90. padding: 5px;
  91. text-align: justify; }
  92.  
  93. #image{
  94. width: 1090px;
  95. height: 280px;
  96. position: fixed;
  97. top: 0px;
  98. left: 0px;
  99. z-index:1;
  100. background-position: 300px -120px;
  101. border: 5px solid #070707;
  102. background-color: #E8C6AB;
  103. background-image: url('http://i.picpar.com/N25.png');
  104. background-repeat: no-repeat;
  105. }
  106.  
  107. #roster{
  108. width: 1092px;
  109. height: 100px;
  110. position: fixed;
  111. top: 558.5px;
  112. left: 0px;
  113. z-index: 1;
  114. overflow: auto;
  115. border: 4px solid #070707;
  116. background-color: #E8C6AB;
  117. }
  118.  
  119. #Groups {
  120. position: absolute;
  121. left: 0px;
  122. top: 287px;
  123. width: 300px;
  124. height: 267px;  
  125. background-color: #EDEDEE;
  126. overflow: auto;
  127. text-align: justify;
  128. font-face: verdana;
  129. font-size: 10px;
  130. font-variant: small-caps;
  131. color: #212121;
  132. border: 4px Solid #070707;
  133. line-height: 13px;
  134. z-index: 500;
  135. }
  136.  
  137. #Plot{
  138. position: absolute;
  139. left: 303px;
  140. top: 287px;
  141. width: 490px;
  142. height: 267px;  
  143. background-color: #EDEDEE;
  144. overflow: auto;
  145. text-align: justify;
  146. font-face: verdana;
  147. font-size: 10px;
  148. font-variant: small-caps;
  149. color: #212121;
  150. border: 4px Solid #070707;
  151. line-height: 13px;
  152. z-index: 500;
  153. }
  154.  
  155. #Updates {
  156. position: absolute;
  157. left: 790px;
  158. top: 287px;
  159. width: 300px;
  160. height: 267px;  
  161. background-color: #EDEDEE;
  162. overflow: auto;
  163. text-align: justify;
  164. font-face: verdana;
  165. font-size: 10px;
  166. font-variant: small-caps;
  167. color: #212121;
  168. border: 4px Solid #070707;
  169. line-height: 13px;
  170. z-index: 500;
  171. }
  172.  
  173. .group {
  174. margin-top: 7px;
  175. height: 80px;
  176. width: 80px;
  177. margin-left: 9px;
  178. border: 3px Solid #B20C0F;
  179. opacity: 0.9;
  180. }
  181.  
  182. </style>
  183.  
  184. <div id="info"></div>
  185. <div id="ooc"></div>
  186. <div id="image"></div>
  187.  
  188. <div id="roster">
  189. <a href="/profile.php?user=" target="_blank" title=""><img src="" class="group"></img></a>
  190. <a href="/profile.php?user=" target="_blank" title=""><img src="" class="group"></img></a>
  191. <a href="/profile.php?user=" target="_blank" title=""><img src="" class="group"></img></a>
  192. <a href="/profile.php?user=" target="_blank" title=""><img src="" class="group"></img></a>
  193. <a href="/profile.php?user=" target="_blank" title=""><img src="" class="group"></img></a>
  194. <a href="/profile.php?user=" target="_blank" title=""><img src="" class="group"></img></a>
  195. <a href="/profile.php?user=" target="_blank" title=""><img src="" class="group"></img></a>
  196. <a href="/profile.php?user=" target="_blank" title=""><img src="" class="group"></img></a>
  197. <a href="/profile.php?user=" target="_blank" title=""><img src="" class="group"></img></a>
  198. <a href="/profile.php?user=" target="_blank" title=""><img src="" class="group"></img></a>
  199. <a href="/profile.php?user=" target="_blank" title=""><img src="" class="group"></img></a>
  200. </div>
  201.  
  202. <div id="groups">
  203. <big>RACE: Vampires</big> { Brief desription here. }<br>
  204. <big>RACE: Lycans</big> { Brief desription here. }<br>
  205. <big>RACE: Humans</big> { Brief desription here. }
  206. </div>
  207. <div id="plot">
  208. Plot goes here.
  209. </div>
  210. <div id="updates">
  211. Pretty updates.
  212. <br><br>
  213. <small>DATE</small>: Bla bla bla bla bla bla
  214. </div>
Advertisement
Add Comment
Please, Sign In to add comment