Advertisement
indiesrock

theme 28: 102

Jul 1st, 2014
1,578
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.88 KB | None | 0 0
  1. <!--
  2. THEME BY INTROSETS
  3.  
  4. DO NOT:
  5. REMOVE THE CREDIT
  6. USE AS BASE
  7. REDISTRIBUTE AS YOUR OWN
  8. -->
  9.  
  10. <!DOCTYPE html>
  11. <head>
  12. <title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  16.  
  17. <meta name="color:background" content="#ffffff"/>
  18. <meta name="color:text" content="#000000"/>
  19. <meta name="color:link" content="#000000"/>
  20. <meta name="color:hover" content="#6cbed6"/>
  21. <meta name="color:scrollbar" content="#000000"/>
  22. <meta name="color:scrollbar bg" content="#ffffff"/>
  23. <meta name="color:border" content="#6cbed6"/>
  24. <meta name="color:title" content="#000000"/>
  25. <meta name="color:side link" content="#ffffff"/>
  26. <meta name="color:side link bg" content="#000000"/>
  27. <meta name="color:side link hov" content="#ffffff"/>
  28. <meta name="color:side link hov bg" content="#6cbed6"/>
  29. <meta name="color:tags hov" content="#ffffff"/>
  30. <meta name="color:tags hov bg" content="#000000"/>
  31. <meta name="color:tooltip" content="#ffffff"/>
  32. <meta name="color:tooltip bg" content="#6cbed6"/>
  33.  
  34. <meta name="image:sidebar" content=""/>
  35.  
  36. <meta name="text:link1" content="/"/>
  37. <meta name="text:link1 text" content=""/>
  38. <meta name="text:link2" content="/"/>
  39. <meta name="text:link2 text" content=""/>
  40. <meta name="text:link3" content="/"/>
  41. <meta name="text:link3 text" content=""/>
  42. <meta name="text:link4" content="/"/>
  43. <meta name="text:link4 text" content=""/>
  44.  
  45. <!--jquery for tooltips-->
  46.  
  47. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  48.  
  49. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  50.  
  51. <script>
  52.  
  53. (function($){
  54.  
  55. $(document).ready(function(){
  56.  
  57. $("a[title]").style_my_tooltips({
  58.  
  59. tip_follows_cursor:true,
  60.  
  61. tip_delay_time:90,
  62.  
  63. tip_fade_speed:400,
  64.  
  65. attribute:"title"
  66.  
  67. });
  68.  
  69. });
  70.  
  71. })(jQuery);
  72.  
  73. </script>
  74.  
  75. <style type="text/css">
  76.  
  77. ::-webkit-scrollbar {
  78. background:{color:scrollbar bg};
  79. width:7px;
  80. }
  81.  
  82. ::-webkit-scrollbar-thumb:vertical {
  83. background:{color:scrollbar};
  84. border-top:1px solid {color:scrollbar bg};
  85. border-bottom:1px solid {color:scrollbar bg};
  86. }
  87.  
  88. ::-webkit-scrollbar-thumb:horizontal {
  89. border-left:1px solid {color:scrollbar bg};
  90. border-right:1px solid {color:scrollbar bg};
  91. background:{color:scrollbar};
  92. }
  93.  
  94. ::-webkit-scrollbar-button {
  95. height:15px;
  96. background:{color:scrollbar};
  97. }
  98.  
  99. body {
  100. font-family:arial;
  101. font-size:9px;
  102. line-height:100%;
  103. color:{color:text};
  104. background:{color:background};
  105. text-align:justify;
  106. }
  107.  
  108. a {
  109. text-decoration:none;
  110. color:{color:link};
  111. -moz-transition-duration:0.6s;
  112. -webkit-transition-duration:0.6s;
  113. -o-transition-duration:0.6s;
  114. }
  115.  
  116. a:hover {
  117. color:{color:hover};
  118. }
  119.  
  120. img {
  121. border:none;
  122. }
  123.  
  124. blockquote {
  125. border-left:3px solid {color:border};
  126. padding:1px;
  127. padding-left:10px;
  128. margin:5px 1px 5px 1px;
  129. }
  130.  
  131. h1 {
  132. font-style:italic;
  133. font-weight:bold;
  134. letter-spacing:-1px;
  135. text-transform:lowercase;
  136. }
  137.  
  138. #container {
  139. padding:20px;
  140. width:700px;
  141. }
  142.  
  143. #p {
  144. width:500px;
  145. padding:20px;
  146. margin:30px 0 0 400px;
  147. }
  148.  
  149. #side {
  150. width:200px;
  151. padding:5px;
  152. position:fixed;
  153. margin:365px 0 0 180px;
  154. }
  155.  
  156. #t {
  157. font-size:15px;
  158. font-style:italic;
  159. font-weight:bold;
  160. letter-spacing:-1px;
  161. padding:5px;
  162. text-align:left;
  163. width:115px;
  164. color:{color:title};
  165. }
  166.  
  167. #sideimg {
  168. width:160px;
  169. }
  170.  
  171. #sideimg img {
  172. padding:5px;
  173. width:175px;
  174. }
  175.  
  176. #desc {
  177. width:175px;
  178. padding:5px;
  179. margin:-6px 0 0 0px;
  180. font-size:10px;
  181. text-align:center;
  182. font-family:trebuchet ms;
  183. }
  184.  
  185. .link {
  186. width:165px;
  187. font-family:calibri;
  188. font-size:8px;
  189. text-transform:uppercase;
  190. text-align:center;
  191. padding:5px;
  192. margin:-22px 0 0 5px;
  193. }
  194.  
  195. .link a {
  196. display:inline-block;
  197. text-align:center;
  198. padding:2px;
  199. margin:3px;
  200. width:27px;
  201. color:{color:side link};
  202. background:{color:side link bg};
  203. }
  204.  
  205. .link a:hover {
  206. color:{color:side link hov};
  207. background:{color:side link hov bg};
  208. }
  209.  
  210. #pagi {
  211. padding:5px;
  212. font-size:8px;
  213. text-transform:uppercase;
  214. width:165px;
  215. font-weight:bold;
  216. font-family:calibri;
  217. text-align:right;
  218. margin:-17px 0 -5px 9px;
  219. }
  220.  
  221. #pagi a {
  222. padding:3px;
  223. }
  224.  
  225. #info {
  226. padding:5px;
  227. text-align:right;
  228. font-size:7px;
  229. letter-spacing:1px;
  230. font-family:trebuchet ms;
  231. text-transform:uppercase;
  232. margin:0 -5px 0 0;
  233. }
  234.  
  235. #info a {
  236. padding:3px;
  237. }
  238.  
  239.  
  240. #tag {
  241. padding:5px;
  242. margin:-3px -9px 0 0;
  243. }
  244.  
  245. #tag a {
  246. padding:3px;
  247. margin:0 3px 0 3px;
  248. display:inline-block;
  249. }
  250.  
  251. #tag a:hover {
  252. background:{color:tags hov};
  253. color:{color:tags hov bg};
  254. }
  255.  
  256. #q {
  257. font-weight:bold;
  258. text-align:center;
  259. font-size:15px;
  260. font-family:trebuchet ms;
  261. font-style:italic;
  262. padding:5px;
  263. border-bottom:2px solid #6cbed6;
  264. padding-bottom:10px;
  265. line-height:20px;
  266. }
  267.  
  268. .qsource {
  269. text-align:center;
  270. font-family:calibri;
  271. text-transform:uppercase;
  272. font-size:8px;
  273. letter-spacing:1px;
  274. margin:5px 0 10px 0;
  275. }
  276.  
  277. #ask {
  278. font-size:15px;
  279. font-weight:bold;
  280. font-style:italic;
  281. letter-spacing:-1px;
  282. text-transform:lowercase;
  283. }
  284.  
  285. #quest {
  286. padding:5px;
  287. margin-left:-4px;
  288. }
  289.  
  290. .icon {
  291. float:left;
  292. margin:0 5px 0 0;
  293. }
  294.  
  295. .icon img {
  296. border:5px solid #6cbed6;
  297. }
  298.  
  299. #ans {
  300. padding:5px;
  301. }
  302.  
  303. #audio {
  304. height:45px;
  305. }
  306.  
  307. #audiobg {
  308. background:#6cbed6;
  309. width:45px;
  310. height:45px;
  311. margin:5px 0 0 228px;
  312. }
  313.  
  314. .play {
  315. position:absolute;
  316. height:30px;
  317. width:28px ;
  318. margin:9px 0 0 8px;
  319. overflow:hidden;
  320. }
  321.  
  322. #tings {
  323. text-align:center;
  324. font-family:calibri;
  325. text-transform:uppercase;
  326. font-size:8px;
  327. margin:-70px 0 5px 0px;
  328. }
  329.  
  330. #s-m-t-tooltip {
  331. max-width:300px;
  332. padding:1px 3px 1px 3px;
  333. margin:15px 0px 0px 15px;
  334. background:{color:tooltip bg};
  335. font-size:8px;
  336. text-transform:uppercase;
  337. font-family:calibri;
  338. color:{color:tooltip};
  339. z-index:9999999999;
  340. }
  341.  
  342. ol.notes {
  343. width:500px;
  344. padding:20px;
  345. margin:-20px 0 0 400px;
  346. list-style-type:none;
  347. font-family:calibri;
  348. font-size:8px;
  349. text-transform:uppercase;
  350. letter-spacing:1px;
  351. text-align:justify;
  352. }
  353.  
  354. ol.notes li {
  355. padding:5px;
  356. }
  357.  
  358. ol.notes img.avatar {
  359. width:0px;
  360. height:0px;
  361. }
  362.  
  363. #c {
  364. position:fixed;
  365. bottom:10px;
  366. right:10px;
  367. font-family:calibri;
  368. text-transform:uppercase;
  369. font-size:8px;
  370. letter-spacing:1px;
  371. padding:5px;
  372. }
  373.  
  374. </style>
  375. </head>
  376. <body>
  377.  
  378. <div id="side">
  379.  
  380. <div id="t">{title}</div>
  381.  
  382. {block:Pagination}
  383. <div id="pagi">{block:PreviousPage}<a href="{PreviousPage}">prev</a>-{/block:PreviousPage}{block:NextPage} <a href="{NextPage}">next</a>{/block:NextPage}
  384. </div>{/block:Pagination}
  385.  
  386. <div id="sideimg"><img src="{image:sidebar}"></div>
  387.  
  388. <div class="link">
  389. <a href="{text:link1}">{text:link1 text}</a>
  390. <a href="{text:link2}">{text:link2 text}</a>
  391. <a href="{text:link3}">{text:link3 text}</a>
  392. <a href="{text:link4}">{text:link4 text}</a>
  393. </div>
  394.  
  395. <div id="desc">{description}</div>
  396.  
  397. </div>
  398.  
  399. <div id="container">
  400. {block:posts}
  401. <div id="p">
  402.  
  403. {block:Text}
  404. <h1>{block:Title}{Title}{/block:Title}</h1>
  405. {Body}
  406. {/block:Text}
  407.  
  408. {block:Photo}
  409. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  410. {block:Caption}{Caption}{/block:Caption}
  411. {/block:Photo}
  412.  
  413. {block:Photoset}
  414. {Photoset-500}
  415. {block:Caption}{Caption}{/block:Caption}
  416. {/block:Photoset}
  417.  
  418. {block:Video}
  419. {Video-500}
  420. {block:Caption}{Caption}{/block:Caption}
  421. {/block:Video}
  422.  
  423. {block:Quote}
  424. <div id="q">{quote}</div>
  425. {block:Source}
  426. <div class="qsource">{Source}</div>
  427. {/block:Source}
  428. {/block:Quote}
  429.  
  430. {block:Link}
  431. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  432. {block:Description}<blockquote>{Description}</blockquote>{/block:Description}
  433. {/block:Link}
  434.  
  435. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}</p>{/block:Lines}{/block:Chat}
  436.  
  437. {block:Audio}
  438. <div id="audio">
  439. <div id="audiobg">
  440. <span class="play">{AudioPlayerWhite}</span></div>
  441. <div id="tings">
  442. {block:TrackName}<font style="font-family:arial; font-size:15px; font-weight:bold; letter-spacing:-1px; font-style:italic;text-transform:lowercase;">{TrackName}</font>{/block:TrackName}<br>
  443. {block:Artist}{Artist}{/block:Artist}</div></div>
  444. {block:permalinkpage}{block:Caption}<blockquote>{Caption}</blockquote>{/block:Caption}{/block:permalinkpage}{/block:Audio}
  445.  
  446.  
  447. {block:Answer}
  448. <span class="icon"><img src="{askerportraiturl-24}"></span>
  449. <div id="ask">{asker}</div>
  450. <div id="quest">{question}</div>
  451. <div id="ans">{answer}</div>
  452. {/block:Answer}
  453.  
  454. {block:date}
  455. <div id="info">
  456. <a href="{permalink}">{Month} {DayOfMonth}{dayofmonthsuffix}</a>{block:RebloggedFrom} / <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource} / <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom} / <a href="{Permalink}">{NoteCountwithlabel}</a>
  457.  
  458. {block:HasTags}
  459. <div id="tag">{block:Tags}<a href="/tagged/{Tag}"># {Tag}</a>&nbsp;{/block:Tags}</div>
  460. {block:HasTags}
  461. </div>
  462. {block:date}
  463.  
  464. </div>
  465. {/block:Posts}
  466.  
  467. {block:PostNotes}{PostNotes}{/block:PostNotes}
  468. {/block:Posts}
  469.  
  470. {block:ContentSource}
  471. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  472. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  473. {/block:SourceLogo}
  474. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  475. {/block:ContentSource}
  476.  
  477. </div></div>
  478. <div id="c"><a href="http://introsets.tumblr.com" title="theme by introsets">ints</a></div>
  479. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement