Advertisement
PrinceLucario

Side Pages

Feb 8th, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.42 KB | None | 0 0
  1. <!-------------------------------------------------------------------
  2. About Page #1 by kpop-colorings.tumblr.com
  3. Do not remove the credits
  4. Do not copy or repost
  5. Please tell me if there are any problems
  6. ENJOY!!
  7.  
  8. Background credit: cherrybam.com
  9. --------------------------------------------------------------------->
  10. <head>
  11.  
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14.  
  15. <link rel="shortcut icon" href="{favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{rss}">
  17.  
  18.  
  19.  
  20. <style type="text/css">
  21.  
  22. body
  23.  
  24. {font-family: "calibri";
  25. font-size: 11px;
  26. color: #000;
  27. background:#000;
  28.  
  29. background-position: fixed;
  30. background-attachment:fixed;
  31. background-repeat:repeat;
  32. background-color:#fff;}
  33.  
  34.  
  35.  
  36. a:link, a:active, a:visited{
  37. color: #777777;
  38. text-decoration: none;
  39.  
  40. }
  41.  
  42.  
  43.  
  44.  
  45.  
  46. #all {
  47. margin:30;
  48. margin-left:30%;
  49.  
  50.  
  51.  
  52. }
  53.  
  54. #description{
  55.  
  56. font-size:11px;
  57. font-family:"calibri"
  58. color: #000;
  59. padding-top:17px;
  60. text-align: justify;
  61. margin:3px;
  62.  
  63. }
  64.  
  65.  
  66.  
  67. #top {
  68. width:550px;
  69. height:auto;
  70. font-family: "calibri";
  71. font-size:13px;
  72. margin-left: 30.5%;
  73. line-height:18px;
  74. padding:2px;
  75. margin-top:42px;
  76. text-align:center;
  77. text-transform:uppercase;
  78. }
  79.  
  80. .sidebar
  81.  
  82. {
  83. width: 130px;
  84. height: 457px;
  85. background:#fff;
  86. position: absolute;
  87. margin-top: -64px;
  88. margin-left: 503px;
  89. }
  90.  
  91. .sidebar img {
  92. width:100px;
  93. height:100px;
  94. padding-top:16px;
  95. }
  96.  
  97. .sidebar ul li
  98. {
  99. list-style-type: none;
  100. font-size:11px;
  101. width: 100px;
  102. height: 23px;
  103. background: #F4B8DE;
  104. text-align: center;
  105. padding-top:5px;
  106. margin-left: -25px;
  107. margin-bottom: 4px;
  108. }
  109.  
  110. .title {
  111. color:#fff;
  112. letter-spacing:0px;
  113. background-color:#F4B8DE;
  114. padding-bottom:13px;
  115. padding-top:10px;
  116. font-weight:bold;
  117.  
  118. }
  119.  
  120. .sidebartwo
  121.  
  122. {
  123. width: 512px;
  124. height: 40px;
  125. background:#fff;
  126. position: absolute;
  127. margin-top: 353px;
  128. margin-left: -15px;
  129. }
  130.  
  131.  
  132.  
  133.  
  134. .stat
  135. {
  136.  
  137. color: #A1CEEF;
  138. text-transform: uppercase;
  139. letter-spacing: 2px;
  140. border-left: 1px solid #cecece;
  141. padding-left: 4px;
  142. }
  143.  
  144.  
  145. .header {
  146. height:400px;
  147. width:480px;
  148. color:#000;
  149. font-family:"calibri";
  150. font-size:28px;
  151. color:#A1CEEF;
  152. background-color:#fff;
  153. text-align:center;
  154. letter-spacing:1px;
  155. text-transform:uppercase;
  156. padding:5px 16px;
  157. margin:0px;
  158. }
  159.  
  160. .header a {
  161. color:#fff;
  162. text-decoration:none;
  163.  
  164. }
  165.  
  166.  
  167.  
  168. </style>
  169.  
  170.  
  171.  
  172.  
  173. <div id="border-top"></div>
  174.  
  175.  
  176.  
  177. </div>
  178. <div id="top">
  179. <div class="header"> <br>
  180. <div class="title">Gender Dictionary</div>
  181. <div class="sidebar">
  182. <img src="http://i63.tinypic.com/ngok0p.jpg" />
  183. <ul>
  184. <li><a href="/">Home Page</a></li>
  185. <li><a href="/ask">Message</a></li>
  186. <li><a href="/supportgroups">support groups</a></li>
  187. <li><a href="/transguysnearyou">transguys near</a></li>
  188. <li><a href="/tipsandhacks">Tips/Hacks</a></li>
  189. <li><a href="/theadmins">admins</a></li>
  190. <li><a href="/chatroom">chatroom</a></li>
  191. <li><a href="/about">about</a></li>
  192. <li><a href="/tagged/others">humans</a></li>
  193. <li><a href="/tagged/comics">comics</a></li>
  194.  
  195.  
  196. </div>
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204. <div id="description">
  205. TEXT GOES HERE
  206. </div> <br/>
  207.  
  208.  
  209. </div></div>
  210.  
  211.  
  212.  
  213. <table id="all" border="0" cellpadding="0" cellspacing="20">
  214.  
  215.  
  216.  
  217.  
  218. </table>
  219.  
  220.  
  221.  
  222.  
  223.  
  224. </body>
  225.  
  226. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement