Advertisement
hannahg

Theme #49

Mar 5th, 2014
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.47 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.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10.  
  11. <!---theme #49 by smullingar, follow the rules and enjoy! x
  12. --->
  13.  
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Text" content="#a8a8a8"/>
  16. <meta name="color:Sidebar Links" content="#b8b8b8"/>
  17. <meta name="color:DescriptionText" content="#b8b8b8"/>
  18. <meta name="color:Border" content="#dddddd"/>
  19. <meta name="color:Hover" content="#f2f2f2"/>
  20. <meta name="color:Scrollbar" content="#000000"/>
  21. <meta name="color:ScrollbarBg" content="#ffffff"/>
  22. <meta name="color:Post Links" content="#c0bfbf"/>
  23. <meta name="color:Answer Backg" content="#000000"/>
  24. <meta name="image:Sidebar" content=""/>
  25. <meta name="image:Background" content=""/>
  26. <meta name="text:Link 1" content="" />
  27. <meta name="text:Link 1 Text" content="" />
  28. <meta name="text:Link 2" content="" />
  29. <meta name="text:Link 2 Text" content="" />
  30. <meta name="text:Link 3" content="" />
  31. <meta name="text:Link 3 Text" content="" />
  32. <meta name="if:Show Link 1" content="1" />
  33. <meta name="if:Show Link 2" content="1" />
  34. <meta name="if:Show Link 3" content="1" />
  35.  
  36.  
  37. <style type="text/css">
  38.  
  39. ::-webkit-scrollbar-thumb {
  40. height:auto;
  41. background-color:{color:Scrollbar};
  42. }
  43.  
  44. ::-webkit-scrollbar {
  45. height:9px;
  46. width:4px;
  47. background-color:{color:ScrollbarBg};
  48. }
  49.  
  50. body {
  51. background:{color:background};
  52. margin:0px;
  53. color:{color:text};
  54. font-family:calibri;
  55. font-size:10px;
  56. line-height:100%;
  57. letter-spacing:0px;
  58. text-align:justify;
  59. background-image:url('{image:Background}');
  60. }
  61.  
  62. a {
  63. text-decoration:none;
  64. outline:none;
  65. -moz-outline-style:none;
  66. color:{color:Post Links};
  67. }
  68.  
  69. img {
  70. border:none;
  71. }
  72.  
  73. blockquote {
  74. padding-left:5px;
  75. border-left:2px solid;
  76. }
  77.  
  78. blockquote blockquote {
  79. padding-left:5px;
  80. border-left:2px solid;
  81. }
  82.  
  83. h1 {
  84. font-size:8px;
  85. letter-spacing:2px;
  86. text-transform:uppercase;
  87. font-family:'CAMBRIA';
  88. font-style:none;
  89. line-height:10px;
  90. text-align:left;
  91. padding:0px;
  92. }
  93.  
  94. a:hover {
  95. color:#000000;
  96. -moz-transition-duration:0.3s;
  97. -webkit-transition-duration:0.3s;
  98. -o-transition-duration:0.3s;
  99. }
  100.  
  101.  
  102. /*ENTRIES*/
  103.  
  104. #entries {
  105. padding:10px;
  106. width:500px;
  107. margin-left:302px;
  108. margin-top:5px;
  109. font-size:10px;
  110. font-family:'arial';
  111. letter-spacing:0px;
  112. }
  113.  
  114. #post {
  115. width:500px;
  116. padding-bottom:40px;
  117. padding:25px;
  118. margin-top:50px;
  119. }
  120.  
  121. /*SIDEBAR*/
  122.  
  123. #sidebar {
  124. position:fixed;
  125. margin-left:100px;
  126. margin-top:0px;
  127. margin-left:170px;
  128. }
  129.  
  130. #sidebarimage {
  131. width 130px;
  132. }
  133.  
  134. #sidebarimage img {
  135. width:185px;
  136. border:solid 5px #eee;
  137. margin-top:170px;
  138. padding:3px;
  139. margin-left:-80px;
  140. }
  141.  
  142. #sidebarimage img:hover {
  143. opacity:0.7;
  144. -moz-transition-duration:0.6s;
  145. -webkit-transition-duration:0.6s;
  146. -o-transition-duration:0.6s;
  147. }
  148.  
  149. .links {
  150. width:180px;
  151. font-family:'calibri';
  152. padding: 4px;
  153. text-align:center;
  154. text-transform:uppercase;
  155. position:fixed;
  156. margin-top:-210px;
  157. margin-left:-73px;
  158. }
  159.  
  160. .links a {
  161. width:94px;
  162. padding:5px;
  163. font-size:8px;
  164. letter-spacing:0px;
  165. color:#000;
  166. background-color:#eee;
  167. }
  168.  
  169. .links a:hover {
  170. -moz-transition-duration:0.3s;
  171. -webkit-transition-duration:0.3s;
  172. -o-transition-duration:0.3s;
  173. color:{color:Hover};
  174. }
  175.  
  176. #description {
  177. text-align:justify;
  178. font-family:'Arial';
  179. width:160px;
  180. margin-top:200px;
  181. margin-left:-0px;
  182. font-size:9px;
  183. position:fixed;
  184. padding:10px;
  185. text-transform:none;
  186. color:#000;
  187. background-color:#eee;
  188. }
  189.  
  190. #pagination {
  191. font-style:bold;
  192. padding:2px;
  193. font-family:'arial';
  194. letter-spacing:0px;
  195. font-size:9px;
  196. text-align:center;
  197. padding:2px;
  198. margin-top:10px;
  199. text-transform:lowercase;
  200. }
  201.  
  202.  
  203. /*POST INFO*/
  204.  
  205. #info {
  206. width:500px;
  207. text-align:left;
  208. font-family:'trebuchet ms';
  209. margin-top:3px;
  210. margin-left:px;
  211. letter-spacing:1px;
  212. font-size:7px;
  213. font-style:none;
  214. padding:1px;
  215. line-height:10px;
  216. text-transform:uppercase;
  217. border-top:1px solid;
  218. border-color:{color:Border};
  219. }
  220.  
  221. #info a {
  222. text-align:center;
  223. color:{color:Post Links};
  224. }
  225.  
  226. #info a:hover {
  227. -moz-transition-duration:0.3s;
  228. -webkit-transition-duration:0.3s;
  229. -o-transition-duration:0.3s;
  230. color:{color:Hover}
  231. }
  232.  
  233. #tags {
  234. float:left;
  235. width:489px;
  236. margin-top:-7px;
  237. margin-left:-5px;
  238. text-align:left;
  239. font-size:7px;
  240. padding:5px;
  241. font-size:8px;
  242. opacity:1;
  243. transition-duration: 0.5s;
  244. -moz-transition-duration: 0.5s;
  245. -webkit-transition-duration: 0.5s;
  246. -o-transition-duration: 0.5s
  247. color:{color:Post Links};
  248. }
  249.  
  250. #tags a {
  251. letter-spacing:0px;
  252. font-size:8px;
  253. text-align:center;
  254. font-family:'CALIBRI';
  255. text-decoration:none;
  256. display:inline-block;
  257. color:#ddd;
  258. }
  259.  
  260. #tags a:hover {
  261. background-color:#fff;
  262. -moz-transition-duration:0.3s;
  263. -webkit-transition-duration:0.3s;
  264. -o-transition-duration:0.3s;
  265. color:{color:Hover};
  266. }
  267.  
  268. /*QUESTION*/
  269.  
  270. #asker {
  271. color:#000;
  272. padding:14px;
  273. font-family:'arial';
  274. font-size:11px;
  275. letter-spacing:0px;
  276. text-align:left;
  277. margin-top:0px;
  278. text-transform:lowercase;
  279. line-height:100%;
  280. background-color:{color:Answer Backg}
  281. }
  282.  
  283.  
  284.  
  285. {CustomCSS}</style></head><body>
  286.  
  287. <div id="sidebar">
  288.  
  289. <div id="sidebarimage">
  290. <a title="home" href="/">
  291. <img src="{image:Sidebar}">
  292. </a>
  293. </div>
  294.  
  295. <div class="links">
  296. <a href="/">Home</a>
  297. <a href="/ask">Ask</a>
  298. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  299. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  300. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  301.  
  302. <div id="description">{Description}
  303.  
  304.  
  305. {block:Pagination}
  306. <div id="pagination">
  307. {block:PreviousPage}<a href="{PreviousPage}">new</a>{/block:PreviousPage}
  308. — {block:NextPage}<a href="{NextPage}">older</a>{/block:NextPage}
  309. </div>
  310. {/block:Pagination}
  311. </div>
  312. </div>
  313. </div>
  314.  
  315. <div id="entries">
  316. {block:Posts}
  317. <div id="post">
  318.  
  319. {block:Text}
  320. <h1>{block:Title}{Title}{/block:Title}</h1>
  321. {Body}{/block:Text}
  322.  
  323. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  324. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  325.  
  326. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  327. {/block:Caption}{/block:Photoset}
  328.  
  329. {block:Quote}<h2>"{Quote}"</h2>
  330. {block:Source}<div class="qsource"> —{Source}</div>
  331. {/block:Source}{/block:Quote}
  332.  
  333. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  334.  
  335. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  336.  
  337. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  338. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  339. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  340. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  341. {/block:Audio}<br>
  342.  
  343. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  344.  
  345. {block:Answer}<div id="asker">{Question} —<span style="text-align:lowercase; color:#fcfcfc;font-style:italic; "><b><i>{Asker}</i></b><br></span> </div><left><div style="padding:4px;margin-top:3px;font-size:11px;"><font face="arial">{Answer}</font></div>{/block:Answer}
  346.  
  347. <div id="info">
  348. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> —
  349. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  350. and {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  351. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  352. with {NoteCountWithLabel}</a>
  353. {block:HasTags}<div id="tags">
  354.  
  355. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  356. </div>{block:HasTags}
  357. </div>
  358. </div>
  359. {/block:Posts}
  360. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  361. {/block:Posts}</div></div></div>
  362. <br><br><br><br>
  363.  
  364. <div style="position:fixed;bottom:3px; right:3px; font-size:7px; letter-spacing:1px; font-family:cambria;"><a href="http://smullingar.tumblr.com/">© SMULLINGAR</a></center></div>
  365.  
  366.  
  367.  
  368. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement