Advertisement
Notlikeamovie

Old URL Theme

Jan 19th, 2012
649
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.32 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!-- Old URL theme
  5. made by maraudersmaps.tumblr.com. Do not redistribute or use as a base for other themes -->
  6.  
  7. <head>
  8. <!-- DEFAULT VARIABLES -->
  9.  
  10. <meta name="font:Body" content="Trebuchet Ms" />
  11. <meta name="font:Title" content="Georgia" />
  12.  
  13. <meta name="if:Title Italic" content="0" />
  14. <meta name="if:Show Description" content="0" />
  15.  
  16. <meta name="text:New URL Link" content="http://" />
  17. <meta name="text:New URL Name" content="New URL" />
  18. <meta name="text:Title Font Size" content="17px" />
  19. <meta name="text:Introduction" content="You can find me at " />
  20.  
  21. <meta name="color:Background" content="#fcfafa" />
  22. <meta name="color:Text" content="#CFB8A2" />
  23. <meta name="color:Title" content="#B88771" />
  24. <meta name="color:Bold" content="#e79c3b" />
  25. <meta name="color:Italic" content="#e7947d" />
  26. <meta name="color:Link" content="#f5d93d" />
  27. <meta name="color:Link Hover" content="#d75dab" />
  28. <meta name="color:Scrollbar" content="#f0ece6" />
  29.  
  30.  
  31.  
  32. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  33.  
  34. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic' rel='stylesheet' type='text/css'>
  35.  
  36. <link href='http://fonts.googleapis.com/css?family=Amaranth' rel='stylesheet' type='text/css'>
  37.  
  38. <link href='http://fonts.googleapis.com/css?family=Mate:400italic' rel='stylesheet' type='text/css'>
  39.  
  40. <link href='http://fonts.googleapis.com/css?family=Rosario:400,400italic' rel='stylesheet' type='text/css'>
  41.  
  42. <link href='http://fonts.googleapis.com/css?family=Poly:400italic' rel='stylesheet' type='text/css'>
  43.  
  44. <title>{Title}</title>
  45. <link rel="shortcut icon" href="{Favicon}">
  46. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  47. {block:Description}
  48. <meta name="description" content="{MetaDescription}" />
  49. {/block:Description}
  50.  
  51.  
  52. <style type="text/css">
  53.  
  54.  
  55.  
  56.  
  57. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:background};}
  58.  
  59. ::-webkit-scrollbar-corner {background:{color:background};}
  60.  
  61. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar};}
  62.  
  63. ::-webkit-scrollbar-button:horizontal { width:5px; height:4px!important; display: block; background:{color:scrollbar};}
  64.  
  65. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:background}; border-bottom: 1px solid {color:background};}
  66.  
  67. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};border-left: 1px solid {color:background}; border-right: 1px solid {color:background}; height:4px;}
  68.  
  69. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-top: 0pt solid {color:background}; border-bottom: 0pt solid {color:background};}
  70.  
  71. ::-webkit-scrollbar-thumb:hover {background: {color:scrollbar}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto; }
  72.  
  73. ::-webkit-scrollbar-track-piece {background: {color:background}; width:4px;}
  74.  
  75. ::-webkit-scrollbar:horizontal {height:10px!important; display: block; background:{color:scrollbar};}
  76.  
  77.  
  78.  
  79.  
  80.  
  81. iframe#tumblr_controls {
  82. top:0px !important;
  83. right:3px !important;
  84. position: fixed !important;
  85. -webkit-transition: opacity 0.7s linear;
  86. opacity: 0.4;
  87. -webkit-transition: all 0.8s ease-out;
  88. -moz-transition: all 0.8s ease-out;
  89. transition: all 0.8s ease-out;}
  90.  
  91. iframe#tumblr_controls:hover{
  92. -webkit-transition: opacity 0.7s linear;
  93. opacity: 1;
  94. -webkit-transition: all 0.4s ease-out;
  95. -moz-transition: all 0.4s ease-out;
  96. transition: all 0.4s ease-out;}
  97.  
  98. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  99.  
  100.  
  101. body {background-color:{color:background}; background-image: url('{image:background}'); color:{color:text}; font-family: {font:body}; font-size:10px; background-attachment:fixed; background-repeat:no-repeat; text-align:justify; }
  102.  
  103. #content {width:850px; margin:auto;}
  104.  
  105. #themec {position:fixed; bottom:10px; left:10px; font:10px Open Sans Condensed; color:{color:text}; text-transform:uppercase;}
  106. #themec a {color:{color:link};}
  107.  
  108. #name {width:850px; background-color:trans; font-size:{text:title font size}; font-family:{font:title}; color:{color:title}; {block:IfTitleItalic}font-style:italic;{/block:IfTitleItalic}; position:fixed; top:200px; text-align:center; text-transform:lowercase;}
  109. #name a {color:{color:link}; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;}
  110. #name a:hover {color:{color:link hover};}
  111. a {color:{color:link}; text-decoration:none; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out;}
  112. a:hover {color:{color:link hover};}
  113. img a {border:0px color:{color:sidebar background};}
  114.  
  115. #descp {width:300px; margin-left:270px; font:10px trebuchet ms; color:{color:text}; position:fixed; top:220px; text-align:center;}
  116.  
  117. </style>
  118. </head>
  119.  
  120. <body>
  121. <div id="content">
  122. <div id="themec">Theme by <a href="http://maraudersthemes.tumblr.com">maraudersmaps</a></div>
  123. <div id="name">{text:Introduction} <a href="{text:New URL Link}">{text:New URL Name}</a></div>
  124. {block:IfShowDescription}<div id="descp">{Description}</div>{/block:IfShowDescription}
  125. </div>
  126. </body>
  127. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement