Advertisement
malfooyy

Theme 02 : Divinity

Jun 22nd, 2014
1,353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.83 KB | None | 0 0
  1. </DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!-- Malfooyy Themes -->
  6.  
  7. <meta charset="utf-8" />
  8.  
  9. <meta name="viewport" content="width=device-width, user-scalable=no" />
  10. <meta name="apple-mobile-web-app-capable" content="yes" />
  11. <meta name="viewport" content="width=700" />
  12.  
  13. <title>{Title}{block:SearchPage} ({lang:Search results for SearchQuery}){/block:SearchPage}{block:PermalinkPage}{block:PostSummary} — {PostSummary}{/block:PostSummary}{/block:PermalinkPage}</title>
  14.  
  15. {block:Description}
  16. <meta name="description" content="{MetaDescription}">
  17. {/block:Description}
  18.  
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="apple-touch-icon-precomposed" href="{PortraitURL-128}">
  21. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  22.  
  23. <meta name="color:Text" content="#666666"/>
  24. <meta name="color:Links" content="#000000"/>
  25. <meta name="color:LinksHover" content="#bbbbbb" />
  26. <meta name="color:Accent" content="#f8f8f8" />
  27. <meta name="color:Accent 2" content="#eeeeee" />
  28. <meta name="color:topbar" content="#000000" />
  29. <meta name="color:background" content="#ffffff" />
  30.  
  31. <meta name="if:500px" content="0"/>
  32. <meta name="text:Link1" content="/" />
  33. <meta name="text:Link1 Title" content="Link 1" />
  34. <meta name="text:Link2" content="/" />
  35. <meta name="text:Link2 Title" content="Link 2" />
  36. <meta name="text:Link3" content="/" />
  37. <meta name="text:Link3 Title" content="Link 3" />
  38. <meta name="text:Link4" content="/" />
  39. <meta name="text:Link4 Title" content="Link 4" />
  40. <meta name="text:Link5" content="/" />
  41. <meta name="text:Link5 Title" content="Link 5" />
  42.  
  43.  
  44. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  45.  
  46. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  47.  
  48. <script>
  49. (function($){
  50. $(document).ready(function(){
  51. $("[title]").style_my_tooltips({
  52. tip_follows_cursor:true,
  53. tip_delay_time:200,
  54. tip_fade_speed:300
  55. }
  56. );
  57. });
  58. })(jQuery);
  59. </script>
  60.  
  61.  
  62. <style>
  63. /* basics */
  64.  
  65. body {
  66. font-family: helvetica, arial, sans-serif;
  67. font-size: 11px;
  68. margin:0;
  69. background:{color:background};
  70. color:{color:Text};
  71. text-align:justify;
  72. line-height:20px;
  73. }
  74.  
  75. iframe#tumblr_controls {
  76. -webkit-filter: invert(100%);
  77. -moz-filter: invert(100%);
  78. -o-filter: invert(100%);
  79. -ms-filter: invert(100%);
  80. filter: invert(100%);
  81. white-space:nowrap;
  82. }
  83.  
  84.  
  85. #s-m-t-tooltip{
  86. max-width:300px;
  87. margin:15px;
  88. padding:2px 8px;
  89. border:1px solid #eee;
  90. background:#FFF;
  91. color:#AAA;
  92. z-index:999999;}
  93.  
  94.  
  95. a {
  96. color:{color:Links};
  97. text-decoration:none;
  98. -webkit-transition: all 0.3s ease-in-out;
  99. -moz-transition: all 0.3s ease-in-out;
  100. -o-transition: all 0.3s ease-in-out;
  101. -ms-transition: all 0.3s ease-in-out;
  102. transition: all 0.3s ease-in-out;
  103. }
  104.  
  105. a:hover {
  106. color:{color:linkshover};
  107. -webkit-transition: all 0.3s ease-in-out;
  108. -moz-transition: all 0.3s ease-in-out;
  109. -o-transition: all 0.3s ease-in-out;
  110. -ms-transition: all 0.3s ease-in-out;
  111. transition: all 0.3s ease-in-out;
  112. }
  113.  
  114. blockquote {
  115. padding:0px 0 0px 20px;
  116. border-left:1px solid {color:Accent 2};
  117. margin:10px 30px;
  118. }
  119.  
  120. .caption {
  121. padding: 5px 10px;
  122. margin:5px 0;
  123. border: 1px solid {color:Accent 2};
  124. }
  125. /* posts */
  126.  
  127. .posttitle {
  128. color:{color:Links};
  129. font-size:11px;
  130. text-transform:uppercase;
  131. font-weight:bold;
  132. letter-spacing:1px;
  133. font-family:times;
  134. }
  135.  
  136. .post {
  137. margin-bottom:120px;
  138. border:1px solid {color:Accent 2};
  139. padding:5px;
  140. {block:permalinkpage}
  141. margin-bottom:10px;
  142. {/block:permalinkpage}
  143. }
  144.  
  145. .container {
  146. position:absolute;
  147. left: 50%;
  148. width:410px;
  149. margin-left: -205px;
  150. z-index:1;
  151. {block:If500px}
  152. width:510px;
  153. margin-left:-250px;
  154. {/block:If500px}
  155. }
  156. .header {
  157. margin-top:150px;
  158. }
  159.  
  160. .blogtitle {
  161. font-family:times;
  162. font-size:17px;
  163. font-weight: bold;
  164. text-transform: uppercase;
  165. letter-spacing: 2px;
  166. text-align:center;
  167. -webkit-transition: all 0.3s ease-in-out;
  168. -moz-transition: all 0.3s ease-in-out;
  169. -o-transition: all 0.3s ease-in-out;
  170. -ms-transition: all 0.3s ease-in-out;
  171. transition: all 0.3s ease-in-out;
  172. }
  173.  
  174.  
  175. .links {
  176. font-size:9px;
  177. text-transform:uppercase;
  178. letter-spacing:1px;
  179. margin:0;
  180. text-align:center;
  181. font-weight: bold;
  182. font-family:times;
  183. }
  184.  
  185. .links a {
  186. margin:0 8px 0 8px;
  187. -webkit-transition: all 0.3s ease-in-out;
  188. -moz-transition: all 0.3s ease-in-out;
  189. -o-transition: all 0.3s ease-in-out;
  190. -ms-transition: all 0.3s ease-in-out;
  191. transition: all 0.3s ease-in-out;
  192. }
  193.  
  194. .links a:hover {
  195. -webkit-transition: all 0.3s ease-in-out;
  196. -moz-transition: all 0.3s ease-in-out;
  197. -o-transition: all 0.3s ease-in-out;
  198. -ms-transition: all 0.3s ease-in-out;
  199. transition: all 0.3s ease-in-out;
  200. }
  201.  
  202.  
  203. .description {
  204. text-align:center;
  205. padding-top:10px;
  206. padding-bottom:10px;
  207. margin-bottom:10px;
  208. border-bottom:1px solid {color:Accent 2};
  209. }
  210.  
  211.  
  212. .content {
  213. width:410px;
  214. {block:If500px}
  215. width:510px;
  216. {/block:If500px}
  217. float:left;
  218. margin-top:100px;
  219. }
  220.  
  221. .post img {
  222. max-width:400px;
  223. {block:If500px}
  224. max-width:500px;
  225. {/block:If500px}
  226. }
  227.  
  228.  
  229.  
  230. /* post styles */
  231.  
  232. .asker {
  233. font-weight:bold;
  234. }
  235.  
  236. .answer {
  237. border-top:1px solid {color:Accent 2};
  238. margin-top:10px;
  239. }
  240.  
  241.  
  242. .quote-post blockquote {
  243. padding:0;
  244. margin:0;
  245. font-size: 14px;
  246. font-weight:bold;
  247. color: {color:Links};
  248. border:none;
  249. font-family:times;
  250. }
  251.  
  252.  
  253. .label {
  254. font-weight:bold;
  255. margin-right:5px;
  256. }
  257.  
  258. .line {
  259. padding:0;
  260. margin:0;
  261. list-style:none;
  262. padding:8px 2px;
  263. }
  264.  
  265. .line:last-child {
  266. border:none;
  267. }
  268.  
  269. .chat {
  270. padding:0;
  271. margin:0;
  272. list-style:none;
  273. }
  274.  
  275. .playbutton {
  276. width: 30px;
  277. height: 30px;
  278. overflow: hidden;
  279. position: relative;
  280. z-index: 999;
  281. margin:3px 0 0 3px;
  282. }
  283.  
  284. .playbox {
  285. background-color:{color:background};
  286. position: absolute;
  287. z-index: 999;
  288. margin-top: 0px;
  289. opacity: 0.5;
  290. -webkit-transition: all 0.5s ease-in-out;
  291. -moz-transition: all 0.5s ease-in-out;
  292. -o-transition: all 0.5s ease-in-out;
  293. -ms-transition: all 0.5s ease-in-out;
  294. transition: all 0.5s ease-in-out;
  295. }
  296.  
  297. .playbox:hover {
  298. opacity:0.7;
  299. -webkit-transition: all 0.5s ease-in-out;
  300. -moz-transition: all 0.5s ease-in-out;
  301. -o-transition: all 0.5s ease-in-out;
  302. -ms-transition: all 0.5s ease-in-out;
  303. transition: all 0.5s ease-in-out;
  304. }
  305.  
  306.  
  307.  
  308. .audioinfo {
  309. margin-left:100px;
  310. line-height:30px;
  311. margin-top:1px;
  312. position:relative;
  313. padding-bottom:3px;
  314. }
  315.  
  316. .audioinfo a{
  317. color:{color:text};
  318. padding: 2px 0 0 10px;
  319. }
  320.  
  321.  
  322. /* postinfo */
  323.  
  324. .postinfo {
  325. padding: 5px 10px;
  326. margin:5px 0 0 0 ;
  327. background:{color:Accent};
  328. border: 1px solid {color:Accent 2};
  329. text-transform:uppercase;
  330. font-size:8px;
  331. font-family:times;
  332. overflow: hidden;
  333. }
  334.  
  335. .postinfo a {
  336. text-decoration:none;
  337. margin-right:10px;
  338. }
  339.  
  340. .tags a {
  341. margin:5px;
  342. text-align:center;
  343. }
  344.  
  345. .tags {
  346. float:right;
  347. }
  348.  
  349. .innerpost {
  350. padding:15px;
  351. border:1px solid {color:Accent 2};
  352. }
  353.  
  354.  
  355.  
  356.  
  357.  
  358. /*pagination*/
  359. .pagination {
  360. text-align:right;
  361. padding-top:7px;
  362. width:400px;
  363. margin:100px 0;
  364. font-size:9px;
  365. letter-spacing:1px;
  366. text-transform:uppercase;
  367. font-family:times;
  368. border-top:1px solid {color:Accent 2};
  369. {block:If500px}
  370. width:500px;
  371. {/block:If500px}
  372. }
  373.  
  374. .pagination a {
  375. padding:9px 10px;
  376. }
  377.  
  378. .pagination a.cpage {
  379. border-top:2px solid {color:Links};
  380. padding:9px 10px;
  381. }
  382.  
  383. /* pagenotes */
  384. .pagenotes {
  385. width: 380px;
  386. text-align:left;
  387. {block:If500px}
  388. width:480px;
  389. {/block:If500px}
  390. }
  391.  
  392. .pagenotes img {
  393. display:none !important;
  394. }
  395.  
  396. ol.notes {
  397. padding:0px;
  398. }
  399.  
  400. .pagenotes li {
  401. list-style-type:none;
  402. padding:8px 0px;
  403. border-bottom:1px solid {color:Accent 2};
  404. }
  405.  
  406. /* credit */
  407. #credit {
  408. position:fixed;
  409. right:10px;
  410. bottom:5px;
  411. text-align:center;
  412. text-transform:uppercase;
  413. font-size:8px;
  414. letter-spacing:1px;
  415. font-weight:bold;
  416. font-family:helvetica, arial, sans-serif;
  417. }
  418.  
  419. #credit a {
  420. color:{color:Text};
  421. }
  422.  
  423. #credit a:hover {
  424. color:{color:Links};
  425. }
  426.  
  427.  
  428. </style>
  429. </head>
  430. <body>
  431. <div id="credit"><a href="http://malfooyy.tumblr.com/">malfooyy</a></div>
  432.  
  433. <div class="container">
  434. <div class="header">
  435.  
  436. <div class="blogtitle"><a href="/">{Title}</a></div>
  437. <div class="description">{Description}</div>
  438.  
  439. <div class="links">
  440. {block:ifLink1}<a href="{text:link1}">{text:link1 title}</a>{/block:ifLink1}
  441. {block:ifLink2}•<a href="{text:link2}">{text:link2 title}</a>{/block:ifLink2}
  442. {block:ifLink3}•<a href="{text:link3}">{text:link3 title}</a>{/block:ifLink3}
  443. {block:ifLink4}•<a href="{text:link4}">{text:link4 title}</a>{/block:ifLink4}
  444. {block:ifLink5}•<a href="{text:link5}">{text:link5 title}</a>{/block:ifLink5}
  445. </div>
  446. <br>
  447.  
  448. <br>
  449.  
  450.  
  451.  
  452.  
  453.  
  454. </div>
  455.  
  456. <div class="content">
  457.  
  458. {block:Posts}
  459. <article class="post {PostType}-post">
  460. {block:Text}
  461. <div class="innerpost">
  462. {block:Title}<h1 class="posttitle">{Title}</h1>{/block:Title}
  463. {Body}
  464. </div>
  465. {/block:Text}
  466.  
  467. {block:Photo}
  468. {block:Permalinkpage}{LinkOpenTag}{/block:Permalinkpage}{block:Indexpage}<a href="{Permalink}">{/block:Indexpage}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/>{block:Indexpage}</a>{/block:Indexpage}{block:Permalinkpage}{LinkCloseTag}{/block:Permalinkpage}
  469. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  470. {/block:Photo}
  471.  
  472. {block:Photoset}
  473. {Photoset}
  474. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  475. {/block:Photoset}
  476.  
  477. {block:Quote}
  478. <div class="innerpost">
  479. <blockquote class="{Length}"><b>“</b>{Quote}<b>”</b></blockquote>
  480. {block:Source}<div id="source">{Source}</div>{/block:Source}
  481. </div>
  482. {/block:Quote}
  483.  
  484. {block:Link}
  485. <div class="innerpost">
  486. <h1 class="posttitle"><a href="{URL}">{Name} →</a></h1>
  487. {block:Description}{Description}{/block:Description}
  488. </div>
  489. {/block:Link}
  490.  
  491. {block:Chat}
  492. <div class="innerpost">
  493. {block:Title}<h1 class="posttitle">{Title}</h1>{/block:Title}
  494. <ol class="chat">{block:Lines}
  495. <li class="line {Alt}">
  496. {block:Label}<span class="label">{Label}</span>{/block:Label}{Line}
  497. </li>
  498. {/block:Lines}
  499. </ol>
  500. </div>
  501. {/block:Chat}
  502.  
  503. {block:Audio}
  504. <div class="innerpost">
  505. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div><div id="audioimage">
  506. </div><div class="audioinfo">{block:TrackName}<a>{TrackName}</a>{/block:TrackName}{block:Artist} <a>{Artist}</a>{/block:Artist}</div>
  507. </div>
  508. {/block:Audio}
  509.  
  510. {block:Video}
  511. {Video-700}
  512. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  513. {/block:Video}
  514.  
  515. {block:Answer}
  516. <div class="innerpost">
  517. <span class="asker">{Asker} said:</span>
  518. <span class="question">
  519. {Question}</span>
  520. <div class="answer">{Answer}</div>
  521. </div>
  522. {/block:Answer}
  523.  
  524. {block:Date}<div class="postinfo">
  525. <a href="{Permalink}">
  526. <b>{Month} {DayOfMonth}{DayOfMonthSuffix}</b></a>{block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}{block:permalinkpage}{block:RebloggedFrom} <a href="{ReblogParentURL}" title="{ReblogParentName}">VIA</a>{block:ContentSource} <a href="{ReblogRootURL}" title="{ReblogRootName}">SOURCE</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:permalinkpage}
  527. <div class="tags">
  528. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  529. </div>{/block:Date}
  530.  
  531.  
  532.  
  533.  
  534.  
  535. </article>
  536.  
  537.  
  538. {block:PostNotes}
  539. <div class="innerpost">
  540. <div class="pagenotes">
  541. {PostNotes}
  542. </div>
  543. </div>
  544. {/block:PostNotes}
  545.  
  546. {/block:Posts}
  547.  
  548. {block:IndexPage}
  549. {block:Pagination}
  550. <div class="pagination">
  551. {block:PreviousPage}
  552. <a href="{PreviousPage}">Back</a>
  553. {/block:PreviousPage}
  554. {block:JumpPagination length="6"}
  555.  
  556. {block:CurrentPage}
  557. <a href="#" class="cpage"><b>{PageNumber}</b></a>
  558. {/block:CurrentPage}
  559. {block:JumpPage}
  560. <a href="{URL}" class="jpage">{PageNumber}</a>
  561. {/block:JumpPage}
  562.  
  563. {/block:JumpPagination}
  564. {block:NextPage}
  565. <a href="{NextPage}">Forth</a>
  566. {/block:NextPage}
  567. </div>
  568. {/block:Pagination}
  569. {block:IndexPage}
  570.  
  571.  
  572.  
  573.  
  574. </div></div>
  575.  
  576. {block:ContentSource}
  577. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  578. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  579. {/block:SourceLogo}
  580. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  581. {/block:ContentSource}
  582.  
  583. </body>
  584. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement