ikarli

Theme 6 by blowsjob

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