Monse_de_Francis

OMEGA-002

Mar 18th, 2014
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.03 KB | None | 0 0
  1. <style type="text/css">
  2. .pfor {display: none;}
  3. #profile {background-color: transparent;}
  4. #profile {border: 0px;}
  5. BODY { font-family: georgia, serif; font-size: 10px; color: #404040; margin:0px; background-color:#000000;
  6. background-image: url(http://www.marketwallpapers.com/wallpapers/21/wallpaper-122086.jpg); background-attachment: fixed; background-
  7. position: center -60px; background-repeat: repeat; z-index: 0; filter: grayscale(100%);}
  8.  
  9. body, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth661.cur), progress !important;}
  10.  
  11. ::-webkit-scrollbar {width: 7px;}
  12. ::-webkit-scrollbar-thumb {border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(250,250,250,7);}
  13. ::-webkit-scrollbar-track {border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(212, 160, 23, 1);}
  14.  
  15.  
  16.  
  17. img {opacity: .5;
  18. filter:alpha(opacity=20); -moz-opacity: 0.2;
  19. -webkit-transition: all 0.9s ease;
  20. -moz-transition: all 0.9s ease;
  21. -o-transition: all 0.9s ease;}
  22.  
  23. img:hover {opacity: 1; filter:alpha(opacit
  24. y=100); -moz-opacity: 1; -webkit-transition
  25. : all 0.9s ease; -moz-transition: all 0.9s
  26. ease; -o-transition: all 0.9s ease;}
  27.  
  28. .maintitle { font-family: georgia; font-size: 12px; color: #bdb8af; padding: 10px 0px 10px 0px; background-color: #000000; text-transform:
  29. uppercase; text-align: center; text-shadow: 0px 0px 3px #aaa7a4; margin: 0px 0px 10px 0px;}
  30.  
  31. .clickable {
  32. display:inline;
  33. border:1px solid #000000;
  34. border-bottom:0px;
  35. margin-right:5px;
  36. cursor:pointer;
  37. background-color: black;
  38. padding:2px;
  39. text-transform: uppercase;
  40. color:white;
  41. letter-spacing: 2px; font-size: 10px; text-align: center; font-family: Lucida Console;
  42. }
  43.  
  44. .sidebarlist li a:hover {
  45. background-color: #F0F0F0;
  46. border-bottom: 1px dotted transparent;
  47. color: #101010;
  48. text-shadow: 1px 1px 1px black;
  49. }
  50. .sidebarlist li a {
  51. text-align: center;
  52. list-style: none;
  53. display: block;
  54. padding: 5px !important;
  55. margin: 2px 3px 3px 3px !important;
  56. text-shadow: 1px 1px 3px #F8F8F8;
  57. background-color: black;
  58. border-bottom: 1px dotted transparent;
  59. text-transform: uppercase;
  60. letter-spacing: 2px;
  61. font-size: 8pt;
  62. color: #F0F0F0;
  63. font-family: Lucida Console;
  64. -webkit-transition-property: color;
  65. -webkit-transition-duration: 0.85s;
  66. -webkit-transition-timing-function: ease;
  67. -webkit-transition-property: background-color;
  68. -webkit-transition-duration: 0.85s;
  69. -webkit-transition-timing-function: ease;
  70. }
  71.  
  72. #horizontal-toggle {position: fixed;
  73. top: 40px;
  74. left: 10px;
  75. -webkit-border-radius: 15px;
  76. -moz-border-radius: 15px;
  77. border-radius: 15px;
  78. padding: 5px;
  79. background-color: black;
  80. border: 1px solid transparent;
  81. font-size: 11px;
  82. color: white;
  83. text-align: center;
  84. cursor: pointer;
  85. z-index:5; font-family: Lucida Console;
  86. }
  87.  
  88. #horizontal-toggle:hover {
  89. top: 40px;
  90. left: 10px;
  91. -webkit-border-radius: 15px;
  92. -moz-border-radius: 15px;
  93. border-radius: 15px;
  94. padding: 5px;
  95. background-color: #6CBB3C;
  96. border: 1px solid transparent;
  97. font-size: 11px;
  98. color: black;
  99. text-align: center;
  100. cursor: pointer;
  101. z-index:5; font-family: Lucida Console;
  102. -webkit-transition-property: color;
  103. -webkit-transition-duration: 0.6s;
  104. -webkit-transition-timing-function: ease;
  105. -webkit-transition-property: background-color;
  106. -webkit-transition-duration: 0.6s;
  107. -webkit-transition-timing-function: ease;
  108. -webkit-animation-name: spaceboots;
  109. -webkit-animation-duration: 0.6s;
  110. -webkit-transform-origin:100% 100%;
  111. -webkit-animation-iteration-count: infinite;
  112. -webkit-animation-timing-function: linear;
  113. }
  114.  
  115. #chatter {
  116. height:560; width: 560;background-image: url(http://i62.photobucket.com/albums/h116/TheMindWanderer/dot_zps7cdc560c.png);
  117.  
  118. padding:10px; overflow:hidden;position: fixed; left: 0px; top: 10px; z-index:1; font-family: Verdana, Tahoma, Arial, sans-serif;
  119. font-size: 11px;
  120. color: 808080;}
  121.  
  122. h2
  123. {
  124. position:absolute;
  125. left:340px;
  126. top:10px;
  127. }
  128.  
  129. @-webkit-keyframes spaceboots {
  130. 0% { -webkit-transform: translate(2px, 1px) rotate(0deg); }
  131. 10% { -webkit-transform: translate(-1px, -2px) rotate(-1deg); }
  132. 20% { -webkit-transform: translate(-3px, 0px) rotate(1deg); }
  133. 30% { -webkit-transform: translate(0px, 2px) rotate(0deg); }
  134. 40% { -webkit-transform: translate(1px, -1px) rotate(1deg); }
  135. 50% { -webkit-transform: translate(-1px, 2px) rotate(-1deg); }
  136. 60% { -webkit-transform: translate(-3px, 1px) rotate(0deg); }
  137. 70% { -webkit-transform: translate(2px, 1px) rotate(-1deg); }
  138. 80% { -webkit-transform: translate(-1px, -1px) rotate(1deg); }
  139. 90% { -webkit-transform: translate(2px, 2px) rotate(0deg); }
  140. 100% { -webkit-transform: translate(1px, -2px) rotate(-1deg); }
  141. }
  142.  
  143. TABLE, TR, TD { font-family: georgia, serif; font-size: 10px; color: #808080; }
  144.  
  145.  
  146. .row4 { font-size: 11px; color: #606060; font-family: trebuchet ms; line-height: 110%; }
  147. .row4 b a { font-size: 10px; text-transform: uppercase; padding-left: 20px; font-weight: normal!important; }
  148. div.row4, .credit { border-color: transparent!important; font-size: 9px!important; letter-spacing: 1px!important; }
  149.  
  150. .darkrow1 { background-color: #000000; color:#404040; letter-spacing: 1px; }
  151. .darkrow2 { }
  152. .darkrow3 { background-color: #000000; }
  153. .dlight { background-color: #000000; }
  154. .hlight { background-color: #050c12; }
  155. .titlemedium { color: transparent; line-height: 0px; }
  156. .pformstrip, .activeuserstrip, .postlinksbar, .darkrow2, .postlinksbar a, .activeuserstrip a { font-weight: normal; padding: 2px; margin:0px; font-size:
  157.  
  158. 7px; text-transform: uppercase; text-align: center; letter-spacing: 2px; color: #a39e95; }
  159. .maintitle { font-family: georgia; font-size: 20px; color: #bdb8af; padding: 10px 0px 10px 0px; background-color: #000000; text-transform:
  160.  
  161.  
  162. uppercase; text-align: center; text-shadow: 0px 0px 3px #aaa7a4; margin: 0px 0px 10px 0px;}
  163. .maintitle a:link, .maintitle a:visited, .maintitle a:active { }
  164. .plainborder { background-image: url(http://img.photobucket.com/albums/v638/marvolo/50black.png); }
  165. .tableborder { background-image: url(http://img.photobucket.com/albums/v638/marvolo/50black.png); padding:0px; margin:0px; width:100%; }
  166. .tablefill { padding:10px; background-image: url(http://img.photobucket.com/albums/v638/marvolo/50black.png); }
  167. .tablepad { padding:10px; }
  168.  
  169.  
  170. .forumtable { margin: 0% 5% 5% 30%; width: 50%; background-image: url();
  171. padding: 10px; border-radius: 50px; -moz-border-radius: 50px; }
  172. .spacing { height: 320px; }
  173.  
  174.  
  175.  
  176. .forumlinks { text-align: center; position: relative; top: 5px; }
  177.  
  178. .submaintitle { font-family: georgia; font-size: 12px; color: #bdb8af; padding: 10px 0px 10px 0px; background-color: #000000; text-transform:
  179.  
  180. uppercase; text-align: center; text-shadow: 0px 0px 3px #aaa7a4; margin:10px 0px 0px 0px;}
  181.  
  182.  
  183. .advert { margin: 1% 5% 0% 40%; width: 728px;; padding: 10px;}
  184.  
  185. a:link, a:visited, a:active { text-decoration: none; color: #a39e95; }
  186. a:hover { color: #FDD017; text-shadow: 0px 0px 5px #e2ddd7; text-decoration: none }c
  187. </style>
  188. <h2>
  189. <div align="right">
  190. <table class="forumtable" align="center"><tr><td colspan="2">
  191. <div id='navstrip' align='left'><i> "Someone has to stand up and be the hero. Why not you?"</a></div>
  192. <br />
  193.  
  194.  
  195. </td></tr>
  196. </td>
  197.  
  198.  
  199.  
  200. <td width="90%" valign="top">
  201. <div align='left' style='text-align:left;vertical-align:bottom;'>
  202.  
  203. </div> <div class="tableborder">
  204. <div class='maintitle' align='left'>Hero</div>
  205. <table width="100%" border="0" cellspacing="1" cellpadding="4">
  206. <tr>
  207. <th align="center" width="2%" class='titlemedium'><img src="http://i4.ifrm.com/style_images/1/spacer.gif" alt="" width="28" height="1"
  208.  
  209. /></th>
  210. <th align="left" width="59%" class='titlemedium'></th>
  211. <th align="center" width="7%" class='titlemedium'></th>
  212. <th align="center" width="7%" class='titlemedium'></th>
  213. <th align="left" width="25%" class='titlemedium'></th>
  214. </tr>
  215. <center><img src="http://25.media.tumblr.com/tumblr_m8f1imVx6P1qd27goo1_250.gif" width="460" height="240" ></center>
  216. <center>[ <font face="Times New Roman"color="#ff0000">.New.</font> ] .Character exhibition</center>
  217. <tr>
  218. <td class='darkrow2' colspan="5"> </td>
  219. </tr>
  220. </table>
  221. </div>
  222. <br /> <div class="tableborder">
  223. <div class='maintitle' align='left'>Out Of Character</div>
  224. <table width="100%" border="0" cellspacing="1" cellpadding="4">
  225. <tr> <center><font face= "Cambria" color="#E9AB17">
  226. <br>OOC here
  227. <th align="center" width="2%" class='titlemedium'><img src="http://i4.ifrm.com/style_images/1/spacer.gif" alt="" width="28" height="1"
  228.  
  229. /></th>
  230. <th align="left" width="59%" class='titlemedium'></th>
  231. <th align="center" width="7%" class='titlemedium'></th>
  232. <th align="center" width="7%" class='titlemedium'></th>
  233. <th align="left" width="25%" class='titlemedium'></th>
  234. </tr> <tr>
  235.  
  236. </tr> <tr>
  237. <td class='darkrow2' colspan="5"> </td>
  238. </tr>
  239. </table>
  240. </div>
  241. <br /> <div class="tableborder">
  242. <div class='maintitle' align='left'> <a href="">The Hall of Genesis</a></div>
  243. <table width="100%" border="0" cellspacing="1" cellpadding="4">
  244. <tr>
  245. <th align="center" width="2%" class='titlemedium'><img src="http://i4.ifrm.com/style_images/1/spacer.gif" width="28" height="1"
  246.  
  247. title="Locked-" /></th>
  248. <tr> <center><img src="http://png-1.findicons.com/files/icons/1579/devine/256/lock.png" width="60" height="40"></center>
  249.  
  250. </div>
  251. <br /> <div class="tableborder">
  252. <div class='maintitle' align='left'> <a href="0">The Allies</a></div>
  253. <table width="100%" border="0" cellspacing="1" cellpadding="4">
  254. <tr>
  255. <th align="center" width="2%" class='titlemedium'><img src="http://i4.ifrm.com/style_images/1/spacer.gif" alt="" width="28" height="1"
  256.  
  257. /></th>
  258.  
  259. <br /> <div class="tableborder">
  260. <div class='maintitle' align='left'> <a href="">The Malevolent</a></div>
  261. <table width="100%" border="0" cellspacing="1" cellpadding="4">
  262. <tr>
  263. <th align="center" width="2%" class='titlemedium'><img src="http://i4.ifrm.com/style_images/1/spacer.gif" alt="" width="28" height="1"/>
  264. </th>
  265.  
  266. <br /> <div class="tableborder">
  267. <div class='maintitle' align='left'> <a href="">Health</a></div>
  268. <table width="100%" border="0" cellspacing="1" cellpadding="4">
  269. <tr> <div style="margin: auto; text-align: center; width: 30%;" title="Health Status; High-Healthy"><div style="text-align: left; margin: 2px auto; font-size: 0px;
  270.  
  271. line-height: 0px; border: solid 1px #0A0A0A; background: #FAFAFA; overflow: hidden; "><div style="font-size: 0px; line-height: 0px; height: 3px;
  272.  
  273. min-width: 0%; max-width: 100.05%; width: 100.05%; background: #158D39; "><!----></div></div><div style="font-size: 8pt; font-family:
  274.  
  275. monospace; ">1000; 1000 (100%)</div></div>
  276.  
  277.  
  278. </div>
  279. <br />
  280. <div class="tableborder">
  281. <div class="maintitle">Creator/Credits</div>
  282. <table cellpadding='4' cellspacing='1' border='0' width='100%'> <tr>
  283.  
  284.  
  285. <div align='center' class='row4' style='border:1px solid ; font-size:
  286. 7.5pt; line-height: 12px'>Face Claim- <a href=''><i>Shiloh Fernandez</i></a>
  287.  
  288. </tr> </table>
  289. </div>
  290. </h2>
  291.  
  292. <div id='horizontal-toggle'>Leon Lo`ur</div>
  293. <div align="center">
  294. <div id='chatter'>
  295. <table cellpadding="2" cellspacing="2" width="100%">
  296. <tr>
  297.  
  298. </tr>
  299.  
  300. <tr>
  301. <td bgcolor="#000000">
  302. <center>
  303. <div id=”navigation”>
  304. <table><tr align="center" text-align="center">
  305. <td><a href="#001" class="clickable">The </a></td>
  306. <td><a href="#002" class="clickable">Hero</a></td>
  307. <td><a href="#003" class="clickable">From</a></td>
  308. <td><a href="#004" class="clickable">The</a></td>
  309. <td><a href="#005" class="clickable">Sun</a></td>
  310. <td><a href="#006" class="clickable">-x-</a></td>
  311. </div>
  312. </center>
  313. </tr>
  314. </tr>
  315. </td>
  316. </table>
  317.  
  318. <div style="height: 540px; overflow-y: hidden;">
  319. <a name="001"></a>
  320.  
  321. <div style="position:; top: 90; left: 415; background-color: #111111; font-face: catriel; font-size: 9px; width: 550; height: 550; padding: 2px; border: 1px
  322.  
  323. dotted #000000; overflow: auto">
  324. <div class="maintitle"><i>Son of The Sun</i></div>
  325. <img src="http://25.media.tumblr.com/tumblr_lyhtsrcOja1qbfge0o1_500.png" width="330" height="228">
  326. <font face="Cambria"color="#B6B6B4">
  327. <br>Biographerr here </font></small>
  328. <div class="submaintitle">-- : -- : --</div>
  329.  
  330. </div>
  331.  
  332. <div style="height: 540px; overflow-y: hidden;">
  333. <a name="002"></a>
  334. <div style="position:; top: 90; left: 415; background-color: #111111; font-face: catriel; font-size: 11px; width: 550; height: 550; padding: 2px; border: 1px
  335.  
  336. dotted #000000; overflow: auto">
  337.  
  338.  
  339. <font face="Cambria"color="#B6B6B4">
  340. <br><b>Name:</b> Leon Lo`ur<br>
  341. <b><u>Age:</b></u> 24<br>
  342. <b><u>Race:</b></u> Humanoid Extraterrestrial. Indigenous to planet <a href="">Suelios</a><br>
  343. <b><u>Sex:</b></u> Male<br>
  344. <b><u>Hair:</b></u> Shorty Wavy; Dark Brown<br>
  345. <b><u>Eyes:</b></u> Coral-blue<br>
  346. <b><u>Skin Tone:</b></u> Medium; Naturally sun-kissed looking skin, undertones ranging from golden to warm<br>
  347. <b><u>Height:</b></u> 6'6<br>
  348. <b><u>Weight:</b></u> 206lb<br>
  349. <b><u>Build:</b></u> Athletic; smooth to touch<br>
  350. <b><u>Sexual Orientation:</b></u> Heterosexual<br>
  351. <b><u>Alignment:</b></u>Lawfully Good<br>
  352. <b><u>Lover:</b></u> --<br><br>
  353. <br>
  354. </div>
  355.  
  356.  
  357. <div style="height: 540px; overflow-y: hidden;">
  358. <a name="003"></a>
  359. <div style="position:; top: 90; left: 415; background-color: #111111; font-face: catriel; font-size: 10px; width: 550; height: 550; padding: 2px; border: 1px
  360.  
  361. dotted #000000; overflow: auto">
  362.  
  363. <font face="Cambria"color="#B6B6B4">
  364. <br>
  365. <br>
  366. <br>
  367. <br> Personality here</br>
  368.  
  369. <br><img src="http://data.whicdn.com/images/46477258/MV5BMzE2MjAyOTQ5OF5BMl5BanBnXkFtZTcwODI2NDU4OA__._V1._SX640_SY926__large.jpg" width="330" height="228">
  370. </div>
  371.  
  372. <div style="height: 540px; overflow-y: hidden;">
  373. <a name="004"></a>
  374. <div style="position:; top: 90; left: 415; background-color: #111111; font-face: catriel; font-size: 10px; width: 550; height: 550; padding: 2px; border: 1px
  375.  
  376. dotted #000000; overflow: auto">
  377. <font face="Cambria"color="#B6B6B4">
  378. <br><center><u> Powers and Abilities</u></center></br>
  379.  
  380. <img src="http://th00.deviantart.net/fs8/PRE/i/2005/305/6/3/Exuberance_by_j4m3sb0nd.jpg" width="430" height="228">
  381.  
  382. <P align="left">
  383. Skillz here</br>
  384. </P align>
  385. </br>
  386. </div>
  387.  
  388. <div style="height: 540px; overflow-y: hidden;">
  389. <a name="005"></a>
  390. <div style="position:; top: 90; left: 415; background-color: #111111; font-face: catriel; font-size: 11px; width: 550; height: 550; padding: 2px; border: 1px
  391.  
  392. dotted #000000; overflow: auto">
  393. <font face="Times New Roman">
  394. Get on with your bad self
  395. </div>
  396.  
  397. <div style="height: 540px; overflow-y: hidden;">
  398. <a name="006"></a>
  399. <div style="position: ; top: 90; left: 415; background-color: #111111; font-face: catriel; font-size: 10px; width: 550; height: 550; padding: 2px; border: 1px
  400.  
  401. dotted #000000; overflow: auto">
  402. <font face="Times New Roman">
  403. She got that wet wet.
  404. </div>
  405. </div>
  406. </table>
Advertisement
Add Comment
Please, Sign In to add comment