Advertisement
beliebed

#26 Best Girl Ever Theme

Oct 5th, 2013
291
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 8.99 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
  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="#dad8d8"/>
  24. <meta name="color:Post" content="#ffffff"/>
  25. <meta name="color:Answer" content="#f8f8f8"/>
  26. <meta name="color:DescriptionText" content="#fffffff"/>
  27. <meta name="color:SidebarLinks" content="#fffffff"/>
  28. <meta name="image:sidebar" content=""/>
  29. <meta name="image:bg" 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.  
  41. /* --- SCROLLBAR ---*/
  42.  
  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.  
  56. body {
  57.     background:{color:background};
  58.     margin:0px;
  59.     color:{color:text};
  60.     font-family:cambria;
  61.     font-size:9px;
  62.     line-height:100%;
  63. }
  64.  
  65. a {
  66.     text-decoration:none;
  67.     outline:none;
  68.     -moz-outline-style:none;
  69.     color:{color:link};
  70. }
  71.  
  72. img {
  73.     border:none;
  74. }
  75.  
  76. blockquote {
  77.     padding-left:5px;
  78.     border-left:2px solid;
  79. }
  80.    
  81. blockquote blockquote {
  82.     padding-left:5px;
  83.     border-left:2px solid;
  84. }
  85.  
  86. h1 {
  87.     font-size:9px;
  88.     text-transform:uppercase;
  89. }
  90.  
  91. a:hover {
  92.     opacity:10;
  93.     color:{color:hover};
  94.      -webkit-transition: all 0.7s ease;
  95.     -moz-transition: all 0.7s ease;
  96.     -o-transition: all 0.7s ease
  97. }
  98.  
  99. #tree {
  100. position:fixed;
  101. margin-top:-140px;
  102. margin-left:50px;
  103. }
  104.  
  105. #tree img {
  106. width:200px;
  107. height:305px;
  108.  
  109. }
  110.  
  111. /* --- POST ENTRIES ---*/
  112.  
  113.  
  114. #entries {
  115.    padding:10px;
  116.     width:5px;
  117.     margin-left:555px;
  118.     margin-top:60px;
  119. }
  120.  
  121. /* --- BODY: POSTS ---*/
  122.  
  123.  
  124. #post {
  125.     width:300px;
  126.     padding-bottom:40px;
  127. }
  128.  
  129. /* --- SIDEBAR IMAGE ---*/
  130.  
  131.  
  132. #sidebar {
  133.     width:100px;
  134.     height:100px;
  135.     position:fixed;
  136.     margin-left:60px;
  137.     margin-top:300px;
  138.     opacity:.80;
  139.     background-color:{color:gray};
  140. }
  141.  
  142. #sidebarimage {
  143.     position:fixed;
  144.     margin-top:-122px;
  145.     margin-left:65px;
  146.     width 120px;
  147. }
  148.  
  149. #sidebarimage img {
  150.     position:fixed;
  151.     width:165px;
  152.     border:solid 0px;
  153.     padding:2px;
  154.     border-color: {color:gray};
  155.     background-color:{color:Sidebar};
  156. }
  157.  
  158. /* --- SIDEBAR LINKS ---*/
  159.  
  160. .links {
  161.     width:80px;
  162.     height:10px;
  163.     padding: 9px;
  164.     font-size:6px;
  165.     font-family:'cambria';
  166.     text-align:center;
  167.     margin-top:-50px;
  168.     margin-left:101px;
  169.     text-align:center;
  170.     text-transform:lowercase;
  171.     word-spacing:1px;
  172.     position:fixed;
  173.     padding-bottom:5px;
  174. }
  175.  
  176. .links a {
  177.     font-size: 9px;
  178.     color:{color:SidebarLinks};
  179.     line-height:15px;
  180.     letter-spacing:1px;
  181.     display:line;
  182.     background-color:#ffffff;
  183.    
  184.    
  185. }
  186.  
  187. .links a:hover {
  188.    color:{color:Hover}
  189. }  
  190.  
  191.  
  192. /* --- DESCRIPTION ---*/
  193.  
  194. #description {
  195.     position:fixed;
  196.     font-family:cambria;
  197.     line-height:112%;
  198.     font-size:10px;
  199.     background-color:#ffffff;
  200.     font-style:;
  201.     width:102px;
  202.     height:82px;
  203.     margin-top:-9px;
  204.     padding:9px;
  205.     margin-left:90px;
  206.    
  207.     text-align:center;
  208.     text-transform:lowercase;
  209.     color:{color:DescriptionText};
  210.    
  211.     }
  212.    
  213. #description a {color:{color:DescriptionText}; -moz-transition-duration:0.4s;
  214. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  215.  
  216. /* --- PAGINATION---*/
  217.  
  218.  
  219. #pagination {
  220.     width:100px;
  221.     font-size:9px;
  222.     text-align:center;
  223.     background-color:#ffffff;
  224.     margin-left:90px;
  225.     margin-top:105px;
  226.     position:fixed;
  227.     font-family:cambria;
  228.     text-transform:lowercase;
  229.     letter-spacing:1px;
  230.     font-style:none;
  231.     height:10px;
  232.     padding:8px;
  233. }
  234.  
  235. #pagination a {color:{color:SidebarLinks}; -moz-transition-duration:1s;
  236. -webkit-transition-duration:1s; -o-transition-duration:1s;}
  237.  
  238.  
  239. /* --- POST INFO ---*/
  240.  
  241.  
  242. #info {
  243.     text-align:left;
  244.     margin-top:10px;
  245.     width:300px;
  246.     text-transform:uppercase;
  247.     font-size:8px;
  248.     font-style:none;
  249.     border-top:1px solid {color:Line}
  250. }
  251.  
  252. /* --- POST TAGS---*/
  253.  
  254.  
  255. #tags {
  256.     font-family:cambria;
  257.     letter-spacing:0px;
  258.     text-transform:lowercase;
  259.     font-size:10px;
  260.     font-style:italic;
  261.     margin-top:4px;
  262.     text-align:left;
  263. }
  264.    
  265. #tags
  266. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  267.     -webkit-transition: all 0.6s ease-in-out;
  268.     -moz-transition: all 0.6s ease-in-out;
  269.     -o-transition: all 0.6s ease-in-out;
  270.     -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}  
  271.  
  272.  
  273. /* --- QUESTIONS ---*/
  274.  
  275. #asker {
  276.     padding:5px;
  277.     font-family:cambria;
  278.     letter-spacing:1px;
  279.     text-align:left;
  280.     font-style:italic;
  281.     margin-left:10px;
  282.     border-left:3px #eee solid;
  283.     background-color:{color:background}
  284. }
  285.  
  286. {CustomCSS}</style></head><body>
  287.  
  288. <div id="sidebar">
  289. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  290.  
  291.  
  292.  
  293. <div id="description">
  294. {Description}
  295. </div>
  296.  
  297. <div id="tree"><img src="http://www.freestockphotos.biz/pictures/6/6362/border.png"></div>
  298.  
  299. <div class="links">
  300. <a href="/">london</a>
  301. <a href="/ask">letters</a>
  302. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  303. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  304. </div>
  305.  
  306.  <div id="pagination">
  307. <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>
  308. </div></div></div>
  309.  
  310. </div>
  311.  
  312. <div id="entries">{block:Posts}<div id="post">
  313.  
  314. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  315.  
  316. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  317.  
  318. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  319.  
  320. {block:Quote}{Quote}{/block:Quote}
  321.  
  322. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  323.  
  324. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  325.  
  326. {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>
  327. <br>{block:TrackName}<b>Track:</b> {TrackName}<br />{/block:TrackName}
  328. <br>{block:Artist}<b>By:</b> {Artist}<br />{/block:Artist}
  329. {/block:ExternalAudio}<br><b>Dancers:</b> {PlayCount} listeners
  330. {/block:Audio}
  331.  
  332. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  333.  
  334. {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}
  335.  
  336. <div id="info">
  337. <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>
  338. {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>
  339. {/block:Posts}
  340. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  341. {/block:Posts}</div></div></div>
  342.  
  343.  
  344.  
  345.  
  346.  
  347. <div style="position:fixed;bottom:3px; right:3px; font-size:9px; letter-spacing:2px; font-family:cambria;"><a href=""><a href="http://artcicmonkeyz.tumblr.com/">© artcicmonkeyz</a></center></div>
  348.  
  349.    
  350. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement