irrationiall

Theme #12 - Habits (Theme Pack)

May 12th, 2013
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.14 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10. <link href='http://fonts.googleapis.com/css?family=Sacramento' rel='stylesheet' type='text/css'>
  11. <link href='http://fonts.googleapis.com/css?family=Lovers+Quarrel' rel='stylesheet' type='text/css'>
  12.  
  13. <!--Default Variables-->
  14. <!--Colors-->
  15.  
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="color:Text" content="#333333"/>
  18. <meta name="color:Link" content="#717581"/>
  19. <meta name="color:askbg" content="#f5f5f5"/>
  20.  
  21.  
  22. <meta name="image:Background" content=""/>
  23.  
  24. <!--Links-->
  25.  
  26. <meta name="text:Link1" content="/"/>
  27. <meta name="text:Link1 Title" content="" />
  28. <meta name="text:Link2" content="/"/>
  29. <meta name="text:Link2 Title" content="" />
  30. <meta name="text:Link3" content="/"/>
  31. <meta name="text:Link3 Title" content="" />
  32.  
  33. <style type="text/css">
  34.  
  35.  
  36. ::-webkit-scrollbar {height: auto;width: 6px;}
  37. ::-webkit-scrollbar-thumb {background-color: #fff;}
  38. ::-webkit-scrollbar-track{background-color: #fff;}
  39.  
  40. body {
  41. background:{color:background};
  42. background-image: url('{image:background}') no-repeat fixed center;;
  43. margin:0px;
  44. color:{color:text};
  45. font-family:baskerville;
  46. font-size:10px;
  47. line-height:100%;
  48. }
  49.  
  50. a {
  51. text-decoration:none;
  52. outline:none;
  53. -moz-outline-style:none;
  54. color:#000;
  55. -webkit-transition: all 0.5s ease;
  56. -moz-transition: all 0.5s ease;
  57. -o-transition: all 0.5s ease
  58. }
  59.  
  60. img {
  61. border:none;
  62. }
  63.  
  64. blockquote blockquote {
  65. padding-left:5px;
  66. border-left:1px solid;
  67. }
  68.  
  69. h1 {
  70. font-size:12px;
  71. font-family:baskerville;
  72. text-transform:uppercase;
  73. }
  74.  
  75. a:hover {
  76. opacity:10;
  77. color:{color:hover};
  78. -webkit-transition: all 0.7s ease;
  79. -moz-transition: all 0.7s ease;
  80. -o-transition: all 0.7s ease
  81. }
  82.  
  83. small{
  84. font-size:9px;
  85. line-height:110%
  86. }
  87.  
  88. big {
  89. font-size:12px;
  90. line-height:110%
  91. }
  92.  
  93. b, strong{
  94. color:{color:text}
  95. }
  96. i, em {
  97. color:{color:text}
  98. }
  99. p{
  100. margin-top:5px;
  101. margin-bottom:5px
  102. }
  103. blockquote {
  104. padding:0px;
  105. padding-left:5px;
  106. margin:5px;
  107. border-left:1px dotted {color:text}
  108. }
  109.  
  110. blockquote img {
  111. max-width:300px
  112. }
  113.  
  114. ul, li img {
  115. max-with:250px
  116. }
  117.  
  118. .audio {width:500px;height:160px;}
  119. .albumart {width:150px;height:150px;position:absolute; border:1px dotted {color:text}; padding:2px;}
  120. .albumart img {width:150px;height:150px;float:left;}
  121. .playercontainer {display:block;width:150px;height:150px;background-color:#ffffff;position:absolute;}
  122. .player {margin-left:36px;margin-top:36px;width:25px;height:25px;
  123. overflow:hidden;background-color:white;}
  124. .audioinfo {margin-left:160px;float:left;width:200px;padding:2px;margin-top:2px;}
  125.  
  126. #entries {
  127. padding:0px;
  128. width:500px;
  129. margin-left:600px;
  130. margin-top:85px;
  131. margin-bottom: 25px;
  132. }
  133.  
  134.  
  135.  
  136. #post {
  137. width:500px;
  138. padding-bottom:0px;
  139. font-family:consolas;
  140. }
  141.  
  142. #sidebar {
  143. width:400px;
  144. position:fixed;
  145. margin-left:110px;
  146. margin-top:140px;
  147. opacity:1;
  148. }
  149.  
  150. #sidebarimage img{
  151. padding:3px;
  152. margin-left: 50px;
  153. width: 200px;
  154. }
  155.  
  156. #links {
  157. font-family:lovers quarrel;
  158. font-size:20px;
  159. opacity:1;
  160. text-align:center;
  161. padding-top:30px;
  162. letter-spacing:2px;
  163. text-transform:lowercase;
  164. font-style:;
  165. padding-bottom:0px;
  166. margin-top:-95px;
  167. margin-left:45px;
  168. position: fixed;
  169. padding: 2px;
  170. }
  171.  
  172. #links a{
  173. display:block;
  174. background:#fff;
  175. padding: 2px;
  176. opacity:1;
  177. letter-spacing:2px;
  178. -webkit-transition: .7s;
  179. -moz-transition: 2.0s;
  180.  
  181. }
  182.  
  183. #description {
  184. font-family: consolas;
  185. padding:4px;
  186. font-size:8px;
  187. font-style:italic;
  188. text-transform:uppercase;
  189. position:fixed;
  190. opacity:1;
  191. text-align:left;
  192. margin-top:-186px;
  193. margin-left:120px;
  194. width: 50px;
  195. height: 66px;
  196. overflow:auto;
  197. position: fixed;
  198. }
  199.  
  200.  
  201. #description:hover {
  202. opacity:0.9;
  203. filter:alpha(opacity=100);
  204. -moz-opacity: 1;
  205. -webkit-transition: all 0.9s ease;
  206. -moz-transition: all 0.9s ease;
  207. -o-transition: all 0.9s ease;
  208. }
  209.  
  210.  
  211. #pagination {
  212. font-size:9px;
  213. text-align:center;
  214. color:{color:link};
  215. font-family:baskerville;
  216. letter-spacing:2px;
  217. margin-left:-100px;
  218. margin-top: -250px;
  219. }
  220.  
  221. #info {
  222. font-family:calibri;
  223. width:490px;
  224. margin-top:4px;
  225. padding:0px;
  226. padding-left:8px;
  227. font-size:8px;
  228. color:#000;
  229. text-transform:uppercase;
  230. font-style:;
  231. letter-spacing:2px;
  232. text-align:left;
  233. border-bottom: 1px solid #000;
  234. -moz-transition-duration:0.5s;
  235. -webkit-transition-duration:0.5s;
  236. -o-transition-duration:0.5s;
  237. margin-top: 23px;
  238. }
  239.  
  240. #info a {
  241. color:#000;
  242. text-align:right;
  243. letter-spacing:1px;
  244. font-style:normal;
  245. }
  246.  
  247. #info a:hover {
  248. color:{color:hover};
  249. }
  250.  
  251. .caption {
  252. width:500px;
  253. text-align:justify;
  254. line-height:120%;
  255. }
  256.  
  257. .question {
  258. padding:10px;
  259. text-align:center;
  260. color:{color:text};
  261. background-color:{color:askbg};
  262. }
  263.  
  264. .answer {
  265. text-align:left;
  266. padding:10px;
  267. color:{color:text};
  268. }
  269.  
  270. .music {
  271. width:500px;
  272. padding-bottom:10px;
  273. background-color:{color:askbg};
  274. }
  275.  
  276. .albumart {
  277. float:left;
  278. padding:0px 10px 10px 0px;
  279. }
  280.  
  281. .albumart img {
  282. width:45px;
  283. height:45px;
  284. }
  285.  
  286. .playercontainer {
  287. text-align:left;
  288. padding:10px;
  289. background-color:#ffffff;
  290. width:480px;
  291. }
  292.  
  293. .musicinfo {
  294. padding:10px;
  295. color:{color:text};
  296. }
  297.  
  298. .postnote {
  299. text-transform:uppercase;
  300. font-style:normal;
  301. letter-spacing:0px;
  302. font-size: 9px;
  303. text-align:left;
  304. line-height:90%;
  305. margin-left:-40px;
  306. }
  307.  
  308. .postnote li {
  309. list-style-type:none;
  310. border-bottom:1px dashed #f5f5f5;
  311. padding:10px 25px 10px 25px;
  312. text-align:left;
  313. margin:0px;
  314. -moz-transition-duration:0.5s;
  315. -webkit-transition-duration:0.5s;
  316. -o-transition-duration:0.5s;
  317. }
  318.  
  319. .tags {
  320. font-family:consolas;
  321. font-style:normal;
  322. width:500px;
  323. text-transform:uppercase;
  324. font-style:normal;
  325. color:{color:tags};
  326. letter-spacing:2px;
  327. line-height:120%;
  328. font-size:8px;
  329. text-align:right;
  330. padding:2px;
  331. -moz-transition-duration:0.5s;
  332. -webkit-transition-duration:0.5s;
  333. -o-transition-duration:0.5s;
  334. }
  335.  
  336. .tags a {
  337. color:{color:text};
  338. letter-spacing:1px;
  339. padding:1px;
  340. }
  341.  
  342. .tags a:hover {
  343. color:#f1f1f1;
  344. }
  345.  
  346. ul.chat, .chat ol, .chat li {
  347. list-style:none;
  348. margin:0px;
  349. padding:2px;
  350. }
  351.  
  352. .tab {
  353. text-decoration:underline;
  354. font-weight:700;
  355. background-color:#000;
  356. margin-right:5px;
  357. }
  358.  
  359.  
  360.  
  361.  
  362. {CustomCSS}</style></head><body>
  363.  
  364.  
  365.  
  366. <div id="sidebar">
  367. <div id="sidebarimage"><img src="http://static.tumblr.com/smal9bi/P19mmlt0o/border_4.png"></div>
  368. <div id="links">
  369. <a href="/">home</a>
  370. <a href="/ask">mail</a>
  371. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  372. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  373. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  374. </div>
  375.  
  376. <div id="description">{Description}</div>
  377.  
  378. {block:Pagination}
  379. <div id="pagination">
  380. {block:PreviousPage}
  381. <a href="{PreviousPage}">behind</a>
  382. {/block:PreviousPage}
  383. {block:NextPage}
  384. <a href="{NextPage}">forth</a>
  385. {/block:NextPage}
  386. </div>
  387. {/block:Pagination}
  388. </div></div>
  389.  
  390. <div id="post">
  391.  
  392. {block:Posts}</div>
  393.  
  394. <div id="entries">
  395.  
  396. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  397.  
  398. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  399.  
  400. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  401.  
  402. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  403.  
  404. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  405.  
  406. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  407.  
  408. {block:Audio}<left><span class="audio">{AudioPlayerBlack}</left></span>
  409. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  410.  
  411. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  412.  
  413. {block:Answer}<div class="question">{Asker} was like: {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  414.  
  415. {block:Date}<div id="info">{TimeAgo} | <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom} | <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  416. {block:ContentSource} (source:<a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}</div>{/block:Date}
  417. {block:HasTags}
  418. <div class="tags">
  419. Tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>,{/block:Tags}</div>
  420. {/block:HasTags}
  421. <div class="postnote">
  422. {block:PostNotes}{PostNotes}{/block:PostNotes}
  423.  
  424. </div>
  425. </div>
  426. {/block:Posts}
  427.  
  428. <div style="font-size: 9px; letter-spacing: 1px; float: right; position: fixed; bottom: 10px; right: 5px; text-transform:lowercase;"><a href="http://elctra.tumblr.com"><img src="http://static.tumblr.com/smal9bi/u8tmmailb/icon_2.png"></a></div>
  429.  
  430. </body>
  431.  
  432. </html>
Advertisement
Add Comment
Please, Sign In to add comment