ikarli

Theme 11 by blowsjob

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