Advertisement
hannahg

Theme #47

Dec 22nd, 2013
821
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.98 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.  
  5. theme #47 by smullingar, follow the rules and enjoy! x
  6.  
  7. -->
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head><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:Background" content="#ffffff"/>
  18. <meta name="color:Sidebar" content="#ffffff"/>
  19. <meta name="color:Text" content="#a8a8a8"/>
  20. <meta name="color:Link" content="#b8b8b8"/>
  21. <meta name="color:Tags" content="f0f0f0"/>
  22. <meta name="color:Hover" content="#f2f2f2"/>
  23. <meta name="color:Line" content="#f2f2f2"/>
  24. <meta name="color:Border" content="#e4e4e4"/>
  25. <meta name="color:Post" content="#ffffff"/>
  26. <meta name="color:Answer" content="#f8f8f8"/>
  27. <meta name="image:sidebar" content=""/>
  28. <meta name="image:bg" content=""/>
  29. <meta name="text:Link 1" content="" />
  30. <meta name="text:Link 1 Text" content="" />
  31. <meta name="text:Link 2" content="" />
  32. <meta name="text:Link 2 Text" content="" />
  33. <meta name="text:Link 3" content="" />
  34. <meta name="text:Link 3 Text" content="" />
  35. <meta name="text:Link 4" content="" />
  36. <meta name="text:Link 4 Text" content="" />
  37. <meta name="if:Show Link 1" content="1" />
  38. <meta name="if:Show Link 2" content="1" />
  39. <meta name="if:Show Link 3" content="1" />
  40. <meta name="if:Show Link 4" content="1" />
  41. <meta name="color:scrollbarbg" content="ffffff"/>
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46. /* --- SCROLLBAR ---*/
  47.  
  48. ::-webkit-scrollbar {
  49. width: 5px;height: 5px;}
  50. ::-webkit-scrollbar-button:start:decrement,
  51. ::-webkit-scrollbar-button:end:increment {
  52. height: 6px;display: block;background-color: {color:white};}
  53. ::-webkit-scrollbar-track-piece {
  54. background-color: {color:scrollbarbg};}
  55. ::-webkit-scrollbar-thumb:vertical {
  56. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  57.  
  58.  
  59. /* --- BODY ---*/
  60.  
  61. body {
  62. background:{color:background};
  63. margin:0px;
  64. color:{color:text};
  65. font-family:Calibri;
  66. font-size:9px;
  67. line-height:100%;
  68. font-family: 'meem31';src: url('http://static.tumblr.com/gyoju49/bq1mo9gkz/meem31.woff');
  69. }
  70.  
  71. a {
  72. text-decoration:none;
  73. outline:none;
  74. -moz-outline-style:none;
  75. color:{color:link};
  76. }
  77.  
  78. img {
  79. border:none;
  80. }
  81.  
  82. blockquote {
  83. padding-left:5px;
  84. border-left:2px solid;
  85. }
  86.  
  87. blockquote blockquote {
  88. padding-left:5px;
  89. border-left:2px solid;
  90. }
  91.  
  92. h1 {
  93. font-size:9px;
  94. text-transform:uppercase;
  95. }
  96.  
  97. a:hover {
  98. opacity:10;
  99. color:{color:hover};
  100. -webkit-transition: all 0.7s ease;
  101. -moz-transition: all 0.7s ease;
  102. -o-transition: all 0.7s ease
  103. }
  104.  
  105. /* --- POST ENTRIES ---*/
  106.  
  107.  
  108. #entries {
  109. padding:10px;
  110. width:500px;
  111. margin-left:450px;
  112. margin-top:40px;
  113. font-size:10px;
  114. }
  115.  
  116. /* --- BODY: POSTS ---*/
  117.  
  118.  
  119. #post {
  120. width:500px;
  121. padding-bottom:20px;
  122. padding:10px;
  123. margin-top:35px;
  124. background-color:{color:Post};
  125. }
  126.  
  127. #title {
  128. font-size:30px;
  129. font-weight:bold;
  130. font-family:arial;
  131. letter-spacing:-2px;
  132. text-align:center;
  133. padding-left:0px;
  134. height:40px;
  135. margin-top:0px;
  136. margin-left:-5px;
  137. width:300px;
  138. line-height:40px;
  139. color:#000;
  140.  
  141. }
  142.  
  143. /* --- SIDEBAR IMAGE ---*/
  144.  
  145.  
  146. #sidebar {
  147. width:100px;
  148. position:fixed;
  149. margin-left:90px;
  150. margin-top:100px;
  151. background-color:{color:Sidebar};
  152. }
  153.  
  154. #sidebarimage {
  155. width 100px;
  156. }
  157.  
  158. #sidebarimage img {
  159. width:300px;
  160. background-color:{color:Sidebar};
  161. }
  162.  
  163.  
  164. /* --- SIDEBAR LINKS ---*/
  165.  
  166.  
  167. .links {
  168. width:300px;
  169. height:15px;
  170. padding: 9px;
  171. font-size:8px;
  172. text-align:center;
  173. margin-top:70px;
  174. word-spacing:10px;
  175. margin-left:-20px;
  176. text-transform:lowercase;
  177. color:#000;
  178. font-family:arial;
  179. text-decoration:underline;
  180. background-color:;
  181. position:fixed;
  182. }
  183.  
  184. .links a {
  185. font-size: 10px;
  186. }
  187.  
  188. .links a:hover {
  189. font-style:;
  190. color:{color:link};
  191. }
  192.  
  193. /* --- DESCRIPTION ---*/
  194.  
  195. #description {
  196. position:fixed;
  197. line-height:100%;
  198. font-size:9px;
  199. width:285px;
  200. color:#fff;
  201. background-color:#000;
  202. margin-top:1px;
  203. font-family:arial;
  204. padding:8px;
  205. margin-left:-1px;
  206. }
  207.  
  208. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  209. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  210.  
  211. /* --- PAGINATION---*/
  212.  
  213.  
  214. #pagination {
  215. width:229px;
  216. height:46px;
  217. font-size:9.5px;
  218. padding-top:20px;
  219. text-align:center;
  220. margin-left:23px;
  221. font-family:Arial;
  222. color:#000;
  223. margin-top:85px;
  224. position:fixed;
  225. letter-spacing:0px;
  226. }
  227.  
  228. #pagination a:hover {
  229. font-style:italic;
  230. color:{color:text}
  231. }
  232.  
  233. /* --- POST INFO ---*/
  234.  
  235.  
  236. #info {
  237. text-align:center;
  238. margin-top:10px;
  239. text-transform:lowercase;
  240. font-size:8px;
  241. font-style:none;
  242. font-family:arial;
  243. }
  244.  
  245. /* --- POST TAGS---*/
  246.  
  247.  
  248. #tags {
  249. letter-spacing:0px;
  250. text-transform:lowercase;
  251. font-family:arial;
  252. font-size:8px;
  253. font-style:italic;
  254. margin-top:4px;
  255. text-align:center;
  256. }
  257.  
  258. #tags
  259. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  260. -webkit-transition: all 0.6s ease-in-out;
  261. -moz-transition: all 0.6s ease-in-out;
  262. -o-transition: all 0.6s ease-in-out;
  263. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  264.  
  265.  
  266. /* --- QUESTIONS ---*/
  267.  
  268. #asker {
  269. padding-top:5px;
  270. padding-bottom:5px;
  271. font-family:arial;
  272. letter-spacing:1px;
  273. text-align:center;
  274. font-style:italic;
  275. background-color:#eee;
  276. }
  277.  
  278. {CustomCSS}</style></head><body>
  279.  
  280.  
  281. <div id="sidebar">
  282. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  283.  
  284. <div id="title">{title}</div>
  285.  
  286.  
  287.  
  288. <div class="links">
  289. <a href="/">home</a>
  290. <a href="/ask">mssg</a>
  291. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  292. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  293. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  294. {block:IfShowLink4}<a href="{text:Link 4}">{text:Link 4 Text}</a>{/block:IfShowLink4}
  295. </div>
  296.  
  297. <div id="description">
  298. {Description}
  299. </div>
  300.  
  301. <div id="pagination">
  302. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} - {block:NextPage}<a href="{NextPage}">next</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  303. </div>
  304.  
  305. </div>
  306.  
  307. <div id="entries">{block:Posts}<div id="post">
  308.  
  309. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  310.  
  311. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  312.  
  313. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  314.  
  315. {block:Quote}{Quote}{/block:Quote}
  316.  
  317. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  318.  
  319. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  320.  
  321. {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>
  322. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  323. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  324. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  325. {/block:Audio}
  326.  
  327. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  328.  
  329. {block:Answer}<div id="asker"><span style="font-family:arial;font-size:9px;font-style:italic;">{Asker}: </span>{Question}</div><center><font face="arial">{Answer}</font>{/block:Answer}
  330.  
  331. <div id="info">
  332. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  333. {block:HasTags}<div id="tags">tags:{block:Tags} +<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  334. {/block:Posts}
  335. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  336. {/block:Posts}</div></div></div>
  337.  
  338.  
  339.  
  340. <!--
  341. THEME MAKER CREDIT
  342. -->
  343.  
  344. <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>
  345.  
  346.  
  347. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement