irrationiall

Theme #10 - Save Yourself

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