Advertisement
owlette

base code;

Apr 2nd, 2014
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.32 KB | None | 0 0
  1. <style type="text/css">
  2. .pfor {display: none;}
  3. #profile {background-color: transparent;}
  4. #profile {border: 0px;}
  5.  
  6. ::-webkit-scrollbar {
  7. width: 3px;
  8. height: 10px;
  9. padding-top: 40px; }
  10.  
  11. ::-webkit-scrollbar-track {
  12. background-color:transparent; }
  13.  
  14. ::-webkit-scrollbar-thumb {
  15. height: 30px;
  16. width: 3px;
  17. background-color: transparent; }
  18.  
  19. ::-webkit-scrollbar-track-piece {
  20. height: 30px;
  21. width: 30px; }
  22.  
  23. ::-moz-selection, ::selection
  24. {background: #470000; color: #ffffff; }
  25.  
  26. ::selection
  27. {background: #470000; color: #ffffff; }
  28.  
  29.  
  30. body{
  31. background-image:url('');
  32. background-color: gray;
  33. background-repeat:repeat;
  34. background-attachment:fixed;
  35. }
  36.  
  37. #text, body, td{
  38. color:silver;
  39. font-family:calibri;
  40. font-size:10.5px;
  41. line-height:10px;
  42. letter-spacing:;
  43. padding:5px;
  44. }
  45.  
  46. b, strong {
  47. color: gray;
  48. font-family: tahoma;
  49. font-size: 8.5px;
  50. letter-spacing: 1px;
  51. text-shadow:0px 0px 3px black;
  52. text-transform: uppercase;
  53. text-decoration: none;
  54. font-weight: lighter; }
  55.  
  56. i {
  57. color: white;
  58. font-family: times;
  59. font-size: 11px;
  60. text-shadow:0px 0px 3px black;
  61. text-transform: none;
  62. font-weight: lighter;
  63. letter-spacing: 1px;
  64. }
  65.  
  66. u {
  67. color: white;
  68. font-family: calibri;
  69. font-size: 9.5px;
  70. text-transform: uppercase;
  71. text-shadow:0px 1px 3px black;
  72. letter-spacing: 2px;
  73. text-decoration: none;
  74. border-bottom: dotted 1px black; }
  75.  
  76. h2 {
  77. color: silver;
  78. font-size: 10px;
  79. text-align: center;
  80. letter-spacing: 5px;
  81. text-shadow:0px 0px 3px black;
  82. font-weight: lighter;
  83. font-family: courier new;
  84. text-transform: uppercase;
  85. }
  86.  
  87.  
  88. a:active, a:link, a:visited{
  89. color:gray;
  90. text-decoration:none;
  91. text-transform:uppercase;
  92. letter-spacing:1px;
  93. transition:all 1s ease-out;
  94. -o-transition:all 1s ease-in-out;
  95. -moz-transition:all 1s ease-in-out;
  96. -webkit-transition:all 1s ease-in-out;
  97. }
  98.  
  99. a:hover{
  100. cursor:cross;
  101. color:silver;
  102. text-decoration:none;
  103. transition:all 1s ease-out;
  104. -o-transition:all 1s ease-in-out;
  105. -moz-transition:all 1s ease-in-out;
  106. -webkit-transition:all 1s ease-in-out;
  107. }
  108.  
  109. #header{
  110. font-size:15px;
  111. line-height:20px;
  112. font-family:georgia;
  113. font-weight:normal;
  114. text-transform:uppercase;
  115. font-style:italic;
  116. letter-spacing:-2px;
  117. text-align:right;
  118. padding-right:5px;
  119. background-color:#1c1917;
  120. color:red;
  121. }
  122.  
  123. a:link.nav, a:visited.nav, a:active.nav {
  124. color: black;
  125. font-family: times;
  126. text-transform: none;
  127. text-decoration: none;
  128. font-style: normal;
  129. font-weight: none;
  130. letter-spacing: 1px;
  131. border-bottom: dotted 0px black;
  132. font-size:25px;
  133. -webkit-transition: all .7s ease-in-out;
  134. -moz-transition: all .7s ease-in-out;
  135. -o-transition: all .7s ease-in-out;
  136. -ms-transition: all .7s ease-in-out;
  137. transition: all .7s ease-in-out;}
  138.  
  139.  
  140. a:hover.nav {
  141. color: silver;
  142. font-family: times;
  143. text-align: center;
  144. font-size:25px;
  145. font-style: normal;
  146. letter-spacing: 1px;
  147. border-bottom: dotted 0px black;
  148. -webkit-transition: all .7s ease-in-out;
  149. -moz-transition: all .7s ease-in-out;
  150. -o-transition: all .7s ease-in-out;
  151. -ms-transition: all .7s ease-in-out;
  152. transition: all .7s ease-in-out;}
  153.  
  154.  
  155. #son{
  156. background-color:none;
  157. border:0px solid #1c1917;
  158. width:500px;
  159. height:500px;
  160. overflow:auto;
  161. position:absolute;
  162. left:685px;
  163. top:0%;
  164. margin-left:-150px;
  165. margin-top:120px;
  166. opacity:.70;
  167. }
  168.  
  169. #bitch{
  170. background-color:#0a0908;
  171. border:1px solid #2c0500;
  172. box-shadow:1px 1px 20px #000;
  173. width:400px;
  174. height:393px;
  175. overflow:auto;
  176. position:absolute;
  177. padding: 5px;
  178. border-radius: 30px;
  179. z-index:;
  180. right: 700px;
  181. top: 100px;
  182. opacity:.70;
  183. text-align:justify;
  184. }
  185.  
  186. #title{
  187. width:400px;
  188. height:200px;
  189. overflow:auto;
  190. position:absolute;
  191. right:600px;
  192. top:0%;
  193. margin-left:90px;
  194. margin-top:65px;
  195. letter-spacing:3px;
  196. font-family:times;
  197. font-size:50px;
  198. font-style: italic;
  199. line-height:40px;
  200. text-transform: none;
  201. color:black;
  202. opacity:0.4;
  203. }
  204.  
  205. #holy{
  206. width:400;
  207. height:370;
  208. overflow-y:hidden;
  209. }
  210.  
  211. #shit{
  212. width:400;
  213. height:370;
  214. overflow:auto;
  215. }
  216. </style>
  217.  
  218. <div id="image">
  219. </div>
  220.  
  221. <div id="title">
  222. Name
  223. </div>
  224.  
  225.  
  226. <div id="son">
  227. <ul id="navigation">
  228. <a class="nav" href="#1">〉</a> <br><br><br>
  229. <a class="nav" href="#2">〉</a> <br><br><br>
  230. <a class="nav" href="#3">〉</a> <br><br><br>
  231. <a class="nav" href="#4">〉</a> <br><br><br>
  232. <a class="nav" href="#5">〉</a> <br><br><br>
  233. <a class="nav" href="#6">〉</a>
  234.  
  235. </ul>
  236. </div>
  237.  
  238. <div id="bitch">
  239. <div id="holy">
  240. <div id="shit">
  241.  
  242. <a name="1"></a>
  243. <div id="text">
  244. <h2>stats</h2>
  245. <b>Name</b> <font style="float: right;"> --- </font><br>
  246. <b>Nicknames</b> <font style="float: right;"> --- </font><br>
  247. <b>Age</b> <font style="float: right;"> --- </font><br>
  248. <b>GENDER</b> <font style="float: right;"> --- </font><br>
  249. <b>Species</b> <font style="float: right;"> --- </font><br>
  250. <b>Orientation</b> <font style="float: right;"> --- </font><br>
  251. <b>Status</b> <font style="float: right;"> --- </font><br>
  252. <b>Position</b> <font style="float: right;"> --- </font><br>
  253. <b>ORIGINS</b> <font style="float: right;"> --- </font><br>
  254. <b>Location</b> <font style="float: right;"> --- </font><br>
  255. <b>occupation</b> <font style="float: right;"> --- </font><br><br>
  256. <h2>physique</h2>
  257. <b>HEIGHT</b> <font style="float: right;"> --- </font><br>
  258. <b>WEIGHT</b> <font style="float: right;"> --- </font><br>
  259. <b>STATURE</b> <font style="float: right;"> --- </font><br>
  260. <b>FUR</b> <font style="float: right;"> --- </font><br>
  261. <b>Sound</b> <font style="float: right;"> --- </font><br>
  262. <b>HAIR</b> <font style="float: right;"> --- </font><br>
  263. <b>EYES</b> <font style="float: right;"> --- </font><br>
  264. <b>mods</b> <font style="float: right;"> --- </font><br>
  265. <b>size</b> <font style="float: right;"> --- </font><br>
  266. <b>feel</b> <font style="float: right;"> --- </font><br>
  267. </div></div>
  268.  
  269. <div id="shit">
  270. <a name="2"></a>
  271. <div id="text">
  272. <h2>background</h2>
  273. history.
  274. </div>
  275. </div>
  276.  
  277. <div id="shit">
  278. <a name="3"></a>
  279. <div id="text">
  280. <h2>friends & family</h2><center><br>
  281. <big><a href="">friend</a> <br>
  282. </center>
  283.  
  284. </div>
  285. </div>
  286.  
  287. <div id="shit">
  288. <a name="4"></a>
  289. <div id="text">
  290. <h2>gallery</h2><br>
  291. <a href="">link.</a>
  292. </div>
  293. </div>
  294.  
  295. <div id="shit">
  296. <a name="5"></a>
  297. <div id="text">
  298. <h2>lyrics</h2><br>
  299.  
  300. lyrics.
  301. </div>
  302. </div>
  303.  
  304.  
  305. <div id="shit">
  306. <a name="6"></a>
  307. <div id="text">
  308. <h2>out of character</h2>
  309. <BR>
  310. OOC.
  311.  
  312. <br><br><div align="right">
  313. Layout © Kieta.</div>
  314.  
  315. </div>
  316. </div>
  317. </div>
  318. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement