Advertisement
themesbyhaleigh

theme #20 (w/pagi in desc)

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