Advertisement
themesbyjerry

theme 1: bloom

Sep 3rd, 2014
1,785
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.51 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 1 BY ELYSIUM THEMES. PLEASE DO NOT REMOVE THE CREDIT OR REDISTRBUTE AS YOUR OWN. THANK YOU AND ENJOY!
  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. <link href='http://fonts.googleapis.com/css?family=Lato:300' rel='stylesheet' type='text/css'>
  37.  
  38.  
  39. <style type="text/css">
  40.  
  41. ::-webkit-scrollbar-thumb {
  42. height:auto;
  43. background-color:{color:Scrollbar};
  44. }
  45.  
  46. ::-webkit-scrollbar {
  47. height:9px;
  48. width:4px;
  49. background-color:{color:ScrollbarBg};
  50. }
  51.  
  52. body {
  53. background:{color:background};
  54. margin:0px;
  55. color:{color:text};
  56. font-family: 'calibri';
  57. font-size:10px;
  58. line-height:100%;
  59. letter-spacing:0px;
  60. background-image:url('{image:Background}');
  61. }
  62.  
  63. a {
  64. text-decoration:none;
  65. outline:none;
  66. -moz-outline-style:none;
  67. color:{color:Post Links};
  68. }
  69.  
  70. img {
  71. border:none;
  72. }
  73.  
  74. blockquote {
  75. padding-left:5px;
  76. border-left:2px solid;
  77. }
  78.  
  79. a:hover {
  80. color:#000000;
  81. -moz-transition-duration:0.5s;
  82. -webkit-transition-duration:0.5s;
  83. -o-transition-duration:0.5s;
  84. }
  85.  
  86. h1 {
  87. font-size:11px;
  88. text-transform:uppercase;
  89. letter-spacing:2px;
  90. text-align:center;
  91. padding:10px;
  92. line-height:150%;
  93. color:{color:text};
  94. font-weight:400;
  95. }
  96.  
  97.  
  98. /*ENTRIES*/
  99.  
  100. #entries {
  101. padding:10px;
  102. width:500px;
  103. margin-left:500px;
  104. margin-top:5px;
  105. font-size:10px;
  106. font-family: 'Lato', sans-serif;
  107. letter-spacing:0px;
  108. }
  109.  
  110. #post {
  111. width:500px;
  112. padding-bottom:20px;
  113. padding:25px;
  114. margin-top:20px;
  115. }
  116.  
  117. /*SIDEBAR*/
  118.  
  119. #sidebar {
  120. position:fixed;
  121. margin-left:100px;
  122. margin-top:30px;
  123. margin-left:325px;
  124. }
  125.  
  126. #sidebarimage {
  127. width 130px;
  128. }
  129.  
  130. #sidebarimage img {
  131. width:185px;
  132. margin-top:100px;
  133. padding:3px;
  134. margin-left:-80px;
  135. }
  136.  
  137. .links {
  138. width:152px;
  139. font-family: 'Lato', sans-serif;
  140. padding: 4px;
  141. text-align:center;
  142. text-transform:uppercase;
  143. position:fixed;
  144. margin-top:7px;
  145. margin-left:-66px;
  146. }
  147.  
  148. .quote {
  149. font-family:'lato';
  150. line-height: 1.5em;
  151. font-size: 14px;
  152. }
  153.  
  154. .links a {
  155. width:94px;
  156. padding:3px;
  157. font-size:9px;
  158. letter-spacing:0px;
  159. color:{color:Sidebar Links};
  160. }
  161.  
  162. .links a:hover {
  163. -moz-transition-duration:0.3s;
  164. -webkit-transition-duration:0.3s;
  165. -o-transition-duration:0.3s;
  166. color:{color:Hover};
  167. }
  168.  
  169.  
  170. #description {
  171. text-align:center;
  172. font-family: 'Lato', sans-serif;
  173. width:160px;
  174. margin-top:7px;
  175. margin-left:-3px;
  176. font-size:9px;
  177. position:fixed;
  178. text-transform:none;
  179. color:{color:DescriptionText};
  180. }
  181.  
  182. #pagination {
  183. font-style:bold;
  184. padding:2px;
  185. font-family: 'Lato', sans-serif;
  186. letter-spacing:0px;
  187. font-size:9px;
  188. text-align:center;
  189. padding:2px;
  190. margin-top:10px;
  191. text-transform:lowercase;
  192. }
  193.  
  194.  
  195. /*POST INFO*/
  196.  
  197. #info {
  198. width:475px;
  199. text-align:center;
  200. font-family: 'Lato', sans-serif;
  201. margin-top:3px;
  202. margin-left:0px;
  203. letter-spacing:1px;
  204. font-size:7px;
  205. font-style:none;
  206. padding:10px;
  207. line-height:10px;
  208. text-transform:uppercase;
  209. }
  210.  
  211. #info a {
  212. text-align:center;
  213. color:{color:Post Links};
  214. }
  215.  
  216. #info a:hover {
  217. -moz-transition-duration:0.3s;
  218. -webkit-transition-duration:0.3s;
  219. -o-transition-duration:0.3s;
  220. color:{color:Hover}
  221. }
  222.  
  223. #tags {
  224. width:455px;
  225. margin-top:0px;
  226. margin-left:0px;
  227. text-align:center;
  228. font-size:7px;
  229. padding:10px;
  230. font-size:8px;
  231. opacity:1;
  232. transition-duration: 0.5s;
  233. -moz-transition-duration: 0.5s;
  234. -webkit-transition-duration: 0.5s;
  235. -o-transition-duration: 0.5s
  236. color:{color:Post Links};
  237. }
  238.  
  239. #tags a {
  240. letter-spacing:0px;
  241. font-size:8px;
  242. font-family: 'Lato', sans-serif;
  243. text-decoration:none;
  244. display:inline-block;
  245. color:#ddd;
  246. }
  247.  
  248. #tags a:hover {
  249. background-color:#fff;
  250. -moz-transition-duration:0.5s;
  251. -webkit-transition-duration:0.5s;
  252. -o-transition-duration:0.5s;
  253. color:{color:Hover};
  254. }
  255.  
  256. /*QUESTION*/
  257.  
  258. #asker {
  259. color:#fcfcfc;
  260. padding:10px;
  261. font-family: 'Lato', sans-serif;
  262. font-size:10px;
  263. text-align: center;
  264. color:{color:text};
  265. letter-spacing:0px;
  266. margin-top:0px;
  267. text-transform:uppercase;
  268. line-height:100%;
  269. }
  270.  
  271. #answers {
  272. background-color:#ffffff;
  273. color:{color:Font};
  274. padding:2px;
  275. font-family:cambria;
  276. font-size:10px;
  277. font-style:normal;
  278. text-align:justify;
  279. }
  280.  
  281. /*CREDIT*/
  282.  
  283. #cred {
  284. position:fixed;
  285. font-family:'Calibri';
  286. text-transform:uppercase;
  287. font-size:10px;
  288. right:9px;
  289. bottom:9px;
  290. padding:4px;
  291. letter-spacing:1px;
  292. }
  293.  
  294. {CustomCSS}</style></head><body>
  295.  
  296. <div id="sidebar">
  297.  
  298. <div id="sidebarimage">
  299. <img src="{image:Sidebar}">
  300. </div>
  301.  
  302. <div class="links">
  303. <a href="/">Home</a>
  304. <a href="/ask">Ask</a>
  305. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  306. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  307. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  308.  
  309. <div id="description">{Description}
  310.  
  311. {block:Pagination}
  312. <div id="pagination">
  313. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  314. — {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  315. </div>
  316. {/block:Pagination}
  317. </div>
  318. </div>
  319. </div>
  320.  
  321. <div id="entries">
  322. {block:Posts}
  323. <div id="post">
  324.  
  325. {block:Text}
  326. <h1>{block:Title}{Title}{/block:Title}</h1>
  327. {Body}{/block:Text}
  328.  
  329. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  330. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  331.  
  332. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  333. {/block:Caption}{/block:Photoset}
  334.  
  335. {block:Quote}<div class="quote">{Quote}</div>
  336. </p>
  337. {block:Source}<div class="qsource"> —{Source}</div>
  338. {/block:Source}{/block:Quote}
  339.  
  340. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  341.  
  342. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  343.  
  344. {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>
  345. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  346. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  347. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  348. {/block:Audio}<br>
  349.  
  350. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  351.  
  352. {block:Answer}
  353. <div id="asker">{Asker} asked: {Question}</div>
  354. <font face="lato", "sans serif">{Answer}</font>
  355. {/block:Answer}
  356.  
  357. <div id="info">
  358. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>
  359. {block:NoteCount}—with <a href="{Permalink}">{NoteCountWithLabel}</a>—{/block:NoteCount}
  360. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  361. {block:ContentSource}& <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  362. {block:HasTags}<div id="tags">
  363.  
  364. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  365. </div>{block:HasTags}
  366. </div>
  367. </div>
  368. {/block:Posts}
  369. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  370. {/block:Posts}</div></div></div>
  371. <br><br><br><br>
  372.  
  373. <div id="cred">
  374. <a href="http://rxvenclaw.tumblr.com/">©ET</a>
  375. </div>
  376. </div>
  377.  
  378.  
  379.  
  380. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement