Advertisement
beliebed

#33 Love You So Theme

Jun 11th, 2014
496
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 8.92 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 artcicmonkeyz. Please don't remove the credit! xo
  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="color:Text" 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="image:sidebar" content=""/>
  28. <meta name="image:bg" content=""/>
  29. <meta name="image:thekey" content=""/>
  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. <meta name="color:scrollbarbg" content="ffffff"/>
  37.  
  38.  
  39. <style type="text/css">
  40. /* --- SCROLLBAR ---*/
  41.  
  42.  ::-webkit-scrollbar {
  43. width: 5px;height: 5px;}
  44. ::-webkit-scrollbar-button:start:decrement,
  45. ::-webkit-scrollbar-button:end:increment {
  46. height: 6px;display: block;background-color: {color:white};}
  47. ::-webkit-scrollbar-track-piece {
  48. background-color: {color:scrollbarbg};}
  49. ::-webkit-scrollbar-thumb:vertical {
  50. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  51.  
  52.  
  53. /* --- BODY ---*/
  54.  
  55. body {
  56.     background:{color:background};
  57.     margin:0px;
  58.     color:{color:text};
  59.     font-family:cambria;
  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. #tree {
  99. position:fixed;
  100. margin-top:-340px;
  101. margin-left:-152px;
  102. }
  103.  
  104. #tree img {
  105. width:0px;
  106. height:0px;
  107.  
  108. }
  109.  
  110. /* --- POST ENTRIES ---*/
  111.  
  112.  
  113. #entries {
  114.     padding:10px;
  115.     width:500px;
  116.     margin-left:500px;
  117.     margin-top:50px;
  118.     font-size:11px;
  119. }
  120.  
  121. /* --- BODY: POSTS ---*/
  122.  
  123.  
  124. #post {
  125.     width:500px;
  126.     padding-bottom:20px;
  127.     padding:10px;
  128.     margin-top:15px;
  129.     background-color:{color:Post};
  130. }
  131.  
  132. /* --- SIDEBAR IMAGE ---*/
  133.  
  134.  
  135. #sidebar {
  136.     width:90px;
  137.     position:fixed;
  138.     margin-left:145px;
  139.     margin-top:210px;
  140.     opacity:.80;
  141.     background-color:{color:gray};
  142. }
  143.  
  144. #sidebarimage {
  145.     position:fixed;
  146.     margin-top:5px;
  147.     margin-left:-50px;
  148.     width 90px;
  149. }
  150.  
  151. #sidebarimage img {
  152.     position:fixed;
  153.     width:150px;
  154.     border:solid 0px;
  155.     padding:2px;
  156.     border-color: {color:gray};
  157.     background-color:{color:Sidebar};
  158. }
  159. /* --- SIDEBAR LINKS ---*/
  160.  
  161. .links {
  162.     width:250px;
  163.     height:4px;
  164.     padding: 9px;
  165.     font-size:12px;
  166.     font-family:'candara';
  167.     text-align:center;
  168.     word-spacing:5px;
  169.     margin-top:8px;
  170.     margin-left:100px;
  171.     text-align:left;
  172.     text-transform:lowercase;
  173.     word-spacing:5px;
  174.     position:fixed;
  175.     padding-bottom:5px;
  176. }
  177.  
  178. .links a {
  179.     font-size: 11px;
  180.     background-color:
  181. }
  182.  
  183. .links a:hover {
  184.    color:{color:Hover}
  185. }  
  186.  
  187.  
  188. /* --- DESCRIPTION ---*/
  189.  
  190. #description {
  191.     position:fixed;
  192.     font-family:candara bold;
  193.     line-height:100%;
  194.     font-size:10px;
  195.     word-spacing:5px;
  196.     text-align:center;
  197.     font-style:;
  198.     width:135px;
  199.     margin-top:40px;
  200.     padding:8px;
  201.     margin-left:100px;
  202.     text-align:left;
  203.     color:{color:text};
  204.     line-height:15px;
  205.     }
  206.    
  207. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  208. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  209.  
  210.  
  211. /* --- PAGINATION---*/
  212.  
  213.  
  214. #pagination {
  215.     width:200px;
  216.     font-size:9px;
  217.     text-align:left;
  218.     margin-left:-20px;
  219.     margin-top:173px;
  220.     position:fixed;
  221.     font-family:candara;
  222.     letter-spacing:1px;
  223.     background-color:#
  224.    
  225. }
  226.  
  227. /* --- POST INFO ---*/
  228.  
  229.  
  230. #info {
  231.     text-align:center;
  232.     font-family:candara;
  233.     margin-top:10px;
  234.     word-spacing:3px;
  235.     text-transform:lowercase;
  236.     font-size:10px;
  237.     font-style:none;
  238.     border-top:1px solid {color:Line}
  239. }
  240.  
  241. /* --- POST TAGS---*/
  242.  
  243.  
  244. #tags {
  245.     font-family:candara;
  246.     letter-spacing:0px;
  247.     text-transform:lowercase;
  248.     font-size:10px;
  249.     font-style:italic;
  250.     margin-top:4px;
  251.     text-align:left;
  252. }
  253.    
  254. #tags
  255. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  256.     -webkit-transition: all 0.6s ease-in-out;
  257.     -moz-transition: all 0.6s ease-in-out;
  258.     -o-transition: all 0.6s ease-in-out;
  259.     -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}  
  260.  
  261.  
  262. /* --- QUESTIONS ---*/
  263.  
  264. #asker {
  265.     padding:5px;
  266.     font-family:cambria;
  267.     letter-spacing:1px;
  268.     text-align:left;
  269.     font-style:italic;
  270.     margin-left:10px;
  271.     border-left:3px #eee solid;
  272.     background-color:{color:background}
  273. }
  274.  
  275. {CustomCSS}</style></head><body>
  276.  
  277.  
  278. <div id="sidebar">
  279. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  280.  
  281.  
  282. <div id="description">
  283. {Description}
  284. </div>
  285.  
  286. <div id="tree"><img src=""></div>
  287.  
  288. <div class="links">
  289. <a href="/">home</a>
  290. <a href="/ask">message</a>
  291. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  292. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  293. </div>
  294.  
  295.  
  296. {block:Pagination}<div id="pagination">
  297. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  298. {block:JumpPagination length="5"}
  299. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  300. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  301. {/block:JumpPagination}
  302. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  303. </div>{/block:Pagination}
  304.  
  305. </div>
  306.  
  307. <div id="entries">{block:Posts}<div id="post">
  308.  
  309. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  310.  
  311. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  312.  
  313. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  314.  
  315. {block:Quote}{Quote}{/block:Quote}
  316.  
  317. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  318.  
  319. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  320.  
  321. {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>
  322. <br>{block:TrackName}<b>Track:</b> {TrackName}<br />{/block:TrackName}
  323. <br>{block:Artist}<b>By:</b> {Artist}<br />{/block:Artist}
  324. {/block:ExternalAudio}<br><b>Dancers:</b> {PlayCount} listeners
  325. {/block:Audio}
  326.  
  327. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  328.  
  329. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;"> {Asker} was wondering: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  330.  
  331. <div id="info">
  332. <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>
  333. {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>
  334. {/block:Posts}
  335. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  336. {/block:Posts}</div></div></div>
  337.  
  338.  
  339.  
  340.  
  341.  
  342. <div style="position:fixed;bottom:3px; right:3px; font-size:9px; letter-spacing:3px; font-family:cambria;"><a href=""><a href="http://artcicmonkeyz.tumblr.com/">© artcicmonkeyz</a></center></div>
  343.  
  344.    
  345. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement