ikarli

Theme 3 by blowsjob

Apr 6th, 2013
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.63 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- theme by blowsjob; please follow the rules -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10.  
  11. <meta name="color:bg" content="#FFFFFF">
  12. <meta name="color:link" content="#E6E4E4">
  13. <meta name="color:hover" content="#454545">
  14. <meta name="color:infobg" content="#FCFCFC">
  15. <meta name="color:text" content="#9A9A9A">
  16. <meta name="color:tags" content="#EDEDED">
  17. <meta name="color:scrollbar" content="#D6D5D5">
  18. <meta name="color:border" content="#FAFAFA">
  19. <meta name="color:sbbackground" content="#FAFAFA">
  20.  
  21. <meta name="image:sidebar" content=""/>
  22.  
  23. <meta name="text:linkA" content="">
  24. <meta name="text:linkA url" content="/">
  25. <meta name="text:linkB" content="">
  26. <meta name="text:linkB url" content="/">
  27. <meta name="text:linkC" content="">
  28. <meta name="text:linkC url" content="/">
  29. <meta name="text:linkD" content="">
  30. <meta name="text:linkD url" content="/">
  31.  
  32. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  33. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  34. <link rel="shortcut icon" href="{Favicon}" />
  35. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  36.  
  37. <style type="text/css">
  38. @font-face{font-family:Lala;src:url(http://static.tumblr.com/vpzhdvv/6d7m90v7t/111.woff);}
  39.  
  40. a {
  41. color:{color:link};
  42. text-decoration:none;
  43. -moz-transition-duration:0.5s;
  44. -webkit-transition-duration:0.5s;
  45. -o-transition-duration:0.5s;
  46. }
  47.  
  48. a:hover {
  49. color:{color:hover};
  50. text-decoration:none;
  51. -moz-transition-duration:0.5s;
  52. -webkit-transition-duration:0.5s;
  53. -o-transition-duration:0.5s;
  54. }
  55.  
  56.  
  57. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  58. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  59. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  60.  
  61. body {
  62. background-color:{color:bg};
  63. font-family:Calibri;
  64. font-weight:normal;
  65. }
  66.  
  67.  
  68.  
  69.  
  70. h1 {
  71. font-weight:normal;
  72. font-size:10px;
  73. text-align:center;
  74. font-style:normal;
  75. line-height:80%;
  76. letter-spacing:1px;
  77. text-transform:uppercase;
  78. color:{color:text};
  79. }
  80.  
  81. h2 {
  82. font-size:15px;
  83. text-align:center;
  84. line-height:100%;
  85. letter-spacing:-0.5px;
  86. color:{color:text};
  87. font-weight:normal;
  88. padding:5px;
  89. padding-bottom:2px;
  90. }
  91.  
  92.  
  93. blockquote {
  94. border-left:2px solid {color:text};
  95. padding-left:5px;
  96. margin:5px;
  97. }
  98.  
  99. #theme {
  100. background-color:{color:bg};
  101. width:700px;
  102. margin: 0 auto -12px auto;
  103. text-align: center;
  104. }
  105.  
  106. #sidebar {
  107. color:{color:text};
  108. position:fixed;
  109. width:200px;
  110. background-color:{color:sbbackground};
  111. height:710px;
  112. margin-top:0px;
  113. margin-left:-40px;
  114. text-align:left;
  115. }
  116.  
  117. #sidebar img {
  118. width:100px;
  119. height:710px;
  120. margin-left:100px;
  121. margin-top:0px;
  122. }
  123.  
  124.  
  125. .links {
  126. margin-top:-250px;
  127. margin-left:-1px;
  128. font-size:8px;
  129. width:100px;
  130. text-transform:uppercase;
  131. text-align:center;
  132. letter-spacing:4px;
  133. line-height:250%;
  134. }
  135.  
  136. .links a{
  137. padding:2px;
  138. border:1px solid #b8b8b8;
  139. color:{color:link};
  140. letter-spacing:0px;
  141. text-decoration:none;
  142. -moz-transition-duration:1s;
  143. -webkit-transition-duration:1s;
  144. -o-transition-duration:1s;
  145. }
  146.  
  147. .links a:hover{
  148. color:{color:hover};
  149. background-color:#030303;
  150. -moz-transition-duration:1s;
  151. -webkit-transition-duration:1s;
  152. -o-transition-duration:1s;
  153. }
  154.  
  155. .desc {
  156. margin-top:-350px;
  157. margin-left:11px;
  158. text-transform:lowercase;
  159. text-align:center;
  160. background-color:#fff;
  161. padding:3px;
  162. width:70px;
  163. height:300px;
  164. font-size:10px;
  165. color:{color:text};
  166. letter-spacing:2px;
  167. line-height:150%;
  168. }
  169.  
  170. .desc a {
  171. color:{color:link};
  172. }
  173.  
  174. .pagi {
  175. font-size:8px;
  176. margin-top:70px;
  177. margin-left:-100px;
  178. text-transform:uppercase;
  179. letter-spacing:3px;
  180. font-style:normal;
  181. text-align:center;
  182. }
  183.  
  184. .pagi a {
  185. color:{color:link};
  186. }
  187.  
  188. #stuffcontainer {
  189. float:left;
  190. margin-left:200px;
  191. margin-top:75px;
  192. text-align:justify;
  193. background-color:{color:bg};
  194. color:{color:text};
  195. margin-bottom: 35px;
  196. }
  197.  
  198.  
  199. #stuff {
  200. width:500px;
  201. margin-top:20px;
  202. margin-left:40px;
  203. text-align:justify;
  204. font-size:11px;
  205. line-height:90%;
  206. letter-spacing:0x;
  207. color:{color:text};
  208. }
  209.  
  210. .caption {
  211. width:500px;
  212. text-align:justify;
  213. line-height:120%;
  214. }
  215.  
  216. .ask {
  217. padding:10px;
  218. text-align:left;
  219. color:{color:text};
  220. background-color:{color:infobg};
  221. border-bottom:1px solid {color:border};
  222. border-right:1px solid {color:border};
  223. }
  224.  
  225. .ans {
  226. text-align:left;
  227. padding:10px;
  228. color:{color:text};
  229. }
  230.  
  231. .audio {
  232. width:500px;
  233. padding-bottom:10px;
  234. background-color:{color:infobg};
  235. }
  236.  
  237. .albumart {
  238. float:left;
  239. padding:0px 10px 10px 0px;
  240. }
  241.  
  242. .albumart img {
  243. width:45px;
  244. height:45px;
  245. }
  246.  
  247. .playercontainer {
  248. text-align:left;
  249. padding:10px;
  250. background-color:#ffffff;
  251. width:480px;
  252. }
  253.  
  254. .audioinfo {
  255. padding:10px;
  256. color:{color:text};
  257. }
  258.  
  259. #postinfo {
  260. width:490px;
  261. padding:5px;
  262. font-size:8px;
  263. color:{color:link};
  264. text-transform:uppercase;
  265. font-style:normal;
  266. letter-spacing:2px;
  267. text-align:left;
  268. border-bottom:1px solid {color:border};
  269. -moz-transition-duration:0.5s;
  270. -webkit-transition-duration:0.5s;
  271. -o-transition-duration:0.5s;
  272. }
  273.  
  274. #postinfo a {
  275. color:{color:link};
  276. text-align:center;
  277. letter-spacing:1px;
  278. font-style:normal;
  279. }
  280.  
  281. #postinfo a:hover {
  282. color:{color:hover};
  283. }
  284.  
  285. .note {
  286. text-transform:uppercase;
  287. font-style:normal;
  288. letter-spacing:0px;
  289. font-size: 9px;
  290. text-align:left;
  291. line-height:90%;
  292. margin-left:-40px;
  293. }
  294.  
  295. .note li {
  296. list-style-type:none;
  297. border-bottom:1px solid {color:border};
  298. padding:10px 25px 10px 25px;
  299. text-align:left;
  300. margin:0px;
  301. -moz-transition-duration:0.5s;
  302. -webkit-transition-duration:0.5s;
  303. -o-transition-duration:0.5s;
  304. }
  305.  
  306. .tags {
  307. font-style:normal;
  308. width:500px;
  309. text-transform:uppercase;
  310. font-style:normal;
  311. color:{color:tags};
  312. letter-spacing:2px;
  313. line-height:120%;
  314. font-size:8px;
  315. text-align:left;
  316. padding:2px;
  317. -moz-transition-duration:0.5s;
  318. -webkit-transition-duration:0.5s;
  319. -o-transition-duration:0.5s;
  320. }
  321.  
  322. .tags a {
  323. color:{color:tags};
  324. letter-spacing:1px;
  325. padding:1px;
  326. }
  327.  
  328. .tags a:hover {
  329. color:{color:link};
  330. }
  331.  
  332. ul.chat, .chat ol, .chat li {
  333. list-style:none;
  334. margin:0px;
  335. padding:2px;
  336. }
  337.  
  338. .label {
  339. text-decoration:underline;
  340. font-weight:700;
  341. background-color:{color:infobg};
  342. margin-right:5px;
  343. }
  344.  
  345. #cred {
  346. position:fixed;
  347. font-size:10px;
  348. font-weight:normal;
  349. font-family:Lala;
  350. line-height:150%;
  351. letter-spacing:2px;
  352. right:10px;
  353. bottom:10px;
  354. text-transform:auto;
  355. text-align:center;
  356. }
  357.  
  358. #cred a {
  359. padding:3px;
  360. color:{color:text};
  361. -moz-transition-duration:0.5s;
  362. -webkit-transition-duration:0.5s;
  363. -o-transition-duration:0.5s;
  364. }
  365.  
  366. {CustomCSS}
  367.  
  368. #s-m-t-tooltip {
  369.  
  370. max-width:300px;
  371.  
  372. padding:3px 4px 5px 4px;
  373.  
  374. margin:20px 0px 0px 20px;
  375.  
  376. background-color:#fff; /* change the background color */
  377.  
  378. border:1px solid #ddd; /* change the border color */
  379.  
  380. font-family:calibri; /* change the font */
  381.  
  382. font-size:9px; /* change the font size */
  383.  
  384. letter-spacing:2px; /* change the letter spacing */
  385.  
  386. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  387.  
  388. color:#999; /* change the text color */
  389.  
  390. z-index:999999999999999999999999999999999999;
  391.  
  392. }
  393. </style>
  394.  
  395. </head>
  396. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  397.  
  398. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  399.  
  400. <script>
  401.  
  402. (function($){
  403.  
  404. $(document).ready(function(){
  405.  
  406. $("a[title]").style_my_tooltips({
  407.  
  408. tip_follows_cursor:true,
  409.  
  410. tip_delay_time:90,
  411.  
  412. tip_fade_speed:600,
  413.  
  414. attribute:"title"
  415.  
  416. });
  417.  
  418. });
  419.  
  420. })(jQuery);
  421.  
  422. </script>
  423.  
  424. <body>
  425. <div id="theme">
  426. <div id="sidebar">
  427. <img src="{image:sidebar}">
  428. <div class="links">
  429. {block:IfLinkA}
  430. <a title="{text:linkA}"href="{text:linkA url}">.01</a>
  431. {/block:IfLinkA}
  432. {block:IfLinkB}
  433. <a title="{text:linkB}"href="{text:linkB url}">.02</a>
  434. {/block:IfLinkB}
  435. {block:IfLinkC}
  436. <a title="{text:linkC}"href="{text:linkC url}">.03</a>
  437. {/block:IfLinkC}
  438. {block:IfLinkD}
  439. <a title="{text:linkD}"href="{text:linkD url}">.04</a>
  440. {/block:IfLinkD}
  441. </div>
  442. <div class="desc">
  443. {Description}
  444. </div>
  445. {block:Pagination}
  446. <div class="pagi">
  447. {block:PreviousPage}
  448. <a href="{PreviousPage}">←</a>
  449. {/block:PreviousPage}
  450. {block:NextPage}
  451. <a href="{NextPage}">→</a>
  452. {/block:NextPage}
  453. </div>
  454. {/block:Pagination}
  455. </div>
  456. <div id="stuffcontainer">
  457.  
  458. {block:Posts}
  459.  
  460. <div id="stuff">
  461.  
  462. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  463.  
  464. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  465.  
  466. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  467. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  468.  
  469. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  470.  
  471. {block:Photoset}<center>{Photoset-500}</center>
  472. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  473.  
  474. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  475.  
  476. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  477.  
  478. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  479.  
  480. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  481. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  482. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  483. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  484. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  485.  
  486.  
  487.  
  488. {block:Date}<div id="postinfo">{MonthNumberWithZero}-{DayOfMonthWithZero} / <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} / <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  489. {block:ContentSource} / <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  490. {block:HasTags}
  491. <div class="tags">
  492. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  493. {/block:HasTags}
  494. <div class="note">
  495. {block:PostNotes}{PostNotes}{/block:PostNotes}
  496. </div>
  497. </div>
  498. {/block:Posts}
  499.  
  500.  
  501. </div>
  502.  
  503. <div id="cred"><a href="http://blowsjob.tumblr.com/">BJs</a></div>
  504.  
  505. </div>
  506. </div>
  507. </div>
  508. </body>
  509. </html>
Advertisement
Add Comment
Please, Sign In to add comment