Advertisement
hannahg

Theme #21

Jul 12th, 2013
507
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.  
  5. theme #21 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:sidebar2" content=""/>
  29. <meta name="image:bg" content=""/>
  30. <meta name="text:Link 1" content="" />
  31. <meta name="text:Link 1 Text" content="" />
  32. <meta name="text:Link 2" content="" />
  33. <meta name="text:Link 2 Text" content="" />
  34. <meta name="if:Show Link 1" content="1" />
  35. <meta name="if:Show Link 2" content="1" />
  36. <meta name="color:scrollbarbg" content="ffffff"/>
  37.  
  38.  
  39. <style type="text/css">
  40.  
  41. /* --- SCROLLBAR ---*/
  42.  
  43. ::-webkit-scrollbar {
  44. width: 5px;height: 5px;}
  45. ::-webkit-scrollbar-button:start:decrement,
  46. ::-webkit-scrollbar-button:end:increment {
  47. height: 6px;display: block;background-color: {color:white};}
  48. ::-webkit-scrollbar-track-piece {
  49. background-color: {color:scrollbarbg};}
  50. ::-webkit-scrollbar-thumb:vertical {
  51. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  52.  
  53.  
  54. /* --- BODY ---*/
  55.  
  56. body {
  57. background:{color:background};
  58. margin:0px;
  59. color:{color:text};
  60. font-family:Calibri;
  61. font-size:9px;
  62. line-height:100%;
  63. }
  64.  
  65. a {
  66. text-decoration:none;
  67. outline:none;
  68. -moz-outline-style:none;
  69. color:{color:link};
  70. }
  71.  
  72. img {
  73. border:none;
  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. h1 {
  87. font-size:9px;
  88. text-transform:uppercase;
  89. }
  90.  
  91. a:hover {
  92. opacity:10;
  93. color:{color:hover};
  94. -webkit-transition: all 0.7s ease;
  95. -moz-transition: all 0.7s ease;
  96. -o-transition: all 0.7s ease
  97. }
  98.  
  99. /* --- POST ENTRIES ---*/
  100.  
  101.  
  102. #entries {
  103. padding:10px;
  104. width:400px;
  105. margin-left:450px;
  106. margin-top:40px;
  107. font-size:10px;
  108. }
  109.  
  110. /* --- BODY: POSTS ---*/
  111.  
  112.  
  113. #post {
  114. width:400px;
  115. padding-bottom:20px;
  116. padding:10px;
  117. margin-top:15px;
  118. background-color:{color:Post};
  119. }
  120.  
  121. /* --- SIDEBAR IMAGE ---*/
  122.  
  123.  
  124. #sidebar {
  125. width:140px;
  126. position:fixed;
  127. margin-left:260px;
  128. margin-top:150px;
  129. }
  130.  
  131. #sidebarimage {
  132. width 140px;
  133. margin-top:0px;
  134. }
  135.  
  136. #sidebarimage img {
  137. width:140px;
  138. margin-left:-150px;
  139. }
  140.  
  141. #sidebar2 {
  142. width:140px;
  143. position:fixed;
  144. margin-left:260px;
  145. }
  146.  
  147. #sidebar2image {
  148. width 140px;
  149. margin-left:0px;
  150. margin-top:-141px;
  151. }
  152.  
  153.  
  154. #sidebar2image img {
  155. width:140px;
  156. }
  157.  
  158. #sidebar3 {
  159. width:240px;
  160. position:fixed;
  161. margin-left:260px;
  162. }
  163.  
  164. #sidebar3image {
  165. width 240px;
  166. margin-left:30px;
  167. margin-top:70px;
  168. -webkit-transform: rotate(-180deg);
  169. }
  170.  
  171.  
  172. #sidebar3image img {
  173. width:240px;
  174. margin-left:25px;
  175. }
  176.  
  177. #sidebar4 {
  178. width:240px;
  179. position:fixed;
  180. margin-left:260px;
  181. }
  182.  
  183. #sidebar4image {
  184. width:240px;
  185. margin-left:-130px;
  186. margin-top:-340px;
  187. }
  188.  
  189.  
  190. #sidebar4image img {
  191. width:260px;
  192. }
  193.  
  194. #line {
  195. padding:20px;
  196. left:0px;
  197. width:10px;
  198. position:fixed;
  199. background-color: #000;
  200. height:150%;
  201. margin-top: -180px;
  202. margin-left:0px;
  203. -webkit-transform: rotate(0deg);
  204. }
  205.  
  206.  
  207. /* --- SIDEBAR LINKS ---*/
  208.  
  209. .links {
  210. width:200px;
  211. height:5px;
  212. padding: 9px;
  213. font-size:8px;
  214. font-family:'georgia';
  215. text-align:center;
  216. margin-top:140px;
  217. margin-left:-110px;
  218. text-transform:uppercase;
  219. word-spacing:2px;
  220. position:fixed;
  221. padding-bottom:7px;
  222. }
  223.  
  224. .links a {
  225. font-size: 9px;
  226. color:#000;
  227. }
  228.  
  229. .links a:hover {
  230. color:{color:Hover}
  231. }
  232.  
  233.  
  234. /* --- DESCRIPTION ---*/
  235.  
  236. #description {
  237. position:fixed;
  238. font-family:cambria;
  239. line-height:90%;
  240. font-size:9px;
  241. font-style:italic;
  242. width:230px;
  243. margin-top:160px;
  244. padding:8px;
  245. margin-left:-130px;
  246. text-align:justify;
  247. color:#000;
  248. }
  249.  
  250. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  251. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  252.  
  253. /* --- PAGINATION---*/
  254.  
  255.  
  256. #pagination {
  257. width:100px;
  258. font-size:10px;
  259. text-align:center;
  260. margin-left:-55px;
  261. margin-top:200px;
  262. position:fixed;
  263. font-family:georgia;
  264. letter-spacing:0px;
  265. color:#000;
  266. }
  267.  
  268. /* --- POST INFO ---*/
  269.  
  270.  
  271. #info {
  272. text-align:left;
  273. margin-top:10px;
  274. text-transform:uppercase;
  275. font-size:8px;
  276. font-style:none;
  277. border-top:4px double #000;
  278. }
  279.  
  280. /* --- POST TAGS---*/
  281.  
  282.  
  283. #tags {
  284. font-family:cambria;
  285. letter-spacing:0px;
  286. text-transform:lowercase;
  287. font-size:10px;
  288. font-style:italic;
  289. margin-top:4px;
  290. text-align:left;
  291. }
  292.  
  293. #tags
  294. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  295. -webkit-transition: all 0.6s ease-in-out;
  296. -moz-transition: all 0.6s ease-in-out;
  297. -o-transition: all 0.6s ease-in-out;
  298. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  299.  
  300.  
  301. /* --- QUESTIONS ---*/
  302.  
  303. #asker {
  304. padding:5px;
  305. font-family:cambria;
  306. letter-spacing:1px;
  307. text-align:left;
  308. font-style:italic;
  309. background-color:#000;
  310. color:#fff;
  311. }
  312.  
  313. {CustomCSS}</style></head><body>
  314.  
  315. <div id="line"></div>
  316.  
  317. <div id="sidebar">
  318. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  319. <div id="sidebar2image"><img src="{image:sidebar2}"></div>
  320. <div id="sidebar3image"><img src="http://25.media.tumblr.com/1cd70f4a3b0a111d45eab869a62eb9f4/tumblr_mpnqewySE61sy1mrso1_400.jpg"></div>
  321. <div id="sidebar4image"><img src="http://25.media.tumblr.com/1cd70f4a3b0a111d45eab869a62eb9f4/tumblr_mpnqewySE61sy1mrso1_400.jpg"></div>
  322.  
  323.  
  324. <div id="description">
  325. {Description}
  326. </div>
  327.  
  328.  
  329. <div class="links">
  330. <a href="/">home</a>
  331. <a href="/ask">mssg</a>
  332. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  333. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  334. </div>
  335.  
  336.  
  337. <div id="pagination">
  338. <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>
  339. </div>
  340.  
  341. </div>
  342.  
  343. <div id="entries">{block:Posts}<div id="post">
  344.  
  345. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  346.  
  347. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  348.  
  349. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  350.  
  351. {block:Quote}{Quote}{/block:Quote}
  352.  
  353. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  354.  
  355. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  356.  
  357. {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>
  358. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  359. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  360. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  361. {/block:Audio}
  362.  
  363. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  364.  
  365. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">✎ {Asker}: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  366.  
  367. <div id="info">
  368. <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>
  369. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  370. {/block:Posts}
  371. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  372. {/block:Posts}</div></div></div>
  373.  
  374.  
  375.  
  376. <!--
  377. THEME MAKER CREDIT
  378. -->
  379.  
  380. <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>
  381.  
  382.  
  383. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement