ikarli

Theme 2 by blowsjob

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