Advertisement
themesbyhaleigh

theme #31

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