Advertisement
kccrowe

Michael Fassbender

May 1st, 2013
856
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 9.83 KB | None | 0 0
  1. <!--This is theme #014 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. <html>
  13. <head>
  14.  
  15. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17. <head><title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  21. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
  22.  
  23. <!--Default Variables-->
  24.      
  25. <meta name="color:Background" content="#ffffff"/>
  26. <meta name="color:Text" content="#333333"/>
  27. <meta name="color:Link" content="#717581"/>
  28. <meta name="color:Hover" content="#333333"/>
  29. <meta name="color:Border" content="#f3f3f3"/>
  30. <meta name="color:LinkBorder" content="#dfdfdf"/>
  31. <meta name="color:Scrollbar" content="#f3f3f3"/>
  32. <meta name="color:ScrollBG" content="#ffffff"/>
  33.  
  34. <meta name="image:Background" content=""/>
  35. <meta name="image:Sidebar" content=""/>
  36.  
  37. <meta name="text:Link1" content="/" />
  38. <meta name="text:Link1 Title" content="" />
  39. <meta name="text:Link2" content="/" />
  40. <meta name="text:Link2 Title" content="" />
  41. <meta name="text:Link3" content="/" />
  42. <meta name="text:Link3 Title" content="" />
  43. <meta name="text:Link4" content="/" />
  44. <meta name="text:Link4 Title" content="" />
  45.      
  46. <style type="text/css">
  47.      
  48. ::-webkit-scrollbar {height: auto;width: 6px;}
  49. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  50. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  51.          
  52. body {
  53. background:{color:background};
  54. background-image: url('{image:background}') no-repeat fixed center;;
  55. margin:0px;
  56. color:{color:text};
  57. font-family:times;
  58. font-size:10px;
  59. line-height:100%;
  60. }
  61.    
  62. a {
  63. text-decoration:none;
  64. outline:none;
  65. -moz-outline-style:none;
  66. color:{color:link};
  67. -webkit-transition: all 0.5s ease;
  68. -moz-transition: all 0.5s ease;
  69. -o-transition: all 0.5s ease
  70. }
  71.      
  72. img {
  73. border:none;
  74. }
  75.        
  76. blockquote blockquote {
  77. padding-left:5px;
  78. border-left:1px solid;
  79. }
  80.      
  81. h1 {
  82. font-size:12px;
  83. font-family:times;
  84. text-transform:uppercase;
  85. }
  86.      
  87. a:hover {
  88. opacity:10;
  89. color:{color:hover};
  90. -webkit-transition: all 0.7s ease;
  91. -moz-transition: all 0.7s ease;
  92. -o-transition: all 0.7s ease
  93. }
  94.      
  95. small{
  96. font-size:9px;
  97. line-height:110%
  98. }
  99.        
  100. big {
  101. font-size:12px;
  102. line-height:110%
  103. }
  104.        
  105. b, strong{
  106. color:{color:text}
  107. }
  108. i, em {
  109. color:{color:text}
  110. }
  111. p{
  112. margin-top:5px;
  113. margin-bottom:5px
  114. }
  115. blockquote {
  116. padding:0px;
  117. padding-left:5px;
  118. margin:5px;
  119. border-left:1px dotted {color:text}
  120. }
  121.        
  122. blockquote img {
  123. max-width:300px
  124. }
  125.        
  126. ul, li img {
  127. max-with:250px
  128. }
  129.            
  130. .audio {width:500px;height:160px;}
  131. .albumart {width:150px;height:150px;position:absolute; border:1px dotted {color:text}; padding:2px;}
  132. .albumart img {width:150px;height:150px;float:left;}
  133. .playercontainer {display:block;width:150px;height:150px;background-color:#ffffff;position:absolute;}
  134. .player {margin-left:36px;margin-top:36px;width:25px;height:25px;
  135. overflow:hidden;background-color:white;}
  136. .audioinfo {margin-left:160px;float:left;width:200px;padding:2px;margin-top:2px;}
  137.      
  138. #entries {
  139. padding:10px;
  140. width:500px;
  141. margin-left:600px;
  142. margin-top:85px;
  143. }
  144.      
  145. #post {
  146. width:500px;
  147. padding-bottom:3px;
  148. font-family:times;
  149. opacity:1;
  150. }
  151.  
  152. #title {
  153. position:fixed;
  154. margin-top:200px;
  155. margin-left:-282px;
  156. font-family:times;
  157. font-size:12px;
  158. letter-spacing:2px;
  159. word-spacing:5px;
  160. background-color:white;
  161. opacity:0.9;
  162. width:200px;
  163. padding:12px;
  164. text-transform:lowercase;
  165. letter-spacing:4px;
  166. word-spacing:5px;
  167. }
  168.  
  169. #title a {
  170. position:fixed;
  171. margin-top:0px;
  172. margin-left:0px;
  173. font-family:times;
  174. font-size:12px;
  175. letter-spacing:2px;
  176. word-spacing:5px;
  177. background-color:white;
  178. opacity:0.9;
  179. width:50px;
  180. }
  181.      
  182. #sidebar {
  183. height:110%;
  184. width:325px;
  185. position:fixed;
  186. margin-left:0px;
  187. margin-top:-100px;
  188. opacity:1;
  189. background-image:url('{image:sidebar}');
  190. }
  191.      
  192. #links {
  193. position:fixed;
  194. font-family:times;
  195. font-size:9px;
  196. opacity:1;
  197. text-align:center;
  198. padding-top:54px;
  199. letter-spacing:1px;
  200. text-transform:uppercase;
  201. padding-bottom:5px;
  202. margin-top:15px;
  203. margin-left:325px;
  204. background-color:{color:border};
  205. width:120px;
  206. padding-bottom:220px;
  207. padding-top:170px;
  208. padding-right:4px;
  209. }
  210.  
  211. #links a {
  212. display:inline-block;
  213. border:1px solid {color:linkborder};
  214. font-family:times;
  215. color:{color:link};
  216. margin-left:5px;
  217. padding:5px;
  218. font-size:8px;
  219. text-align:center;
  220. text-transform:lowercase;
  221. letter-spacing:1px;
  222. word-spacing:1px;
  223. width:52px;
  224. height:10px;
  225. background-color:#ffffff;
  226. opacity:1;
  227. margin-top:25px;
  228. }
  229.    
  230. #links a:hover {
  231. color:{color:link};
  232. background-color:{color:border};
  233. padding:7px;
  234. letter-spacing:3px;
  235. }
  236.    
  237. #description {
  238. padding:5px;
  239. font-size:10px;
  240. opacity:0.8;
  241. text-align:center;
  242. margin-top:430px;
  243. margin-left:40px;
  244. background-color:white;
  245. width:220px;
  246. }
  247.      
  248. #pagination {
  249. margin-top:5px;
  250. font-size:13px;
  251. text-align:center;
  252. color:{color:link};
  253. font-family:times;
  254. letter-spacing:2px;
  255. margin-left:-20px;
  256. opacity:0.8;
  257. }
  258.  
  259. #pagination a {
  260. display:inline-block;
  261. background-color:#ffffff;
  262. width:40px;
  263. height:10px;
  264. margin-left:0px;
  265. }
  266.      
  267. #info {
  268. text-align:center;padding:5px;
  269. margin-top:5px;
  270. margin-bottom:10px;
  271. text-transform: uppercase;
  272. font-family:times;
  273. font-size:9px;
  274. border:1px solid {color:linkborder};
  275. background-color:{color:border};
  276. padding:15px;
  277. }
  278.  
  279. #info a:hover {
  280. text-align:center;padding:5px;
  281. margin-top:5px;
  282. margin-bottom:10px;
  283. text-transform: uppercase;
  284. font-family:times;
  285. font-size:9px;
  286. background-color:{color:linkborder};
  287. }
  288.        
  289. #tags {
  290. font-family:times;
  291. letter-spacing:1px;
  292. text-transform:uppercase;
  293. font-size:9px;
  294. margin-top:4px;
  295. a {display:inline; background-color:{color:linkb};
  296. padding:-4px;
  297. text-align:left;
  298. -webkit-transition: all 0.6s ease-in-out;
  299. -moz-transition: all 0.6s ease-in-out;
  300. -o-transition: all 0.6s ease-in-out;
  301. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}  
  302.      
  303. #question {
  304. font-family:times;
  305. font-style:italic;
  306. font-size:15px;
  307. }
  308.  
  309. #notes {
  310. font-family:times;
  311. text-transform:lowercase;
  312. font-size:9px;
  313. }
  314.        
  315. {CustomCSS}</style>
  316.    
  317. </head><body>
  318.  
  319.      
  320. <div id="sidebar">
  321. <div id="links">
  322. <div id="title">{Title}</div>
  323. <a href="/">home</a>
  324. <a href="/ask">ask</a>
  325. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  326. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  327. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  328. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  329. </div>
  330.      
  331. <div id="description">{Description}</div>
  332.      
  333. {block:Pagination}<div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}"></a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}"></a>{/block:NextPage}</div>{/block:Pagination}
  334. </div></div>
  335.      
  336. <div id="entries">{block:Posts}<div id="post">
  337.      
  338. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  339.      
  340. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  341.      
  342. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  343.      
  344. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  345.      
  346. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  347.      
  348. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  349.      
  350. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  351. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  352. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  353. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times <br>{block:Caption}{Caption}{/block:Caption}
  354. {/block:Audio}
  355.      
  356. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  357.      
  358. {block:Answer}<div id="question" style="border-bottom:2px solid{color:linkborder}; font-size:13px; font-family:times; background-color:{color:border}; padding-bottom:10px; padding-left:5px; padding-top:10px; margin-bottom:20px; text-align:center;">{Asker} inquired: "{Question}"</div>
  359. {Answer}{/block:answer}
  360.      
  361. <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}
  362. {block:ContentSource}<a href="{SourceURL}">(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags" st>
  363. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  364. {/block:Posts}
  365. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  366. {/block:Posts}</div></div></div>
  367.      
  368. <div style="font-size: 9px; letter-spacing:2px; float:right; position: fixed; bottom:5px; right:5px; text-transform:lowercase; border:1px solid {color:linkborder}; padding:10px; padding-right:10px; padding-left:10px; "><a href="http://hermoany.tumblr.com">theme</a></div>
  369.      
  370. </body>
  371.    
  372. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement