Advertisement
themesbyhaleigh

theme #25

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