Advertisement
irrationiall

About Me Page #2 (Habits Theme Pack)

May 12th, 2013
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.04 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. <link href='http://fonts.googleapis.com/css?family=Lovers+Quarrel' rel='stylesheet' type='text/css'>
  3.  
  4. <!-- BASE CODE by LIGHTWESTS -->
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8.  
  9. <head>
  10.  
  11.  
  12. <meta name="color:link" content="#B8B8B8">
  13. <meta name="color:hover" content="#454545">
  14. <meta name="color:text" content="#9A9A9A">
  15. <meta name="color:scrollbar" content="#D6D5D5">
  16. <meta name="color:border" content="#D6D5D5">
  17. <meta name="color:header shadow" content="#D6D5D5">
  18. <meta name="color:framebackground" content="#D6D5D5">
  19.  
  20. <meta name="image:Picture 1" content=""/>
  21. <meta name="image:Picture 2" content=""/>
  22. <meta name="image:Picture 3" content=""/>
  23.  
  24.  
  25.  
  26. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  27. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  28. <link rel="shortcut icon" href="{Favicon}" />
  29. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  30.  
  31. <style type="text/css">
  32.  
  33.  
  34. a {
  35. color:{color:link};
  36. text-decoration:none;
  37. -moz-transition-duration:0.5s;
  38. -webkit-transition-duration:0.5s;
  39. -o-transition-duration:0.5s;
  40. }
  41.  
  42. a:hover {
  43. color:{color:hover};
  44. text-decoration:none;
  45. -moz-transition-duration:0.5s;
  46. -webkit-transition-duration:0.5s;
  47. -o-transition-duration:0.5s;
  48. }
  49.  
  50.  
  51. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  52. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  53. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  54.  
  55. body {
  56. background-color:{color:bg};
  57. background-image: url(http://static.tumblr.com/smal9bi/Z8Smmpbja/tileable_wood_texture.png);
  58. font-family:Calibri;
  59. font-weight:normal;
  60. }
  61.  
  62.  
  63.  
  64.  
  65. h1 {
  66. font-weight:normal;
  67. font-size:10px;
  68. text-align:center;
  69. font-style:normal;
  70. line-height:80%;
  71. letter-spacing:1px;
  72. text-transform:uppercase;
  73. color:{color:text};
  74. }
  75.  
  76. h2 {
  77. font-size:15px;
  78. text-align:center;
  79. line-height:100%;
  80. letter-spacing:-0.5px;
  81. color:{color:text};
  82. font-weight:normal;
  83. padding:5px;
  84. padding-bottom:2px;
  85. }
  86.  
  87.  
  88. blockquote {
  89. border-left:2px solid {color:text};
  90. padding-left:5px;
  91. margin:5px;
  92. }
  93.  
  94.  
  95.  
  96. #sidebar {
  97. color:{color:text};
  98. position:fixed;
  99. width:130px;
  100. height:auto;
  101. margin-top:0px;
  102. text-align:left;
  103. margin-left: 30%;
  104. }
  105.  
  106. #bck {
  107. width: 300px;
  108. height: 430px;
  109. background-color: {color:framebackground};
  110. opacity: 1;
  111. color: #fff;
  112. z-index:1000;
  113. margin-top: 110px;
  114. margin-left: 480px;
  115. z-index: -2;
  116. position:fixed;
  117. }
  118.  
  119. #sidebar img {
  120. width:450px;
  121. margin-bottom:10px;
  122. opacity: 0.9;
  123. z-index:-1;
  124. position:fixed;
  125. }
  126.  
  127. #cont {
  128. margin-top: 220px;
  129. margin-left: 510px;
  130. width: 100px;
  131. border: 1px solid {color:border};
  132. position:fixed;
  133. }
  134.  
  135. #img1 img {
  136. margin-top: 10px;
  137. margin-bottom: 15px;
  138. width: 80px;
  139. height: 80px;
  140. margin-left: 10px;
  141. border: 1px solid {color:border};
  142. display: inline-block;
  143. outline: 1px solid {color:border};
  144. outline-offset: 3px;
  145. }
  146.  
  147. #img2 img {
  148. width: 80px;
  149. height: 80px;
  150. margin-bottom: 15px;
  151. margin-left: 10px;
  152. border: 1px solid {color:border};
  153. display: inline-block;
  154. outline: 1px solid {color:border};
  155. outline-offset: 3px;
  156. }
  157.  
  158. #img3 img {
  159. width: 80px;
  160. height: 80px;
  161. margin-bottom: 5px;
  162. margin-left: 10px;
  163. border: 1px solid {color:border};
  164. display: inline-block;
  165. outline: 1px solid {color:border};
  166. outline-offset: 3px;
  167. }
  168.  
  169.  
  170. #links {
  171. margin-top:-200px;
  172. margin-left: 200px;
  173. font-size:25px;
  174. text-transform:lowercase;
  175. text-align:center;
  176. letter-spacing:2px;
  177. line-height: 170%;
  178. font-family: lovers quarrel;
  179. }
  180.  
  181. #links a{
  182. padding:3px;
  183. color:{color:link};
  184. letter-spacing:0px;
  185. text-decoration:none;
  186. -moz-transition-duration:1s;
  187. -webkit-transition-duration:1s;
  188. -o-transition-duration:1s;
  189. }
  190.  
  191. #links a:hover{
  192. color:{color:hover};
  193. -moz-transition-duration:1s;
  194. -webkit-transition-duration:1s;
  195. -o-transition-duration:1s;
  196. }
  197.  
  198. #desc {
  199. font-family:baskerville;
  200. font-style:italic;
  201. margin-bottom:20px;
  202. outline: 1px solid {color:border};
  203. padding: 1.5px;
  204. margin-top: 222px;
  205. margin-left: 624px;
  206. text-align:center;
  207. font-size:11px;
  208. color:{color:text};
  209. letter-spacing:0px;
  210. line-height:150%;
  211. position: fixed;
  212. height: 298px;
  213. width: 130px;
  214. overflow:auto;
  215. }
  216.  
  217. #desc a {
  218. color:{color:link};
  219. }
  220.  
  221. #titl {
  222. margin-top: 150px;
  223. margin-left: 535px;
  224. width: 200px;
  225. font-family: lovers quarrel;
  226. text-align: center;
  227. font-size: 40px;
  228. position: fixed;
  229. border-bottom: 1px solid {color:border};
  230. text-shadow: 2px 2px {color:header shadow};
  231. }
  232.  
  233. #cred {
  234. position:fixed;
  235. width:60px;
  236. right:5px;
  237. bottom:5px;
  238. padding-left:0px;
  239. text-align:right;
  240. font-style:normal;
  241.  
  242. height: 50px;
  243. }
  244.  
  245.  
  246.  
  247. {CustomCSS}
  248.  
  249. </style></head>
  250.  
  251. <body>
  252. <div id="sidebar">
  253. <img src="http://static.tumblr.com/smal9bi/gJammo06l/border_7.png"></div>
  254.  
  255.  
  256. <div id="bck">.</div>
  257.  
  258. <div id="cont"><div id="img1"><img src="{image:Picture 1}"></div><div id="img2"><img src="{image:Picture 2}"></div><div id="img3"><img src="{image:Picture 3}"></div></div>
  259.  
  260. <div id="desc">
  261. {Description}
  262. </div>
  263.  
  264. <div id="titl">{title}</div>
  265. </div>
  266.  
  267.  
  268.  
  269. <div id="cred"><a href="http://elctra.tumblr.com"><img src="http://static.tumblr.com/smal9bi/u8tmmailb/icon_2.png"></a></div>
  270.  
  271. </div>
  272. </div>
  273. </body>
  274. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement