palfin

theme 1 Easy

Feb 24th, 2013
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.69 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. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description} <br/>
  7. <style type="text/css">A:hover {text-transform:lowercase;}</style>
  8. <p>
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
  11.  
  12. <!--Colors-->
  13.  
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Text" content="#333333"/>
  16. <meta name="color:Link" content="#717581"/>
  17. <meta name="color:Hover" content="#333333"/>
  18.  
  19. <!--Images-->
  20. <meta name="image:Sidebar" content=""/>
  21.  
  22. <!--Links-->
  23.  
  24. <meta name="text:Link1" content="/" />
  25. <meta name="text:Link1 Title" content="" />
  26.  
  27. <style type="text/css">
  28.  
  29. img{
  30. -webkit-transition: opacity 0.8s linear;
  31. opacity: 0.80;
  32. }
  33. img:hover{
  34. -webkit-transition: opacity 0.8s linear;
  35. opacity: 1;
  36. }
  37.  
  38.  
  39. ::-webkit-scrollbar {height: auto;width: 6px;}
  40. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  41. ::-webkit-scrollbar-track{background-color:{color:scrollbg};}
  42.  
  43. body {
  44. background:{color:background};
  45. background-image: url('{image:background}') no-repeat fixed center;;
  46. margin:0px;
  47. color:{color:text};
  48. font-family:consolas;
  49. font-size:10px;
  50. line-height:100%;
  51. }
  52.  
  53. a {
  54. text-decoration:none;
  55. outline:none;
  56. -moz-outline-style:none;
  57. color:{color:link};
  58. -webkit-transition: all 0.5s ease;
  59. -moz-transition: all 0.5s ease;
  60. -o-transition: all 0.5s ease
  61. }
  62.  
  63. img {
  64. border:none;
  65. }
  66.  
  67. blockquote blockquote {
  68. padding-left:5px;
  69. border-left:1px solid;
  70. }
  71.  
  72. h1 {
  73. font-size:12px;
  74. font-family:consolas;
  75. text-transform:uppercase;
  76. }
  77.  
  78. a:hover {
  79. opacity:10;
  80. color:{color:hover};
  81. -webkit-transition: all 0.7s ease;
  82. -moz-transition: all 0.7s ease;
  83. -o-transition: all 0.7s ease
  84. }
  85.  
  86. small{
  87. font-size:9px;
  88. line-height:110%
  89. }
  90.  
  91. big {
  92. font-size:12px;
  93. line-height:110%
  94. }
  95.  
  96. b, strong{
  97. color:{color:text}
  98. }
  99. i, em {
  100. color:{color:text}
  101. }
  102. p{
  103. margin-top:5px;
  104. margin-bottom:5px
  105. }
  106. blockquote {
  107. padding:0px;
  108. padding-left:5px;
  109. margin:5px;
  110. border-left:1px dotted {color:text}
  111. }
  112.  
  113. blockquote img {
  114. max-width:300px
  115. }
  116.  
  117. ul, li img {
  118. max-with:250px
  119. }
  120.  
  121. .audio {width:500px;height:160px;}
  122. .albumart {width:150px;height:150px;position:absolute; border:1px dotted {color:text}; padding:2px;}
  123. .albumart img {width:150px;height:150px;float:left;}
  124. .playercontainer {display:block;width:150px;height:150px;background-color:#ffffff;position:absolute;}
  125. .player {margin-left:36px;margin-top:36px;width:25px;height:25px;
  126. overflow:hidden;background-color:white;}
  127. .audioinfo {margin-left:160px;float:left;width:200px;padding:2px;margin-top:2px;}
  128.  
  129. #entries {
  130. padding:10px;
  131. width:500px;
  132. margin-left:500px;
  133. margin-top:50px;
  134. }
  135.  
  136.  
  137. #post {
  138. width:500px;
  139. padding-bottom:3px;
  140. font-family:consolas;
  141. opacity:1;
  142. }
  143.  
  144. #sidebar {
  145. width:110px;
  146. position:fixed;
  147. margin-left:230px;
  148. margin-top:190px;
  149. opacity:1;
  150. }
  151.  
  152. #sidebarimage img{
  153. width:110px;
  154. padding:3px;
  155. padding-bottom:5px;
  156. border:1px solid #ececec;
  157. border-width:3px;
  158. background-color: #ffffff;
  159. background-color: #ffffff;
  160.  
  161. }
  162.  
  163. #links {
  164. font-family:consolas;
  165. font-size:9px;
  166. opacity:1;
  167. text-align:center;
  168. padding-top:54px;
  169. letter-spacing:1px;
  170. text-transform:uppercase;
  171. padding-bottom:5px;
  172. margin-top:-50px;
  173. margin-left:8px;
  174. }
  175.  
  176. #description {
  177. padding:5px;
  178. font-size:10px;
  179. font-style:italic;
  180. opacity: 0.8;
  181. text-align:center;
  182. margin-top:-2px;
  183. margin-left:6px;
  184. }
  185.  
  186. #pagination {
  187. font-size:9px;
  188. text-align:center;
  189. color:{color:link};
  190. font-family:consolas;
  191. letter-spacing:2px;
  192. margin-left:11px;
  193. }
  194.  
  195. #info {
  196. text-align:center;padding:5px;
  197. margin-top:5px;
  198. margin-bottom:10px;
  199. text-transform: uppercase;
  200. font-family:consolas;
  201. font-size:9px;
  202. }
  203.  
  204. #tags {
  205. font-family:consolas;
  206. letter-spacing:1px;
  207. text-transform:uppercase;
  208. font-size:9px;
  209. margin-top:4px;
  210. a {display:inline; background-color:{color:linkb};
  211. padding:-4px;
  212. text-align:left;
  213. -webkit-transition: all 0.6s ease-in-out;
  214. -moz-transition: all 0.6s ease-in-out;
  215. -o-transition: all 0.6s ease-in-out;
  216. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  217.  
  218. #asker {
  219. float:left;
  220. margin-right:5px;
  221. }
  222.  
  223. #asked {
  224. font-family:sans-serif;
  225. text-transform:lowercase;
  226. letter-spacing:2px;
  227. padding-bottom:6px;
  228. }
  229.  
  230. #notes {
  231. font-family:consolas;
  232. text-transform:lowercase;
  233. font-size:9px;
  234. }
  235.  
  236. #question {
  237. font-family:sans-serif;
  238. font-style:italic;
  239. font-size:10px;
  240. }
  241.  
  242. #answer {
  243. font-family:consolas;
  244. text-transform:uppercase;
  245. font-size:10px;
  246. }
  247.  
  248. {CustomCSS}</style></head><body>
  249.  
  250. <div id="sidebar">
  251. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  252. <div id="links">
  253. <a href="/">home</a>
  254. <a href="/ask">ask</a>
  255. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  256. </div>
  257.  
  258. <div id="description">{Description}</div>
  259.  
  260. {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}
  261. </div>
  262.  
  263. <div id="entries">{block:Posts}<div id="post">
  264.  
  265. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  266.  
  267. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  268.  
  269. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  270.  
  271. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  272.  
  273. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  274.  
  275. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  276.  
  277. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  278. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  279. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  280. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  281. {/block:Audio}
  282.  
  283. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  284.  
  285. {block:Answer}<div id="asker"></div><div id="asked"><b><i>{Asker}</i></b> asked: {Question} {Answer}{/block:Answer}
  286.  
  287. <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}
  288. {block:ContentSource}<a href="{SourceURL}">(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags" st>
  289. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  290. {/block:Posts}
  291. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  292. {/block:Posts}</div></div></div>
  293.  
  294. <div style="font-size: 12px; letter-spacing: 1px; float: right; position: fixed; bottom: 5px; right: 5px; text-transform:lowercase;"><a href="http://palfin.tumblr.com">@</a></div>
  295.  
  296. <BODY onselectstart="return false;" ondragstart="return false;">
  297.  
  298. </body>
  299.  
  300. </html>
Advertisement
Add Comment
Please, Sign In to add comment