Advertisement
imbetterthanu

THEME 03 / BROKEN HEARTS

May 28th, 2014
11,233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.89 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-----
  5.  
  6. ©Theme #03 by meanwolfs.
  7. Edit away, just leave the credit as it is. (And where it is)
  8.  
  9. ------>
  10.  
  11. <title>{Title}</title>
  12.  
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <meta name="color:Background" content="#ffffff"/>
  18. <meta name="color:Text" content="#aaaaaa"/>
  19. <meta name="color:Tags" content="#aaaaaa"/>
  20. <meta name="color:Headline" content="#aaaaaa"/>
  21. <meta name="color:Link" content="#000000"/>
  22. <meta name="color:Scrollbar" content="#dcdcdc"/>
  23. <meta name="color:Link Hover" content="#dadada"/>
  24.  
  25. <meta name="image:Sidebar" content=""/>
  26.  
  27. <meta name="text:Link 1 URL" content="" />
  28. <meta name="text:Link 1" content="" />
  29. <meta name="text:Link 2 URL" content="" />
  30. <meta name="text:Link 2" content="" />
  31. <meta name="text:Link 3 URL" content="" />
  32. <meta name="text:Link 3" content="" />
  33.  
  34. <script type="text/javascript">
  35. WebFontConfig = {
  36. google: { families: [ 'Roboto:300italic:latin' ] }
  37. };
  38. (function() {
  39. var wf = document.createElement('script');
  40. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  41. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  42. wf.type = 'text/javascript';
  43. wf.async = 'true';
  44. var s = document.getElementsByTagName('script')[0];
  45. s.parentNode.insertBefore(wf, s);
  46. })(); </script>
  47.  
  48. <style type="text/css">
  49.  
  50. ::-webkit-scrollbar {background-color:#ffffff; height:8px; width:5px}
  51. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  52. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px}
  53.  
  54. blockquote {
  55. padding-left:5px;
  56. margin:0px 10px 0px 5px;
  57. border-left:1px solid #f4f4f4;
  58. max-width:500px!important;
  59. }
  60.  
  61. body {
  62. background:{color:background};
  63. color:{color:text};
  64. font-family:arial;
  65. font-size:9px;
  66. text-align:justify;
  67. margin:0;
  68. line-height:14px;
  69. }
  70.  
  71. a {
  72. color:{color:link};
  73. text-decoration:none;
  74. -moz-transition-duration:0.2s;
  75. -webkit-transition-duration:0.2s;
  76. -o-transition-duration:0.2s;
  77. }
  78.  
  79. a:hover {
  80. color:{color:link hover};
  81. text-decoration:underline;
  82. -moz-transition-duration:0.2s;
  83. -webkit-transition-duration:0.2s;
  84. -o-transition-duration:0.2s;
  85. }
  86.  
  87. img {
  88. opacity:1;
  89. border:none;
  90. text-decoration:none
  91. }
  92.  
  93. small {
  94. font-size:9px;}
  95.  
  96. big {
  97. font-size:12px;}
  98.  
  99. #title {
  100. font-size:15px;
  101. line-height:18px;
  102. font-style:italic;
  103. font-family: 'Roboto', sans-serif;
  104. margin-bottom:10px;
  105. color:{color:headline};
  106. text-align:left;
  107. }
  108.  
  109. #sidebar {text-align:right;
  110. position:fixed;
  111. margin-left:-300px;
  112. margin-top:150px;
  113. width:245px;
  114. }
  115.  
  116. #sidebarim {margin-bottom:19px;}
  117.  
  118. #sidebarim img {width:245px;}
  119.  
  120. #blogt {
  121. font-size:9px;
  122. letter-spacing:2px;
  123. text-transform:uppercase;
  124. }
  125.  
  126. #links {
  127. margin-top:3px;
  128. margin-left:1px;
  129. line-height:16px;
  130. text-transform:lowercase;
  131. text-align:center;
  132. }
  133.  
  134. #links a {
  135. margin-right:6px;
  136. display:inline-block;
  137. margin-bottom:5px;
  138. }
  139.  
  140. #links a:hover {
  141. text-decoration:underline;
  142. color:{color:link hover};
  143. }
  144.  
  145. #description {
  146. margin-top:-17px;
  147. margin-left:0px;
  148. text-align:justify;
  149. width:245px;
  150. line-height:13px;
  151. }
  152.  
  153. #pagination {
  154. margin:50px 0;
  155. text-transform:lowercase;
  156. font-weight:bold;
  157. }
  158. #pagination a {
  159. padding:0 15px;
  160. }
  161.  
  162. #con {
  163. left:50%;
  164. margin-left:-230px;
  165. margin-top:-30px;
  166. position:absolute;
  167. }
  168.  
  169. #entries {
  170. margin-top:75px;
  171. margin-left:5px;
  172. width:500px;
  173. }
  174.  
  175. #posts {
  176. width:500px;
  177. {block:IndexPage}
  178. margin-bottom:60px;
  179. {/block:IndexPage}
  180. {block:PermalinkPage}
  181. margin-bottom:50px;
  182. {/block:PermalinkPage}
  183. }
  184.  
  185. #posts img {
  186. max-width:500px;
  187. }
  188.  
  189. #posts img, #posts li, #posts blockquote {
  190. max-width: 100%;
  191. }
  192.  
  193. .caption {
  194. width:100%;
  195. margin-top:10px;
  196. }
  197.  
  198. #titlequote{
  199. text-align:center;
  200. font-size:14px;
  201. line-height:15px;
  202. }
  203.  
  204. #source {
  205. margin-top:10px;
  206. margin-left:0px;
  207. text-align:center;
  208. background:#fafafa;
  209. line-height:22px;
  210. height:22px;
  211. width:500px;
  212. }
  213.  
  214. #askbox {
  215. height:auto;
  216. min-height:48px;
  217. }
  218.  
  219. .pic {
  220. width:48px;
  221. height:48px;
  222. }
  223.  
  224. .pic img {
  225. width:48px;
  226. height:48px;
  227. float:left;
  228. }
  229.  
  230. .question {
  231. background:transparent;
  232. padding:13px;
  233. font-style:none;
  234. min-height:48px;
  235. margin-left:50px;
  236. margin-top:-63px;
  237. }
  238.  
  239. .asker {
  240. font-weight:bold;
  241. text-transform:lowercase;
  242. }
  243.  
  244. .answer {
  245. padding-bottom:4px;
  246. }
  247.  
  248. #audio {
  249. height:auto;
  250. min-height:60px;
  251. padding-bottom:13px;
  252. }
  253.  
  254. .cover {
  255. position:absolute;
  256. z-index:1;
  257. width:55px;
  258. height:55px;
  259. }
  260.  
  261. .cover img {
  262. float:left;
  263. width:55px;
  264. height:55px;
  265. border:8px solid #fafafa;
  266. }
  267.  
  268. .button {
  269. width:19px;
  270. height:20px;
  271. overflow:hidden;
  272. position:relative;
  273. z-index:1000;
  274. margin-top:22px;
  275. margin-left:21px;
  276. text-align:center;
  277. margin-top:4px;
  278. margin-left:5px;
  279. }
  280.  
  281. .box {
  282. opacity:0.8;
  283. width:35px;
  284. height:35px;
  285. margin-top:18px;
  286. margin-left:18px;
  287. background:#fff;
  288. position:absolute;
  289. z-index:1000;
  290. -webkit-border-radius:100px;
  291. -moz-border-radius:100px;
  292. border-radius:100px;
  293. }
  294.  
  295. .capbox {
  296. padding-top:20px;
  297. margin-left:82px;
  298. height:auto;
  299. min-height:65px;
  300. background:#fafafa;
  301. text-align:center;
  302. width:320px;
  303. }
  304.  
  305. .chat ol {
  306. padding:0;
  307. list-style:none;
  308. }
  309. .line {padding:5px 0;}
  310.  
  311. .label {font-weight:bold;
  312. }
  313.  
  314. #permalink {
  315. margin-top:6px;
  316. font-size:8px;
  317. color:{color:tags};
  318. text-transform:uppercase;
  319. }
  320.  
  321. #permalink a {
  322. margin-right:10px;
  323. letter-spacing:1px;
  324. }
  325.  
  326. #permalink a:hover {
  327. color:{color:link hover};
  328. }
  329.  
  330. #tags {
  331. word-break:break-all;
  332. margin-top:1px;
  333. font-size:9px;
  334. text-transform:none;
  335. -moz-transition-duration:.7s;
  336. -webkit-transition-duration:.7s;
  337. -o-transition-duration:.7s;
  338. }
  339.  
  340. #tags a {
  341. letter-spacing:0px;
  342. font-size:9px;
  343. }
  344.  
  345. #tags a:hover {
  346. color:{color:link};
  347. text-decoration:underline;
  348. }
  349.  
  350. .pagenotes {
  351. {block:IndexPage}
  352. display: none!important;
  353. {/block:IndexPage}
  354. width:500px;
  355. text-align:left;
  356. }
  357.  
  358. .pagenotes img {
  359. display:none!important;}
  360. .pagenotes li {
  361. list-style-type:none;
  362. padding:5px 0px;
  363. text-align:left;
  364. margin:0 0 0 -40px;
  365. }
  366.  
  367. #credit {
  368. position:fixed;
  369. right:17px;
  370. bottom:7px;
  371. text-transform:lowercase;
  372. font:8px arial;
  373. padding:5px;
  374. }
  375.  
  376.  
  377. {CustomCSS}
  378.  
  379. </style></head><body>
  380.  
  381. <div id="con">
  382.  
  383. <div id="sidebar">
  384. <div id="sidebarim"><img src="{image:sidebar}"></div>
  385. <div id="description">{Description}</div>
  386. <div id="links">
  387. <div style="width:245px; border-bottom:1px solid #f1f1f1; margin-top:2px; margin-bottom:5px;"></div>
  388. {block:PreviousPage}<a href="{PreviousPage}">-</a> {/block:PreviousPage}
  389. <a href="/">home</a>
  390. <a href="/ask">inbox</a>
  391. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  392. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  393. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
  394. {block:NextPage} <a href="{NextPage}">+</a>{/block:NextPage}</div>
  395. </div>
  396.  
  397.  
  398. <div id="entries"> {block:Posts}
  399.  
  400. <div id="posts">
  401.  
  402.  
  403. {block:Quote}
  404.  
  405.  
  406. <div id="titlequote">“{Quote}”</div>
  407. {block:Source}<div id="source">&mdash; {Source} &mdash;</div>{/block:Source}
  408. {/block:Quote}
  409.  
  410.  
  411.  
  412. {block:Text}
  413.  
  414. {block:Title}
  415. <div id="title">{Title}</div>{/block:Title}
  416. {Body}
  417. {/block:Text}
  418.  
  419. {block:Link}
  420. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  421. {/block:Link}
  422.  
  423. {block:Chat}
  424. {block:Title}
  425. <h1>{Title}</h1>
  426. {/block:Title}
  427. <div class="chat">
  428. <ol>{block:Lines}
  429. <li class="line {Alt}">
  430. {block:Label}
  431. <span class="label">
  432. {Label}</span>
  433. {/block:Label}{Line}</li>
  434. {/block:Lines}
  435. </ol></div>
  436. {/block:Chat}
  437.  
  438. {block:Photo}
  439. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  440. {/block:Photo}
  441.  
  442. {block:Photoset}
  443. {Photoset-500}
  444. {/block:Photoset}
  445.  
  446. {block:Video}
  447. {Video-500}
  448. {/block:Video}
  449.  
  450. {block:Answer}
  451. <div id="askbox">
  452. <div class="pic">
  453. <a href="{AskerURL}">
  454. <img src="{AskerPortraitURL-48}" />
  455. </a></div>
  456. <div class="question">
  457. <span class="asker">
  458. {Asker} said:</span><br>
  459. {Question}</div></div>
  460. <div class="answer">
  461. {Answer}</div>
  462. {/block:Answer}
  463.  
  464. {block:Audio}
  465. <div id="audio">
  466. <div class="cover">
  467. <img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg">
  468. </div>
  469. {block:AlbumArt}
  470. <div class="cover">
  471. <img src="{AlbumArtURL}"></div>
  472. {/block:AlbumArt}
  473. <div class="box">
  474. <div class="button">
  475. {block:AudioPlayer}
  476. {AudioPlayerWhite}
  477. {/block:AudioPlayer}
  478. </div></div>
  479. <div class="capbox">
  480. <span class="caption"><b>Artist:</b><span {block:Artist} style="display:none;"{/block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}<br>
  481. <b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}
  482. <br>{block:PlayCount} {PlayCountWithLabel}{/block:PlayCount}
  483. </span>
  484. </div></div>
  485. {/block:Audio}
  486.  
  487. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  488.  
  489. {block:Date}
  490. <div id="permalink">
  491. <a href="{Permalink}">{Month} {DayOfMonth}</a>{block:NoteCount}<a href="{Permalink}">+{NoteCount}</a>{/block:NoteCount}
  492.  
  493. {block:HasTags}<div id="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  494. </div>
  495. {/block:Date}
  496.  
  497.  
  498.  
  499. </div>
  500.  
  501.  
  502. {block:PostNotes}
  503. <div class="pagenotes">
  504. {PostNotes}
  505. </div>
  506. {/block:PostNotes}
  507.  
  508.  
  509. {/block:Posts}
  510.  
  511.  
  512.  
  513. </div>
  514.  
  515. </div>
  516.  
  517. <div id="credit">
  518. <a href="http://meanwolfs.tumblr.com/" title="theme by meanwolfs" >
  519. &copy; meanwolfs</a>
  520. </div>
  521.  
  522. {block:ContentSource}
  523. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  524. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  525. {/block:SourceLogo}
  526. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  527. {/block:ContentSource}
  528.  
  529. {block:ReblogParentUrl}
  530. <!-- {URL}{block:SourceLogo}<img src="{BlackLogoURL}"
  531. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  532. {/block:SourceLogo}
  533. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  534. {/block:ReblogParentUrl}
  535.  
  536. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement