Advertisement
kccrowe

Wicked Tongue V.2

Mar 30th, 2013
2,390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 10.32 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:600px;
  152. margin-top:75px;
  153. }
  154.      
  155. #post {
  156. width:500px;
  157. padding-bottom:3px;
  158. font-family:consolas;
  159. opacity:1;
  160. }
  161.  
  162. #title {
  163. position:fixed;
  164. margin-top:-50px;
  165. margin-left:700px;
  166. text-transform:uppercase;
  167. color:{color:link};
  168. letter-spacing:2px;
  169. font-size:12px;
  170. font-family:courier;
  171. line-height:110%
  172. background-color:{color:background};
  173. }
  174.  
  175. #title a {
  176. margin-bottom:2px;
  177. color: {color:title};
  178. letter-spacing: 2px;
  179. font-size: 13px;
  180. font-family: open sans condensed;
  181. line-height:110%
  182. }
  183.  
  184. #header {
  185. width:590px;
  186. height:25px;
  187. background-color:{color:background};
  188. position:fixed;
  189. top:0px;
  190. left:550px;
  191. font-size:15px;
  192. padding:11px 5px 0px 5px;
  193. text-align:center;
  194. color:{color:text};
  195. }
  196.      
  197. #sidebar {
  198. width:500px;
  199. position:fixed;
  200. margin-left:0px;
  201. margin-top:-75px;
  202. opacity:1;
  203. background-color:{color:sidebarbg};
  204. background-image:url('{image:sidebarbg}');
  205. height:100%;
  206. }
  207.  
  208. #links {
  209. padding:5px;
  210. margin-top:400px;
  211. width:100px;
  212. margin-left:35px;
  213. letter-spacing:-0.5px;
  214. border-right:1px solid{color:border};
  215. }
  216.      
  217. #links a {
  218. display:inline-block;
  219. border:1px solid #b8b6b6;
  220. font-family:cambria;
  221. color:{color:link};
  222. margin-bottom:5px;
  223. padding:7px;
  224. font-size:8px;
  225. text-align:center;
  226. text-transform:uppercase;
  227. letter-spacing:0px;
  228. width:25px;
  229. height:12px;
  230. background-color:#ffffff;
  231. opacity:0.9;
  232. }
  233.    
  234. #links a:hover {
  235. color:{color:link};
  236. background-color:#ffffff;
  237. opacity:1;
  238. font-style:italic;
  239. }
  240.    
  241. #description {
  242. position:fixed;
  243. padding:5px;
  244. font-size:10px;
  245. opacity:0.8;
  246. text-align:center;
  247. margin-top:-107px;
  248. margin-left:165px;
  249. width:250px;
  250. background-color:#ffffff;
  251. line-height:120%;
  252. }
  253.      
  254. #pagination {
  255. z-index:5;
  256. position:fixed;
  257. font-family:cambria;
  258. font-size:7.5px;
  259. text-align:center;
  260. margin-top:0px;
  261. margin-left:44px;
  262. text-transform:uppercase;
  263. font-weight:bolder;
  264. letter-spacing:1px;
  265. }
  266.  
  267. #pagination a {
  268. opacity:0.8px;
  269. display:inline-block;
  270. border:1px solid #b8b6b6;
  271. font-family:cambria;
  272. color:{color:link};
  273. margin-bottom:5px;
  274. margin-left:2px;
  275. padding:2px;
  276. font-size:10px;  
  277. text-align:center;
  278. text-transform:lowercase;
  279. letter-spacing:0px;
  280. width:30px;
  281. height:12px;
  282. background-color:#ffffff;
  283. }
  284.    
  285. #pagination a:hover {
  286. color:{color:link};
  287. background-color:#ffffff;
  288. opacity:1;
  289. }
  290.      
  291. #info {
  292. text-align:center;padding:5px;
  293. margin-top:15px;
  294. margin-bottom:25px;
  295. text-transform:lowercase;
  296. font-family:consolas;
  297. font-size:11px;
  298. border-top:1px solid{color:border};
  299. border-bottom:1px solid{color:border};
  300. background-color: {color:linkbg};
  301. padding: 2px 5px 3px 10px;
  302. }
  303.  
  304. #info a:hover{
  305. color:{color:linkbg};
  306. background-color:{color:hover};
  307. }
  308.        
  309. #tags a{
  310. line-height: 6px;
  311. text-align:left;
  312. letter-spacing:1px;
  313. margin-top:-2px;
  314. font-size:11px;
  315. color: {color:tags};
  316. text-transform: uppercase;
  317. }
  318.  
  319. #tags a:hover{
  320. color:{color:linkbg};
  321. background-color:{color:hover};
  322. }
  323.      
  324. #asker{
  325. color:{color:text};
  326. padding-top:4px;
  327. padding-left:7px;
  328. padding-bottom:1px;
  329. background-color:{color:linkbg};
  330. font-family:calibri;
  331. text-transform:uppercase;
  332. font-size:10px;
  333. letter-spacing:1px;
  334. }
  335.  
  336. #asker a{
  337. color:{color:text};
  338. }
  339.  
  340. #asker a:hover{
  341. color:{color:text};
  342. background-color: {color:linkbg};
  343. }
  344.      
  345. #asked {
  346. font-family:consolas;
  347. text-transform:lowercase;
  348. letter-spacing:1px;
  349. padding-bottom:5px;
  350. }
  351.  
  352. #notes {
  353. font-family:consolas;
  354. text-transform:lowercase;
  355. font-size:9px;
  356. }
  357.      
  358. #question{
  359. padding-left:7px;
  360. padding-right:5px;
  361. padding-bottom:4px;
  362. font-size:10px;
  363. color:{color:text};
  364. background-color:{color:linkbg};
  365. }
  366.      
  367. #answer{
  368. font-size:11px;
  369. padding-left:6px;
  370. letter-spacing:3px;
  371. }
  372.        
  373. {CustomCSS}</style></head><body>
  374.  
  375. <div id="sidebar">
  376.  
  377. <div id="header">{Title}</div>
  378.  
  379. <div id="links">
  380. <a href="/">home</a>
  381. <a href="/ask">ask</a>
  382. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  383. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  384. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  385. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  386.  
  387. {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}
  388. </div>
  389.      
  390. <div id="description">{Description}</div></div>
  391.      
  392.  
  393.      
  394. <div id="entries">{block:Posts}<div id="post">
  395.      
  396. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  397.      
  398. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  399.      
  400. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  401.      
  402. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  403.      
  404. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  405.      
  406. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  407.      
  408. {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>
  409. <p>{block:Caption}{Caption}{/block:Caption}</p>{/block:Audio}
  410.      
  411. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  412.  
  413. {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}
  414.  
  415. <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}
  416. {block:ContentSource}<a href="{SourceURL}">(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags" st>
  417. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  418. {/block:Posts}
  419. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  420. {/block:Posts}</div></div></div>
  421.      
  422. <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>
  423.      
  424. </body>
  425.    
  426. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement