ikarli

Theme 19 by blowsjob

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