Advertisement
beliebed

#8 Let's Party Tonight Theme

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