harrysbuttplug

theme 2

Jul 19th, 2014
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.30 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--- theme 2 code by i was harrysbuttplug ... please don't remove credit, i worked hard on this please don't ruin it thank you buttercups :) --->
  5.  
  6. <title>{Title}</title>
  7.  
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <!--Default Variables-->
  13.  
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Text" content="#aaaaaa"/>
  16. <meta name="color:Link" content="#000000"/>
  17.  
  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:5px 0 5px 30px;
  78. border-left:1px solid {color:text};
  79. margin-left:30px;
  80. }
  81.  
  82. body {
  83. background:{color:background};
  84. color:{color:text};
  85. font-family:arial;
  86. font-size:11px;
  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:-225px;
  124. margin-top:190px;
  125. width:145px;
  126. }
  127.  
  128. #blogt {font-size:18px;
  129. font-weight:bold;}
  130.  
  131. #links {
  132. line-height:16px;
  133. text-transform:lowercase;
  134. }
  135.  
  136.  
  137. #links a {
  138. margin-right:5px;
  139. display:inline-block;
  140. margin-bottom:5px;
  141. }
  142.  
  143. #description {
  144. margin:20px 0;
  145. }
  146.  
  147.  
  148. /*pagination*/
  149. #pagination {
  150. margin:50px 0;
  151. text-transform:lowercase;
  152. font-weight:bold;
  153. }
  154. #pagination a {
  155. padding:0 15px;
  156. }
  157.  
  158. /*container*/
  159. #con {
  160. left:50%;
  161. margin-left:-250px;
  162. position:absolute;
  163. }
  164.  
  165.  
  166.  
  167. /*posts*/
  168.  
  169. #entries {
  170. margin-top:75px;
  171. width:400px;
  172. }
  173.  
  174.  
  175.  
  176. #posts {
  177. width:400px;
  178. {block:IndexPage}
  179. margin-bottom:75px;
  180. {/block:IndexPage}
  181. {block:PermalinkPage}
  182. margin-bottom:50px;
  183. {/block:PermalinkPage}
  184.  
  185. }
  186. #posts img {
  187. max-width:400px;
  188. }
  189.  
  190. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  191. .caption {width:100%;
  192. margin-top:10px;
  193.  
  194. }
  195.  
  196. /*quote*/
  197.  
  198. #titlequote{text-align:left;
  199. font-size:14px;
  200. line-height:18px;
  201. font-weight:bold;
  202. }
  203. #source {
  204. margin-top:15px;
  205. margin-left:15px;}
  206.  
  207. /*audio*/
  208.  
  209. .player {
  210. width:25px;
  211. height:25px;
  212. overflow:hidden;
  213. position:absolute;
  214. background:white;}
  215.  
  216. .audioinfo {
  217. margin-left:50px;
  218. }
  219.  
  220.  
  221. /*asks*/
  222. .q {margin-bottom:50px;
  223. }
  224. .as {
  225. font-style:italic;}
  226.  
  227. .a {
  228. margin-top:10px;
  229. }
  230.  
  231.  
  232. /*chat*/
  233.  
  234. .chat ol {
  235. padding:0;
  236. list-style:none;
  237. }
  238. .line {padding:5px 0;}
  239.  
  240. .label {font-weight:bold;
  241. }
  242.  
  243.  
  244.  
  245.  
  246.  
  247. /*permalink and notes*/
  248.  
  249. #permalink {
  250. margin-top:15px;
  251. font-size:11px;
  252. text-transform:lowercase;
  253. }
  254. #permalink a {margin-right:10px;
  255. }
  256.  
  257.  
  258. .tags {
  259. word-break:break-all;
  260. font-size:11px;
  261. }
  262.  
  263. .pagenotes {
  264. {block:IndexPage}
  265. display: none!important;
  266. {/block:IndexPage}
  267. width:400px;
  268. text-align:left;
  269.  
  270. }
  271. .pagenotes img {
  272. display:none!important;}
  273. .pagenotes li {
  274. list-style-type:none;
  275. padding:5px 0px;
  276. text-align:left;
  277. margin:0 0 0 -40px;
  278. }
  279.  
  280.  
  281. /*CREDIT*/
  282.  
  283. #credit{
  284. right:8px;
  285. bottom:10px;
  286. position:fixed;
  287. padding:5px;
  288. }
  289.  
  290.  
  291.  
  292. {CustomCSS}
  293.  
  294.  
  295. </style>
  296.  
  297.  
  298.  
  299. </head>
  300.  
  301. <body>
  302.  
  303. <div id="con">
  304.  
  305. <div id="sidebar">
  306. <div id="blogt">{Title}</div>
  307. <div id="description">{Description}</div>
  308. <div id="links">
  309. <a href="/">home</a>
  310. <a href="/ask">ask</a>
  311. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  312. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  313. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
  314. </div>
  315.  
  316.  
  317.  
  318.  
  319. </div>
  320.  
  321.  
  322.  
  323.  
  324. <div id="entries">
  325.  
  326. {block:Posts}
  327. <div id="posts">
  328.  
  329.  
  330. {block:Quote}
  331.  
  332.  
  333. <div id="titlequote">“{Quote}”</div>
  334. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  335. {/block:Quote}
  336.  
  337.  
  338.  
  339. {block:Text}
  340.  
  341. {block:Title}
  342. <div id="title">{Title}</div>{/block:Title}
  343. {Body}
  344. {/block:Text}
  345.  
  346. {block:Link}
  347. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  348. {/block:Link}
  349.  
  350. {block:Chat}
  351. {block:Title}
  352. <h1>{Title}</h1>
  353. {/block:Title}
  354. <div class="chat">
  355. <ol>{block:Lines}
  356. <li class="line {Alt}">
  357. {block:Label}
  358. <span class="label">
  359. {Label}</span>
  360. {/block:Label}{Line}</li>
  361. {/block:Lines}
  362. </ol></div>
  363. {/block:Chat}
  364.  
  365. {block:Photo}
  366. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  367. {/block:Photo}
  368.  
  369. {block:Photoset}
  370. {Photoset-400}
  371. {/block:Photoset}
  372.  
  373. {block:Video}
  374. {Video-400}
  375. {/block:Video}
  376.  
  377. {block:Audio}
  378. <div class="player">{AudioPlayerWhite}</div>
  379. <div class="audioinfo">
  380. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  381. </div>
  382. {/block:Audio}
  383.  
  384. {block:Answer}
  385. <div class="q">
  386. <div class="as">{Asker} said:
  387. {Question}</div>
  388. <div class="a">{Answer}</div>
  389. {/block:Answer}
  390.  
  391. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  392.  
  393. {block:Date}
  394. <div id="permalink">
  395. <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}
  396. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  397. </div>
  398. {/block:Date}
  399.  
  400.  
  401.  
  402. </div>
  403.  
  404.  
  405. {block:PostNotes}
  406. <div class="pagenotes">
  407. {PostNotes}
  408. </div>
  409. {/block:PostNotes}
  410.  
  411.  
  412. {/block:Posts}
  413.  
  414. <div id="pagination">
  415. {block:Pagination}
  416. {block:PreviousPage}
  417. <a href="{PreviousPage}">&larr; previous </a>
  418. {/block:PreviousPage}
  419.  
  420.  
  421. {block:NextPage}
  422. <a href="{NextPage}">next &rarr;</a>
  423. {/block:NextPage}
  424. {/block:Pagination}
  425. </div>
  426.  
  427. <div id="credit" data="credit"><a href="http://harrysbuttplug.tumblr.com"><img src="https://31.media.tumblr.com/017b563d7b6c54bc6fc796523e0a6816/tumblr_inline_n59yr4MBjd1ryjo2m.png" width="45px" height="45px"></a></div>
  428.  
  429. </div>
  430.  
  431. </div>
  432.  
  433.  
  434. {block:ContentSource}
  435. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  436. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  437. {/block:SourceLogo}
  438. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  439. {/block:ContentSource}
  440.  
  441. </body></html>
Add Comment
Please, Sign In to add comment