Advertisement
beliebed

#34 Techno Fan Theme

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