Advertisement
katetodd

theme 03.

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