irrationiall

Theme #15 - Habits (Theme Pack)

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