Advertisement
stepholos

2# MOON

Aug 28th, 2014
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 9.44 KB | None | 0 0
  1. <!--
  2. 2# MOON theme by stepholos.tumblr.com © don't remove the credits.
  3. -->
  4.  
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8. <head><title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13.  
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Text" content="#"/>
  16. <meta name="color:Link" content="#555555"/>
  17. <meta name="color:Post" content="#fcfcfc">
  18. <meta name="color:Border" content="#e9e9e9">
  19. <meta name="color:PicTxt" content="#ffffff">
  20.  
  21. <meta name="image:sidebar" content=""/>
  22. <meta name="image:Background" content="http://38.media.tumblr.com/tumblr_m50cbsMru51qjpunho1_500.jpg"/>
  23.  
  24. <meta name="text:Link 1 Text" content="" />
  25. <meta name="text:link 1 url" content="/" />
  26.  
  27. <meta name="text:Link 2 Text" content="" />
  28. <meta name="text:link 2 url" content="/" />
  29.  
  30. <meta name="text:Link 3 Text" content="" />
  31. <meta name="text:link 3 url" content="/" />
  32.  
  33. <meta name="text:Link 4 Text" content="" />
  34. <meta name="text:link 4 url" content="/" />
  35.  
  36.  
  37. <link href='http://fonts.googleapis.com/css?family=Cuprum' rel='stylesheet' type='text/css'>
  38.  
  39.  
  40. <style type="text/css">
  41.  
  42. ::-webkit-scrollbar {
  43.      width: 6px;
  44.      height: 6px;
  45.      background:{color:post};
  46. }
  47.  
  48. ::-webkit-scrollbar-thumb {
  49.     background-color: {color:background};
  50. }
  51.  
  52.  
  53.  
  54. body {
  55.     background:{color:background}; opacity:0.7;
  56.     margin:0px;
  57.     color:{color:text};
  58.     font-family:arial;
  59.     font-size:9px;
  60.     letter-spacing:1px;
  61.     line-height:100%;
  62.     background-image:url('{image:background}');
  63.     background-attachment:fixed;
  64.     background-repeat:repeat;
  65. }
  66.  
  67. a:link, a:active, a:visited {
  68.     text-decoration:none;
  69.     outline:none;
  70.     -moz-outline-style:none;
  71.        padding:1px;
  72.     -webkit-transition: all 0.6s ease-in-out;
  73.     -moz-transition: all 0.6s ease-in-out;
  74.     -o-transition: all 0.6s ease-in-out;
  75.     -ms-transition: all 0.6s ease-in-out;
  76.     transition: all 0.6s ease-in-out;
  77.     color:{color:link};
  78.  
  79. }
  80.  
  81. a:hover {
  82.     -webkit-transition: all 0.6s ease-in-out;
  83.     -moz-transition: all 0.6s ease-in-out;
  84.     -o-transition: all 0.6s ease-in-out;
  85.     -ms-transition: all 0.6s ease-in-out;
  86.     transition: all 0.6s ease-in-out;
  87.     text-shadow:4px 0 0 rgba(18,208,211,0.4), -4px 0 0 rgba(185,33,39,0.4);
  88.     color: {color:hover};}
  89.  
  90. img {
  91.     border:none;
  92. }
  93.  
  94. blockquote {
  95.     padding-left:5px;
  96.     border-left:2px solid;
  97. }
  98.    
  99. blockquote blockquote {
  100.     padding-left:5px;
  101.     border-left:2px solid;
  102. }
  103.  
  104. h1 {
  105.     font-size:8.5px;
  106.     text-align:right;
  107.     padding-bottom:3px;
  108.     border-bottom:1px solid {color:border};
  109.     font-family:arial;
  110.     font-style:italic;
  111.     letter-spacing:1px;
  112.     text-transform:lowercase;
  113.    
  114. }
  115.  
  116. #entries {
  117.     width:420px;
  118.     margin-left:500px;
  119.     margin-top:40px;
  120.     margin-bottom:40px;
  121.  
  122. }
  123.  
  124. #post {
  125.     width:400px;
  126.     margin-top:10px;
  127.     font-family:arial;
  128.     font-size:12px;
  129.     background-color: {color:post};
  130.     padding-left:20px;
  131.     padding-right:20px;
  132.     padding-top:20px;
  133.     padding-bottom:20px;
  134.     border:1px solid {color:border};
  135. }
  136.  
  137. #post img{
  138.     background-color: {color:background};
  139.     }
  140. #post img {-webkit-filter:grayscale(0);
  141.     -webkit-transition: all 0.6s ease-in-out;
  142.     -moz-transition: all 0.6s ease-in-out;
  143.     -o-transition: all 0.6s ease-in-out;
  144.     -ms-transition: all 0.6s ease-in-out;
  145.     transition: all 0.6s ease-in-out;
  146.     border-bottom: 0px solid #777676;
  147. }
  148. #post img:hover {
  149.     -webkit-filter:grayscale(.6);
  150.     -webkit-transition: all 0.6s ease-in-out;
  151.     -moz-transition: all 0.6s ease-in-out;
  152.     -o-transition: all 0.6s ease-in-out;
  153.     -ms-transition: all 0.6s ease-in-out;
  154.     transition: all 0.6s ease-in-out;
  155.     border-bottom: 3px solid #777676;}
  156.    
  157.  
  158. #sidebar {
  159.     width:150px;
  160.     position:fixed;
  161.     margin-left:200px;
  162.     margin-top:150px;
  163. }
  164.  
  165. #title {
  166.     margin-left:90px;
  167.     margin-top:8px;
  168.     width:120px;
  169.     font-size:25px;
  170.     text-align:right;
  171.     font-family:Moon Flower;
  172.     font-style:bold;
  173.     letter-spacing:1px;
  174.     margin-bottom:0px;
  175.     color:{color:text};
  176.     line-height:95%;
  177. }
  178.  
  179. #sidebarimage {
  180.     width: 100px;
  181.     height:100px;
  182.     background-image:url('{image:sidebar}');
  183.     background-repeat:no-repeat;
  184.     margin-left:10px;
  185.     margin-top:10px;
  186.    
  187.  
  188. }
  189.  
  190. #sidebarimg{
  191.     width:120px;
  192.     height:120px;
  193.     background-color:{color:post};
  194.     border:1px solid {color:border};
  195.     margin-left:90px;
  196. }
  197.  
  198. #links {position:absolute;
  199.     opacity:0;
  200.     width:100px;
  201.     height:100px;
  202.     margin-left:0px;
  203.     margin-top:0px;
  204.     line-height:100%;
  205.     -webkit-transition: all 0.6s ease-in-out;
  206.     -moz-transition: all 0.6s ease-in-out;
  207.     -o-transition: all 0.6s ease-in-out;
  208.     -ms-transition: all 0.6s ease-in-out;
  209.     transition: all 0.6s ease-in-out;
  210. }
  211.  
  212. <!--
  213. 2# MOON theme by stepholos.tumblr.com © don't remove the credits.
  214. -->
  215.  
  216. #links a{
  217.     padding:7px;
  218.     opacity:1;
  219.     margin-bottom:1px;
  220.     -webkit-transition: all 0.6s ease-in-out;
  221.     -moz-transition: all 0.6s ease-in-out;
  222.     -o-transition: all 0.6s ease-in-out;
  223.     -ms-transition: all 0.6s ease-in-out;
  224.     transition: all 0.6s ease-in-out;
  225. }
  226.  
  227. #links:hover {opacity:.8;
  228.     color:{color:links};
  229.     background-color:{color:background};
  230.     -webkit-transition: all 0.6s ease-in-out;
  231.     -moz-transition: all 0.6s ease-in-out;
  232.     -o-transition: all 0.6s ease-in-out;
  233.     -ms-transition: all 0.6s ease-in-out;
  234.     transition: all 0.6s ease-in-out;
  235. }
  236.  
  237. #linkss {
  238.     width:90px;
  239.     height:9px;
  240.     padding-top:8px;
  241.     padding-bottom:7px;
  242.     font-family:georgia;
  243.     font-style:italic;
  244.     font-size:10px;
  245.     text-align:center;
  246.     border-bottom: 1px solid {color:border};
  247. }
  248.    
  249.    
  250.  
  251. #description {
  252.     margin-left:90px;
  253.     width:106px;
  254.     background-color:{color:post};
  255.     border:1px solid {color:border};
  256.     padding:7px;
  257.     text-align:center;
  258.     font-family:arial;
  259.     font-size:8px;
  260.     letter-spacing:1px;
  261.     text-transform:uppercase;
  262.     line-height:95%;
  263. }
  264.  
  265. #pagination {
  266.     font-size:20px;
  267.     text-align:right;
  268.     width:120px;
  269.     margin-bottom:2px;
  270.     margin-left:10px;
  271.     font-size:10px;
  272.     font-family:arial;
  273.     letter-spacing:1px;
  274.    
  275. }
  276.  
  277. #info {
  278.     text-align:left;
  279.     margin-top:15px;
  280.     padding-left:15px;
  281.     font-family:arial;
  282.     font-size:7.5px;
  283.     letter-spacing:1px;
  284.     font-style:italic;
  285.     border-bottom:1px solid {color:border};
  286. }
  287.  
  288.  
  289.  
  290. #tags {
  291.     text-align:right;
  292.     margin-top:1px;
  293.     padding-right:15px;
  294.     font-family:arial;
  295.     font-size:7.5px;
  296.     letter-spacing:1px;
  297.     font-style:;
  298.    
  299. }
  300.  
  301.  
  302. #asker {
  303.     text-align:center;
  304.     font-family:arial;
  305.     font-size:8.5px;
  306.     letter-spacing:1px;
  307.     font-style:italic;
  308.     padding-bottom:7px;
  309.     border-bottom:1px solid {color:Border};
  310.    
  311.  
  312.    
  313. }
  314.  
  315. {CustomCSS}</style></head><body>
  316.  
  317. <div id="sidebar">
  318.  
  319. <div id="pagination">
  320. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  321. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}    
  322. </div>
  323.  
  324. <div id="sidebarimg"><div id="sidebarimage"><div id="links">
  325. <div id="linkss"><a href="{text:link 1 url}">{text:Link 1 Text}</a></div>
  326. <div id="linkss"><a href="{text:link 2 url}">{text:Link 2 Text}</a></div>
  327. <div id="linkss"><a href="{text:link 3 url}">{text:Link 3 Text}</a></div>
  328. <div id="linkss"><a href="{text:link 4 url}">{text:Link 4 Text}</a></div>
  329.  
  330.  
  331.  
  332. </div></div></div>
  333.  
  334. <div id="title">{Title}</div>
  335.  
  336. <div id="description">{Description}</div>
  337.  
  338.  
  339.  
  340. </div>
  341.  
  342. <div id="entries">{block:Posts}<div id="post">
  343.  
  344. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  345.  
  346. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  347.  
  348. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  349.  
  350.  
  351. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  352.  
  353. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  354.  
  355. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  356.  
  357. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  358.  
  359. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  360.  
  361. {block:Answer}<div id="asker">{Asker} inquired: {Question}</div><br>{Answer}{/block:Answer}
  362.  
  363. <div id="info">
  364. <a href="{Permalink}">{NoteCountWithLabel}</a> / {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a> / <a href="{ReblogRootURL}">source</a>{/block:RebloggedFrom}</div>
  365. <div id="tags">
  366. {block:HasTags}{block:Tags} <a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  367.  
  368. </div>
  369. {block:PostNotes}{PostNotes}{/block:PostNotes}
  370. {/block:Posts}</div>
  371. </body>
  372. <!--
  373. 2# MOON theme by stepholos.tumblr.com © don't remove the credits.
  374. -->
  375. <div style="left:7px;bottom:630px;position:fixed;font-family:georgia;font-size:10px;letter-spacing:1px">
  376. <a href="http://hiattus.tumblr.com/">stepholos theme ☯</a>
  377. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement