Advertisement
Guest User

tahnee babe.

a guest
Apr 18th, 2014
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.33 KB | None | 0 0
  1. <!--This is theme #009 by Kyla (http://hermoany.tumblr.com) and please follow the rules.
  2.  
  3. Da Rulez:
  4. *DON'T STEAL
  5. *DON'T REDISTRIBUTE
  6. *DON'T CLAIM AS YOURS
  7. *DON'T USE AS BASE
  8. *DON'T REMOVE CREDIT
  9.  
  10. Customizing is more than allowed, just please keep the credit together please. Thank you!
  11.  
  12. IMPORTANT: DO NOT LISTEN TO THE FAIL MESSAGE THAT POPS UP WHEN YOU SAVE. JUST PRESS OKAY AND YOU'LL STILL HAVE THE THEME
  13.  
  14. -->
  15.  
  16. <html>
  17. <head>
  18.  
  19. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  20. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  21. <head><title>{Title}</title>
  22. <link rel="shortcut icon" href="{Favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  25. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
  26.  
  27. <!--Default Variables-->
  28. <!--Colors-->
  29.  
  30. <meta name="color:Background" content="#ffffff"/>
  31. <meta name="color:Text" content="#333333"/>
  32. <meta name="color:Link" content="#717581"/>
  33. <meta name="color:LinkBG" content="#e7e7e7"/>
  34. <meta name="color:Hover" content="#333333"/>
  35. <meta name="color:Border" content="#969696"/>
  36. <meta name="color:SidebarBG" content="#e7e7e7"/>
  37. <meta name="color:scrollbar" content="#616161">
  38. <meta name="color:scrollbg" content="#ffffff">
  39.  
  40. <!--Images-->
  41.  
  42. <meta name="image:Background" content=""/>
  43. <meta name="image:SidebarBG" content=""/>
  44.  
  45. <!--Links-->
  46.  
  47. <meta name="text:Link1" content="/" />
  48. <meta name="text:Link1 Title" content="" />
  49. <meta name="text:Link2" content="/" />
  50. <meta name="text:Link2 Title" content="" />
  51. <meta name="text:Link3" content="/" />
  52. <meta name="text:Link3 Title" content="" />
  53. <meta name="text:Link4" content="/" />
  54. <meta name="text:Link4 Title" content="" />
  55.  
  56. <style type="text/css">
  57.  
  58. ::-webkit-scrollbar {height: auto;width: 6px;}
  59. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  60. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  61.  
  62. body {
  63. background:{color:background};
  64. background-image: url('{image:background}') no-repeat fixed center;;
  65. margin:0px;
  66. color:{color:text};
  67. font-family:consolas;
  68. font-size:10px;
  69. line-height:100%;
  70. }
  71.  
  72. a {
  73. text-decoration:none;
  74. outline:none;
  75. -moz-outline-style:none;
  76. color:{color:link};
  77. -webkit-transition: all 0.5s ease;
  78. -moz-transition: all 0.5s ease;
  79. -o-transition: all 0.5s ease
  80. }
  81.  
  82. img {
  83. border:none;
  84. }
  85.  
  86. blockquote blockquote {
  87. padding-left:5px;
  88. border-left:1px solid;
  89. }
  90.  
  91. h1 {
  92. font-size:12px;
  93. font-family:consolas;
  94. text-transform:uppercase;
  95. }
  96.  
  97. a:hover {
  98. opacity:10;
  99. color:{color:hover};
  100. -webkit-transition: all 0.7s ease;
  101. -moz-transition: all 0.7s ease;
  102. -o-transition: all 0.7s ease
  103. }
  104.  
  105. small{
  106. font-size:9px;
  107. line-height:110%
  108. }
  109.  
  110. big {
  111. font-size:12px;
  112. line-height:110%
  113. }
  114.  
  115. b, strong{
  116. color:{color:text}
  117. }
  118. i, em {
  119. color:{color:text}
  120. }
  121. p{
  122. margin-top:5px;
  123. margin-bottom:5px
  124. }
  125. blockquote {
  126. padding:0px;
  127. padding-left:5px;
  128. margin:5px;
  129. border-left:1px solid {color:text}
  130. }
  131.  
  132. blockquote img {
  133. max-width:300px
  134. }
  135.  
  136. ul, li img {
  137. max-with:250px
  138. }
  139.  
  140. .audio {width:500px;height:270px;}
  141. .albumart {width:150px;height:150px;position:absolute; border:1px dotted {color:text}; padding:2px;}
  142. .albumart img {width:150px;height:150px;float:left;}
  143. .playercontainer {display:block;width:150px;height:150px;background-color:#ffffff;position:absolute;}
  144. .player {margin-left:36px;margin-top:36px;width:25px;height:25px;
  145. overflow:hidden;background-color:white;}
  146. .audioinfo {margin-left:160px;float:left;width:200px;padding:2px;margin-top:2px;}
  147.  
  148. #entries {
  149. padding:10px;
  150. width:500px;
  151. margin-left:400px;
  152. margin-top:20px;
  153. }
  154.  
  155. #post {
  156. font-size: 11px;
  157. width:500px;
  158. padding-bottom:3px;
  159. font-family:calibri;
  160. opacity:1;
  161. }
  162.  
  163. #title {
  164. position:fixed;
  165. margin-top:-50px;
  166. margin-left:700px;
  167. text-transform:uppercase;
  168. color:{color:link};
  169. letter-spacing:2px;
  170. font-size:12px;
  171. font-family:courier;
  172. line-height:110%
  173. background-color:{color:background};
  174. }
  175.  
  176. #title a {
  177. margin-bottom:2px;
  178. color: {color:title};
  179. letter-spacing: 2px;
  180. font-size: 13px;
  181. font-family: open sans condensed;
  182. line-height:110%
  183. }
  184.  
  185. #header {
  186. width:590px;
  187. height:25px;
  188. background-color:{color:background};
  189. position:fixed;
  190. top:0px;
  191. left:550px;
  192. font-size:15px;
  193. padding:11px 5px 0px 5px;
  194. text-align:center;
  195. color:{color:text};
  196. }
  197.  
  198. #sidebar {
  199. border-right:1px solid #b8b6b6;
  200. width:300px;
  201. position:fixed;
  202. margin-left:0px;
  203. margin-top:-20px;
  204. opacity:1;
  205. background-color:{color:sidebarbg};
  206. background-image:url('{image:sidebarbg}');
  207. height:100%;
  208. }
  209.  
  210. #links {
  211. padding:5px;
  212. margin-top:400px;
  213. width:100px;
  214. margin-left:15px;
  215. letter-spacing:-0.5px;
  216. border-right:1px solid #f1f1f1;
  217. }
  218.  
  219. #links a {
  220. display:inline-block;
  221. border:1px solid #b8b6b6;
  222. font-family:consolas;
  223. color:{color:link};
  224. margin-bottom:5px;
  225. padding:7px;
  226. font-size:9px;
  227. text-align:center;
  228. text-transform:uppercase;
  229. letter-spacing:0px;
  230. width:25px;
  231. height:12px;
  232. background-color:#ffffff;
  233. opacity:0.9;
  234. line-height:12px;
  235. }
  236.  
  237. #links a:hover {
  238. color:{color:link};
  239. background-color:#ffffff;
  240. opacity:1;
  241. font-style:none;
  242. }
  243.  
  244. #description {
  245. border:1px solid #b8b6b6;
  246. position:fixed;
  247. padding:5px;
  248. font-size:10px;
  249. opacity:0.8;
  250. text-align:center;
  251. margin-top:-115px;
  252. margin-left:145px;
  253. width:124px;
  254. background-color:#ffffff;
  255. line-height:120%;
  256. }
  257.  
  258. #pagination {
  259. z-index:5;
  260. position:fixed;
  261. font-family:cambria;
  262. font-size:7.5px;
  263. text-align:center;
  264. margin-top:0px;
  265. margin-left:18px;
  266. text-transform:uppercase;
  267. letter-spacing:1px;
  268. }
  269.  
  270. #pagination a {
  271. line-height: 12px;
  272. opacity:0.8px;
  273. display:inline-block;
  274. border:1px solid #b8b6b6;
  275. font-family:consolas;
  276. color:{color:link};
  277. margin-bottom:5px;
  278. margin-left:2px;
  279. padding:5px;
  280. font-size:10px;
  281. text-align:center;
  282. text-transform:lowercase;
  283. letter-spacing:0px;
  284. width:30px;
  285. height:12px;
  286. background-color:#ffffff;
  287. }
  288.  
  289. #pagination a:hover {
  290. color:{color:link};
  291. background-color:#ffffff;
  292. opacity:1;
  293. }
  294.  
  295. #info {
  296. text-align:left;
  297. margin-top:15px;
  298. margin-bottom:25px;
  299. text-transform:uppercase;
  300. font-family:consolas;
  301. font-size:9px;
  302. border-top:1px solid{color:border};
  303. background-color: #ffffff;
  304. padding: 4px 5px 3px 0px;
  305. }
  306.  
  307. #info a:hover{
  308. color:{color:linkbg};
  309. background-color:{color:hover};
  310. }
  311.  
  312. #tags a{
  313. font-family: calibri;
  314. line-height: 6px;
  315. text-align:left;
  316. letter-spacing:1px;
  317. margin-top:-2px;
  318. font-size:9px;
  319. color: {color:tags};
  320. text-transform: lowercase;
  321. }
  322.  
  323. #tags a:hover{
  324. color:{color:linkbg};
  325. background-color:{color:hover};
  326. }
  327.  
  328. #asker{
  329. color:{color:text};
  330. padding-top:4px;
  331. padding-left:7px;
  332. padding-bottom:1px;
  333. background-color:{color:linkbg};
  334. font-family:calibri;
  335. text-transform:uppercase;
  336. font-size:10px;
  337. letter-spacing:1px;
  338. }
  339.  
  340. #asker a{
  341. color:{color:text};
  342. }
  343.  
  344. #asker a:hover{
  345. color:{color:text};
  346. background-color: {color:linkbg};
  347. }
  348.  
  349. #asked {
  350. font-family:consolas;
  351. text-transform:lowercase;
  352. letter-spacing:1px;
  353. padding-bottom:5px;
  354. }
  355.  
  356. #notes {
  357. font-family:consolas;
  358. text-transform:lowercase;
  359. font-size:9px;
  360. }
  361.  
  362. #question{
  363. padding-left:7px;
  364. padding-right:5px;
  365. padding-bottom:4px;
  366. font-size:10px;
  367. color:{color:text};
  368. background-color:{color:linkbg};
  369. }
  370.  
  371. #answer{
  372. font-size:11px;
  373. padding-left:6px;
  374. letter-spacing:3px;
  375. }
  376.  
  377. {CustomCSS}</style></head><body>
  378.  
  379. <div id="sidebar">
  380.  
  381. <div id="links">
  382. <a href="/">home</a>
  383. <a href="/ask">ask</a>
  384. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  385. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  386. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  387. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4} </div>
  388.  
  389. <div id="description">{Description}
  390.  
  391. </div>
  392.  
  393. {block:Pagination}<div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</div>{/block:Pagination}</div></div>
  394.  
  395.  
  396. <div id="entries">{block:Posts}<div id="post">
  397.  
  398. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  399.  
  400. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  401.  
  402. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  403.  
  404. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  405.  
  406. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  407.  
  408. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  409.  
  410. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="30px" height="30px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span><p></p>
  411. <p>{block:Caption}{Caption}{/block:Caption}</p>{/block:Audio}
  412.  
  413. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  414.  
  415. {block:Answer}<b><div id="asker"></b><div id="asked" style="text-align:right; word-spacing:2px; letter-spacing:2px;">{Asker} asked: {Question} </div></div>{Answer}{/block:Answer}
  416.  
  417. <div id="info"> posted <a href="{Perimalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} <a href="{ReblogParentURL}">VIA</a> {/block:RebloggedFrom}
  418. {block:ContentSource}<a href="{SourceURL}">(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags" st>
  419. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  420. {/block:Posts}
  421. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  422. {/block:Posts}</div></div></div>
  423.  
  424. <div style="font-size: 9px; letter-spacing: 1px; float: right; position: fixed; bottom: 5px; right: 5px; text-transform:lowercase;"><a href="http://hermoany.tumblr.com">theme</a></div>
  425.  
  426. </body>
  427.  
  428. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement