Advertisement
imbetterthanu

THEME 05 / CLAWS AND FANGS

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