Advertisement
dylaenobriens

theme #64: chocolate

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