Advertisement
beliebed

#4 What About Love Theme

Jul 20th, 2013
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 7.78 KB | None | 0 0
  1. <!--
  2.  
  3. BASE CODE THEME CREDIT; WOLTDISNEY
  4. THEME BY; BELIEBED
  5.  
  6. -->
  7.  
  8.  
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head><title>{Title}</title>
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15.  
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="color:Sidebar" content="#ffffff"/>
  18. <meta name="color:Text" content="#a8a8a8"/>
  19. <meta name="color:description" 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="color:scrollbarbg" content="ffffff"/>
  28.  
  29. <meta name="image:sidebar" content=""/>
  30. <meta name="text:Link 1" content="" />
  31.  
  32. <meta name="text:Link 1 Text" content="" />
  33. <meta name="text:Link 2" content="" />
  34. <meta name="text:Link 2 Text" content="" />
  35.  
  36. <link rel="shortcut icon" href="{Favicon}">
  37.  
  38. <style type="text/css">
  39.  
  40.  ::-webkit-scrollbar {
  41. width: 5px;height: 5px;}
  42. ::-webkit-scrollbar-button:start:decrement,
  43. ::-webkit-scrollbar-button:end:increment {
  44. height: 6px;display: block;background-color: {color:white};}
  45. ::-webkit-scrollbar-track-piece {
  46. background-color: {color:scrollbarbg};}
  47. ::-webkit-scrollbar-thumb:vertical {
  48. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  49.  
  50. body {
  51.     background:{color:background};
  52.     margin:0px;
  53.     color:{color:text};
  54.     font-family:Calibri;
  55.     font-size:9px;
  56.     line-height:90%;
  57. }
  58.  
  59. a {
  60.     text-decoration:none;
  61.     outline:none;
  62.     -moz-outline-style:none;
  63.     color:{color:link};
  64. }
  65.  
  66. img {
  67.     border:none;
  68. }
  69.  
  70. blockquote {
  71.     padding-left:5px;
  72.     border-left:2px solid;
  73. }
  74.    
  75. blockquote blockquote {
  76.     padding-left:5px;
  77.     border-left:2px solid;
  78. }
  79.  
  80. h1 {
  81.     font-size:9px;
  82.     text-transform:uppercase;
  83. }
  84.  
  85. a:hover {
  86.     opacity:10;
  87.     color:{color:hover};
  88.      -webkit-transition: all 0.7s ease;
  89.     -moz-transition: all 0.7s ease;
  90.     -o-transition: all 0.7s ease
  91. }
  92.  
  93. #entries {
  94.     padding:10px;
  95.     width:500px;
  96.     margin-left:500px;
  97.     margin-top:40px;
  98.     font-size:10px;
  99. }
  100.  
  101. #post {
  102.     width:500px;
  103.     padding-bottom:20px;
  104.     padding:10px;
  105.     margin-top:10px;
  106.     background-color:{color:Post};
  107. }
  108.  
  109. #sidebar {
  110.     width:100px;
  111.     position:fixed;
  112.     margin-left:180px;
  113.     margin-top:220px;
  114. }
  115.  
  116. #sidebarimage {
  117.     width 100px;
  118. }
  119.  
  120. #sidebarimage img {
  121.     width:100px;
  122.     padding:6px;
  123. }
  124.  
  125.  
  126. #description {
  127.     position:fixed;
  128.     font-family:cambria;
  129.     line-height:90%;
  130.     font-size:10px;
  131.     font-style:italic;
  132.     width:125px;
  133.     margin-top:-10px;
  134.     padding:8px;
  135.     margin-left:-15px;
  136.     text-align:center;
  137.     color:{color:description};
  138.     }
  139.    
  140. #description a {color:{color:description}; -moz-transition-duration:0.4s;
  141. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  142.  
  143. .links {
  144.     width:90px;
  145.     height:6px;
  146.     font-family:'consolas';
  147.     text-align:center;
  148.     margin-top:-120px;
  149.     margin-left:15px;
  150.     text-align:left;
  151.     text-transform:uppercase;
  152.     position:fixed;
  153.     padding-bottom:7px;
  154. }
  155.  
  156. .links a {
  157.     font-size: 8px;
  158. }
  159.  
  160. .links a:hover {
  161.    color:{color:Hover}
  162. }  
  163.  
  164. #pagination {
  165.     width:100px;
  166.     font-size:9px;
  167.     text-align:center;
  168.     margin-left:3px;
  169.     margin-top:60px;
  170.     position:fixed;
  171.     font-family:cambria;
  172.     letter-spacing:0px;
  173. }
  174.  
  175. #info {
  176.     text-align:left;
  177.     margin-top:10px;
  178.     text-transform:uppercase;
  179.     font-size:8px;
  180.     font-style:none;
  181.     border-top:1px solid {color:Line}
  182. }
  183.  
  184.  
  185. #tags {
  186.     font-family:cambria;
  187.     letter-spacing:0px;
  188.     text-transform:lowercase;
  189.     font-size:10px;
  190.     font-style:italic;
  191.     margin-top:4px;
  192.     text-align:left;
  193. }
  194.    
  195. #tags
  196. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  197.     -webkit-transition: all 0.6s ease-in-out;
  198.     -moz-transition: all 0.6s ease-in-out;
  199.     -o-transition: all 0.6s ease-in-out;
  200.     -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}  
  201.  
  202. #asker {
  203.     padding:5px;
  204.     font-family:cambria;
  205.     letter-spacing:1px;
  206.     text-align:left;
  207.     font-style:italic;
  208.     margin-left:10px;
  209.     border-left:3px #eee solid;
  210.     background-color:{color:background}
  211. }
  212.  
  213. {CustomCSS}</style></head><body>
  214.  
  215. <div id="sidebar">
  216. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  217.  
  218.  
  219. <div id="description">
  220. {Description}
  221. </div>
  222.  
  223.  
  224. <div class="links">
  225. <a href="/">home</a>
  226. <a href="/ask">mail</a>
  227. <a href="{text:Link 1}">{text:Link 1 Text}</a>
  228. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  229. </div>
  230.  
  231.  
  232. {block:Pagination}<div id="pagination">
  233. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  234. {block:JumpPagination length="4"}
  235. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  236. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  237. {/block:JumpPagination}
  238. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  239. </div>{/block:Pagination}
  240.  
  241. </div>
  242.  
  243. <div id="entries">{block:Posts}<div id="post">
  244.  
  245. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  246.  
  247. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  248.  
  249. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  250.  
  251. {block:Quote}{Quote}{/block:Quote}
  252.  
  253. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  254.  
  255. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  256.  
  257. {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>
  258. <br>{block:TrackName}<b>Track:</b> {TrackName}<br />{/block:TrackName}
  259. <br>{block:Artist}<b>By:</b> {Artist}<br />{/block:Artist}
  260. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  261. {/block:Audio}
  262.  
  263. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  264.  
  265. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;"> {Asker} told me: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  266.  
  267. <div id="info">
  268. <br><a href="{Permalink}"> posted {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} , <a href="{Permalink}">{NoteCountWithLabel}</a>
  269. {block:HasTags}<div id="tags">filed under: {block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  270. {/block:Posts}
  271. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  272. {/block:Posts}</div></div></div>
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279. <div style="
  280. position:fixed;
  281. bottom:3px;
  282. right:3px;
  283. font-size:10px;
  284. letter-spacing:1px;
  285. font-family:cambria;
  286. border:solid 1px;
  287. padding:6px;
  288. border-color: #eee;">
  289. <a href="http://beliebed.tumblr.com/">© beliebed</a></center></div>
  290.  
  291.    
  292. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement