Advertisement
themesbyhaleigh

theme #26

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