codesbyally

alexander

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