Advertisement
heylittletrains

6.2 EMPTY HANDED

Apr 18th, 2014
2,140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.75 KB | None | 0 0
  1. <!--
  2. Theme #06 v.2 by msswans.
  3. Edit all you want; Just make sure to leave the credits intact.
  4. -->
  5.  
  6. <head>
  7.  
  8.  
  9. <meta name="color:bg" content="#FFFFFF">
  10. <meta name="color:link" content="#7d7d7d">
  11. <meta name="color:hover" content="#ececec">
  12. <meta name="color:infobg" content="#fafafa">
  13. <meta name="color:text" content="#7d7d7d">
  14. <meta name="color:tags" content="#9a9a9a">
  15. <meta name="color:scrollbar" content="#f1f0f0">
  16. <meta name="color:border" content="#f1f0f0">
  17. <meta name="color:sblink hover" content="#ececec">
  18.  
  19. <meta name="image:sidebar" content=""/>
  20.  
  21.  
  22. <meta name="text:link1" content="">
  23. <meta name="text:link1 url" content="/">
  24. <meta name="text:link2" content="">
  25. <meta name="text:link2 url" content="/">
  26. <meta name="text:link3" content="">
  27. <meta name="text:link3 url" content="/">
  28. <meta name="text:link4" content="">
  29. <meta name="text:link4 url" content="/">
  30. <meta name="text:link5" content="">
  31. <meta name="text:link5 url" content="/">
  32. <meta name="text:link6" content="">
  33. <meta name="text:link6 url" content="/">
  34. <meta name="text:link7" content="">
  35. <meta name="text:link7 url" content="/">
  36. <meta name="text:link8" content="">
  37. <meta name="text:link8 url" content="/">
  38. <meta name="text:link9" content="">
  39. <meta name="text:link9 url" content="/">
  40. <meta name="text:link10" content="">
  41. <meta name="text:link10 url" content="/">
  42.  
  43.  
  44.  
  45. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  46. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  47. <link rel="shortcut icon" href="{Favicon}" />
  48. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  49.  
  50. <style type="text/css">
  51.  
  52.  
  53.  
  54. a {
  55. text-decoration:none;
  56. -moz-transition-duration:0.5s;
  57. -webkit-transition-duration:0.5s;
  58. -o-transition-duration:0.5s;
  59. color:{color:link};
  60. }
  61.  
  62. a:hover {
  63. text-decoration:none;
  64. -moz-transition-duration:0.5s;
  65. -webkit-transition-duration:0.5s;
  66. -o-transition-duration:0.5s;
  67. color:{color:hover};
  68. }
  69.  
  70.  
  71. ::-webkit-scrollbar-thumb:vertical { height:12px; border:2px solid #fff; background-color:{color:scrollbar}; }
  72. ::-webkit-scrollbar-thumb:horizontal { background-color:#fff; }
  73. ::-webkit-scrollbar { width:11px; height:7px; border:5px solid #fff; background-color:{color:scrollbar}; }
  74. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{ display:block; height:8px; border-right:2px solid #fff; border-left:2px solid #fff; background-color:{color:scrollbar}; }
  75.  
  76.  
  77. body {
  78. font-family:arial;
  79. font-weight:normal;
  80. background-color:{color:bg};
  81. }
  82.  
  83. #title {
  84. margin-top:15px;
  85. text-transform:uppercase;
  86. letter-spacing:3px;
  87. font-size:8px;
  88. }
  89.  
  90. h1 {
  91. font-family:arial;
  92. font-size:9px;
  93. font-style:normal;
  94. text-transform:normal;
  95. color:{color:text};
  96. text-align:center;
  97. font-weight:normal;
  98. letter-spacing:1px;
  99. padding:3px;
  100. width:auto;
  101. }
  102.  
  103. h2 {
  104. font-family:arial;
  105. font-style:normal;
  106. font-size:8px;
  107. letter-spacing:2px;
  108. color:{color:title};
  109. font-weight:normal;
  110. text-transform:uppercase;
  111. }
  112.  
  113. h3 {
  114. font-family:arial;
  115. font-style:normal;
  116. font-size:8px;
  117. letter-spacing:2px;
  118. color:{color:title};
  119. font-weight:normal;
  120. text-transform:uppercase;
  121. }
  122.  
  123.  
  124. blockquote {
  125. margin:5px;
  126. padding:5px;
  127. text-align:center;
  128. background-color:{color:infobg};
  129. }
  130.  
  131. #theme {
  132. width:700px;
  133. margin:0 auto -12px auto;
  134. text-align:center;
  135. background-color:{color:bg};
  136. }
  137.  
  138. #sidebar {
  139. top:0;
  140. width:500px;
  141. height:auto;
  142. margin-left:100px;
  143. z-index:100;
  144. color:{color:text};
  145. }
  146.  
  147. #sidebar img {
  148. opacity:1;
  149. width:500px;
  150. height:auto
  151. -moz-transition-duration:0.5s;
  152. -webkit-transition-duration:0.5s;
  153. -o-transition-duration:0.5s;
  154.  
  155. }
  156.  
  157. #sidebar img:hover {
  158. opacity:.7;
  159. -moz-transition-duration:0.5s;
  160. -webkit-transition-duration:0.5s;
  161. -o-transition-duration:0.5s;
  162. }
  163.  
  164. .links {
  165. margin-top:10px;
  166. width:auto;
  167. text-align:center;
  168. -moz-transition-duration:0.5s;
  169. -webkit-transition-duration:0.5s;
  170. -o-transition-duration:0.5s;
  171. }
  172.  
  173. .links a {
  174. width:90px;
  175. display:inline-block;
  176. text-align:left;
  177. font-family:arial;
  178. font-size:9px;
  179. color:{color:link};
  180. padding:3px;
  181. }
  182.  
  183. .links a:first-letter {
  184. font-size:10px;
  185. font-family:times;
  186. font-style:italic;
  187. font-weight:bold;
  188. }
  189.  
  190. .links a:hover{
  191. background-color:{color:sblink hover};
  192. }
  193.  
  194. .desc:first-letter {
  195. font-size:14px;
  196. font-family:times;
  197. font-style:italic;
  198. font-weight:bold;
  199. }
  200.  
  201. .desc {
  202. padding:10px;
  203. border-top:1px solid {color:border};
  204. border-bottom:1px solid {color:border};
  205. margin-top:15px;
  206. width:auto;
  207. font-family:arial;
  208. font-size:9px;
  209. line-height:170%;
  210. text-align:justify;
  211. }
  212.  
  213. .desc a {
  214. color:{color:link};
  215. }
  216.  
  217. #stuffcontainer {
  218. float:left;
  219. margin-left:100px;
  220. margin-top:70px;
  221. text-align:justify;
  222. color:{color:text};
  223. background-color:{color:bg};
  224. }
  225.  
  226. #stuff {
  227. width:500px;
  228. margin-top:9px;
  229. text-align:justify;
  230. font-size:9px;
  231. font-family:arial;
  232. font-style:normal;
  233. line-height:170%;
  234. color:{color:text};
  235. margin-bottom:80px;
  236. }
  237.  
  238. #pagi {
  239. position:fixed;
  240. width:480px;
  241. text-align:center;
  242. margin-top:20px;
  243. font-family:arial;
  244. font-size:9px;
  245. text-transform:uppercase;
  246. font-style:normal;
  247. color:{color:text};
  248. background-color:{color:bg};
  249. bottom:0;
  250. margin-left:100px;
  251. padding:10px;
  252. opacity:.7;
  253. }
  254.  
  255. #pagi a {
  256. color:{color:link};
  257. padding:5px;
  258. }
  259.  
  260. .caption {
  261. font-size:9px;
  262. width:500px;
  263. text-align:justify;
  264. line-height:120%;
  265. }
  266.  
  267. #question {
  268. padding:10px;
  269. text-align:justify;
  270. line-height:10px;
  271. min-height:50px;
  272. padding-bottom:10px
  273. }
  274.  
  275. .question {
  276. margin-left:55px;
  277. }
  278.  
  279. .asker {
  280. margin:5px 0px 4px 60px;
  281. font-size:7px
  282. font-family:arial;
  283. text-transform:uppercase;
  284. letter-spacing:1px;
  285. }
  286.  
  287. .asker a {
  288. margin-left:-5px;
  289. }
  290.  
  291. .portrait {
  292. position:absolute;
  293. height:48px;
  294. width:48px;
  295. margin-left:10px;
  296. }
  297.  
  298. .portrait img {
  299. border-radius:100px;
  300. }
  301.  
  302. #audio {
  303. width:500px;
  304. height:auto;
  305. min-height:90px;
  306. padding-bottom:10px;
  307. }
  308.  
  309. .playbox {
  310. overflow:hidden;
  311. opacity:1;
  312. position:absolute;
  313. z-index:1000;
  314. margin-left:0px;
  315. width:27px;
  316. border:10px solid #f1f0f0;
  317. border-bottom:8px solid #f1f0f0;
  318. margin-top:0px;
  319. text-align:center;
  320. -moz-transition-duration:0.5s;
  321. -webkit-transition-duration:0.5s;
  322. -o-transition-duration:0.5s;
  323. background-color:#f1f0f0;
  324. }
  325.  
  326. .info {
  327. border-top:1px solid {color:border};
  328. border-bottom:1px solid {color:border};
  329. padding:2px;
  330. margin-left:55px;
  331. margin-top:-100px;
  332. line-height:14px;
  333. padding-bottom:4px;
  334. }
  335.  
  336. #postinfo {
  337. font-family:arial;
  338. width:500px;
  339. padding:0px;
  340. margin-top:7px;
  341. font-size:9px;
  342. font-style:normal;
  343. text-transform:lowercase;
  344. letter-spacing:0px;
  345. text-align:left;
  346. }
  347.  
  348. #postinfo a {
  349. padding:3px;
  350. color:{color:link};
  351. font-style:normal;
  352. }
  353.  
  354. #postinfo a:hover {
  355. color:{color:hover};
  356. }
  357.  
  358. ol.notes {
  359. padding:0px;
  360. margin:25px 0px;
  361. list-style-type:none;
  362. }
  363.  
  364. ol.notes li.note {
  365. padding: 10px;
  366. }
  367.  
  368. ol.notes li.note img.avatar {
  369. vertical-align:-4px;
  370. border-radius:100%;
  371. margin-right:10px;
  372. width:16px;
  373. height:16px;
  374. }
  375.  
  376. ol.notes li.note span.action {
  377. font-weight:normal;
  378. }
  379.  
  380. ol.notes li.note .answer_content {
  381. font-weight:normal;
  382. }
  383.  
  384. ol.notes li.note blockquote {
  385. padding:9px 6px 9px 6px;
  386. margin:10px 0px 0px 25px;
  387. }
  388.  
  389. .tags {
  390. margin-top:5px;
  391. width:490px;
  392. padding:0px;
  393. font-family:arial;
  394. font-size:8px;
  395. font-style:normal;
  396. text-transform:uppercase;
  397. text-align:left;
  398. padding:5px;
  399. border-top:1px solid {color:border};
  400. border-bottom:1px solid {color:border};
  401. }
  402.  
  403. .tags a {
  404. letter-spacing:2px;
  405. padding:7px;
  406. color:{color:tags}
  407. }
  408.  
  409. .tags a:hover {
  410. color:{color:hover};
  411. }
  412.  
  413. .chat ol {
  414. line-height:170%;
  415. list-style:none;
  416. width:500px;
  417. margin-left:-40px;
  418. }
  419.  
  420. .line.odd {
  421. background:#f6f6f6;
  422. margin-bottom:2px;
  423. padding:4px;
  424. }
  425.  
  426. .line.even {
  427. background:#fafafa;
  428. margin-bottom:2px;
  429. padding:4px;
  430. }
  431.  
  432. .label {
  433. padding-right:2px;
  434. text-transform:normal;
  435. font-weight:bold;
  436. color:{color:link};
  437. }
  438.  
  439.  
  440. #cred {
  441. font-family:arial;
  442. position:fixed;
  443. font-size:8px;
  444. line-height:120%;
  445. right:10px;
  446. bottom:15px;
  447. text-align:center;
  448. text-transform:uppercase;
  449. letter-spacing:2px;
  450. }
  451.  
  452. #cred a {
  453. padding:7px;
  454. color:{color:link};
  455. }
  456.  
  457. #cred a:hover {
  458. color:{color:hover};
  459. }
  460.  
  461.  
  462. {CustomCSS}
  463.  
  464. </style></head>
  465. <body>
  466. <div id="theme">
  467. {block:Pagination}
  468. <div id="pagi">
  469. {block:PreviousPage}
  470. <a href="{PreviousPage}">←</a>
  471. {/block:PreviousPage}
  472.  
  473. {block:JumpPagination length="5"}
  474. {block:CurrentPage}
  475. <span class="current_page">{PageNumber}</span>
  476. {/block:CurrentPage}
  477.  
  478. {block:JumpPage}
  479. <a href="{URL}">{PageNumber}</a>
  480. {/block:JumpPage}
  481. {/block:JumpPagination}
  482.  
  483. {block:NextPage}
  484. <a href="{NextPage}">→</a>
  485. {/block:NextPage}
  486. </div>
  487. {/block:Pagination}
  488. <div id="sidebar">
  489. <img src="{image:sidebar}">
  490. <div id="title">{title}</div>
  491. <div class="desc">
  492. {description}
  493. </div>
  494. <div class="links">
  495. {block:IfLink1}
  496. <a href="{text:link1 url}">{text:link1}</a>
  497. {/block:IfLink1}
  498. {block:IfLink2}
  499. <a href="{text:link2 url}">{text:link2}</a>
  500. {/block:IfLink2}
  501. {block:IfLink3}
  502. <a href="{text:link3 url}">{text:link3}</a>
  503. {/block:IfLink3}
  504. {block:IfLink4}
  505. <a href="{text:link4 url}">{text:link4}</a>
  506. {/block:IfLink4}
  507. {block:IfLink5}
  508. <a href="{text:link5 url}">{text:link5}</a>
  509. {/block:IfLink5}
  510. {block:IfLink6}
  511. <a href="{text:link6 url}">{text:link6}</a>
  512. {/block:IfLink6}
  513. {block:IfLink7}
  514. <a href="{text:link7 url}">{text:link7}</a>
  515. {/block:IfLink7}
  516. {block:IfLink8}
  517. <a href="{text:link8 url}">{text:link8}</a>
  518. {/block:IfLink8}
  519. {block:IfLink9}
  520. <a href="{text:link9 url}">{text:link9}</a>
  521. {/block:IfLink9}
  522. {block:IfLink10}
  523. <a href="{text:link10 url}">{text:link10}</a>
  524. {/block:IfLink10}
  525. </div>
  526. </div>
  527.  
  528. <div id="stuffcontainer">
  529.  
  530. {block:Posts}
  531.  
  532. <div id="stuff">
  533.  
  534. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  535.  
  536. {block:Quote}<h3>“{Quote}”</h3><h1>{Source}</h1>{/block:Quote}
  537.  
  538. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  539. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  540.  
  541. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  542.  
  543. {block:Photoset}<center>{Photoset-500}</center>
  544. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  545.  
  546. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ol></div>{/block:Chat}
  547.  
  548. {block:Audio}<div id="audio"><div class="playbox">{block:AudioPlayer}{AudioPlayerGrey}{/block:AudioPlayer}</div></div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}</div>{block:Caption}{Caption}{/block:Caption}<br>
  549. {/block:Audio}
  550.  
  551. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  552.  
  553. {block:Answer}<div id="question" style="border-bottom:1px solid {color:border}; border-top:1px solid {color:border};"><div class="portrait"><img src="{AskerPortraitURL-40}"></div><div class="asker">{Asker}</div><div class="question">{Question}</div></div>{Answer}{/block:Answer}
  554.  
  555. {block:HasTags}
  556. <div class="tags"><img src="http://media.tumblr.com/tumblr_mf1q086pET1ruid57.png" width="8">{block:Tags}<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>
  557. {/block:HasTags}
  558.  
  559. {block:Date}
  560. <div id="postinfo"><font style="padding:4px; background-color:{color:hover};">{Month} {DayOfMonthWithZero}</font></a>
  561.  
  562. {block:NoteCount}<a href="{Permalink}" style="text-decoration:underline;">{NoteCountWithLabel}</a>{/block:NoteCount}
  563.  
  564. ♢ {block:ContentSource}
  565. <a title ="{SourceTitle}" href="{SourceURL}">original</a>
  566. {/block:ContentSource}
  567.  
  568. {block:RebloggedFrom}
  569. <a title ="{ReblogParentName}" href="{ReblogParentURL}">(via)</a>
  570. {/block:RebloggedFrom}
  571.  
  572.  
  573.  
  574.  
  575. </div>
  576. {/block:Date}
  577.  
  578.  
  579. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}{block:PostNotes}{PostNotes}{/block:PostNotes}
  580. </div>
  581. {/block:Posts}
  582.  
  583.  
  584. <div id="cred"><a href="http://msswans.tumblr.com/">msswans</a></div>
  585.  
  586. </div>
  587. </div>
  588. </div>
  589. </body>
  590. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement