ikarli

Theme 21 by snakehabltat

Dec 21st, 2013
1,181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.79 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.  
  5.  
  6. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  7. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  8.  
  9.  
  10. <head><title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15.  
  16. <!---- theme by snakehabltat; enjoy the theme and follow the rules ---->
  17.  
  18.  
  19. <!---for no repeat add the under body {: coverbackground-webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;--->
  20.  
  21. <meta name="color:Background" content="#ffffff"/>
  22. <meta name="color:Sidebar Links" content="#732584"/>
  23. <meta name="color:DescriptionText" content="#b8b8b8"/>
  24. <meta name="color:Hover" content="#f2f2f2"/>
  25. <meta name="color:Post Links" content="#c0bfbf"/>
  26. <meta name="image:Sidebar" content=""/>
  27. <meta name="image:Background" content=""/>
  28. <meta name="text:Link 1" content="" />
  29. <meta name="text:Link 1 Text" content="" />
  30. <meta name="text:Link 2" content="" />
  31. <meta name="text:Link 2 Text" content="" />
  32. <meta name="text:Link 3" content="" />
  33. <meta name="text:Link 3 Text" content="" />
  34. <meta name="text:Link 4" content="" />
  35. <meta name="text:Link 4 Text" content="" />
  36. <meta name="text:Link 5" content="" />
  37. <meta name="text:Link 5 Text" content="" />
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44. <style type="text/css">
  45. @font-face{font-family:Lala;src:url(http://static.tumblr.com/vpzhdvv/6d7m90v7t/111.woff);}
  46.  
  47.  
  48.  
  49. ::-webkit-scrollbar-thumb{background-color: #828283;border: 2px solid #fff;height:auto;}
  50. ::-webkit-scrollbar {height:9px;width:9px;background-color: #828283 ;border: 4px solid #fff;}
  51. ::selection {background: #838382;color: transparent;}
  52. ::-moz-selection {background: #838382;color: transparent;}
  53.  
  54. body {
  55. background:{color:background};
  56. margin:0px;
  57. color:#838382;
  58. font-family:arial bold;
  59. font-size:10px;
  60. line-height:100%;
  61. letter-spacing:0px;
  62. text-align:justify;
  63. background-image:url('{image:Background}');
  64. background-repeat: no repeat;
  65. background-position: bottom right;
  66. background-attachment: fixed;
  67. }
  68.  
  69.  
  70. a {
  71. text-decoration:none;
  72. outline:none;
  73. -moz-outline-style:none;
  74. color:{color:Post Links};
  75. }
  76.  
  77. img {
  78. border:none;
  79. }
  80.  
  81. blockquote {
  82. padding-left:5px;
  83. border-left:2px solid;
  84. }
  85.  
  86. blockquote blockquote {
  87. padding-left:5px;
  88. border-left:2px solid;
  89. }
  90.  
  91. h1 {
  92. font-size:8px;
  93. letter-spacing:2px;
  94. text-transform:uppercase;
  95. font-family:'CAMBRIA';
  96. font-style:none;
  97. line-height:10px;
  98. text-align:left;
  99. padding:0px;
  100. }
  101.  
  102. a:hover {
  103. color:#000000;
  104. -moz-transition-duration:0.3s;
  105. -webkit-transition-duration:0.3s;
  106. -o-transition-duration:0.3s;
  107. }
  108.  
  109.  
  110. /*ENTRIES*/
  111.  
  112. #entries {
  113. padding:10px;
  114. width:500px;
  115. margin-left:532px;
  116. margin-top:5px;
  117. font-size:10px;
  118. font-family:'arial';
  119. letter-spacing:0px;
  120. }
  121.  
  122. #post {
  123. width:500px;
  124. padding-bottom:40px;
  125. padding:25px;
  126. margin-top:50px;
  127. background:#fff;
  128. opacity:1;
  129. box-shadow:2px 2px 5px #ddd;
  130. }
  131.  
  132. #post:hover {
  133. opacity:1;
  134. -moz-transition-duration:0.3s;
  135. -webkit-transition-duration:0.3s;
  136. -o-transition-duration:0.3s;
  137. }
  138.  
  139. /*SIDEBAR*/
  140.  
  141. #sidebar {
  142. position:fixed;
  143. margin-top:10px;
  144. margin-left:300px;
  145. }
  146.  
  147. #sidebarimage {
  148. width 130px;
  149. }
  150.  
  151. #sidebarimage img {
  152. width:185px;
  153. margin-top:164px;
  154. padding:3px;
  155. margin-left:-80px;
  156. }
  157.  
  158. #sidebarimage img:hover {
  159. -moz-transition-duration:0.6s;
  160. -webkit-transition-duration:0.6s;
  161. -o-transition-duration:0.6s;
  162. }
  163.  
  164. .links {
  165. width:202px;
  166. font-family:arial bold;
  167. padding: 9px;
  168. text-align:center;
  169. text-transform:lowercase;
  170. position:fixed;
  171. margin-top:10px;
  172. margin-left:-10px;
  173. background:#fff;
  174. }
  175.  
  176. .links a {
  177. width:124px;
  178. padding:3px;
  179. border:solid 1px {color:Sidebar Links};
  180. -moz-border-radius: 2px;
  181. border-radius: 2px;
  182. font-size:10px;
  183. letter-spacing:0px;
  184. color:{color:Sidebar Links};
  185. }
  186.  
  187. .links a:hover {
  188. -moz-transition-duration:0.3s;
  189. -webkit-transition-duration:0.3s;
  190. -o-transition-duration:0.3s;
  191. color:#fff;
  192. background:{color:Sidebar Links};
  193. opacity:10;
  194. }
  195.  
  196. #description {
  197. text-align:justify;
  198. font-family:'Arial' bold;
  199. width:200px;
  200. background:#fff;
  201. opacity:.9;
  202. padding:10px;
  203. line-height:140%;
  204. margin-top:2px;
  205. margin-left:-90px;
  206. font-size:11px;
  207. position:fixed;
  208. text-transform:none;
  209. color:{color:DescriptionText};
  210. }
  211.  
  212. #pagination {
  213. font-style:bold;
  214. width:214px;
  215. padding:3px;
  216. font-family:'arial' bold;
  217. letter-spacing:1px;
  218. font-size:9px;
  219. position:fixed;
  220. text-align:center;
  221. background:#fff;
  222. color:#000;
  223. margin-left:-10px;
  224. margin-top:43px;
  225. text-transform:lowercase;
  226. }
  227.  
  228. #pagination a {
  229. color:{color:Sidebar Links};
  230. }
  231.  
  232.  
  233. /*POST INFO*/
  234.  
  235. #info {
  236. width:526px;
  237. text-align:center;
  238. padding:10px;
  239. font-family:'trebuchet ms';
  240. margin-top:15px;
  241. margin-left:-25px;
  242. letter-spacing:1px;
  243. font-size:7px;
  244. background:#fff;
  245. font-style:none;
  246. line-height:10px;
  247. text-transform:uppercase;
  248. border-color:#838382;
  249. }
  250.  
  251. #info a {
  252. text-align:center;
  253. color:{color:Post Links};
  254. }
  255.  
  256. #info a:hover {
  257. -moz-transition-duration:0.3s;
  258. -webkit-transition-duration:0.3s;
  259. -o-transition-duration:0.3s;
  260. color:{color:Hover}
  261. }
  262.  
  263. #tags {
  264. float:left;
  265. width:535px;
  266. margin-top:10px;
  267. background:#eee;
  268. margin-left:-10px;
  269. text-align:left;
  270. font-size:7px;
  271. padding:8px;
  272. font-size:8px;
  273. opacity:1;
  274. transition-duration: 0.5s;
  275. -moz-transition-duration: 0.5s;
  276. -webkit-transition-duration: 0.5s;
  277. -o-transition-duration: 0.5s
  278. color:#000
  279. }
  280.  
  281. #tags a {
  282. letter-spacing:0px;
  283. font-size:8px;
  284. text-align:center;
  285. font-family:'CALIBRI';
  286. text-decoration:none;
  287. display:inline-block;
  288. color:#828283;
  289. }
  290.  
  291. #tags a:hover {
  292. -moz-transition-duration:0.3s;
  293. -webkit-transition-duration:0.3s;
  294. -o-transition-duration:0.3s;
  295. letter-spacing:3px;
  296. color:#000;
  297. }
  298.  
  299. /*** ask ***/
  300. #ask {
  301. padding:10px;
  302. text-align:left;
  303. color:#000;
  304. border-bottom:1px solid #838382;
  305. }
  306.  
  307. #ask a {
  308. color:{color:Sidebar Links};
  309. }
  310.  
  311.  
  312. #ans {
  313. text-align:left;
  314. padding:10px;
  315. color:#000;
  316. }
  317.  
  318. /*CREDIT*/
  319.  
  320.  
  321. #cred {
  322. position:fixed;
  323. font-size:10px;
  324. font-weight:normal;
  325. font-family:'Pacifico', cursive;
  326. line-height:150%;
  327. letter-spacing:2px;
  328. right:10px;
  329. bottom:10px;
  330. text-transform:auto;
  331. text-align:center;
  332. }
  333.  
  334. #cred a {
  335. padding:3px;
  336. color:#000;
  337. -moz-transition-duration:0.5s;
  338. -webkit-transition-duration:0.5s;
  339. -o-transition-duration:0.5s;
  340. }
  341.  
  342. {CustomCSS}
  343.  
  344.  
  345.  
  346.  
  347. </style></head>
  348.  
  349.  
  350.  
  351. <body>
  352.  
  353. <div id="sidebar">
  354.  
  355. <div id="sidebarimage">
  356. <a href="/"><img src="{image:Sidebar}"></a>
  357.  
  358. </div>
  359.  
  360. <div id="description">{Description}
  361.  
  362. <div class="links">
  363. <a href="{text:Link 1}">{text:Link 1 Text}</a>
  364. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  365. <a href="{text:Link 3}">{text:Link 3 Text}</a>
  366. <a href="{text:Link 4}">{text:Link 4 Text}</a>
  367. <a href="{text:Link 5}">{text:Link 5 Text}</a>
  368.  
  369. </div>
  370.  
  371. {block:Pagination}
  372. <div id="pagination">
  373. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  374. —{block:NextPage} <a href="{NextPage}">next</a>{/block:NextPage}
  375. </div>
  376. {block:Pagination}
  377. </div>
  378. </div>
  379.  
  380. <div id="entries">
  381. {block:Posts}
  382. <div id="post">
  383.  
  384. {block:Text}
  385. <h1>{block:Title}{Title}{/block:Title}</h1>
  386. {Body}{/block:Text}
  387.  
  388. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  389. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  390.  
  391. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  392. {/block:Caption}{/block:Photoset}
  393.  
  394. {block:Quote}<h2>"{Quote}"</h2>
  395. {block:Source}<div class="qsource"> —{Source}</div>
  396. {/block:Source}{/block:Quote}
  397.  
  398. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  399.  
  400. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  401.  
  402. {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>
  403. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  404. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  405. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  406. {/block:Audio}<br>
  407.  
  408. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  409.  
  410. {block:Answer}<div id="ask"><big><big><big><big><font face="'Rouge Script', cursive">{Asker}</font></big></big></big></big> <small>asked:</small> "{Question}"</div><div id="ans"><left><small>and I answered:</small></left>{Answer}</div>{/block:answer}
  411.  
  412. <div id="info">
  413. <a href="{Permalink}">{TimeAgo}</a> —
  414. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a> — {/block:RebloggedFrom}
  415. {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">by</a> — {/block:ContentSource}
  416. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  417. {NoteCount}</a> — <a href="{ReblogURL}" target="_blank">reblog</a>
  418. {block:HasTags} <div id="tags"> Tagged With:
  419.  
  420. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  421. </div>{block:HasTags}
  422. </div>
  423. </div>
  424. {/block:Posts}
  425. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  426. {/block:Posts}</div></div></div>
  427. <br><br><br><br>
  428.  
  429. <div id="cred">
  430. <a href="http://snakehabltat.tumblr.com/">Cred.</a>
  431. </div>
  432. </div>
  433.  
  434. </div>
  435. </div>
  436. </div>
  437.  
  438. </body>
  439.  
  440.  
  441.  
  442. </html>
Advertisement
Add Comment
Please, Sign In to add comment