Advertisement
polinomial

THEME #10 BY POLINOMIAL

Feb 5th, 2012
9,691
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 12.04 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!--                                                                                                                                                                                              
  6. THEME BY POLINOMIAL.
  7. http://polinomial.tumblr.com/
  8.  
  9. -->
  10.  
  11. <head>
  12.  
  13. <meta name="color:Background" content="#FFFFFF" />
  14. <meta name="color:Font" content="#B3B1A3" />
  15. <meta name="color:Bold" content="#4F5C5F" />
  16. <meta name="color:Border" content="#9E9C86" />
  17. <meta name="color:Background Question" content="#F5F5F5" />
  18. <meta name="color:Link" content="#697887" />
  19. <meta name="color:Home Link" content="#D9CEB2" />
  20. <meta name="color:Ask Link" content="#948C75" />
  21. <meta name="color:Link 1" content="#D5DED9" />
  22. <meta name="color:Link 2" content="#DBD2AB" />
  23. <meta name="color:Link 3" content="#7A6A53" />
  24. <meta name="color:Link 4" content="#99B2B7" />
  25. <meta name="color:Link 5" content="#6B7983" />
  26. <meta name="color:Link 6" content="#B8C5CE" />
  27.  
  28. <meta name="font:Body" content="Georgia" />
  29.  
  30. <meta name="image:Background" content=""/>
  31.  
  32. <meta name="text:Link One" content="" />
  33. <meta name="text:Link One Title" content="" />
  34. <meta name="text:Link Two" content="" />
  35. <meta name="text:Link Two Title" content="" />
  36. <meta name="text:Link Three" content="" />
  37. <meta name="text:Link Three Title" content="" />
  38. <meta name="text:Link Four" content="" />
  39. <meta name="text:Link Four Title" content="" />
  40. <meta name="text:Link Five" content="" />
  41. <meta name="text:Link Five Title" content="" />
  42. <meta name="text:Link Six" content="" />
  43. <meta name="text:Link Six Title" content="" />
  44.  
  45. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"><!--mce:0--></script>
  46. <script src="toggle.js" type="text/javascript"><!--mce:1--></script>
  47. <script type="text/javascript">
  48. $(document).ready(function(){
  49. $(".description").hide();
  50. $(".plus").click(function(){
  51. $('.description').slideToggle("slow");
  52. return true;
  53. });
  54. });
  55. </script>
  56.  
  57. <title>{Title}</title>
  58.         <link rel="shortcut icon" href="{Favicon}">
  59.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  60. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  61.  
  62.  <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js'></script>
  63.          
  64. <style type="text/css">
  65.  
  66. body{
  67.     color: {color:Font};
  68.     background-color: {color:Background};
  69.     background-image: url({image:Background});
  70.     background-position: top left;
  71.     background-repeat: no-repeat;
  72.     background-attachment: fixed;
  73.     font-family: {font:Body};
  74.     font-size: 10px;
  75.     line-height: 120%;
  76.     text-align: justify;
  77.     }
  78.  
  79. a:link, a:active, a:visited{
  80.     color: {color:Link};
  81.     text-decoration: none;
  82.     -webkit-transition-duration: 0.4s;
  83.     }
  84.  
  85. a:hover{
  86.     border-bottom: 1px dashed {color:Link};
  87.     }
  88.  
  89. #todo {
  90.     margin: auto;
  91.     width: 500px;
  92.     margin-top: 30px;
  93.     margin-bottom: 0px;
  94.     }
  95.  
  96. #entradas {
  97.     width: 500px;
  98.     margin-bottom: 40px;
  99.     padding-top: 10px;
  100.     top:0px;
  101.     border-top: 0px dotted {color:Border};
  102.     }
  103.  
  104. @font-face {
  105.     font-family: "Meow";
  106.     src: url(http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");
  107.     }
  108.  
  109. p.customfont {
  110.     font-family: "Meow", georgia;
  111.     }
  112.  
  113. #tags {
  114.     text-transform: lowercase;
  115.     width: 500px;
  116.     border-top: 1px dashed {color:Border};
  117.     margin-top: 5px;
  118.     text-align: center;
  119.     }
  120.  
  121. #nav{
  122.     text-align: center;
  123.     padding:5px;
  124.     font-size: 40px;
  125.     font-family: {font:Body};
  126.     }
  127.  
  128. #nav a:hover{
  129.     border-bottom:0px solid white;
  130.     }
  131.  
  132. .plus{
  133.     position: relative;
  134.     color: white;
  135.     padding: 0px 6px 5px 6px;
  136.     cursor:help;
  137.     }
  138.  
  139. .description{
  140.     color: {color:Font};
  141.     text-align:justify;
  142.     }
  143.  
  144. #linkscabeza{
  145.     width: 500px;
  146.     background-color:{color:Background};
  147.     border-right: 0px solid {color:Border};
  148.     padding: 10px 0px 10px 0px;
  149.     text-align: center;
  150.     z-index:100;
  151.     height:10px;
  152.     color: transparent;
  153.     -webkit-transition: all 0.4s ease-in-out;
  154.     -moz-transition: all 0.4s ease-in-out;
  155.     transition: all 0.4s ease-in-out;
  156.     -ms-transition: all 0.4s ease-in-out;
  157.     -o-transition: all 0.4s ease-in-out;
  158.     }
  159.  
  160. #linkscabeza a:link{
  161.     font-size: 10px;
  162.     font-family: {font:Body};
  163.     color: transparent;
  164.     padding: 10px 15px 0px 15px;
  165.     font-style: italic;
  166.     -webkit-box-shadow: 0 5px 6px -6px #CCCCCC;
  167.     -moz-box-shadow: 0 5px 6px -6px #CCCCCC;
  168.     box-shadow: 0 5px 6px -6px #CCCCCC;
  169.     -webkit-transition: all 0.4s ease-in-out;
  170.     -moz-transition: all 0.4s ease-in-out;
  171.     transition: all 0.4s ease-in-out;
  172.     -ms-transition: all 0.4s ease-in-out;
  173.     -o-transition: all 0.4s ease-in-out;
  174.     }
  175.  
  176. #linkscabeza a:hover{
  177.     padding-bottom: 5px;
  178.     color: {color:Font};
  179.     border-bottom: 0px solid black;
  180.     -webkit-transition: all 0.4s ease-in-out;
  181.     -moz-transition: all 0.4s ease-in-out;
  182.     transition: all 0.4s ease-in-out;
  183.     -ms-transition: all 0.4s ease-in-out;
  184.     -o-transition: all 0.4s ease-in-out;}
  185.  
  186. #titulop {
  187.     color: {color:Font};
  188.     font-size: 20px;
  189.     font-family: "Meow";
  190.     background-color: transparent;
  191.     text-align: center;
  192.     text-transform: lowercase;
  193.     padding-bottom: 0px;
  194.     line-height: 105%;
  195.     }
  196.  
  197. #titulo {
  198.     font-family: {font:Body};
  199.     font-size: 20px;
  200.     line-height: 102%;
  201.     font-style: italic;
  202.     letter-spacing: 1px;
  203.     text-align: center;
  204.     }
  205.  
  206. #titulo a{
  207.     background-color: transparent;
  208.     }
  209.  
  210. .quote {
  211.     padding: 5px;
  212.     font-size: 16px;
  213.     line-height: 105%;
  214.     text-align:center;
  215.     }
  216.  
  217. .notes img {
  218.     width: 10px;
  219.     position: relative;
  220.     top: 1px;
  221.     }
  222.  
  223. blockquote {
  224.     padding-left: 5px;
  225.     margin:0px 6px 0px 6px;
  226.     border-left: 3px solid {color:Link};
  227.     }
  228.  
  229. b, strong{
  230.     color: {color:Bold};
  231.     }
  232.  
  233. #scroller {
  234.     width: 500px;
  235.     background-color:{color:Background};
  236.     }
  237.  
  238. small {
  239.     font-size: 10px;
  240.     }
  241.  
  242.  
  243. ::selection {
  244.     background: {color:Border};
  245.     color: {color:Background};
  246.     }
  247.  
  248. ::-moz-selection {
  249.     background: {color:Border};
  250.     color: {color:Background};
  251.     }
  252.  
  253. ::-webkit-selection {
  254.     background: {color:Border};
  255.     color: {color:Background};
  256.     }
  257.  
  258. .credit{
  259.     bottom:10px;
  260.     right:0px;
  261.     background-color:{color:Background Question};
  262.     position:fixed;
  263.     padding:3px 10px 3px 10px;
  264.     opacity:.6;
  265.     -webkit-transition: all 0.4s ease-in-out;
  266.     -moz-transition: all 0.4s ease-in-out;
  267.     transition: all 0.4s ease-in-out;
  268.     -ms-transition: all 0.4s ease-in-out;
  269.     -o-transition: all 0.4s ease-in-out;
  270.     }
  271.  
  272. .credit a:hover{
  273.     padding-left:10px;
  274.     -webkit-transition: all 0.4s ease-in-out;
  275.     -moz-transition: all 0.4s ease-in-out;
  276.     transition: all 0.4s ease-in-out;
  277.     -ms-transition: all 0.4s ease-in-out;
  278.     -o-transition: all 0.4s ease-in-out;
  279.     border-bottom: 0px solid black;
  280.     }
  281.  
  282. ol.notes, .notes li{
  283.     list-style:none;
  284.     margin:0px;
  285.     padding:0px;
  286.     padding-left:10px;
  287.     }
  288.  
  289. iframe input, iframe submit, iframe textarea, iframe div, iframe table {
  290.     background-color:transparent!important;
  291.     }
  292.  
  293. </style>        
  294.  
  295. <script type='text/javascript'>//<![CDATA[
  296. $(window).load(function(){
  297. $(function() {
  298.  var a = function() {
  299.    var b = $(window).scrollTop();
  300.    var d = $("#scroller-anchor").offset({scroll:false}).top;
  301.    var c=$("#scroller");
  302.    if (b>d) {
  303.      c.css({position:"fixed",top:"-10px"})
  304.    } else {
  305.      if (b<=d) {
  306.        c.css({position:"relative",top:""})
  307.      }
  308.    }
  309.  };
  310.  $(window).scroll(a);a()
  311. });
  312. });//]]>  
  313.  
  314. </script>
  315.  
  316.  </head>
  317.  
  318. <div id="todo">
  319.  
  320. {block:IndexPage}<center><div class="plus"><div id="titulop">{Title}</div></div></center>
  321. <div class="description">{Description}</div>{/block:IndexPage}
  322.  
  323. <div id="scroller-anchor"></div>
  324.   <div id="scroller" style="margin-top:5px; width:270px"><div id="linkscabeza"><a style="border-bottom: 7px solid {color:Home Link};" href="/">home</a><a style="border-bottom: 7px solid {color:Ask Link};" href="/ask">ask</a>{block:IfLinkOneTitle}<a href="{text:Link One}" style="border-bottom: 7px solid {color:Link 1};">{text:Link One Title}</a>{/block:IfLinkOneTitle}{block:IfLinkTwoTitle}<a href="{text:Link Two}" style="border-bottom: 7px solid {color:Link 2};">{text:Link Two Title}</a>{/block:IfLinkTwoTitle}{block:IfLinkThreeTitle}<a href="{text:Link Three}" style="border-bottom: 7px solid {color:Link 3};">{text:Link Three Title}</a>{/block:IfLinkThreeTitle}{block:IfLinkFourTitle}<a href="{text:Link Four}" style="border-bottom: 7px solid {color:Link 4};">{text:Link Four Title}</a>{/block:IfLinkFourTitle}{block:IfLinkFiveTitle}<a href="{text:Link Five}" style="border-bottom: 7px solid {color:Link 5};">{text:Link Five Title}</a>{/block:IfLinkFiveTitle}{block:IfLinkSixTitle}<a href="{text:Link six}" style="border-bottom: 7px solid {color:Link 6};">{text:Link Six Title}</a>{/block:IfLinkSixTitle}</div></div>
  325.  
  326. {block:Posts}<div id="entradas">
  327.              
  328. {block:Answer}<div style="background-color:{color:Background Question};color:{color:Font};-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius:5px;text-align:center;padding:10px;"><i>{Question}</i></div><center><b>{Asker}</b></center>
  329. {Answer}{/block:Answer}
  330.  
  331. {block:Text}
  332. <div id="titulo">{block:Title}<a href="{Permalink}">{Title}</a>{Block:Title}</div>{Body}
  333. {/block:Text}
  334.  
  335. {block:Photo}
  336. <img src="{PhotoURL-500}" alt="{PhotoAlt}" />{block:Caption}{Caption}{/block:Caption}
  337. {/block:Photo}
  338.                
  339. {block:Photoset}
  340. {block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --> {/block:ContentSource}{Photoset-500}{block:Caption}{Caption}{/block:Caption}
  341. {/block:Photoset}
  342.  
  343. {block:Quote}
  344. <div class="quote"><i>"{Quote}"</i></div>{block:Source}<div style="text-align:center;"><b>—{Source}</b></div>{/block:Source}
  345. {/block:Quote}
  346.  
  347. {block:Link}
  348. <a href="{URL}" class="link" {Target}><div id="titulo">→{Name}</div></a>{block:Description}{Description}{/block:Description}
  349. {/block:Link}
  350.  
  351. {block:Chat}
  352. {block:Title}<h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}
  353. <ul class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}{Line}</li>{/block:Lines}</ul>
  354. {/block:Chat}
  355.  
  356. {block:Video}
  357. {Video-500}{block:Caption}{Caption}{/block:Caption}
  358. {/block:Video}
  359.  
  360. {block:Audio}
  361. <div style="width:500px;background-color:white;">{AudioPlayerWhite}</div>{block:Caption}{Caption}{/block:Caption}
  362. {/block:Audio}
  363.            
  364.  
  365. {block:Date}<div id="tags"><div style="float:left;padding:2px;font-style:italic;"><a style="" href="{Permalink}">{ShortMonth} {DayOfMonth}</a> - <a style="" href="{Permalink}">{NoteCount}</a>{block:RebloggedFrom} - <a style="" href="{ReblogParentURL}" title="{ReblogParentName}" >via</a> - <a style="" href="{ReblogRootURL}" title="{ReblogRootName}" >©</a> {/block:RebloggedFrom}</div>{block:HasTags}<div style="float:right;width:400px;text-align:right;">  {block:Tags}- <a href="/tagged/{Tag}">{Tag}</a>   {/block:Tags} </div>{/block:HasTags}</div>{/block:Date}
  366.  
  367. </div>
  368.  
  369. {/block:Posts}
  370.  
  371. {block:PostNotes}
  372. <div class="notes">{PostNotes}</div>
  373.     {/block:PostNotes}
  374.  
  375. <center>{block:Pagination}
  376. <div id="nav">{block:PreviousPage}<a href="{PreviousPage}">« </a>{/block:PreviousPage}
  377. {block:NextPage}<a href="{NextPage}"> »</a>{/block:NextPage}</div><br>{/block:Pagination}
  378. </center>
  379.  
  380. </div>  
  381.  
  382. <div class="credit"><a href="http://polinomial.tumblr.com" target="_blank"><i>theme ©</i></a></div>
  383.  
  384. </body>
  385.  
  386. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement