Advertisement
franzzfu

Theme 13: Dualité

Apr 21st, 2014
2,405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.47 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!----
  9.  
  10. theme13 by franz @ lestranqe.tumblr.com/
  11. DO NOT REMOVE THE CREDIT OR JAVERT WILL COME FOR YOU
  12.  
  13. --->
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#838282"/>
  17. <meta name="color:Link" content="#b8b8b8"/>
  18. <meta name="color:Hover" content=""/>
  19. <meta name="color:Border" content="#e6e6e6">
  20. <meta name="color:Title" content="#000000"/>
  21. <meta name="color:Scrollbar" content="#dfdfdf"/>
  22. <meta name="color:Scrollbar bg" content="#f7f7f7"/>
  23.  
  24. <meta name="text:link 1 title" content="link 1"/>
  25. <meta name="text:link 1" content=""/>
  26. <meta name="text:link 2 title" content="link 2"/>
  27. <meta name="text:link 2" content=""/>
  28. <meta name="text:link 3 title" content="link 3"/>
  29. <meta name="text:link 3" content=""/>
  30. <meta name="text:link 4 title" content="link 4"/>
  31. <meta name="text:link 4" content=""/>
  32. <meta name="text:link 5 title" content="link 5"/>
  33. <meta name="text:link 5" content=""/>
  34. <meta name="text:link 6 title" content="link 6"/>
  35. <meta name="text:link 6" content=""/>
  36. <meta name="text:link 7 title" content="link 7"/>
  37. <meta name="text:link 7" content=""/>
  38. <meta name="text:link 8 title" content="link 8"/>
  39. <meta name="text:link 8" content=""/>
  40.  
  41.  
  42. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  43.  
  44. <style>
  45. div#qTip {
  46. padding: 3px;
  47. display: none;
  48. text-align: center;
  49. position: absolute;
  50. font-size:8px;
  51. line-height:9px;
  52. font-family:baskerville;
  53. z-index: 1000;
  54. border: 1px solid {color:background};
  55. outline:1px solid {color:border};
  56. background-color: {color:border};
  57. color: {color:text};
  58. text-transform:uppercase;
  59. letter-spacing: 2px;
  60. opacity:1;
  61. }
  62. </style>
  63.  
  64.  
  65. <style type="text/css">
  66.  
  67. ::-webkit-scrollbar {width:5px;
  68. height:auto;
  69. background:{color:scrollbar bg};}
  70. ::-webkit-scrollbar-corner {background:{color:scrollbar bg};}
  71. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  72. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};}
  73.  
  74.  
  75. /*main structure*/
  76.  
  77.  
  78. body {
  79. background:{color:background};
  80. margin:0px;
  81. color:{color:text};
  82. font-family:baskerville;
  83. font-size:11px;
  84. letter-spacing:1px;
  85. line-height:150%;
  86. }
  87.  
  88. a {
  89. text-decoration:none;
  90. outline:none;
  91. -moz-outline-style:none;
  92. color:{color:link};
  93. -webkit-transition:all .5s ease-in-out;
  94. -moz-transition:all .5s ease-in-out;
  95. transition:all .5s ease-in-out;
  96. }
  97.  
  98. a:hover {
  99. color:{color:hover};
  100. -webkit-transition:all .5s ease-in-out;
  101. -moz-transition:all .5s ease-in-out;
  102. transition:all .5s ease-in-out;
  103. }
  104.  
  105. img {
  106. max-width:400px;
  107. border:none;
  108. }
  109.  
  110. blockquote {
  111. padding-left:5px;
  112. border-left:0px solid;
  113. max-width:390px;
  114. }
  115.  
  116. blockquote blockquote {
  117. padding-left:5px;
  118. border-left:0px solid;
  119. max-width:380px;
  120. }
  121.  
  122. #posttitle {
  123. width:400px;
  124. text-align:right;
  125. font-family:times;
  126. font-size:12px;
  127. font-weight:bold;
  128. text-transform:uppercase;
  129. line-height:130%;
  130. padding:8px 0;
  131. border-bottom:1px solid {color:border};
  132. }
  133.  
  134. #text{
  135. padding:5px;
  136. }
  137.  
  138. #entries {
  139. padding:30px 50px;
  140. width:400px;
  141. margin-top:180px;
  142. margin-left:400px;
  143. border-left:1px solid {color:border};
  144. }
  145.  
  146. #post {
  147. position:relative;
  148. max-width:400px;
  149. width:100%;
  150. border-bottom:1px solid {color:border};
  151. margin-bottom:60px;
  152. -ms-word-break: break-all;
  153. word-break: break-all;
  154. word-break: break-word;
  155. -webkit-hyphens: auto;
  156. -moz-hyphens: auto;
  157. -ms-hyphens: auto;
  158. hyphens: auto;
  159. }
  160.  
  161.  
  162. /*topbar*/
  163.  
  164.  
  165. /*topbar*/
  166.  
  167.  
  168. #topbar {
  169. width:630px;
  170. background:{color:background};
  171. text-align:center;
  172. top:0px;
  173. margin-left:270px;
  174. border-bottom:1px solid {color:border};
  175. position:fixed;
  176. z-index:999999999;
  177. }
  178.  
  179. #title {
  180. width:400px;
  181. font-size:25px;
  182. background:{color:background};
  183. font-family:times;
  184. text-transform:uppercase;
  185. font-weight:bold;
  186. letter-spacing:2px;
  187. text-align:left;
  188. line-height:150%;
  189. margin-top:70px;
  190. margin-left:130px;
  191. padding-left:50px;
  192. border-left:1px solid {color:border};
  193. }
  194.  
  195. #title a {
  196. color:{color:title};
  197. -webkit-transition:all .5s ease-in-out;
  198. -moz-transition:all .5s ease-in-out;
  199. transition:all .5s ease-in-out;
  200. }
  201.  
  202. #title a:hover {
  203. color:{color:hover};
  204. -webkit-transition:all 1s ease-in-out;
  205. -moz-transition:all 1s ease-in-out;
  206. transition:all 1s ease-in-out;
  207. }
  208.  
  209. #description {
  210. width:400px;
  211. height:65px;
  212. background:{color:background};
  213. line-height:130%;
  214. letter-spacing:0px;
  215. text-align:justify;
  216. font-size:12px;
  217. margin-left:130px;
  218. padding:10px 0 10px 50px;
  219. border-left:1px solid {color:border};
  220. }
  221.  
  222.  
  223. /*sidebar*/
  224.  
  225.  
  226. #sidebar {
  227. width:150px;
  228. position:fixed;
  229. left:240px;
  230. margin-top:25px;
  231. font-family:times;
  232. }
  233.  
  234. #links {
  235. text-align:right;
  236. text-transform:uppercase;
  237. font-size:10px;
  238. font-weight:bold;
  239. font-family:times;
  240. line-height:130%;
  241. }
  242.  
  243. #links a {
  244. color:{color:link};
  245. display:block;
  246. background:{color:background};
  247. padding:5px 15px 5px 5px;
  248. -webkit-transition:all .5s ease-in-out;
  249. -moz-transition:all .5s ease-in-out;
  250. transition:all .5s ease-in-out;
  251. }
  252.  
  253. #links a:hover {
  254. color:{color:hover};
  255. -webkit-transition:all .5s ease-in-out;
  256. -moz-transition:all .5s ease-in-out;
  257. transition:all .5s ease-in-out;
  258. }
  259.  
  260.  
  261. /*post info and tags*/
  262.  
  263.  
  264. #info {
  265.  
  266. margin-top:15px;
  267. font-size:9px;
  268. text-align:left;
  269. text-transform:lowercase;
  270. padding:8px;
  271. line-height:150%;
  272. }
  273.  
  274.  
  275. /*quote*/
  276.  
  277.  
  278. .quote {
  279. text-align:justify;
  280. font-size:15px;
  281. line-height:130%;
  282. margin-top:15px;
  283. font-family:times;
  284. font-style:italic;
  285. font-weight:bold;
  286. letter-spacing:0px;
  287. }
  288.  
  289. .source {
  290. text-align:right;
  291. font-size:10px;
  292. padding:5px 0;
  293. }
  294.  
  295.  
  296. /*chat*/
  297.  
  298. .chat ol {
  299. padding:0;
  300. line-height:150%;
  301. list-style:none;
  302. }
  303.  
  304. .line {
  305. border-bottom:1px solid {color:border};
  306. padding:8px 10px;
  307. }
  308.  
  309. .label {
  310. padding-right:3px;
  311. text-transform:uppercase;
  312. font-family:times;
  313. font-size:10px;
  314. font-weight:bold;
  315. }
  316.  
  317.  
  318. /*audio*/
  319.  
  320.  
  321. .cover {
  322. width:134px;
  323. position:relative;
  324. z-index:1
  325. }
  326.  
  327. .playbutton {
  328. width:20px;
  329. height:30px;
  330. overflow:hidden;
  331. position:relative;
  332. z-index:1000;
  333. margin:10px 19px 8px 11px;
  334. }
  335.  
  336. .playbox {
  337. background-color:#000;
  338. position:absolute;
  339. z-index:1000;
  340. margin-top:45px;
  341. margin-left:42px;
  342. -webkit-border-radius:50px;
  343. -moz-border-radius:50px;
  344. border-radius:50px;
  345. opacity:.8;
  346. }
  347.  
  348. .audioinfo {
  349. width:246px;
  350. display:inline-block;
  351. line-height:130%;
  352. position:absolute;
  353. margin-left:20px;
  354. }
  355.  
  356. .track {
  357. font-size:8px;
  358. text-transform:uppercase;
  359. border:1px solid {color:border};
  360. padding:5px 0 5px 10px;
  361. margin-bottom:10px;
  362. }
  363.  
  364.  
  365. /*ask*/
  366.  
  367.  
  368. .ask {
  369. text-align:center;
  370. padding:5px;
  371. font-size:10px;
  372. font-weight:bold;
  373. text-transform:uppercase;
  374. }
  375.  
  376. .question {
  377. border:1px solid {color:border};
  378. padding:10px;
  379. text-align:center;
  380. font-style:italic;
  381. font-size:13px;
  382. }
  383.  
  384. .answer {
  385. padding:10px 5px 0px 5px;
  386. }
  387.  
  388.  
  389. /*permalinks page*/
  390.  
  391.  
  392. ol.notes {
  393. padding-left:6%;
  394. padding-bottom:2%;
  395. width:90%;
  396. text-align:center;
  397. list-style-type:decimal-leading-zero;
  398. }
  399.  
  400. ol.notes li.note{
  401. padding:2%;
  402. }
  403.  
  404. ol.notes li.note img.avatar{
  405. width:0px;
  406. height:0px;
  407. }
  408.  
  409.  
  410. /*pagination*/
  411.  
  412.  
  413. #pagi {
  414. width:400px;
  415. margin-bottom:50px;
  416. font-size:11px;
  417. font-family:times;
  418. font-weight:bold;
  419. text-transform:uppercase;
  420. text-align:center;
  421. margin-left:auto;
  422. margin-right:auto;
  423. }
  424.  
  425. #pagi a {
  426. color:{color:link};
  427. }
  428.  
  429. #pagi a:hover {
  430. color:{color:hover};
  431. }
  432.  
  433. /*credit*/
  434.  
  435.  
  436. #credit {
  437. position:fixed;
  438. float:right;
  439. bottom:5px;
  440. right:5px;
  441. background:transparent;
  442. font-size:20px;
  443. text-align:right;
  444. }
  445.  
  446. #credit a {
  447. color:#000;
  448. }
  449.  
  450. #logo {
  451. font-size:10px;
  452. font-family:baskerville;
  453. font-style:italic;
  454. opacity:0;
  455. -webkit-transition:all .5s ease-in-out;
  456. -moz-transition:all .5s ease-in-out;
  457. transition:all .5s ease-in-out;
  458. }
  459.  
  460. #credit:hover #logo {
  461. opacity:1;
  462. -webkit-transition:all .5s ease-in-out;
  463. -moz-transition:all .5s ease-in-out;
  464. transition:all .5s ease-in-out;
  465. }
  466.  
  467.  
  468. {CustomCSS}
  469.  
  470. </style>
  471. </head>
  472.  
  473.  
  474. <body>
  475.  
  476. <div id="topbar">
  477. <div id="title"><a href="/">{Title}</a></div>
  478. <div id="description">{Description}</div>
  479. </div>
  480.  
  481. <div id="sidebar">
  482. <div id="links">
  483. <a href="{text:link 1}">{text:link 1 title}</a>
  484. <a href="{text:link 2}">{text:link 2 title}</a>
  485. <a href="{text:link 3}">{text:link 3 title}</a>
  486. {block:iflink4}<a href="{text:link 4}">{text:link 4 title}</a>{/block:iflink4}
  487. {block:iflink5}<a href="{text:link 5}">{text:link 5 title}</a>{/block:iflink5}
  488. {block:iflink6}<a href="{text:link 6}">{text:link 6 title}</a>{/block:iflink6}
  489. {block:iflink7}<a href="{text:link 7}">{text:link 7 title}</a>{/block:iflink7}
  490. {block:iflink8}<a href="{text:link 8}">{text:link 8 title}</a>{/block:iflink8}
  491. </div>
  492. </div>
  493.  
  494. <div id="entries">
  495.  
  496. {block:Posts}
  497. <div id="post">
  498.  
  499. {block:Text}{block:Title}<div id="posttitle">{Title}</div>{/block:Title}<div id="text">{Body}</div>{/block:Text}
  500.  
  501. {block:Photo}
  502. {LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
  503. {/block:Photo}
  504.  
  505. {block:Photoset}
  506. {Photoset-400}{block:Caption}{Caption}{/block:Caption}
  507. {/block:Photoset}
  508.  
  509. {block:Quote}
  510. <div class="quote"><span style="font-size:30px;letter-spacing:0px;">&lsquo;&lsquo;&nbsp;</span>{Quote}</div>
  511. {block:Source}<div class="source">——&nbsp;{Source}</div>{/block:Source}
  512. {/block:Quote}
  513.  
  514. {block:Link}<div id="posttitle"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  515.  
  516. {block:Chat}
  517. {block:Title}<div id="posttitle">{Title}</div>{/block:Title}
  518. <div class="chat"><ol>{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ol></div>
  519. {/block:Chat}
  520.  
  521. {block:Video}
  522. {Video-400}{block:Caption}{Caption}{/block:Caption}
  523. {/block:Video}
  524.  
  525. {block:Answer}
  526. <div class="ask">{Asker}</u> mused<br></div>
  527. <div class="question">{Question}</div>
  528. <div class="answer">{Answer}</div>
  529. {/block:Answer}
  530.  
  531. {block:Audio}
  532. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
  533. {block:AlbumArt}
  534. <img src="{AlbumArtURL}" class="cover">
  535. {/block:AlbumArt}
  536. <div class="audioinfo">
  537. {block:TrackName}<div class="track">{TrackName}</div>{/block:TrackName}
  538. {block:Artist}<div class="track">{Artist}</div>{/block:Artist}
  539. {block:Album}<div class="track">{Album}</div>{/block:Album}
  540. <div class="track">{FormattedPlayCount}</div>
  541. </div>
  542. {/block:Audio}
  543.  
  544. <div id="info">
  545. {block:Date}{DayOfMonth}.{MonthNumber}.{ShortYear}{/block:Date}&nbsp;/&nbsp;<a href="{Permalink}">{NoteCount}+</a>&nbsp;/&nbsp;<a href="{ReblogURL}" target="_blank">reblog</a>{block:RebloggedFrom}&nbsp;/&nbsp;<a href="{ReblogParentURL}"title="{ReblogParentName}">via</a>&nbsp;/&nbsp;<a href="{ReblogRootURL}"title="{ReblogRootName}">source</a>{/block:RebloggedFrom}{block:HasTags}{block:Tags}&nbsp;/&nbsp;<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  546. </div>
  547. </div>
  548.  
  549. {block:PostNotes}{PostNotes}{/block:PostNotes}
  550. {/block:Posts}
  551.  
  552. {block:Pagination}
  553. <div id="pagi">
  554. {block:PreviousPage} <a href="{PreviousPage}">&larr; back</a>
  555. </u>&nbsp;&nbsp;{/block:PreviousPage}
  556. <span style="font-size:9px;font-family:baskerville;font-weight:normal;font-style:normal;">{CurrentPage}&nbsp;of&nbsp;{TotalPages}</span>
  557. {block:NextPage} &nbsp;&nbsp;<a href="{NextPage}">forth &rarr;</a></u>{/block:NextPage}
  558. {/block:Pagination}
  559. </div>
  560. </div>
  561.  
  562. <div id="credit">
  563. <div id="logo">franztheme</div>
  564. <a href="http://lestranqe.tumblr.com">☺</a>
  565. </div>
  566.  
  567. </body>
  568. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement