Advertisement
ikarli

Theme 8 by blowsjob

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