Advertisement
hannahg

Theme #19

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