ikarli

Theme 10 by blowsjob

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