Advertisement
ssourwolf

theme 01.

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