Advertisement
ikarli

Theme 20 by blowsjob

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