irrationiall

Theme #6 - Under The Gun

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