Advertisement
booksinvolved

theme #2 eureurong

Jun 18th, 2014
468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.00 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4.  
  5. <head>
  6.  
  7. <!--- theme by jasnahdavar
  8. ----- please don't steal or remove the credit
  9. ----- ASK ME if you want to use as a base code i swear i'm nice
  10. ----- try to keep the title and description as short as you can
  11. ----- you can toggle the number of navlinks with the buttons that say "show navlink x" on your customize page!
  12. ----- that's it honestly this is a really simple theme but don't be afraid to ask me any questions
  13. --->
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20.  
  21.  
  22. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js" type="text/javascript"></script>
  23. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js" type="text/javascript"></script>
  24. <script type="text/javascript">// <![CDATA[
  25. (function($){
  26.  
  27. $(document).ready(function(){
  28.  
  29. $("a[title]").style_my_tooltips({
  30.  
  31. tip_follows_cursor:true,
  32.  
  33. tip_delay_time:30,
  34.  
  35. tip_fade_speed:300,
  36.  
  37. attribute:"title"
  38.  
  39. });
  40.  
  41. });
  42.  
  43. })(jQuery);
  44. // ]]></script>
  45.  
  46.  
  47. <meta name="text:link 1" content="link">
  48. <meta name="text:link 1 url" content="url">
  49. <meta name="text:link 2" content="link">
  50. <meta name="text:link 2 url" content="url">
  51. <meta name="text:link 3" content="link">
  52. <meta name="text:link 3 url" content="url">
  53. <meta name="text:link 4" content="link">
  54. <meta name="text:link 4 url" content="url">
  55.  
  56.  
  57.  
  58. <meta name="color:background" content="#fff">
  59. <meta name="color:text" content="#000">
  60. <meta name="color:description" color="#666">
  61. <meta name="color:link" content="#999">
  62. <meta name="color:link hover" content="#444">
  63. <meta name="color:sidebar" content="#cfcfcf">
  64. <meta name="color:info" content="#ccc">
  65. <meta name="color:info link" content="#c2c2c2">
  66. <meta name="color:info link hover" content="#5c5c5c">
  67.  
  68. <meta name="if:show navlink 1" content="1">
  69. <meta name="if:show navlink 2" content="1">
  70. <meta name="if:show navlink 3" content="1">
  71. <meta name="if:show navlink 4" content="1">
  72.  
  73.  
  74.  
  75.  
  76. <style type="text/css">
  77. ::-webkit-scrollbar-thumb:vertical { height:12px; border:2px solid #fff; background-color:#cfcfcf; }
  78. ::-webkit-scrollbar-thumb:horizontal { background-color:#fff; }
  79. ::-webkit-scrollbar { width:11px; height:7px; border:5px solid #fff; background-color:#cfcfcf; }
  80.  
  81.  
  82.  
  83.  
  84. /*----------------- TOOLTIP -----------------*/
  85. #s-m-t-tooltip{
  86. font-size:10px;
  87. position:absolute;
  88. margin-top: 15px;
  89. margin-left:15px;
  90. letter-spacing:1px;
  91. z-index:9999;
  92. background:white;
  93. color:#666;
  94. text-transform:uppercase;
  95. padding:2px 3px 2px 3px;
  96. -webkit-transition:all 0.3s;
  97. -moz-transition:all 0.3s;
  98. -ms-transition:all 0.3s;
  99. -o-transition:all 0.3s;
  100. transition:all 0.3s;
  101. border:2px solid #999;
  102. }
  103.  
  104.  
  105. body {
  106. background:{color:background};
  107. margin:0px;
  108. color:{color:text};
  109. font-family:cambria;
  110. font-size:11px;
  111. line-height:120%;
  112. font-style: none;
  113. }
  114.  
  115.  
  116.  
  117.  
  118.  
  119. a:link, a:visited, a:active {
  120. color:{color:link};
  121. text-decoration: none;
  122. font-weight: normal;
  123. -webkit-transition: .6s;
  124. -moz-transition: .6s;
  125. transition: .6s;
  126. }
  127.  
  128. a:hover {
  129. color:{color:link hover};
  130. text-decoration: none;
  131. font-weight: normal;
  132. -webkit-transition: .6s;
  133. -moz-transition: .6s;
  134. transition: .6s;
  135. }
  136.  
  137. blockquote {
  138. padding-left:5px;
  139. border-left:2px solid {color:sidebar};
  140. }
  141.  
  142. blockquote blockquote {
  143. padding-left:5px;
  144. border-left:2px solid {color:sidebar};
  145. }
  146.  
  147.  
  148. /*--------- SIDEBAR --------------*/
  149.  
  150. #sborder {
  151. left:25%;
  152. height:100%;
  153. top:0px;
  154. position:fixed;
  155. border:4px solid {color:sidebar};
  156. }
  157.  
  158. #desc {
  159. padding:10px;
  160. top:50%;
  161. width:100px;
  162. height:auto;
  163. max-height:100px;
  164. margin-top:-60px;
  165. margin-left:-60px;
  166. left:25%;
  167. background:{color:background};
  168. border-top:8px solid {color:sidebar};
  169. border-bottom:8px solid {color:sidebar};
  170.  
  171. position:fixed;
  172. color:{color:description};
  173. text-align:center;
  174.  
  175. }
  176.  
  177. #title {
  178. font-size:50px;
  179. width:100%;
  180. left:-45%;
  181. font-family:arial;
  182. font-weight:bold;
  183.  
  184. bottom:50%;
  185. text-align:center;
  186. position:fixed;
  187. transform:rotate(-90deg);
  188. -ms-transform:rotate(-90deg); /* IE 9 */
  189. -webkit-transform:rotate(-90deg); /* Opera, Chrome, and Safari */
  190. -moz-transform:rotate(-90deg);
  191.  
  192. }
  193.  
  194. #navlinks {
  195. position:fixed;
  196. top:10%;
  197. left:25%;
  198. width:100px;
  199. margin-left:-110px;
  200. text-align:center;
  201. font-family:helvetica;
  202. display:block;
  203. }
  204.  
  205. #navlinks a {
  206. display:block;
  207. text-align:right;
  208. width:100px;
  209. background:{color:background};
  210. margin-bottom:10px;
  211. padding-right:10px;
  212. color:transparent;
  213. border-right:20px solid {color:sidebar};
  214.  
  215. }
  216.  
  217. #navlinks a:hover {
  218. color:{color:text};
  219. }
  220.  
  221. /*-------- PAGINATION -------*/
  222.  
  223. #pagination {
  224. position:fixed;
  225. left:25%;
  226. bottom:10%;
  227. color:{color:description};
  228. margin-left:20px;
  229.  
  230. }
  231.  
  232. #pagination a {
  233. color:{color:link hover};
  234. text-decoration:none;
  235. padding:2px;
  236. }
  237.  
  238. #pagination a:hover {
  239. color:{color:text};
  240. }
  241. /*----------------- ENTRIES -------------*/
  242.  
  243. #entries {
  244. float:left;
  245. width:520px;
  246. text-align:left;
  247. right:10%;
  248. position:absolute;
  249. z-index:1;
  250. margin-top:50px;
  251. }
  252.  
  253. #post {
  254. margin-bottom:25px;
  255. width:500px;
  256. padding-top:20px;
  257. background-color:{color:background};
  258. }
  259.  
  260. h1 {
  261. background:#eee;
  262. padding:5px 2px 5px 2px;
  263. text-transform:uppercase;
  264. font-size:14px;
  265. letter-spacing:1px;
  266. text-align:center;
  267. }
  268.  
  269. /*ask*/
  270.  
  271. #ask {
  272. padding-bottom:10px;
  273. border-bottom:4px solid #eee;
  274. min-height:50px;
  275. }
  276.  
  277. .askimg {
  278. text-align:center;
  279. vertical-align:middle;
  280. width:50px;
  281. }
  282.  
  283. .askimg img {
  284. margin-top:2px;
  285. }
  286.  
  287. .asker {
  288. text-transform:uppercase;
  289. text-align:right;
  290. margin-bottom:5px;
  291. }
  292.  
  293. .asker a:hover {
  294. color:{color:text};
  295. }
  296.  
  297. .question {
  298. margin-top:-50px;
  299. margin-left:50px;
  300. width:440px;
  301. padding:0px 5px 0px 5px;
  302. }
  303.  
  304. /*quote*/
  305.  
  306. #quote {
  307. background:#eee;
  308. padding:5px 2px 5px 2px;
  309. font-style:italic;
  310. font-size:14px;
  311. font-family:cambria;
  312. font-weight:bold;
  313. letter-spacing:1px;
  314. text-align:right;
  315.  
  316. }
  317.  
  318. /*chat*/
  319. .chat ul {
  320. list-style: none;
  321. margin: 0;
  322. padding: 0;
  323. }
  324.  
  325. .chat li {
  326. padding: 2%;
  327. }
  328.  
  329. .chat .odd {
  330. background:#ececec;
  331. }
  332. .chat .even {
  333. background:#f3f3f3;
  334. }
  335.  
  336. .chattitle {
  337. text-transform:uppercase;
  338. font-weight:bold;
  339. }
  340.  
  341.  
  342. /*audio*/
  343.  
  344. .audio {
  345. height:100px;
  346. }
  347.  
  348.  
  349. .albumart {
  350. text-align:left;
  351. width:80px;
  352. height:80px;
  353. }
  354. .plays{
  355. text-align:center;
  356. background:#eee;
  357. padding-top:2px;
  358. padding-bottom:2px;
  359. width:80px;
  360. font-size:10px;
  361. }
  362.  
  363.  
  364.  
  365. .audiotitle {
  366. margin-left:90px;
  367. text-align:center;
  368. height:20px;
  369. padding-top:10px;
  370. padding-bottom:10px;
  371. background:#f3f3f3;
  372. margin-top:-90px;
  373. }
  374.  
  375. .artist {
  376. margin-left:90px;
  377. text-align:center;
  378. height:20px;
  379. padding-top:10px;
  380. padding-bottom:10px;
  381. background:#ececec;
  382. }
  383.  
  384. /*-------- POST INFO ---------*/
  385.  
  386. #info {
  387. text-align:center;
  388. font-size:10px;
  389. margin-bottom:30px;
  390. margin-top:10px;
  391. color:{color:info};
  392. }
  393.  
  394. #info a {
  395. color:{color:info link};
  396. }
  397.  
  398. .rebloglink {
  399. text-align:right;
  400. margin-top:-11px;
  401. }
  402.  
  403. #tags {
  404. font-style:italic;
  405. text-align:left;
  406. margin-top:10px;
  407. }
  408.  
  409. #tags a {
  410. margin-right:5px;
  411. }
  412.  
  413. #info a:hover {
  414. color:{color:info link hover};
  415. }
  416.  
  417.  
  418. /*credit*/
  419.  
  420. #credit {
  421. position:fixed;
  422. left:25%;
  423. bottom:10px;
  424. margin-left:-40px;
  425. font-size:25px;
  426. }
  427.  
  428. {CustomCSS}</style>
  429.  
  430.  
  431. </head><body>
  432.  
  433. <div id="pagination">
  434. page {CurrentPage}/{totalpages} <br><br>
  435. {block:Pagination}
  436. {block:PreviousPage}
  437. <a href="{PreviousPage}"> «</a>
  438. {/block:PreviousPage}
  439. {block:JumpPagination length="5"}
  440. {block:CurrentPage}
  441. {PageNumber}
  442. {/block:CurrentPage}
  443. {block:JumpPage}
  444. <a class="jump_page" href="{URL}">{PageNumber}</a>
  445. {/block:JumpPage}
  446. {/block:JumpPagination}
  447. {block:NextPage}
  448. <a href="{NextPage}"> »</a>
  449. {/block:NextPage}
  450. {/block:Pagination}</div>
  451. <div id="sborder"></div>
  452. <div id="desc">{description}</div>
  453. <div id="title">{title}</div>
  454. <div id="navlinks">
  455. <a href="/">home</a>
  456. <a href="/ask">ask</a>
  457. {block:ifshownavlink1}
  458. <a href="{text:link 1 url}">{text:link 1}</a>
  459. {/block:ifshownavlink1}
  460.  
  461. {block:ifshownavlink2}
  462. <a href="{text:link 2 url}">{text:link 2}</a>
  463. {/block:ifshownavlink2}
  464.  
  465. {block:ifshownavlink3}
  466. <a href="{text:link 3 url}">{text:link 3}</a>
  467. {/block:ifshownavlink3}
  468.  
  469. {block:ifshownavlink4}
  470. <a href="{text:link 4 url}">{text:link 4}</a>
  471. {/block:ifshownavlink4}
  472.  
  473.  
  474. </div>
  475.  
  476. <div id="entries">
  477. {block:Posts}<div id="post">
  478. {block:ContentSource}
  479. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  480. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  481. {/block:SourceLogo}
  482. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  483. {/block:ContentSource}
  484.  
  485. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  486.  
  487. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  488.  
  489. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  490.  
  491. {block:Quote}<div id="quote">"{Quote}</div>{block:Source} <br>—{Source}{/block:Source}{/block:Quote}
  492.  
  493. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  494.  
  495. {block:Chat}
  496. <div class="chat">
  497. {block:Title}<h1>{Title}</h1>{/block:Title}
  498. <ul>
  499. {block:Lines}<li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>{/block:Lines}
  500. </ul>
  501. </div>
  502. {/block:Chat}
  503.  
  504. {block:Audio}
  505. <div class="audio">
  506. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px"style="margin-right:10px" />{/block:AlbumArt}</div><!--albumart-->
  507.  
  508. <div class="plays">{PlayCount} ♫</div><!--playcount-->
  509.  
  510. <div class="audiotitle">{block:TrackName}{TrackName}{/block:TrackName}</div><!--audiotitle-->
  511.  
  512.  
  513. <div class="artist">{block:Artist}{Artist}{/block:Artist}</div><!--artist-->
  514.  
  515.  
  516. </div><!--audio-->
  517.  
  518.  
  519. {AudioPlayerwhite}
  520. {/block:ExternalAudio}<br>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  521.  
  522. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  523.  
  524. {block:Answer}<div id="ask">
  525. <div class="askimg">
  526. <img src="{AskerPortraitURL-48}"></div>
  527. <div class="question">
  528. <div class="asker">{Asker}</div>{Question}</div></div>{Answer}{/block:Answer}
  529.  
  530.  
  531. <div id="info">
  532. &nbsp;
  533.  
  534. {block:Date}{block:indexpage}<a href="{Permalink}">{Timeago}</a>{/block:indexpage}
  535. {block:permalinkpage}<a href="{Permalink}">{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear} @ {12hourwithzero}:{minutes} {capitalampm} </a> {/block:permalinkpage}{/block:Date} + {NoteCount} //
  536. {block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:permalinkpage}{block:ContentSource} , src <a href="{SourceURL}">{sourcetitle}</a> {/block:ContentSource}{/block:PermalinkPage}
  537. <div class="rebloglink"><a href="{ReblogURL}" target="_blank">reblog</a></div>
  538.  
  539.  
  540.  
  541. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">#&nbsp;{Tag}&nbsp;</a> {/block:Tags}</div>{/block:HasTags}
  542. </div>
  543.  
  544. <div id="postnotes">
  545. {block:PostNotes}{PostNotes}{/block:PostNotes}
  546. {/block:Posts}</div>
  547.  
  548.  
  549. </div>
  550. </div>
  551. <div id="credit"><a href="http://jasnahdavar.tumblr.com">©</a></div>
  552. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement