Advertisement
lacartaqueno

Tumblr Theme #04 by pinksman - Superpower

Oct 14th, 2013
1,265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.91 KB | None | 0 0
  1. <!--
  2. Theme 04 by PINKSMAN @ tumblr
  3. Title: "Is that your superpower?" - Zoe to Kyle, American Horror Story
  4. Please, don't remove the credit.
  5. !-->
  6.  
  7.  
  8.  
  9. <html>
  10. <head>
  11.  
  12. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  13.  
  14. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  15. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16. <head><title>{Title}</title>
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. {block:Description}<meta name="description" content="{MetaDescription}"
  20. />{/block:Description}
  21.  
  22. <link href='http://fonts.googleapis.com/css?family=Archivo+Narrow:700italic' rel='stylesheet' type='text/css'>
  23.  
  24. <!--Default Variables-->
  25. <!--Colors-->
  26.  
  27. <meta name="color:Background" content="#FFFFFF">
  28. <meta name="color:Links" content="#c8c8c8">
  29. <meta name="color:Hovers" content="#fffd2d">
  30. <meta name="color:Text" content="#333333">
  31. <meta name="color:BlogTitle" content="#f2f384">
  32. <meta name="color:Info" content="#333333">
  33.  
  34. <!--Images-->
  35.  
  36. <meta name="image:Background" content=""/>
  37. <meta name="image:Sidebar" content=""/>
  38.  
  39. <!--Links-->
  40.  
  41. <meta name="text:Link1" content="/" />
  42. <meta name="text:Link1 Title" content="" />
  43. <meta name="text:Link2" content="/" />
  44. <meta name="text:Link2 Title" content="" />
  45. <meta name="text:Link3" content="/" />
  46. <meta name="text:Link3 Title" content="" />
  47. <meta name="text:Link4" content="/" />
  48. <meta name="text:Link4 Title" content="" />
  49. <meta name="text:Link5" content="/" />
  50. <meta name="text:Link5 Title" content="" />
  51. <meta name="text:Link6" content="/" />
  52. <meta name="text:Link6 Title" content="" />
  53.  
  54. <style type="text/css">
  55.  
  56. ::-webkit-scrollbar-thumb:vertical {
  57. background-color: {color:Topbar};
  58. height:30px;
  59. }
  60.  
  61. ::-webkit-scrollbar-thumb:horizontal {
  62. background-color: {color:Topbar};
  63. height:5px;
  64. }
  65.  
  66. ::-webkit-scrollbar {
  67. color:{color:Background};
  68. height:auto;
  69. width:8px;
  70. padding-top: 30px;
  71. }
  72.  
  73. ::selection {background: #ffffff; color:{color:BlogTitle};}
  74. ::-moz-selection {background: #ffffff; color:{color:BlogTitle};}
  75. ::-webkit-selection {background: #ffffff; color:{color:BlogTitle};}
  76.  
  77.  
  78.  
  79. /* BODY AND TEXT */
  80.  
  81. body {
  82. background-color: {color:Background};
  83. background-image: url('{image:background}');
  84. color: {color:Text};
  85. font-family: 'Trebuchet MS';
  86. font-size: 11px;
  87. line-height: 100%;
  88. margin: 0px;
  89. /*CHANGE THIS IN CASE OF BG IMAGE*/
  90. background-repeat: no-repeat;
  91. background-attachment: fixed;
  92. background-position: left bottom;
  93. }
  94.  
  95. a:link, a:visited, a:active {
  96. text-decoration: none;
  97. color: {color:Links};
  98. }
  99.  
  100. a:hover {
  101. color: {color:Hovers};
  102. -moz-transition-duration:0.8s;
  103. -webkit-transition-duration:0.8s;
  104. -o-transition-duration:0.8s;
  105. }
  106.  
  107. blockquote {
  108. background-color: #f7f7f7;
  109. padding: 6px;
  110. font-style: italic;
  111. }
  112.  
  113. titles {
  114. font-size: 14px;
  115. font-family: "Archivo Narrow";
  116. color: {color:BlogTitle};
  117. text-decoration: underline;
  118. }
  119.  
  120. b, strong{
  121. color: {color:Info};
  122. }
  123.  
  124. i, em {
  125. color: {color:BlogTitle};
  126. }
  127.  
  128. big, small {
  129. color: {color:Info};
  130. }
  131.  
  132. p{
  133. }
  134.  
  135. ul, li img {
  136. }
  137.  
  138.  
  139.  
  140. /* POSTS */
  141.  
  142.  
  143. #audioplayer {
  144. background-color: #ffffff;
  145. overflow: hidden;
  146. width: 27px;
  147. height: 27px;
  148. position: absolute;
  149. margin-top: 17px;
  150. margin-left: 23px;
  151. opacity: 0.6;
  152. -moz-border-radius: 27px;
  153. -webkit-border-radius: 27px;
  154. border-radius: 27px;
  155. }
  156.  
  157.  
  158. #audioplayer:hover {
  159. opacity: 1;
  160. -moz-transition-duration:0.8s;
  161. -webkit-transition-duration:0.8s;
  162. -o-transition-duration:0.8s;
  163. }
  164.  
  165.  
  166. #albumart {
  167. font-family: 'Trebuchet MS';
  168. font-size: 8px;
  169. color: {color:Text};
  170. float: left;
  171. margin: 0px 7px;
  172. opacity: 1;
  173. }
  174.  
  175.  
  176. .audioinfo {
  177. font-family: "Trebuchet MS";
  178. font-size: 11px;
  179. color: {color:Text};
  180. padding-top: 15px;
  181. font-style: italic;
  182. font-weight: bold;
  183. }
  184.  
  185.  
  186. #entries {
  187. padding: 10px;
  188. width: 500px;
  189. margin-top: -20px;
  190. margin-left: 450px;
  191. margin-bottom: 50px;
  192. }
  193.  
  194.  
  195. #post {
  196. width: 500px;
  197. font-family: 'Trebuchet MS';
  198. opacity: 1;
  199. margin-top: 60px;
  200. margin-left: 0px;
  201. font-size: 10px;
  202. padding-bottom: 0px;
  203. line-height: 100%;
  204. }
  205.  
  206.  
  207. #notes {
  208. font-family: 'Trebuchet MS';
  209. font-size: 9px;
  210. color: {color:Text};
  211. width: 500px;
  212. text-align: left;
  213. padding-top: 20px;
  214. }
  215.  
  216.  
  217.  
  218. /* SIDEBAR AND LINKS */
  219.  
  220.  
  221. #sidebar {
  222. background-color: {color:Background};
  223. width:250px;
  224. position:fixed;
  225. margin-top: 0px;
  226. margin-left: 150px;
  227. height: 100%;
  228. opacity:1;
  229. }
  230.  
  231.  
  232. #sidebar:hover #title {
  233. opacity: 0.3;
  234. -moz-transition-duration:0.8s;
  235. -webkit-transition-duration:0.8s;
  236. -o-transition-duration:0.8s;
  237. }
  238.  
  239.  
  240. #sidebar:hover #subtitle {
  241. opacity: 1;
  242. -moz-transition-duration:0.8s;
  243. -webkit-transition-duration:0.8s;
  244. -o-transition-duration:0.8s;
  245. }
  246.  
  247.  
  248. #title {
  249. font-family: 'Archivo Narrow';
  250. color: {color:BlogTitle};
  251. font-size: 18px;
  252. text-transform: lowercase;
  253. text-align: center;
  254. width:250px;
  255. margin-top: 200px;
  256. opacity: 1;
  257. }
  258.  
  259.  
  260. #subtitle {
  261. font-family: 'Archivo Narrow';
  262. color: {color:BlogTitle};
  263. font-size: 14px;
  264. text-transform: lowercase;
  265. text-align: center;
  266. width:250px;
  267. margin-top: 0px;
  268. opacity: 0.3;
  269. }
  270.  
  271.  
  272. #sidebarimage img {
  273. width: 250px;
  274. padding: 1px;
  275. margin-left: 0px;
  276. margin-top: 10px;
  277. opacity: 1;
  278. }
  279.  
  280.  
  281. #sidelinks {
  282. background-color: {color:Background};
  283. font-family: "Archivo Narrow";
  284. color: {color:Info};
  285. font-size: 10px;
  286. text-align: center;
  287. text-transform: lowercase;
  288. letter-spacing: 0px;
  289. width: 250px;
  290. margin-top: 10px;
  291. margin-left: 0px;
  292. position: fixed;
  293. border-bottom: 1px solid {color:BlogTitle};
  294. }
  295.  
  296.  
  297. .sidelinks a {
  298. color: {color:Links};
  299. height: 15px;
  300. width: 250px;
  301. opacity: 1;
  302. padding: 0px;
  303. }
  304.  
  305.  
  306. .sidelinks a:hover {
  307. color: {color:Hovers};
  308. -webkit-transition: all 0.7s ease;
  309. -moz-transition: all 0.7s ease;
  310. -o-transition: all 0.7s ease
  311. }
  312.  
  313.  
  314. #description {
  315. font-family: "Trebuchet MS";
  316. color: {color:Text};
  317. font-size: 10px;
  318. font-style: italic;
  319. text-transform: none;
  320. text-align: center;
  321. line-height: 125%;
  322. width: 250px;
  323. margin-top: 30px;
  324. margin-left: 0px;
  325. opacity: 1;
  326. }
  327.  
  328.  
  329. #pages {
  330. width: 250px;
  331. position: fixed;
  332. margin-left: 0px;
  333. margin-top: 15px;
  334. }
  335.  
  336.  
  337. .pages {
  338. font-family: 'Archivo Narrow';
  339. color: {color:SidebarText};
  340. font-size: 11px;
  341. text-transform: uppercase;
  342. text-align: center;
  343. }
  344.  
  345.  
  346.  
  347. /* DATE AND NOTES */
  348.  
  349.  
  350. #info {
  351. font-family: 'Trebuchet MS';
  352. font-size: 8px;
  353. color: {color:Info};
  354. text-transform: uppercase;
  355. text-align: center;
  356. width: 500px;
  357. padding-top: 10px;
  358. padding-bottom: 0px;
  359. }
  360.  
  361.  
  362. #tags {
  363. font-family: 'Trebuchet MS';
  364. font-size: 8px;
  365. color: {color:Info};
  366. text-transform: lowercase;
  367. text-align: center;
  368. width: 500px;
  369. }
  370.  
  371.  
  372.  
  373. /* MESSAGES */
  374.  
  375.  
  376. #questions {
  377. background-color: {color:Background};
  378. width: 500px;
  379. }
  380.  
  381.  
  382. .asker {
  383. background-color: {color:Background};
  384. font-family: 'Trebuchet MS';
  385. font-size: 11px;
  386. padding: 0px;
  387. color: {color:Text};
  388. width: 500px;
  389. padding-right: 10px;
  390. text-align: justify;
  391. line-height: 125%;
  392. }
  393.  
  394.  
  395. .answer {
  396. background-color: #f7f7f7;
  397. font-family: 'Trebuchet MS';
  398. font-size: 11px;
  399. color: {color:Text};
  400. padding: 10px;
  401. width: 480px;
  402. text-align: justify;
  403. }
  404.  
  405.  
  406. {CustomCSS}</style></head><body>
  407.  
  408.  
  409. <div id="sidebar">
  410.  
  411. <div id="title">{title}</div>
  412. <div id="subtitle">{title}</div>
  413. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  414.  
  415.  
  416. <div id="sidelinks" class="sidelinks">
  417. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1} &nbsp;&nbsp;
  418. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2} &nbsp;&nbsp;
  419. navigation: &nbsp;&nbsp;
  420. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3} &nbsp;&nbsp;
  421. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4} &nbsp;&nbsp;
  422. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5} &nbsp;&nbsp;
  423. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  424. </div>
  425.  
  426.  
  427.  
  428. <div id="description">{Description}</div>
  429.  
  430.  
  431. <div class="pages">
  432.  
  433. {block:IndexPage}<div id="pages">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big>-</big></a>{/block:PreviousPage} &nbsp;{CurrentPage} of {TotalPages}&nbsp; {block:NextPage}<a href="{NextPage}"><big>+</big></a>{/block:NextPage}{/block:Pagination}</div>{/block:IndexPage}
  434.  
  435. </div>
  436.  
  437. </div>
  438.  
  439.  
  440. <div id="entries">{block:Posts}<div id="post">
  441.  
  442. {block:ContentSource}
  443. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  444. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  445. {/block:SourceLogo}
  446. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  447. {/block:ContentSource}
  448.  
  449.  
  450. {block:Text}<titles>{block:Title}{Title}{/block:Title}</titles>{Body}{/block:Text}
  451.  
  452. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  453.  
  454. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  455.  
  456. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  457.  
  458. {block:Link}<titles><a href="{URL}" {Target}>{Name}</a></titles>{block:Description}{Description}{/block:Description}{/block:Link}
  459.  
  460. {block:Chat}{block:Title}<titles>{Title}</titles>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} <p>{Line}</p>{/block:Lines}{/block:Chat}
  461.  
  462. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  463.  
  464.  
  465.  
  466. {block:Audio}
  467. <div id= "audioplayer">{AudioPlayerWhite}</div>
  468. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="60">{/block:AlbumArt}</div>
  469. <div class="audioinfo">{block:TrackName}{TrackName}{/block:Trackname}<br>
  470. {block:Artist}{Artist}{/block:Artist}<br>
  471. {block:Album}{Album}{/block:Album}</div>
  472. <br><br><br>
  473. {/block:Audio}
  474.  
  475.  
  476.  
  477. {block:Answer}<div id="questions"><div class="asker"><a href="{AskerURL}"><img src="{AskerPortraitURL-30}" border="4" align="left" hspace="10"></a><span style="font-family: Archivo Narrow; font-size: 12px;">{AskerName} wrote:</span> {Question}</div><div class="answer">{Answer}</div></div>{/block:Answer}
  478.  
  479.  
  480.  
  481. <div id="info">
  482. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> + <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom} + <a href="{Perimalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} - <a href="{Permalink}">{NoteCountWithLabel}</a>
  483.  
  484. {block:HasTags}<div id="tags">{block:Tags}+&nbsp;<a href="{TagURL}">{Tag}</a>&nbsp; {/block:Tags}</div>{/block:HasTags}
  485.  
  486. </div></div>
  487.  
  488. {/block:Posts}
  489. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  490. {/block:Posts}</div></div>
  491.  
  492.  
  493. <div style="background-color: #ffffff; border: 1px solid #ebebeb; padding: 2px; font-family: 'Times'; font-size: 6px; float: right; position: fixed; bottom: 3px; right: 3px; text-transform:uppercase;"><a href="http://pinksmanthms.tumblr.com">PNKSMN</a></div>
  494.  
  495. </body>
  496.  
  497. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement