Beautifulie

— ʀᴀᴅɪᴏᴀᴄᴛɪᴠᴇ.

Dec 4th, 2013
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 8.27 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: #2F315E;
  11. background-image: url('http://i.picpar.com/vnw.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:#BC242D; 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: 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: #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: #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. h2{
  39. font-size: 23px;
  40. font-variant: small-caps;
  41. color: #444444;
  42. text-transform: lowercase;
  43. letter-spacing: -1px;
  44. text-align: right;
  45. background-color: none;
  46. line-height: 2px;
  47. text-align: justified;
  48. font-family: century gothic;
  49. text-shadow: #212121 2px 3px 4px;
  50. margin-top: 5px;
  51. margin-bottom: 8px;
  52. display: block;
  53. background-color: #151413;
  54. border-right: 1px solid #4B4330;
  55. padding: 0px;
  56. font-weight: normal;
  57. }
  58.  
  59. #line{
  60. position:fixed;
  61. z-index: 100;
  62. left: 0px;
  63. height: 215px;
  64. width: 100%;
  65. top: 200px;
  66. z-index: 9;
  67. border-top: 15px Solid #121212;
  68. border-bottom: 10px Solid #121212;
  69. background-color: #FFFFFF;
  70. background-image: url('http://i.minus.com/ifAxXOGd1E9sE.jpg');
  71. background-attachment: fixed;
  72. background-position: -110px 200px;
  73. background-size: 500px 395px;
  74. background-repeat: no-repeat;
  75. }
  76.  
  77. #symbol{
  78. position: fixed;
  79. left: 865px;
  80. top: 250px;
  81. color: #303646;
  82. font-size: 80pt;
  83. z-index: 300;
  84. }
  85.  
  86. #T1 {
  87. position: fixed;
  88. left: 480px;
  89. top: 250px;
  90. color: #4F496F;
  91. font-size: 50pt;
  92. font-family: Century Gothic;
  93. font-style: italic;
  94. z-index: 300;
  95. }
  96.  
  97. #T2 {
  98. position: fixed;
  99. left: 400px;
  100. top: 320px;
  101. color: #4F496F;
  102. font-size: 10pt;
  103. font-family: Verdana;
  104. font-variant: small-caps;
  105. z-index: 300;
  106. }
  107.  
  108. #info{
  109. position: absolute;
  110. left: 870px;
  111. top: 2px;
  112. background-color: #EDEDEE;
  113. padding: 10px;
  114. text-align: justify;
  115. width: 440px;
  116. height: 188px;
  117. overflow: auto;
  118. text-transform: Uppercase;
  119. font-family: calibri;
  120. font-size: 9px;
  121. color: #121212;  
  122. border: #303646 2px Double;
  123. -webkit-transition: opacity 0.8s linear;
  124. -webkit-transition: all 0.8s ease-in-out;
  125. -moz-transition: all 0.8s ease-in-out;
  126. overflow: auto;
  127. opacity: 0;
  128. z-index: 200;
  129. }
  130.  
  131. #info:hover {
  132. position: absolute;
  133. left: 900px;
  134. top: 2px;
  135. background-color: #EDEDEE;
  136. padding: 10px;
  137. opacity: 0.9;
  138. text-align: justify;
  139. width: 440px;
  140. height: 188px;
  141. font-family: calibri;
  142. text-transform: uppercase;
  143. font-size: 9px;
  144. color: #121212;  
  145. border: #303646 2px Double;
  146. -webkit-transition: all 0.8s ease-in-out;
  147. -moz-transition: all 0.8s ease-in-out;
  148. z-index: 200;
  149. }
  150.  
  151. #ooc{
  152. position: absolute;
  153. left: 2px;
  154. top: 2px;
  155. background-color: #EDEDEE;
  156. padding: 10px;
  157. text-align: justify;
  158. width: 370px;
  159. height: 188px;
  160. overflow: auto;
  161. text-transform: Uppercase;
  162. font-family: calibri;
  163. font-size: 9px;
  164. color: #121212;  
  165. border: #303646 2px Double;
  166. -webkit-transition: opacity 0.8s linear;
  167. -webkit-transition: all 0.8s ease-in-out;
  168. -moz-transition: all 0.8s ease-in-out;
  169. overflow: hidden;
  170. opacity: 0;
  171. z-index: 200;
  172. }
  173.  
  174. #ooc:hover {
  175. position: absolute;
  176. left: 2px;
  177. top: 2px;
  178. background-color: #EDEDEE;
  179. padding: 10px;
  180. opacity: 9;
  181. text-align: justify;
  182. width: 370px;
  183. height: 188px;
  184. font-family: calibri;
  185. text-transform: uppercase;
  186. font-size: 9px;
  187. color: #121212;  
  188. overflow: auto;
  189. border: #303646 2px Double;
  190. -webkit-transition: all 0.8s ease-in-out;
  191. -moz-transition: all 0.8s ease-in-out;
  192. z-index: 200;
  193. }
  194.  
  195. #links{
  196. width: autopx;
  197. height: 30px;
  198. left: 395px;
  199. top: 335px;
  200. color: #000000;
  201. position: fixed;
  202. background-color: transparent;
  203. z-index: 400;}
  204.  
  205. a.demon:link, a.demon:active, a.demon:visited{
  206. height: 15px;
  207. display: block;
  208. float: left;
  209. width: 67px;
  210. margin: 5px;
  211. font-family: verdana;
  212. font-variant: small-caps;
  213. font-size: 10px;
  214. letter-spacing: -1px;
  215. background-color: 222222;
  216. color: #FEFEFE;
  217. padding: 2px;
  218. text-align: center;
  219. -webkit-transition: all 0.6s ease-out;
  220. -moz-transition: all 0.6s ease-out;}
  221.  
  222. a.demon:hover{
  223. background-color: #222222;
  224. color: CCC;
  225. text-decoration: none;}
  226.  
  227. a {
  228. color: #E3DDF0;
  229. text-decoration: none;
  230. }
  231.    
  232. a:hover {
  233. color: #888888;
  234. text-decoration: none;
  235. cursor: url('http://cur.cursors-4u.net/others/oth-6/oth589.cur');
  236. }
  237.  
  238. #credit{
  239. position:fixed;
  240. bottom:0px;
  241. right:0px;
  242. z-index:450;}
  243.  
  244. </style>
  245.  
  246. <div id="line">
  247. <div id="symbol">}</div>
  248. <div id="T1">Radioactive</div>
  249. <div id="T2">I'm waking up, I feel it in my bones.
  250. Enough to make my systems blow. </div>
  251.  
  252. <div id="info">
  253. <h2>Dossier</h2>
  254. <font style=float:left>Question</font> <font style=float:right>Answer</font><br>
  255. <font style=float:left>Question</font> <font style=float:right>Answer</font><br>
  256. <font style=float:left>Question</font> <font style=float:right>Answer</font><br>
  257. <font style=float:left>Question</font> <font style=float:right>Answer</font><br>
  258. <font style=float:left>Question</font> <font style=float:right>Answer</font><br>
  259. <font style=float:left>Question</font> <font style=float:right>Answer</font><br>
  260. <font style=float:left>Question</font> <font style=float:right>Answer</font><br>
  261. <font style=float:left>Question</font> <font style=float:right>Answer</font><br>
  262. <font style=float:left>Question</font> <font style=float:right>Answer</font><br>
  263. <font style=float:left>Question</font> <font style=float:right>Answer</font><br>
  264. <h2>Personality</h2>
  265. A WIP.
  266. <h2>Appearance</h2>
  267. A WIP.
  268. <h2>Inventory</h2>
  269. A WIP.
  270. <h2>Abilities & Spells</h2>
  271. <b>Spell : Name</b> { Description here. }
  272. <br><b>Spell : Name</b> { Description here. }
  273. <br><b>Spell : Name</b> { Description here. }
  274. <br><b>Spell : Name</b> { Description here. }
  275. <br><b>Spell : Name</b> { Description here. }
  276. <br><b>Spell : Name</b> { Description here. }
  277. <br><b>Spell : Name</b> { Description here. }
  278. <br><b>Spell : Name</b> { Description here. }
  279. <br><b>Spell : Name</b> { Description here. }
  280. <br><b>Spell : Name</b> { Description here. }
  281. <h2>Background</h2>
  282. </div>
  283.  
  284. <div id="ooc">
  285. <h2>Out of Charisma.</h2>
  286. <big>Zero</big>: Don't steal the layout. This is not for you.
  287. <br><big>One</big>: More will be added at a later time.
  288. <br><big>Two</big>:
  289. <br><big>Three</big>:
  290. <br><big>Four</big>:
  291. <br><big>Five</big>:
  292. <br><big>Six</big>:
  293. <br><big>Seven</big>:
  294. <br><big>Eight</big>:
  295. </div></div>
  296.  
  297. <div id="links">
  298. <a href="" class="demon">Friend</a>
  299. <a href="" class="demon">Friend</a>
  300. <a href="" class="demon">Friend</a>
  301. <a href="" class="demon">Friend</a>
  302. <a href="" class="demon">Friend</a>
  303. <a href="" class="demon">Friend</a>
  304. </div>
  305.  
  306. <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>
Advertisement
Add Comment
Please, Sign In to add comment