Advertisement
br7g7themes

Perxive tumblr theme 01

May 5th, 2015
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.10 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <!--THEME BY PERXIVE.TUMBLR.COM - DO NO REMOVE CREDIT!! -->
  4. <title>{Title}</title>
  5.  
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10. <!--Default Variables-->
  11.  
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Text" content="#aaaaaa"/>
  14. <meta name="color:Link" content="#000000"/>
  15. <meta name="color:Link2" content="#000000"/>
  16. <meta name="color:Topbar" content="#000000"/>
  17.  
  18. <meta name="image:Sidebar Image" content=""/>
  19.  
  20. <meta name="text:Link 1 URL" content="" />
  21. <meta name="text:Link 1" content="" />
  22. <meta name="text:Link 2 URL" content="" />
  23. <meta name="text:Link 2" content="" />
  24. <meta name="text:Link 3 URL" content="" />
  25. <meta name="text:Link 3" content="" />
  26.  
  27.  
  28.  
  29. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  30.  
  31. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  32.  
  33. <script>
  34.  
  35. (function($){
  36.  
  37. $(document).ready(function(){
  38.  
  39. $("a[title]").style_my_tooltips({
  40.  
  41. tip_follows_cursor:true,
  42.  
  43. tip_delay_time:30,
  44.  
  45. tip_fade_speed:300,
  46.  
  47. attribute:"title"
  48.  
  49. });
  50.  
  51. });
  52.  
  53. })(jQuery);
  54. </script>
  55.  
  56.  
  57. <style type="text/css">
  58.  
  59. .credit a {
  60. position:fixed;
  61. right:10px;
  62. bottom:10px;
  63. font:8px calibri;
  64. text-transform:uppercase;
  65. background-color:#000;
  66. color:#fff;
  67. padding:5px;
  68. }
  69.  
  70. .credit a:hover {
  71. background-color:#333;
  72. color:#eee;
  73. }
  74.  
  75. #topbar {
  76. position:fixed;
  77. left:0px;
  78. top:0;
  79. width:100%;
  80. height:4px;
  81. z-index:999;
  82. background-color:{color:topbar};
  83. }
  84.  
  85. #s-m-t-tooltip{
  86. position:absolute;
  87. margin-top: 15px;
  88. z-index:9999;
  89. background:{color:background};}
  90.  
  91. /*basics*/
  92. blockquote {padding:5px 0 5px 30px;
  93. border-left:1px solid {color:text};
  94. margin-left:30px;
  95. }
  96.  
  97. body {
  98. background:{color:background};
  99. color:{color:text};
  100. font-size:10px;
  101. text-align:justify;
  102. margin:0;
  103. letter-spacing: 1px;
  104. line-height:16px;}
  105.  
  106.  
  107. a {
  108. color:{color:link};
  109. text-decoration:none;
  110. }
  111.  
  112. a:hover {
  113. color:{color:link2};
  114. text-decoration:underline;}
  115.  
  116. img{opacity:1;
  117. border: 1px solid #eaeaea;
  118. padding: 8px;
  119. text-decoration:none}
  120.  
  121.  
  122. small {
  123. font-size:9px;}
  124.  
  125. big {
  126. font-size:12px;}
  127.  
  128.  
  129. #title {font-size:0px;
  130. line-height:13px;
  131. font-weight:bold;
  132. margin-bottom:10px;
  133. text-transform:none;
  134. font-family: arial;
  135. text-align:left;}
  136.  
  137.  
  138. /*sidebar*/
  139. #sidebar {text-align:justify;
  140. position:fixed;
  141. margin-left:-302px;
  142. font-family: calibri;
  143. color: #444;
  144. text-transform: uppercase;
  145. letter-spacing:1px;
  146. font-size: 8px;
  147. margin-top:100px;
  148. width:245px;
  149. }
  150.  
  151. #sidebarim {margin-bottom:10px}
  152.  
  153. #sidebarim img {width:245px}
  154.  
  155. #blogt {font-size:12px;
  156. text-align: center;
  157. text-transform: none;
  158. color: #666;
  159. font-style: italic;
  160. font-weight:normal;}
  161.  
  162. #links {
  163. line-height:16px;
  164. text-align: center;
  165. text-transform:uppercase;
  166. }
  167.  
  168.  
  169. #links a {
  170. margin-right:5px;
  171. text-align: center;
  172. display:inline-block;
  173. text-transform:uppercase;
  174. text-decoration: none;
  175. margin-bottom:5px;
  176. }
  177.  
  178. #description {
  179. margin:10px 0;
  180. padding-left: 17px;
  181. text-align: justify;
  182. line-height: 10px;
  183. }
  184.  
  185.  
  186. /*pagination*/
  187. #pagination {
  188. margin:50px 0;
  189. text-transform:lowercase;
  190. font-weight:bold;
  191. }
  192. #pagination a {
  193. padding:0 15px;
  194. }
  195.  
  196. /*container*/
  197. #con {
  198. left:50%;
  199. margin-left:-250px;
  200. position:absolute;
  201. }
  202.  
  203.  
  204.  
  205. /*posts*/
  206.  
  207. #entries {
  208. margin-top:75px;
  209. width:100%;
  210. font-family: calibri;
  211. line-height: 10px;
  212. }
  213.  
  214.  
  215.  
  216. #posts {
  217. font-family: calibri;
  218. color: #444;
  219. text-transform: uppercase;
  220. letter-spacing:1px;
  221. font-size: 9px;
  222. width:400px;
  223. {block:IndexPage}
  224. margin-bottom:50px;
  225. {/block:IndexPage}
  226. {block:PermalinkPage}
  227. margin-bottom:50px;
  228. {/block:PermalinkPage}
  229.  
  230. }
  231. #posts img {
  232.  
  233. border: 0px;
  234. width: 100%;
  235. }
  236.  
  237. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  238. .caption {width:100%;
  239. margin-top:10px;
  240.  
  241. }
  242.  
  243. /*quote*/
  244.  
  245. #titlequote{text-align:left;
  246. font-size:14px;
  247. line-height:18px;
  248. font-weight:bold;
  249. }
  250. #source {
  251. margin-top:15px;
  252. margin-left:15px;}
  253.  
  254. /*audio*/
  255.  
  256. .player {
  257. width:25px;
  258. height:25px;
  259. overflow:hidden;
  260. position:absolute;
  261. background:white;}
  262.  
  263. .audioinfo {
  264. margin-left:50px;
  265. }
  266.  
  267.  
  268. /*asks*/
  269. .q {margin-bottom:0px; background: #f6f6f6; padding: 3px; border-left: 3px solid #f3f3f3; padding-left: 7px; color: #666;
  270. }
  271. .as {
  272. font-weight:bold;}
  273.  
  274. .a {
  275. margin-top:10px;
  276. }
  277.  
  278.  
  279. /*chat*/
  280.  
  281. .chat ol {
  282. padding:0;
  283. list-style:none;
  284. }
  285. .line {padding:5px 0;}
  286.  
  287. .label {font-weight:bold;
  288. }
  289.  
  290.  
  291.  
  292.  
  293.  
  294. /*permalink and notes*/
  295.  
  296. #permalink {
  297. margin-top:15px;
  298. font-size:9px;
  299. text-transform:uppercase;
  300. background: #333;
  301. padding: 7px;
  302. }
  303. #permalink a {margin-right:10px;
  304. }
  305.  
  306.  
  307. .tags {
  308. word-break:break-all;
  309. font-size:9px;
  310. }
  311.  
  312. .pagenotes {
  313. {block:IndexPage}
  314. display: none!important;
  315. {/block:IndexPage}
  316. width:400px;
  317. text-align:left;
  318.  
  319. }
  320. .pagenotes img {
  321. width: 100%;
  322. display:none!important;}
  323. .pagenotes li {
  324. list-style-type:none;
  325. padding:5px 0px;
  326. text-align:left;
  327. margin:0 0 0 -40px;
  328. }
  329. {CustomCSS}</style>
  330. </head>
  331.  
  332. <body>
  333.  
  334.  
  335.  
  336. <div id="con">
  337. <div id="topbar"></div>
  338. <div id="sidebar">
  339. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  340. <div id="blogt"></div>
  341. <div id="description">{Description}</div>
  342. <div id="links">
  343. <a href="/">home</a>
  344. <a href="/ask">ask</a>
  345. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  346. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  347. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
  348. </div>
  349. </div>
  350.  
  351.  
  352.  
  353.  
  354. <div id="entries">
  355.  
  356. {block:Posts}
  357. <div id="posts">
  358.  
  359.  
  360. {block:Quote}
  361.  
  362.  
  363. <div id="titlequote">“{Quote}”</div>
  364. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  365. {/block:Quote}
  366.  
  367.  
  368.  
  369. {block:Text}
  370.  
  371. {block:Title}
  372. <div id="title">{Title}</div>{/block:Title}
  373. {Body}
  374. {/block:Text}
  375.  
  376. {block:Link}
  377. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  378. {/block:Link}
  379.  
  380. {block:Chat}
  381. {block:Title}
  382. <h1>{Title}</h1>
  383. {/block:Title}
  384. <div class="chat">
  385. <ol>{block:Lines}
  386. <li class="line {Alt}">
  387. {block:Label}
  388. <span class="label">
  389. {Label}</span>
  390. {/block:Label}{Line}</li>
  391. {/block:Lines}
  392. </ol></div>
  393. {/block:Chat}
  394.  
  395. {block:Photo}
  396. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  397. {/block:Photo}
  398.  
  399. {block:Photoset}
  400. {Photoset-400}
  401. {/block:Photoset}
  402.  
  403. {block:Video}
  404. {Video-400}
  405. {/block:Video}
  406.  
  407. {block:Audio}
  408. <div class="player">{AudioPlayerWhite}</div>
  409. <div class="audioinfo">
  410. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  411. </div>
  412. {/block:Audio}
  413.  
  414. {block:Answer}
  415. <div class="q">
  416. <div class="as">{Asker} said: </div>
  417. {Question}</div>
  418. <div class="a">{Answer}</div>
  419. {/block:Answer}
  420.  
  421. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  422.  
  423. {block:Date}
  424. <div id="permalink">
  425. <a href="{Permalink}" >{12Hour}:{Minutes} {AmPm}</a>{block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  426. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  427. </div>
  428. {/block:Date}
  429.  
  430.  
  431.  
  432. </div>
  433.  
  434.  
  435. {block:PostNotes}
  436. <div class="pagenotes">
  437. {PostNotes}
  438. </div>
  439. {/block:PostNotes}
  440.  
  441.  
  442. {/block:Posts}
  443.  
  444. <div id="pagination">
  445. {block:Pagination}
  446. {block:PreviousPage}
  447. <a href="{PreviousPage}">&larr; previous </a>
  448. {/block:PreviousPage}
  449.  
  450.  
  451. {block:NextPage}
  452. <a href="{NextPage}">next &rarr;</a>
  453. {/block:NextPage}
  454. {/block:Pagination}
  455. </div>
  456.  
  457.  
  458. </div>
  459.  
  460. </div>
  461. <div class="credit">
  462. <a href="http://percxive.tumblr.com/">theme</a>
  463. </div>
  464.  
  465. {block:ContentSource}
  466. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  467. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  468. {/block:SourceLogo}
  469. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  470. {/block:ContentSource}
  471.  
  472. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement