Advertisement
ponderism

theme #26

Sep 8th, 2014
2,438
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.45 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. change theme by conansdoyles
  6. do not repost/use as a base
  7. please respect my rules
  8.  
  9.  
  10. -->
  11.  
  12.  
  13. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  14. <head>
  15. <script type="text/javascript"
  16. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  17. <script>
  18. $(document).ready(function() {
  19. //
  20. $('a.poplight[href^=#]').click(function() {
  21. var popID = $(this).attr('rel'); //Get Popup Name
  22. var popURL = $(this).attr('href'); //Get Popup href to define size
  23. var query= popURL.split('?');
  24. var dim= query[1].split('&');
  25. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  26. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  27. var popMargTop = ($('#' + popID).height() + 80) / 2;
  28. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  29. //Apply Margin to Popup
  30. $('#' + popID).css({
  31. 'margin-top' : -popMargTop,
  32. 'margin-left' : -popMargLeft
  33. });
  34. $('body').append('<div id="fade"></div>');
  35. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  36. return false;
  37. });
  38. $('a.close, #fade').live('click', function() {
  39. $('#fade , .popup_block').fadeOut(function() {
  40. $('#fade, a.close').remove(); //fade them both out
  41. });
  42. return false;
  43. });
  44. });
  45. </script>
  46. <title>{Title}</title>
  47. <link rel="shortcut ICN" href="{Favicon}">
  48. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  49. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  50.  
  51.  
  52. <meta name="color:Background" content="000" />
  53. <meta name="color:Info" content="#f7f7f7" />
  54. <meta name="color:Text" content="#fff"/>
  55. <meta name="color:Link" content="#fff"/>
  56. <meta name="color:Line" content="#eee"/>
  57.  
  58.  
  59. <style type="text/css">
  60.  
  61.  
  62. ::-webkit-scrollbar {
  63. width: 5px;height: 5px;}
  64. ::-webkit-scrollbar-button:start:decrement,
  65. ::-webkit-scrollbar-button:end:increment {
  66. height: 6px;display: block;background-color: {color:Background};}
  67. ::-webkit-scrollbar-track-piece {
  68. background-color: {color:Background};}
  69. ::-webkit-scrollbar-thumb:vertical {
  70. height: 9px;background-color: {color:Text};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  71.  
  72.  
  73.  
  74. body {
  75. background: {color:Background};
  76. margin:0px;
  77. color:{color:text};
  78. font-family:arial;
  79. font-size:9px;
  80. line-height:15px;
  81. }
  82.  
  83. a {
  84. text-decoration:none;
  85. outline:none;
  86. -moz-outline-style:none;
  87. color:{color:link};
  88. }
  89.  
  90. img {
  91. border:none;
  92. }
  93.  
  94. blockquote {
  95. margin-top: 0px;
  96. width: 380px;
  97. margin-left: -1px;
  98. }
  99.  
  100. blockquote blockquote {
  101. width: 340px;
  102. border-bottom: 1px solid {color:Line};
  103. padding-bottom: 10px;
  104. }
  105.  
  106. h1 {
  107. font-size:18px;
  108. text-align: left;
  109. letter-spacing: 0px;
  110. text-transform:lowercase;
  111. }
  112.  
  113. a:hover {
  114. opacity:1;
  115. text-decoration: underline;
  116. -webkit-transition: all 0.5s ease;
  117. -moz-transition: all 0.5s ease;
  118. -o-transition: all 0.5s ease;
  119. }
  120.  
  121. #entries {
  122. padding:0px;
  123. width:210px;
  124. border-right: 1px solid {color:Line};
  125. line-height: 13px;
  126. margin-left: 450px;
  127. margin-top:00px;
  128. font-size:9px;
  129. }
  130.  
  131.  
  132. #post {
  133. width:400px;
  134. border: 1px solid {color:Line};
  135. padding:10px;
  136. margin-top:40px;
  137. margin-bottom: 100px;
  138. background-color: {color:Background};
  139. }
  140.  
  141. #post:hover #info {
  142. opacity: 1;
  143. margin-top: 10px;
  144. -webkit-transition: all 0.5s ease;
  145. -moz-transition: all 0.5s ease;
  146. -o-transition: all 0.5s ease;
  147. }
  148.  
  149. ol.notes {
  150. width: 400px;
  151. padding: 0px;
  152. margin: 25px 0px;
  153. list-style-type: none;
  154. border-bottom: solid 1px {color:Line};
  155. }
  156.  
  157. ol.notes li.note {
  158. width: 400px;
  159. background: {color:Background};
  160. border-left: solid 1px {color:Line};
  161. border-right: solid 1px {color:Line};
  162. border-top: solid 1px {color:Line};
  163. padding: 10px;
  164. }
  165.  
  166. ol.notes li.note img.avatar {
  167. vertical-align: -4px;
  168. margin-right: 10px;
  169. width: 16px;
  170. height: 16px;
  171. }
  172.  
  173. ol.notes li.note span.action {
  174. font-weight: bold;
  175. }
  176.  
  177. ol.notes li.note .answer_content {
  178. font-weight: normal;
  179. }
  180.  
  181. ol.notes li.note blockquote {
  182. border-color: {color:Line};
  183. padding: 4px 10px;
  184. margin: 10px 0px 0px 25px;
  185. }
  186.  
  187. ol.notes li.note blockquote a {
  188. text-decoration: none;
  189. }
  190.  
  191.  
  192. #title {
  193. width: 80px;
  194. text-transform: lowercase;
  195. text-align: center;
  196. font-family: 'arial';
  197. line-height: 80%;
  198. font-size: 20px;
  199. padding: 10px;
  200.  
  201. border: 1px solid {color:Line};
  202. background: {color:Background};
  203. font-weight: bold;
  204. letter-spacing: -1px;
  205. margin-top: 200px;
  206. color: {color:Text};
  207. }
  208.  
  209.  
  210. #sidebar {
  211. height: 100%;
  212. width:40px;
  213. position:fixed;
  214. opacity:1;
  215. margin-top: -40px;
  216. padding: 10px;
  217. margin-left: 250px;
  218. border-right: 1px solid {color:Line};
  219. background-color:{color:Background};
  220. }
  221.  
  222. #sidebar:hover #pagination {
  223. opacity: 1;
  224. -webkit-transition: all 0.5s ease;
  225. -moz-transition: all 0.5s ease;
  226. -o-transition: all 0.5s ease;
  227. }
  228.  
  229. #sidebar:hover .links{
  230. opacity: 1;
  231. margin-top: 5px;
  232. -webkit-transition: all 0.5s ease;
  233. -moz-transition: all 0.5s ease;
  234. -o-transition: all 0.5s ease;
  235. }
  236.  
  237. #sidebar:hover #description {
  238. margin-top: 5px;
  239. -webkit-transition: all 0.5s ease;
  240. -moz-transition: all 0.5s ease;
  241. -o-transition: all 0.5s ease;
  242. }
  243.  
  244. /* --- PAGINATION --- */
  245.  
  246. #pagination {
  247. padding: 5px;
  248. font-family:'arial';
  249. font-size:9px;
  250. text-align:center;
  251. width: 90px;
  252. background: {color:Background};
  253. border: 1px solid {color:Line};
  254. margin-top:5px;
  255. text-transform:lowercase;
  256. opacity: 0;
  257. -webkit-transition: all 0.5s ease;
  258. -moz-transition: all 0.5s ease;
  259. -o-transition: all 0.5s ease;
  260. }
  261.  
  262.  
  263. /* --- SIDEBAR LINKS ---*/
  264.  
  265. .links {
  266. width: 80px;
  267. display: inline-block;
  268. font-family:'arial';
  269. font-style:normal;
  270. text-align:center;
  271. background: {color:Background};
  272. border: 1px solid {color:Line};
  273. padding: 10px;
  274. margin-top: 5px;
  275. text-transform:lowercase;
  276. line-height: 10px;
  277. opacity: 0;
  278. -webkit-transition: all 0.5s ease;
  279. -moz-transition: all 0.5s ease;
  280. -o-transition: all 0.5s ease;
  281. }
  282.  
  283. .links a {
  284. font-size: 9px;
  285. color: {color:links};
  286. }
  287.  
  288. .links a:hover {
  289. }
  290.  
  291.  
  292.  
  293. #description {
  294. font-family:arial;
  295. line-height:12px;
  296. font-size:9px;
  297. width:80px;
  298. margin-top: -32px;
  299. border: 1px solid #eee;
  300. background: {color:Background};
  301. padding: 10px;
  302. margin-bottom: 5px;
  303. text-align:center;
  304. text-transform: lowercase;
  305. color:{color:text};
  306. -webkit-transition: all 0.5s ease;
  307. -moz-transition: all 0.5s ease;
  308. -o-transition: all 0.5s ease;
  309. }
  310.  
  311. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  312. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  313.  
  314.  
  315.  
  316. #info {
  317. text-align:center;
  318. font-family: arial;
  319. margin-top:-44px;
  320. text-transform:lowercase;
  321. font-size:8px;
  322. padding: 10px;
  323. border: 1px solid #eee;
  324. background: {color:Info};
  325. font-style:normal;
  326. opacity: 0;
  327. -webkit-transition: all 0.5s ease;
  328. -moz-transition: all 0.5s ease;
  329. -o-transition: all 0.5s ease;
  330.  
  331. }
  332.  
  333. #tags {
  334. font-family:arial;
  335. text-transform:lowercase;
  336. font-size:8px;
  337. margin-top: 4px;
  338. line-height: 12px;
  339. font-style:normal;
  340. padding-top: 0px;
  341. text-align:center;
  342. font-style: italic;
  343. }
  344.  
  345.  
  346. #asker {
  347. padding:11px;
  348. margin-top: -10px;
  349. border: 1px solid #eee;
  350. font-family:arial;
  351. text-align:left;
  352. font-size: 9px;
  353. text-transform: lowercase;
  354. font-style:normal;
  355. margin-left:0px;
  356. background-color: #f7f7f7;
  357. }
  358.  
  359. .tumblr_audio_player {
  360. width: 400px;
  361. }
  362.  
  363. #credit {
  364. position:fixed;
  365. bottom:5px;
  366. right:5px;
  367. text-align: center;
  368. font-size:9px;
  369. letter-spacing:2px;
  370. color: #ffffff;
  371. font-family:'arial';
  372. }
  373.  
  374. .popup_block{
  375. display:none;
  376. background: {color:Background};
  377. padding:20px;
  378. float:left;
  379. width: 100px;
  380. font-family: arial;
  381. position:fixed;
  382. top:50%;left:50%;
  383. z-index: 99999;
  384. border: 1px solid {color:Line};
  385. }
  386.  
  387. img.btn_close {float: right;margin: -20 -20px 0 0;}
  388. *html #fade {position: absolute;}
  389. *html .popup_block {position: absolute;}
  390. #fade {display:none;background:#000;position:fixed;left:0;top:0;
  391. width:100%;height:100%;opacity:0.8;z-index:9999;}
  392.  
  393.  
  394. {CustomCSS}</style></head><body>
  395.  
  396.  
  397. <div id="sidebar">
  398. <div id="title">{Title}</div>
  399.  
  400. <div class="links">
  401. <a href="/">home</a>
  402. <a href="/ask">ask</a>
  403. <a href="#?w=300" rel="box1" class="poplight">more</a>
  404. </div>
  405.  
  406. <div id="description">{Description}
  407. </div>
  408.  
  409.  
  410.  
  411.  
  412. {block:Pagination}
  413. <div id="pagination">
  414. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  415. — {block:NextPage}<a href="{NextPage}">forth</a>{/block:NextPage}
  416. </div>
  417. {/block:Pagination}
  418.  
  419.  
  420. </div>
  421.  
  422.  
  423.  
  424. <div id="entries">{block:Posts}
  425.  
  426.  
  427. <div id="post">
  428.  
  429.  
  430. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  431.  
  432. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  433.  
  434. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  435.  
  436. {block:Quote}<p align="center"><span style="text-align:center;font-size:20px;font-weight:bold;letter-spacing:-1px;line-height:100%;">{Quote}</span>{/block:Quote}</p>
  437. <p align=center>{block:Source}{Source}{/block:Source}</p>
  438.  
  439. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  440.  
  441. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  442.  
  443. {block:Audio}<div class="audio_container">{block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}</div>
  444. {block:Caption}<div class="caption">{Caption}</div>
  445. {/block:Caption}{/block:Audio}
  446.  
  447.  
  448. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  449.  
  450. {block:Answer}<div id="asker"><b>{Asker}:</span></b> {Question}</div><left>{Answer}{/block:Answer}
  451.  
  452. <div id="info">
  453. <a href="{Permalink}">{block:Date} {DayOfMonthWithZero}.{MonthNumber}.{ShortYear} {/block:Date}</a> {block:RebloggedFrom} // <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource}+ <a href="{SourceURL}">source</a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} <a href="{Permalink}">{block:NoteCount}// {NoteCountWithLabel} {/block:NoteCount}</a>
  454. <br />
  455. </div></div>
  456. {/block:Posts}
  457. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  458. {/block:Posts}</div></div></div>
  459.  
  460. <div id="credit"><a href="http://conansdoyles.tumblr.com/">+</a></div>
  461.  
  462. </body>
  463. <div id="box1" class="popup_block"> <!--- YOU CAN ADD YOUR LINKS HERE! ** --->
  464.  
  465. <h1>you can make huge ass headings</h1>
  466.  
  467. <u>you can underline your text,</u> <i>italicize it,</i> and make it <b>bold.</b>
  468.  
  469. <p>you can also give line breaks</p>
  470.  
  471. <p>you can use direct links like <a href="">this one here!</a>
  472.  
  473. </div>
  474.  
  475. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement