Advertisement
SylviaRynolds

Rosehart

Apr 17th, 2014
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.57 KB | None | 0 0
  1. <!-- START PROFILE -->
  2. <style type="text/css">
  3. .pfor{display: none; }
  4. #profile { border: 0px; background-color: transparent; }
  5.  
  6. body {
  7. background-color: #ffffff;
  8. font-family: tahoma;
  9. font-size: 9px;
  10. color: #000000;
  11. line-height: 9px;
  12. text-transform: none;
  13. text-align: justify;
  14. scrollbar-face-color: #ED2223;
  15. scrollbar-highlight-color: #ffffff;
  16. scrollbar-3dlight-color: #000000;
  17. scrollbar-darkshadow-color: #000000;
  18. scrollbar-shadow-color:#ffffff;
  19. scrollbar-arrow-color: #000000;
  20. scrollbar-track-color: #ffffff;
  21. cursor: default;
  22. }
  23.  
  24. table {
  25. color: #000000;
  26. font-family: tahoma;
  27. font-size: 9px;
  28. line-height: 11px;
  29. text-align: justify;
  30. background: transparent;
  31. }
  32.  
  33. #image {
  34. position:absolute;
  35. width:800px;
  36. left: 0px;
  37. top:0px;
  38. z-index:1;
  39. height: 600px;
  40. background-image: url(http://cbimg6.com/layouts/09/01/33430aa.jpg);
  41. }
  42.  
  43. #main {
  44. position: absolute;
  45. width: 317px;
  46. left: 164px;
  47. top: 428px;
  48. z-index: 3;
  49. margin-right: 2px;
  50. margin-left: 2px;
  51. text-align: justify;
  52. }
  53.  
  54. #side {
  55. position: absolute;
  56. width: 146px;
  57. left: 3px;
  58. top: 428px;
  59. z-index: 2;
  60. margin-right: 2px;
  61. margin-left: 2px;
  62. text-align: justify;
  63. }
  64.  
  65. h1 {
  66. margin: 0px;
  67. padding-right: 1px;
  68. text-decoration: none;
  69. font-family: arial;
  70. color: #000000;
  71. font-size: 15px;
  72. font-weight: bold;
  73. font-style: none;
  74. letter-spacing: -2px;
  75. background: #96D8E1 url('');
  76. border-bottom: 4px solid #F26161;
  77. text-transform: uppercase;
  78. text-align: right;
  79. margin-bottom: 4px;
  80. margin-top: 4px;
  81. padding-bottom: 0px;
  82. }
  83.  
  84. #main a:hover, a:hover {
  85. color: #000000;
  86. letter-spacing: 0px;
  87. text-decoration: none;
  88. cursor: default;
  89. text-transform: none;
  90. font-size: 9px;
  91. }
  92.  
  93. a:visited, a:active, a:link {
  94. font-family: tahoma;
  95. color: #ED2223;
  96. letter-spacing: 0px;
  97. text-decoration:none;
  98. cursor: default;
  99. font-weight: bold;
  100. text-transform: none;
  101. font-size: 9px;
  102. }
  103.  
  104. a:link.nav, a:visited.nav, a:active.nav {
  105. color: #ffffff;
  106. font-family: tahoma;
  107. font-size: 8px;
  108. line-height: 9px;
  109. letter-spacing: 0px;
  110. display: block;
  111. font-weight: bold;
  112. margin-bottom: 1px;
  113. word-spacing: 0px;
  114. text-transform: uppercase;
  115. background-color: #F26161;
  116. text-align: center;
  117. text-decoration: none;
  118. }
  119.  
  120. a:hover.nav {
  121. color: #000000;
  122. font-family: tahoma;
  123. font-size: 8px;
  124. line-height: 9px;
  125. letter-spacing: 0px;
  126. display: block;
  127. font-weight: bold;
  128. margin-bottom: 1px;
  129. word-spacing: 0px;
  130. text-transform: uppercase;
  131. background-color: #96D8E1;
  132. text-align: center;
  133. text-decoration: none;
  134. border-left: 10px solid #ffffff;
  135. border-right: 10px solid #ffffff;
  136. }
  137.  
  138. img, a:active img, a:visited img, a:link img, a:hover img {
  139. border: 0px;
  140. cursor: default;
  141. }
  142.  
  143. b {font-family: tahoma; font-size: 9px; color: #000000; text-transform: normal;}
  144. i {letter-spacing: 0px; color: #000000;}
  145. u {color: #000000; text-decoration: none; border-bottom: 1px dotted #000000; letter-spacing: 0px;}
  146. s {color: #000000;}
  147.  
  148. .box {
  149. position: fixed;
  150. left: 200px;
  151. top: 0px;
  152. width: 900px;
  153. height: 100px;
  154. padding: 5px;
  155. color: #212121;
  156. font-family: verdana;
  157. font-variant: small-caps;
  158. text-align: justify;
  159. font-size: 10px;
  160. line-height: 13px;
  161. overflow: auto;
  162. border-left: 20px Solid #314770;
  163. border-right: 20px Solid #314770;
  164. background-color: #EDEDEE;
  165. opacity: 0;
  166. transition: all 0.5s ease-in-out;
  167. -webkit-transition: all 0.5s ease-in-out;
  168. -moz-transition: all 0.5s ease-in-out;
  169. -o-transition: all 0.5s ease-in-out;
  170. -ms-transition: all 0.5s ease-in-out;
  171. z-index: 200;
  172. }
  173.  
  174. .box:target {
  175. top: 440px;
  176. left: 200px;
  177. opacity: 1;
  178. transition: all 0.5s ease-in-out;
  179. -webkit-transition: all 0.5s ease-in-out;
  180. -moz-transition: all 0.5s ease-in-out;
  181. -o-transition: all 0.5s ease-in-out;
  182. -ms-transition: all 0.5s ease-in-out;
  183. z-index: 200;
  184. }
  185. </style>
  186.  
  187. complication87.net ; the art of self destruction - </style>
  188.  
  189.  
  190.  
  191. <div id="image"></div>
  192.  
  193. <div id="main">
  194.  
  195.  
  196. <div id="dossier" class="box">
  197. <font style=float:left><b>Name</b></font> <font style=float:right>Johnathan 'John' Smith.</font><br>
  198. <font style=float:left><b>Moniker(s)</b></font> <font style=float:right>John.</font><br>
  199. <font style=float:left><b>Gender</b></font> <font style=float:right>Male.</font><br>
  200. <font style=float:left><b>Age</b></font> <font style=float:right>906.</font><br>
  201. <font style=float:left><b>D.O.B</b></font> <font style=float:right>1108, February 4th. </font><br>
  202. <font style=float:left><b>Zodiac</b></font> <font style=float:right>Aquarius.</font><br>
  203. <font style=float:left><b>Race</b></font> <font style=float:right>Half-Vampire.</font><br>
  204. <font style=float:left><b>Hair Colour</b></font> <font style=float:right>Brown.</font><br>
  205. <font style=float:left><b>Hair Length</b></font> <font style=float:right>Medium.</font><br>
  206. <font style=float:left><b>Hair Style</b></font> <font style=float:right>Spiked.</font><br>
  207. <font style=float:left><b>Eye Hue</b></font> <font style=float:right>Brown.</font><br>
  208. <font style=float:left><b>Body Type</b></font> <font style=float:right>Lean.</font><br>
  209. <font style=float:left><b>Former House</b></font> <font style=float:right>Ravenclaw.</font><br>
  210. <font style=float:left><b>Height</b></font> <font style=float:right>6'7.</font><br>
  211. <font style=float:left><b>Weight</b></font> <font style=float:right>15St.</font><br>
  212. <font style=float:left><b>Skin Colour</b></font> <font style=float:right>Pale.</font><br>
  213. <font style=float:left><b>Alignment</b></font> <font style=float:right>Lawful Neutral.</font><br>
  214. <font style=float:left><b>Marital Status</b></font> <font style=float:right>Widowed.</font><br>
  215. <font style=float:left><b>Sexual Orientation</b></font> <font style=float:right>Heterosexual.</font><br>
  216. </div>
  217.  
  218. <div id="persona" class="box">
  219. Testing.</div>
  220. <div id="history" class="box"></div>
  221.  
  222. <div id="gallery" class="box"></div>
  223. <div id="magic" class="box"></div>
  224. <div id="items" class="box"></div>
  225. <div id="trivia" class="box"></div>
  226.  
  227.  
  228.  
  229.  
  230. </div>
  231.  
  232.  
  233.  
  234.  
  235.  
  236. <div id="side">
  237. <h1>navigation</h1>
  238. <a class="nav" href="http://">Link</a>
  239. <a class="nav" href="http://">Link</a>
  240. <a class="nav" href="http://">Link</a>
  241. <a class="nav" href="http://">Link</a>
  242.  
  243. <h1>about me</h1>
  244. <b>NAME</b>:<br>
  245. <b>AGE</b>:<br>
  246. <b>LOCATION</b>:
  247.  
  248. <h1>friends</h1>
  249. <a href="http://">Link</a><br>
  250. <a href="http://">Link</a><br>
  251. <a href="http://">Link</a><br>
  252. <a href="http://">Link</a><br>
  253. <a href="http://">Link</a><br>
  254. <a href="http://">Link</a>
  255.  
  256. <h1>Credits</h1>
  257. <b>LAYOUT</b>: <a target="_blank" href="http://complication87.net/">Complication87.net</a></div>
  258. <!-- END PROFILE -->
  259. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement