Advertisement
karenok

Theme #7

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