Advertisement
lizabethspb

Page Theme 2 (About Page)

Dec 25th, 2013
1,830
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.40 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3.  
  4. <!---THEME BY CASKISSES, DO NOT STEAL OR REMOVE CREDIT--->
  5.  
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}" />
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  13.  
  14. <style type="text/css">
  15.  
  16. /*DON'T TOUCH ANYTHING ABOVE THIS*/
  17.  
  18. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;} /*cursor info*/
  19.  
  20. ::-webkit-scrollbar {
  21. background-color:#fff;
  22. height:5px;
  23. width:7px
  24. }
  25.  
  26. ::-webkit-scrollbar-thumb:vertical {
  27. background-color:#aaa; /*color of scrollbar*/
  28. height:50px;
  29. border-radius:10px;
  30. border:1px solid #fff;
  31. }
  32.  
  33. ::-webkit-scrollbar-thumb:horizontal {
  34. background-color:#fff;
  35. height:5px!important
  36. }
  37.  
  38.  
  39.  
  40. body {
  41. background-color:#ffffff;/*background color behind the box*/
  42. }
  43.  
  44. a {
  45. color:#FF66CC;/*THE COLOR OF UNVISITED LINKS IN YOUR 'ABOUT' SECTION*/
  46.  
  47. text-decoration:none;/*DON'T TOUCH*/
  48. -webkit-transition-duration:1s;
  49. -o-transition-duration:1s;
  50. -moz-transition-duration:1s;
  51. }
  52.  
  53. a:visited {
  54. color:#E65CB8;
  55. }
  56.  
  57. a:hover {
  58. color:#ffffff; /*THE COLOR OF LINKS IN YOUR 'ABOUT' SECTION WHEN YOU HOVER*/
  59. -webkit-transition-duration:1s;/*DON'T TOUCH*/
  60. -o-transition-duration:1s;
  61. -moz-transition-duration:1s;
  62. }
  63.  
  64. #title {
  65. font-size:45px;/*SIZE OF TITLE*/
  66.  
  67. text-align:left;/*don't touch*/
  68. font-weight:bold;
  69. font-family:Arial;
  70. letter-spacing:-3px;
  71. position:fixed;
  72.  
  73. margin-left:445px;/*placment of the title*/
  74. margin-top:-53px;
  75.  
  76. text-transform:lowercase;/*remove if you don't want a lowercase title*/
  77.  
  78. text-shadow: 4px 4px pink;/*text shadow*/
  79. }
  80.  
  81. #sammy {
  82. width:500px;/*don't touch*/
  83. height:300px;
  84.  
  85. border:1px solid #FFC2FF;/*WIDTH, TYPE, AND COLOR OF BORDER*/
  86. border-style:double;/*makes the border two borders instead of one obvs*/
  87. border-width:6px;/*puts space in between the borders*/
  88.  
  89. margin-top:160px;/*don't touch*/
  90. margin-left:440px;
  91. padding:5px;
  92. overflow:auto;
  93.  
  94. background-color:#fff3ff;/*color inside the box*/
  95. }
  96.  
  97. #dean {
  98. margin-top:-12px;/*no touchy*/
  99. line-height:167%;
  100.  
  101. text-align:left;/*text align of your 'about'*/
  102. font-size:13px;/*size of your words and such*/
  103. font-family:calibri;/*font*/
  104. }
  105.  
  106. #cas {
  107. width:180px;
  108. }
  109.  
  110. #cas img {
  111. width:180px;/*width of your image*/
  112.  
  113. padding-top:1px;/*don't touch*/
  114. padding:7px;
  115. padding-right:13px;
  116. opacity:.9;
  117. }
  118.  
  119. #bobby {
  120. position:fixed;
  121.  
  122. margin-left:690px;/*link placement*/
  123. margin-top:10px;
  124. }
  125.  
  126. #bobby a {
  127. padding:8px;
  128. background-color:#fff3ff;/*background color of links*/
  129. font-size:11px;/*size of links*/
  130. text-transform:uppercase;/*remove if you don't want uppercase links*/
  131. color:black;/*color of links*/
  132. }
  133.  
  134. #bobby a:hover {
  135. color:white;/*color of links on hover*/
  136. background-color:black;/*background color of links on hover*/
  137. }
  138.  
  139. #rogue { /*DON'T TOUCH EVER*/
  140. position:fixed;
  141. right:0px;
  142. bottom:0px;
  143. padding:4px;
  144. text-transform:uppercase;
  145. letter-spacing:2px;
  146. font-size:9px;
  147. margin-bottom:3px;
  148. margin-right:3px;
  149. border:1px solid;
  150. border-color:#bbb;
  151. background: #fff;
  152. -moz-transition-duration:1s;
  153. -webkit-transition-duration:1s;
  154. -o-transition-duration:1s;
  155. }
  156.  
  157. #rogue:hover {
  158. background: black;
  159. color: white;
  160. -moz-transition-duration:1s;
  161. -webkit-transition-duration:1s;
  162. -o-transition-duration:1s;
  163. }
  164.  
  165. #rogue a {
  166. color:gray;
  167. }
  168.  
  169. </style><body>
  170.  
  171. <!---your title goes here--->
  172. <div id="title"> TITLE </div>
  173.  
  174. <div id="sammy">
  175. <div id="dean">
  176. <div id="cas">
  177.  
  178. <!---your image goes here--->
  179. <img src="YOUR IMAGE URL" align="left"/></div>
  180.  
  181. <p>
  182. Ah, yes, this is where you include all of your stuff. You can add as much as you want. If you go over, there will be a scrollbar. I recommend separating paragraphs with
  183. <br/>
  184. line breaks.
  185. <br />
  186. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. Curabitur sit amet quam id libero suscipit venenatis. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Suspendisse sed ligula. Sed volutpat odio non turpis gravida luctus. Praesent elit pede, iaculis facilisis, vehicula mattis, tempus non, arcu. Suspendisse ac pede. Cras tincidunt pretium felis. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Pellentesque porttitor mi id felis. Maecenas nec augue. Praesent a quam pretium leo congue accumsan.
  187.  
  188. </p>
  189.  
  190.  
  191. </div>
  192. </div>
  193.  
  194.  
  195. <!---THESE ARE YOUR LINKS--->
  196. <div id="bobby">
  197. <a href="LINK ONE URL">LINK1</a>
  198. <a href="LINK TWO URL">LNK2</a>
  199. <a href="LINK THREE URL">LINK3</a>
  200. <a href="LINK FORU URL">LINK4</a>
  201. </div>
  202.  
  203. <!---DON'T TOUCH THIS--->
  204. <div id="rogue"><a href="http://caskisses.tumblr.com" target="_blank">©LB</a></div>
  205. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement