Advertisement
alaskayoun

theme 004

May 30th, 2014
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.30 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.  
  3. <!--
  4. theme by scottsvmmers
  5. -->
  6.  
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9. <head>
  10.  
  11. <title>{title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16.  
  17. <meta name="color:Text" content="#000000"/>
  18. <meta name="color:Background" content="#ffffff"/>
  19. <meta name="color:Link" content="#000000"/>
  20. <meta name="color:Hover" content="#626262"/>
  21. <meta name="color:Line" content="#f2f2f2"/>
  22. <meta name="color:Border" content="#f0f0f0"/>
  23. <meta name="color:scrollbar" content="#000000"/>
  24. <meta name="color:scrollbarbg" content="#ffffff"/>
  25.  
  26. <meta name="image:sidebar" content=""/>
  27. <meta name="image:bg" content=""/>
  28.  
  29. <meta name="text:linkA" content="">
  30. <meta name="text:linkA url" content="/">
  31. <meta name="text:linkB" content="">
  32. <meta name="text:linkB url" content="/">
  33. <meta name="text:linkC" content="">
  34. <meta name="text:linkC url" content="/">
  35. <meta name="text:linkD" content="">
  36. <meta name="text:linkD url" content="/">
  37.  
  38.  
  39.  
  40. <style type="text/css">
  41.  
  42. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar};height:5px;}
  43. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar};height:5px!important;}
  44. ::-webkit-scrollbar {background-color:{color:scrollbarbg};height:5px;width:7px;}
  45.  
  46.  
  47.  
  48. body {
  49. background:{color:background};
  50. margin:0px;
  51. color:{color:text};
  52. font-family:arial;
  53. font-size:9px;
  54. line-height:100%;
  55. }
  56.  
  57. a {
  58. text-decoration:none;
  59. -moz-outline-style:none;
  60. color:{color:link};
  61. }
  62.  
  63. img {
  64. border:none;
  65. }
  66.  
  67.  
  68. h1 {
  69. font-size:15px;
  70. text-transform:uppercase;
  71. font-weight:normal;
  72. font-family:times;
  73. line-height:15px;
  74. }
  75.  
  76. blockquote {
  77. padding-left:5px;
  78. border-left:2px solid;
  79. }
  80.  
  81. blockquote blockquote {
  82. padding-left:5px;
  83. border-left:2px solid;
  84. }
  85.  
  86.  
  87. a:hover {
  88. opacity:1;
  89. color:{color:hover};
  90. }
  91.  
  92.  
  93. #sidebar {
  94. position:fixed;
  95. width:120px;
  96. margin-left:250px;
  97. margin-top:200px;
  98. opacity:1;
  99. }
  100.  
  101. #sidebarimage {
  102. width 120px;
  103. }
  104.  
  105. #sidebarimage img {
  106. width:120px;
  107. padding:5px;
  108. }
  109.  
  110.  
  111. .desc {
  112. position:fixed;
  113. margin-top:-5px;
  114. margin-left:0px;
  115. font-family:times;
  116. line-height:110%;
  117. font-size:9px;
  118. width:120px;
  119. padding:5px;
  120. opacity:1;
  121. text-align:center;
  122. color:{color:text};
  123. }
  124.  
  125. .desc a
  126. {color:{color:text};}
  127.  
  128. .desc a:hover {
  129. color:{color:hover};
  130. }
  131. .links {
  132. position:fixed;
  133. margin-top:-7px;
  134. width:125px;
  135. word-spacing:2px;
  136. font-family:courier;
  137. text-align:center;
  138. text-transform:uppercase;
  139. opacity:0;
  140. }
  141.  
  142. .links a {
  143. font-size: 9px;
  144. }
  145.  
  146. .links a:hover {
  147. color:{color:Hover}
  148. }
  149.  
  150.  
  151. #pagi{
  152. width:100px;
  153. font-size:8px;
  154. text-align:center;
  155. margin-left:15px;
  156. margin-top:10px;
  157. position:fixed;
  158. font-family:cambria;
  159. letter-spacing:0px;
  160. }
  161.  
  162.  
  163. #all {
  164. padding:10px;
  165. width:500px;
  166. margin-left:450px;
  167. margin-top:50px;
  168. font-size:10px;
  169. }
  170.  
  171.  
  172.  
  173. #posts {
  174. width:500px;
  175. padding-bottom:20px;
  176. padding:10px;
  177. margin-top:30px;
  178. background-color:{color:Post};
  179. }
  180.  
  181.  
  182. #details {
  183. text-align:left;
  184. margin-top:8px;
  185. text-transform:uppercase;
  186. font-size:6px;
  187. font-style:none;
  188. border-top:1px solid {color:Line};
  189. font-family:times;
  190. }
  191.  
  192.  
  193. #tags {
  194. font-family:times;
  195. letter-spacing:0px;
  196. text-transform:lowercase;
  197. font-size:10px;
  198. margin-top:0px;
  199. text-align:left;
  200. }
  201.  
  202. #tags a {
  203. display:inline-block;
  204. padding:-3px;
  205. text-align:right;
  206. color:#000;
  207. }
  208. #question {
  209. padding:8px;
  210. font-family:cambria;
  211. letter-spacing:2px;
  212. text-align:right;
  213. font-style:italic;
  214. border:3px {color:border} solid;
  215. color:{color:text};
  216. background-color:{color:background};
  217. }
  218.  
  219. #stitle {font-family:arial;text-transform:lowercase;text-align:center;padding:5px;font-size:15px;font-weight:bold;width:120px;margin-bottom:-3px;}
  220.  
  221. #sidebar:hover .links{opacity:1;}
  222. #sidebar:hover #stitle{opacity:0;}
  223.  
  224. #quote {font-family:times;font-size:15px;line-height:15px;padding:20px;background-color:#f8f8f8;text-align:center;}
  225. #source {font-family:courier;font-size:9; text-transform:uppercase;text-align:center;margin-top:5px;padding-bottom:10px;}
  226. #asker {font-family:courier;font-size:9; text-transform:uppercase;text-align:center;margin-top:5px;padding-bottom:10px;}
  227.  
  228. ol.notes {
  229. padding: 0px;
  230. margin: 25px 0px;
  231. list-style-type: none;
  232. border-bottom: solid 1px #eee;
  233. }
  234.  
  235. ol.notes li.note {
  236. border-top: solid 1px #eee;
  237. padding: 10px;
  238. }
  239.  
  240. ol.notes li.note img.avatar {
  241. vertical-align: -4px;
  242. margin-right: 10px;
  243. width: 16px;
  244. height: 16px;
  245. }
  246.  
  247. ol.notes li.note span.action {
  248. font-weight:normal;
  249. font-family:times;
  250. }
  251.  
  252. ol.notes li.note .answer_content {
  253. font-weight: normal;
  254. font-family:times;
  255. }
  256.  
  257. ol.notes li.note blockquote {
  258. border-color: #eee;
  259. padding: 4px 10px;
  260. margin: 10px 0px 0px 25px;
  261. }
  262.  
  263. ol.notes li.note blockquote a {
  264. text-decoration: none;
  265. }
  266. {CustomCSS}</style></head><body>
  267. <div id="sidebar">
  268. <div id="stitle">{title}</div>
  269. <div class="links">
  270. {block:IfLinkA}
  271. <a href="{text:linkA url}">{text:linkA}</a>
  272. {/block:IfLinkA}
  273. {block:IfLinkB}
  274. <a href="{text:linkB url}">{text:linkB}</a>
  275. {/block:IfLinkB}
  276. {block:IfLinkC}
  277. <a href="{text:linkC url}">{text:linkC}</a>
  278. {/block:IfLinkC}
  279. {block:IfLinkD}
  280. <a href="{text:linkD url}">{text:linkD}</a>
  281. {/block:IfLinkD}
  282. </div>
  283. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  284. <div class="desc">
  285. {Description}
  286. {block:Pagination}<div id="pagi">
  287. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  288. {block:JumpPagination length="3"}
  289. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  290. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  291. {/block:JumpPagination}
  292. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  293. </div>{/block:Pagination}
  294.  
  295. </div>
  296.  
  297. </div>
  298.  
  299. <div id="all">{block:Posts}<div id="posts">
  300.  
  301. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  302.  
  303. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  304.  
  305. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  306.  
  307. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  308.  
  309. {block:Quote}<div id="quote">{Quote}</div><div id="source">{source}</div>{/block:Quote}
  310.  
  311. {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>
  312. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  313. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  314. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  315. {/block:Audio}
  316.  
  317. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  318.  
  319. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}<p>
  320. <div style="margin:-10px 0px;">
  321. {block:Lines}<div style=" padding:7px 3px; ">{block:Label}<span style="text-transform: uppercase;font-family: times; letter-spacing: 1px;">{Label}</span>{/block:Label}&nbsp;{Line}<br></div>{/block:Lines}</div><br />{/block:Chat}
  322.  
  323.  
  324. {block:Answer}<div id="quote">{Question}</div><div id="asker">{Asker}</div> <font face="arial">{Answer}</font>{/block:Answer}
  325.  
  326. <div id="details">
  327. <br> posted on <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}</a> with <font color=red><big>โ™ฅ</big></font> <a href="{Permalink}">{NoteCountWithLabel}</a> <big><big>ยท</big></big> <a href="{ReblogURL}" target="_blank">reblog</a>
  328. {block:HasTags}<div id="tags">{block:Tags}<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp; {/block:Tags}</div>{/block:HasTags}</div></div>
  329. {/block:Posts}
  330. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  331. {/block:Posts}{block:ContentSource}
  332. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  333. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  334. {/block:SourceLogo}
  335. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  336. {/block:ContentSource}
  337.  
  338. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} --></div></div></div>
  339.  
  340.  
  341. <div style="position:fixed;bottom:2px; right:3px; font-size:9px; letter-spacing:1px; font-family:times;text-transform:uppercase;padding:4px;"><a href="http://scottsvmmers.tumblr.com">theme</a></div>
  342.  
  343.  
  344. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement