Advertisement
Guest User

SCARLET

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