Advertisement
themesbyhaleigh

theme #34 500px

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