Advertisement
beliebed

#23 A Simple Thing

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