ikarli

Theme 22 by snakehabltat

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