Advertisement
missdilaurentis

MissDiLaurentis About me page #2

Jan 5th, 2014
2,569
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.48 KB | None | 0 0
  1. <!-- ABOUT ME PAGE #2 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=Droid+Serif:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
  19.  
  20. <link href='http://fonts.googleapis.com/css?family=UnifrakturMaguntia' rel='stylesheet' type='text/css'>
  21.  
  22. <link href='http://fonts.googleapis.com/css?family=Petit+Formal+Script' rel='stylesheet' type='text/css'>
  23.  
  24. <style type="text/css">
  25.  
  26.  
  27. body {
  28. background-color:#ffffff;
  29. background-image:url('http://static.tumblr.com/g1muzcu/BYimyxia4/dark_leather.png');/*BACKGROUND IMAGE URL*/
  30. font-family:'droid serif';
  31. text-transform:none;
  32. font-size:9px;
  33. color:#adacac; }
  34.  
  35. /*SCROLLBAR*/
  36.  
  37. ::-webkit-scrollbar-thumb:vertical {
  38. background-color: #000000;
  39. height:100px;}
  40.  
  41. ::-webkit-scrollbar {
  42. height:10px;
  43. width:5px;
  44. background-color: #ffffff;}
  45.  
  46. /*SELECTION*/
  47.  
  48. ::selection {
  49. background:#000000;
  50. color:#ffffff;}
  51.  
  52. ::-moz-selection {
  53. background:#000000;
  54. color:#ffffff;}
  55.  
  56. ::-webkit-selection {
  57. background:#000000;
  58. color:#ffffff;}
  59.  
  60.  
  61. b, strong {color:#D2813E}
  62. i, em {color:#E6AF82}
  63.  
  64. #wrap {
  65. position:relative;
  66. top:100px;
  67. width:880px;
  68. margin:0 auto;
  69. padding:5px;}
  70.  
  71. #sideimage {
  72. width:150px;
  73. height:150px;
  74. float:left;
  75. position:fixed;
  76. margin-top:160px;
  77. margin-left:50px;}
  78.  
  79. #sideimage img{
  80. width:150px;
  81. height:150px;
  82. border-radius:150px;
  83. box-shadow: 1px 1px 3px #000000;}
  84.  
  85. #container {
  86. background-image:url('http://static.tumblr.com/g1muzcu/nwOmyxkhb/about2.jpg');/*CONTAINER BACKGROUND IMAGE URL*/
  87. width:400px;
  88. background-color:#ffffff; /* CONTAINER BACKGROUND COLOR*/
  89. max-height:220px;
  90. margin-top:-20px;
  91. margin-left:auto;
  92. margin-right:auto;
  93. padding:15px;
  94. border:1px solid #000000; /*CONTAINER BORDER COLOR*/
  95. overflow:auto;}
  96.  
  97. #info {
  98. margin-left:68%;
  99. margin-top:-265px;
  100. padding:5px;
  101. text-align:center;}
  102.  
  103. a {
  104. text-decoration:none;
  105. color:#EF9300;/*LINKS COLOR*/
  106. -webkit-transition: all 0.3s ease-in-out;
  107. -moz-transition: all 0.3s ease-in-out;
  108. -o-transition: all 0.3s ease-in-out;
  109. -ms-transition: all 0.3s ease-in-out;
  110. transition: all 0.3s ease-in-out;}
  111.  
  112. a:hover {
  113. text-decoration:none;
  114. color:#000000;/*LINKS HOVER COLOR*/
  115. -webkit-transition: all 0.3s ease-in-out;
  116. -moz-transition: all 0.3s ease-in-out;
  117. -o-transition: all 0.3s ease-in-out;
  118. -ms-transition: all 0.3s ease-in-out;
  119. transition: all 0.3s ease-in-out;}
  120.  
  121. .nav a{
  122. display:block;
  123. width:70px;
  124. height:10px;
  125. margin-bottom:-8px;
  126. text-decoration:none;
  127. font-family:'cambria';
  128. text-transform:uppercase;
  129. font-weight:normal;
  130. font-size:8px;
  131. color:#ffffff; /*LEFT LINKS COLOR*/
  132. background-color:#000000; /*LEFT LINKS BACKGROUND COLOR*/
  133. padding:5px;
  134. letter-spacing:2px;
  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. color:#000000; /*LEFT LINKS HOVER COLOR*/
  144. background-color:#ffffff; /*LEFT LINKS HOVER BACKGROUND COLOR*/
  145. -webkit-transition: all 0.7s ease-in-out;
  146. -moz-transition: all 0.7s ease-in-out;
  147. -o-transition: all 0.7s ease-in-out;
  148. -ms-transition: all 0.7s ease-in-out;
  149. transition: all 0.7s ease-in-out;}
  150.  
  151. .nav2 a{
  152. display:block;
  153. width:120px;
  154. height:10px;
  155. margin-bottom:-8px;
  156. text-decoration:none;
  157. font-family:'cambria';
  158. text-transform:uppercase;
  159. font-weight:normal;
  160. font-size:8px;
  161. color:#ffffff; /*RIGHT LINKS COLOR*/
  162. background-color:#000000; /*RIGHT LINKS BACKGROUND COLOR*/
  163. padding:5px;
  164. letter-spacing:2px;
  165. -webkit-transition: all 0.7s ease-in-out;
  166. -moz-transition: all 0.7s ease-in-out;
  167. -o-transition: all 0.7s ease-in-out;
  168. -ms-transition: all 0.7s ease-in-out;
  169. transition: all 0.7s ease-in-out; }
  170.  
  171. .nav2 a:hover {
  172. text-decoration:none;
  173. color:#000000; /*RIGHT LINKS HOVER COLOR*/
  174. background-color:#ffffff; /*RIGHT LINKS HOVER BACKGROUND COLOR*/
  175. -webkit-transition: all 0.7s ease-in-out;
  176. -moz-transition: all 0.7s ease-in-out;
  177. -o-transition: all 0.7s ease-in-out;
  178. -ms-transition: all 0.7s ease-in-out;
  179. transition: all 0.7s ease-in-out;}
  180.  
  181. .credit a{font-family:'calibri'; letter-spacing:1px; font-size:8px; bottom:2px; right:3px; position:fixed; padding:10px; text-align:right; font-weight:bold;}
  182.  
  183. .title a, .title{
  184. font-style:none;
  185. font-family:'UnifrakturMaguntia';
  186. font-size:22px;
  187. letter-spacing:2px;
  188. text-shadow: 1px 1px 1px #000000;
  189. color:#8E4200; /*TITLE COLOR*/
  190. text-align:center;
  191. margin-top:100px;
  192. margin-bottom:25px;
  193. -webkit-transform: rotate(-3deg);
  194. -moz-transform: rotate(-3deg);}
  195.  
  196. .name {
  197. margin-top:10px;
  198. margin-bottom:5px;
  199. height:30px;
  200. line-height:30px;
  201. font-weight:normal;
  202. text-transform:lowercase;
  203. font-style:none;
  204. text-align:center;
  205. font-family: 'petit formal script';
  206. font-size:14px;
  207. text-align:center;
  208. letter-spacing:1px;
  209. color:#8E4200; /*CATEGORIES TITLE COLOR*/
  210. background-color:#000000; /*CATEGORIES TITLE BACKGROUND COLOR*/
  211. background-image:url('http://static.tumblr.com/g1muzcu/BYimyxia4/dark_leather.png'); /*CATEGORIES TITLES BACKGROUND IMAGE URL*/
  212. text-shadow: 1px 1px 1px #000000;
  213. box-shadow: 1px 1px 3px #000000;}
  214.  
  215. .txt {
  216. background-color:#ffffff; /*TEXT BACKGROUND COLOR*/
  217. padding:10px;
  218. background-image:url(''); /*TEXT BACKGROUND IMAGE URL*/
  219. box-shadow: 1px 1px 3px #000000;}
  220.  
  221. </style>
  222.  
  223.  
  224. <div id="wrap">
  225.  
  226. <div class="credit"><a href="http://jasondilaurents.tumblr.com">© JASONDILAURENTS</a></div>
  227.  
  228. <!--SIDE PICTURE URL-->
  229. <div id="sideimage"><img src="http://static.tumblr.com/g1muzcu/dAimyxk6u/snow.png">
  230.  
  231. <center><div class="nav2"></br>
  232.  
  233. <!--LEFT LINKS-->
  234. <a href="http://tumblr.com/dashboard">DASHBOARD</a></br>
  235. <a href="/">BACK TO MY BLOG</a></br>
  236. <a href="/ask">MESSAGE</a></br>
  237.  
  238. </div></center>
  239. </div></div>
  240.  
  241. <!--YOUR TITLE HERE-->
  242. <div class="title">{ Your title here. }</div></br></br>
  243.  
  244. <div id="container">
  245.  
  246. <!--YOUR TEXT HERE-->
  247. <div class="txt">
  248.  
  249. You can write anything you want here.</br>
  250. Sidebar picture size is 150 x 150px otherwise it won't keep the circle shape.</br> There are 3 left links and 6 right links. ENJOY!
  251. <b>bold</b>, <i>italic</i>, <u>underlined</u> and <a href="/">link</a>.
  252.  
  253. </div>
  254. <!--CATEGORY 1 TITLE-->
  255. <div class="name">about</div>
  256.  
  257. <!--CATEGORY 1 TEXT-->
  258. <div class="txt">
  259.  
  260. Your text here.</br>
  261. Your text here.</br>
  262.  
  263. </div>
  264.  
  265. <!--CATEGORY 2 TITLE-->
  266. <div class="name">tv shows</div>
  267.  
  268. <!--CATEGORY 2 TEXT-->
  269. <div class="txt">
  270.  
  271. Your text here.</br>
  272. Your text here.</br>
  273.  
  274. </div>
  275.  
  276. <!--CATEGORY 3 TITLE-->
  277. <div class="name">Title #3 example</div>
  278.  
  279. <!--CATEGORY 3 TEXT-->
  280. <div class="txt">
  281.  
  282. Your text here.</br>
  283. Your text here.</br>
  284.  
  285. </div>
  286.  
  287. <!--CATEGORY 4 TITLE-->
  288. <div class="name">Title #4 example</div>
  289.  
  290. <!--CATEGORY 4 TEXT-->
  291. <div class="txt">
  292.  
  293. Your text here.</br>
  294. Your text here.</br>
  295.  
  296. </div></div></br>
  297.  
  298.  
  299. <div id="info">
  300.  
  301. <!--ICON AND ICON BORDER COLOR-->
  302. <p style="width:64px;height:64px;border:8px solid #000000;"><img src="{PortraitURL-64}"></p>
  303.  
  304. <div class="nav">
  305.  
  306. <!--RIGHT LINKS-->
  307. <a href="/">LINK 1</a></br>
  308. <a href="/">LINK 2</a></br>
  309. <a href="/">LINK 3</a></br>
  310. <a href="/">LINK 4</a></br>
  311. <a href="/">LINK 5</a></br>
  312. <a href="/">LINK 6</a></div>
  313. </div>
  314. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement