Advertisement
missdilaurentis

MissDiLaurentis About me page #1

Sep 27th, 2013
6,061
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.24 KB | None | 0 0
  1. <!-- ABOUT ME PAGE #1 BY JASONDILAURENTS
  2.  
  3. http://jasondilaurentis.tumblr.com
  4. http://themesbyjasondilaurents.tumblr.com
  5.  
  6. DON'T REMOVE THE CREDIT, USE AS A BASE OR CLAIM AS YOUR OWN.
  7. THANKS FOR USING MY THEMES. -->
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head>
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16.  
  17. <!--FONTS-->
  18. <link href='http://fonts.googleapis.com/css?family=Lobster+Two' rel='stylesheet' type='text/css'>
  19.  
  20. <link href='http://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
  21.  
  22. <link href='http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  23.  
  24. <style type="text/css">
  25.  
  26.  
  27. body {
  28. background-color:#ffffff;
  29.  
  30. /*BACKGROUND IMAGE URL*/
  31.  
  32. background-image:url('http://img21.imageshack.us/img21/8794/65ii.png');
  33.  
  34. font-family:pt sans;
  35. font-size:11px;
  36. color:#adacac; }
  37.  
  38. /*SCROLLBAR*/
  39.  
  40. ::-webkit-scrollbar-thumb:vertical {
  41. background-color: #D7C1B2;
  42. height:100px;
  43. }
  44.  
  45. ::-webkit-scrollbar {
  46. height:10px;
  47. width:10px;
  48. background-color: #ffffff;}
  49.  
  50. /*SELECTION*/
  51.  
  52. ::selection {
  53. background:#D7C1B2;
  54. color:#ffffff;}
  55.  
  56. ::-moz-selection {
  57. background:#D7C1B2;
  58. color:#ffffff;}
  59.  
  60. ::-webkit-selection {
  61. background:#D7C1B2;
  62. color:#ffffff;}
  63.  
  64. b, strong {color:#adacac}
  65. i, em {color:#adacac}
  66.  
  67. #wrap {
  68. position:relative;
  69. top:100px;
  70. width:880px;
  71. margin:0 auto;
  72. padding:5px;}
  73.  
  74. #sideimage {
  75. max-width:150px;
  76. max-height:330px;
  77. float:left;
  78. position:fixed;
  79. margin-top:161px;
  80. margin-left:50px;
  81. border:1px solid;
  82. border-color:#eee6ea;}
  83.  
  84. #container {
  85. background-image:url('');
  86. width:400px;
  87. background-color:#ffffff;
  88. max-height:265px;
  89. margin-top:-20px;
  90. margin-left:auto;
  91. margin-right:auto;
  92. padding:15px;
  93. border:1px solid;
  94. border-color:#eee6ea;
  95. overflow:auto;}
  96.  
  97. #info {
  98. margin-bottom:20px;
  99. padding:5px;
  100. text-align:center;}
  101.  
  102. a {
  103. text-decoration:none;
  104. color:#D7C1B2;
  105. -webkit-transition: all 0.3s ease-in-out;
  106. -moz-transition: all 0.3s ease-in-out;
  107. -o-transition: all 0.3s ease-in-out;
  108. -ms-transition: all 0.3s ease-in-out;
  109. transition: all 0.3s ease-in-out;}
  110.  
  111. a:hover {
  112. text-decoration:underline;
  113. color:#b29683;
  114. -webkit-transition: all 0.3s ease-in-out;
  115. -moz-transition: all 0.3s ease-in-out;
  116. -o-transition: all 0.3s ease-in-out;
  117. -ms-transition: all 0.3s ease-in-out;
  118. transition: all 0.3s ease-in-out;}
  119.  
  120. .nav a{
  121. text-decoration:none;
  122. font-family:pt sans;
  123. text-transform:uppercase;
  124. font-weight:normal;
  125. font-size:9px;
  126. color:#ffffff;
  127. background-color:#D7C1B2;
  128. padding-left:4px;
  129. padding-right:4px;
  130. padding-top:2px;
  131. padding-bottom:2px;
  132. letter-spacing:2px;
  133. border:1px solid;
  134. border-color:#99806f;
  135. -webkit-transition: all 0.7s ease-in-out;
  136. -moz-transition: all 0.7s ease-in-out;
  137. -o-transition: all 0.7s ease-in-out;
  138. -ms-transition: all 0.7s ease-in-out;
  139. transition: all 0.7s ease-in-out; }
  140.  
  141. .nav a:hover {
  142. text-decoration:none;
  143. font-family:pt sans;
  144. text-transform:uppercase;
  145. font-weight:normal;
  146. font-size:9px;
  147. color:#000000;
  148. background-color:#ffffff;
  149. padding-left:4px;
  150. padding-right:4px;
  151. padding-top:2px;
  152. padding-bottom:2px;
  153. letter-spacing:2px;
  154. border:1px solid;
  155. border-color:#99806f;
  156. -webkit-transition: all 0.7s ease-in-out;
  157. -moz-transition: all 0.7s ease-in-out;
  158. -o-transition: all 0.7s ease-in-out;
  159. -ms-transition: all 0.7s ease-in-out;
  160. transition: all 0.7s ease-in-out;}
  161.  
  162. .credit {font-family:cambria; letter-spacing:1px; font-size:8px; bottom:2px; right:3px; position:fixed; padding:10px; text-align:right; font-weight:bold;}
  163.  
  164. .credit a{font-family:cambria; letter-spacing:1px; font-size:8px; bottom:2px; right:3px; position:fixed; padding:10px; text-align:right; font-weight:bold;}
  165.  
  166. .title a, .title{
  167. font-style:none;
  168. font-family:Lobster Two;
  169. font-size:22px;
  170. letter-spacing:2px;
  171. color:#99806f;
  172. text-align:center;
  173. margin-top:100px;
  174. margin-bottom:20px;}
  175.  
  176. </style>
  177.  
  178. <div id="wrap">
  179.  
  180. <div class="credit"><a href="http://jasondilaurents.tumblr.com">© JASONDILAURENTS</a></div>
  181.  
  182. <!--SIDE PICTURE URL-->
  183. <div id="sideimage"><img src="http://img708.imageshack.us/img708/874/0hb1.jpg" width="150px" ; height="330px" ></div></div>
  184.  
  185. <!--YOUR TITLE HERE-->
  186. <div class="title">{ Your title here. }</div></br></br>
  187.  
  188. <div id="container">
  189.  
  190. <!--YOUR TEXT HERE-->
  191.  
  192. You can write anything you want here.</br>
  193. Sidebar picture size is 150 x 330px.</br>
  194. <b>bold</b>, <i>italic</i>, <u>underlined</u> and <a href="/">link</a>.
  195. <!--CATEGORY 1 TITLE-->
  196. <center><p style="font-family:kaushan script; font-style:none; font-size:18px; color:#988f89; border-bottom:3px solid; border-top:3px solid;border-color:#efe6dd;padding:1px; background-image:url('http://img203.imageshack.us/img203/6406/a57m.png' );">title 1 example</p></center>
  197.  
  198. <!--CATEGORY 1 TEXT-->
  199. Your text here.</br>
  200. Your text here.</br>
  201.  
  202. <!--CATEGORY 2 TITLE-->
  203. <center><p style="font-family:kaushan script; font-style:none; font-size:18px; color:#988f89; border-bottom:3px solid; border-top:3px solid;border-color:#efe6dd;padding:1px; background-image:url('http://img203.imageshack.us/img203/6406/a57m.png' );">title 2 example</p></center>
  204.  
  205. <!--CATEGORY 2 TEXT-->
  206. Your text here.</br>
  207. Your text here.</br>
  208.  
  209. <!--CATEGORY 3 TITLE-->
  210. <center><p style="font-family:kaushan script; font-style:none; font-size:18px; color:#988f89; border-bottom:3px solid; border-top:3px solid;border-color:#efe6dd;padding:1px; background-image:url('http://img203.imageshack.us/img203/6406/a57m.png' );">title 3 example</p></center>
  211.  
  212. <!--CATEGORY 3 TEXT-->
  213. Your text here.</br>
  214. Your text here.</br>
  215.  
  216. <!--CATEGORY 4 TITLE-->
  217. <center><p style="font-family:kaushan script; font-style:none; font-size:18px; color:#988f89; border-bottom:3px solid; border-top:3px solid;border-color:#efe6dd;padding:1px; background-image:url('http://img203.imageshack.us/img203/6406/a57m.png' );">title 4 example</p></center>
  218.  
  219. <!--CATEGORY 4 TEXT-->
  220. Your text here.</br>
  221. Your text here.</br>
  222. </div>
  223. </br>
  224.  
  225. <!--LINKS-->
  226. <div id="info"><div class="nav">
  227. <a href="/">BACK</a>&nbsp;&nbsp;
  228. <a href="/ask">ASK</a> &nbsp;&nbsp;
  229. <a href="/">LINK 3</a> &nbsp;&nbsp;
  230. <a href="/">LINK 4</a> &nbsp;&nbsp;
  231. <a href="/">LINK 5</a> &nbsp;&nbsp;
  232. <a href="/">LINK 6</a> </div>
  233. </div>
  234. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement