Advertisement
beliebed

#38 Teenage Icon Theme

Jan 4th, 2015
315
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 10.00 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="#f2f2f2"/>
  24. <meta name="color:Border" content="#e4e4e4"/>
  25. <meta name="color:Post" content="#ffffff"/>
  26. <meta name="color:sidebartext" content="#ffffff"/>
  27. <meta name="color:Answer" content="#f8f8f8"/>
  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="text:Link 3" content="" />
  35. <meta name="text:Link 3 Text" content="" />
  36. <meta name="if:Show Link 1" content="1" />
  37. <meta name="if:Show Link 2" content="1" />
  38. <meta name="if:Show Link 3" content="1" />
  39. <meta name="color:scrollbarbg" content="ffffff"/>
  40.  
  41.  
  42. <style type="text/css">
  43.  
  44. #bite
  45. #bite a{
  46. display:block
  47. }
  48. #bite .death {
  49. margin-right:0px;filter: alpha(opacity = 0);
  50. opacity:0;-webkit-transition: all 0.5s ease-out;
  51. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  52. }
  53.  
  54. #bite:hover .death {
  55. margin-left:0px;
  56.  
  57. -webkit-transition: all 0.8s ease-out;
  58. -moz-transition: all 0.8s ease-out;
  59. transition: all 0.8s ease-out;
  60. filter: alpha(opacity = 100);
  61. filter: alpha(opacity = 100);
  62. opacity:8;
  63. }
  64.  
  65. /* --- SCROLLBAR ---*/
  66.  
  67.  ::-webkit-scrollbar {
  68. width: 5px;height: 5px;}
  69. ::-webkit-scrollbar-button:start:decrement,
  70. ::-webkit-scrollbar-button:end:increment {
  71. height: 6px;display: block;background-color: {color:white};}
  72. ::-webkit-scrollbar-track-piece {
  73. background-color: {color:scrollbarbg};}
  74. ::-webkit-scrollbar-thumb:vertical {
  75. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  76.  
  77.  
  78. /* --- BODY ---*/
  79.  
  80. body {
  81.     background:{color:background};
  82.     margin:0px;
  83.     color:{color:text};
  84.     font-family:cambria;
  85.     font-size:9px;
  86.     line-height:100%;
  87. }
  88.  
  89. a {
  90.     text-decoration:none;
  91.     outline:none;
  92.     -moz-outline-style:none;
  93.     color:{color:link};
  94. }
  95.  
  96. img {
  97.     border:none;
  98. }
  99.  
  100. blockquote {
  101.     padding-left:5px;
  102.     border-left:2px solid;
  103. }
  104.    
  105. blockquote blockquote {
  106.     padding-left:5px;
  107.     border-left:2px solid;
  108. }
  109.  
  110. h1 {
  111.     font-size:9px;
  112.     text-transform:uppercase;
  113. }
  114.  
  115. a:hover {
  116.     opacity:10;
  117.     color:{color:hover};
  118.      -webkit-transition: all 0.7s ease;
  119.     -moz-transition: all 0.7s ease;
  120.     -o-transition: all 0.7s ease
  121. }
  122.  
  123. #tree {
  124. position:fixed;
  125. margin-top:-100px;
  126. margin-left:-132px;
  127. }
  128.  
  129. #tree img {
  130. width:0px;
  131. height:0px;
  132.  
  133. }
  134.  
  135. /* --- POST ENTRIES ---*/
  136.  
  137.  
  138. #entries {
  139.     padding:10px;
  140.     width:500px;
  141.     margin-left:600px;
  142.     margin-top:50px;
  143.     font-size:11px;
  144. }
  145.  
  146. /* --- BODY: POSTS ---*/
  147.  
  148.  
  149. #post {
  150.     width:500px;
  151.     padding-bottom:20px;
  152.     font-family:'consolas bold';
  153.     padding:10px;
  154.     margin-top:15px;
  155.     background-color:{color:Post};
  156. }
  157.  
  158. /* --- SIDEBAR IMAGE ---*/
  159.  
  160.  
  161. #sidebar {
  162.     width:90px;
  163.     position:fixed;
  164.     margin-left:240px;
  165.     margin-top:180px;
  166.     opacity:.80;
  167.     background-color:{color:gray};
  168. }
  169.  
  170. #sidebarimage {
  171.     position:fixed;
  172.     margin-top:12.5px;
  173.     margin-left:-10px;
  174.     width:120px;
  175.    
  176. }
  177.  
  178. #sidebarimage img {
  179.     position:fixed;
  180.     width:250px;
  181.     height:127px;
  182.     border:solid 2px;
  183.     padding:2px;
  184.     border-color:#4c4b4b;
  185.     background-color:{color:Sidebar};
  186.  
  187. }
  188. /* --- SIDEBAR LINKS ---*/
  189.  
  190. .links {
  191.     width:250px;
  192.     height:4px;
  193.     padding: 9px;
  194.     font-size:8px;
  195.     font-family:'consolas bold';
  196.     text-align:center;
  197.     margin-top:140px;
  198.     margin-left:-20px;
  199.     text-align:right;
  200.     text-transform:uppercase;
  201.     word-spacing:10px;
  202.     position:fixed;
  203.     padding-bottom:5px;
  204. }
  205.  
  206. .links a {
  207.     font-size: 11px;
  208.     display:line;
  209.     line-height:10px;
  210.     border:solid 2px;
  211.     border-color:#4c4b4b;
  212. }
  213.  
  214. .links a:hover{
  215.  
  216.  
  217.  
  218.     }
  219.  
  220.  
  221. /* --- DESCRIPTION ---*/
  222.  
  223. #description {
  224.     position:fixed;
  225.     font-family: consolas bold;
  226.     line-height:100%;
  227.     font-size:11px;
  228.     font-style:;
  229.     width:240px;
  230.     margin-top:160px;
  231.      border:solid 2px;
  232.     border-color:#4c4b4b;
  233.     text-transform:lowercase;
  234.     padding:8px;
  235.     margin-left:-10px;
  236.     text-align:center;
  237.     color:{color:sidebartext};
  238.     background-color:#ffffff;
  239.     </div></div>
  240.     }
  241.    
  242. #description a:hover{
  243.  
  244.     color:;
  245.    
  246.  
  247.     margin-left:100px;
  248.  
  249.     font-style:italic;
  250.  
  251.     -moz-transition-duration:2.5s;
  252.  
  253.     -webkit-transition-duration:2.5s;
  254.  
  255.     -o-transition-duration:2.5s;
  256.  
  257.     }
  258.    
  259.  
  260.  
  261. /* --- PAGINATION---*/
  262.  
  263.  
  264. #pagination {
  265.     width:150px;
  266.     font-size:16px;
  267.     text-align:center;
  268.     background-color:#;
  269.     margin-left:-30px;
  270.     margin-top:-20px;
  271.     position:fixed;
  272.     font-family:Palatino Linotype bold;
  273.     text-transform:uppercase;
  274.     letter-spacing:0px;
  275.     font-style:none;
  276.     height:10px;
  277.     padding:8px;
  278.     background-color: ;
  279. }
  280.  
  281. #pagination a {color:{color:links}; -moz-transition-duration:1s;
  282. -webkit-transition-duration:1s; -o-transition-duration:1s;}
  283.  
  284. /* --- POST INFO ---*/
  285.  
  286.  
  287. #info {
  288.     text-align:center;
  289.     margin-top:10px;
  290.     text-transform:uppercase;
  291.     font-size:9px;
  292.     font-style:consolas bold;
  293.     border-top:1px solid {color:Line}
  294. }
  295.  
  296. /* --- POST TAGS---*/
  297.  
  298.  
  299. #tags {
  300.     font-family:consolas italic;
  301.     letter-spacing:0px;
  302.     text-transform:lowercase;
  303.     font-size:10px;
  304.     font-style:consolas italic;
  305.     margin-top:4px;
  306.     text-align:center;
  307. }
  308.    
  309. #tags
  310. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  311.     -webkit-transition: all 0.6s ease-in-out;
  312.     -moz-transition: all 0.6s ease-in-out;
  313.     -o-transition: all 0.6s ease-in-out;
  314.     -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}  
  315.  
  316.  
  317. /* --- QUESTIONS ---*/
  318.  
  319. #asker {
  320.     padding:5px;
  321.     font-family:consolas bold;
  322.     letter-spacing:1px;
  323.     text-align:left;
  324.     font-style:consolas bold;
  325.     margin-left:10px;
  326.     border-left:3px #eee solid;
  327.     background-color:{color:background}
  328. }
  329.  
  330. {CustomCSS}</style></head><body>
  331.  
  332. <div id="sidebar">
  333. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  334.  
  335.  
  336. <div id="description">
  337. {Description}
  338. </div>
  339.  
  340. <div id="tree"><img src=""></div>
  341.  
  342. <div class="links">
  343. <a href="/"> refresh</a>
  344. <a href="/ask"> askbox</a>
  345. {block:IfShowLink1}<a href="{text:Link 1}"> {text:Link 1 Text}</a>{/block:IfShowLink1}
  346. {block:IfShowLink2}<a href="{text:Link 2}"> {text:Link 2 Text}</a>{/block:IfShowLink2}
  347. {block:IfShowLink3}<a href="{text:Link 3}"> {text:Link 3 Text}</a>{/block:IfShowLink3}
  348. </div>
  349.  
  350.  
  351.  <div id="pagination">
  352. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">north</a>{/block:PreviousPage}  {block:NextPage}<a href="{NextPage}">south</a><br />{/block:NextPage}{/block:Pagination}</div></center></div>
  353. </div></div></div>
  354.  
  355. </div>
  356.  
  357. <div id="entries">{block:Posts}<div id="post">
  358.  
  359. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  360.  
  361. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  362.  
  363. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  364.  
  365. {block:Quote}{Quote}{/block:Quote}
  366.  
  367. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  368.  
  369. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  370.  
  371. {block:Audio}<right>{block:AlbumArt}<img src="{AlbumArtURL}" width="90px" height="90px" border-radius=500px"  align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  372. <br>{block:TrackName}<b>Track:</b> {TrackName}<br />{/block:TrackName}
  373. <br>{block:Artist}<b>By:</b> {Artist}<br />{/block:Artist}
  374. {/block:ExternalAudio}<br><b>Plays:</b> {PlayCount} Listeners
  375. {/block:Audio}
  376.  
  377. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  378.  
  379. {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"><span style="font-family:cambria;font-size:12px;font-style:bold;"> <p> And I replied: {Answer} </font>{/block:Answer}<span style="font-family:cambria;font-size:12px;font-style:italic;">
  380.  
  381. <div id="info">
  382. <br> <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} by <a href="{SourceURL}"> <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  383. {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>
  384. {/block:Posts}
  385. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  386. {/block:Posts}</div></div></div>
  387.  
  388.  
  389.  
  390.  
  391.  
  392. <div style="position:fixed;bottom:3px; right:3px; font-size:9px; letter-spacing:2px; font-family:Consolas;"><a href=""><a href="http://artcicmonkeyz.tumblr.com/">© artcicmonkeyz</a></center></div>
  393.  
  394.    
  395. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement