Advertisement
beliebed

#27 Happy Mood Theme

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