Advertisement
Guest User

2.0 Theme

a guest
Jun 16th, 2012
5,409
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.43 KB | None | 0 0
  1. <html><head>
  2.  
  3. <!- THEME MADE BY
  4. likethesun.tumblr.com -!>
  5.  
  6. <!LEAVE CREDIT ON THEME!>
  7.  
  8. <title>{title}</title>
  9.  
  10. <link rel="shortcut icon" href="{Favicon}">
  11.  
  12. <meta name="if:Endless Scroll" content="1"/>
  13.  
  14. <meta name="font:Body" content="Lucida Sans"/>
  15. <meta name="font:Title" content="Lucida Sans" />
  16.  
  17. <meta name="color:Text" content="#444"/>
  18. <meta name="color:Title" content="#000"/>
  19. <meta name="color:Links" content="#ddd">
  20. <meta name="color:background" content="#ffffff">
  21. <meta name="color:Permalink" content="#fff"/>
  22.  
  23. <meta name="text:Font Size" content="9.9px"/>
  24. <meta name="text:title font size" content="22px" />
  25.  
  26.  
  27. <meta name="if:More Space Between Posts" content="1"/>
  28.  
  29.  
  30.  
  31.  
  32.  
  33. <style type="text/css">
  34.  
  35. body {background-color:{color:background};
  36. font-family:{font:Body}; font-size:{text:font size};
  37. line-height:10px; text-align:center; color:{color:Text};}
  38.  
  39.  
  40. a:link, a:visited {color:{color:Links}; text-decoration:none;}
  41. a:hover {text-decoration:none; opacity:1;}
  42.  
  43. a img {border:0px; opacity:.9;}
  44. a img:hover {opacity:.85;}
  45.  
  46.  
  47. .navigation {margin:auto; position:fixed; z-index:2; color:white; display:block; width:400px; margin-top:-60px; text-align:right; -moz-border-radius: 5px; opacity:.95; font-size:8px; text-transform:uppercase; background-color:transparent; padding-bottom:7px; border-bottom:2px solid #f2f2f2;}
  48.  
  49. .navigation a {background-color:black; padding-top:1px; padding-left:4px; padding-right:4px; padding-bottom:1px; border:0px solid #444;}
  50.  
  51. .navigation a:visited {text-decoration:none; color:white;}
  52.  
  53. .navigation a:hover {background-color:#fff; color:black; text-decoration:underline;}
  54.  
  55.  
  56. .blogtitle {margin:auto; z-index:2; position:fixed; width:400px;
  57. margin-top:-70px;
  58. font-family: {font:Title}; color:{color:title};
  59. font-size:{text:title font size};
  60. padding-bottom:25px; padding-top:10px; text-align:center;
  61. letter-spacing:px; text-transform:uppercase;}
  62.  
  63. .blogtitle a {color:{color:title};}
  64. .blogtitle a:hover {background-color:black;}
  65.  
  66.  
  67. div.sidelinks a {background-color:{color:side links background}; margin-bottom:4px; text-align:right; display:block; position:relative; color:{color:Nav Links};}
  68. div.sidelinks a:hover {display:block; margin-bottom:4px; color:{color:Hover};}
  69.  
  70.  
  71.  
  72.  
  73. .content {margin:auto; width:400px;
  74. margin-top:140px; top:50px; }
  75.  
  76.  
  77. #entry {background-color:transparent;
  78. width:475px; opacity:1;
  79. margin:auto; font-size:{text:Font Size};
  80. {block:IfMoreSpaceBetweenPosts}
  81. margin-bottom:40px; {/block:IfMoreSpaceBetweenPosts}}
  82.  
  83. #entry img {width:400px; }
  84. #entry:hover .permalink {opacity: 1;}
  85. #entry:hover {}
  86. #entry .post img {width:400px; border:0px;}
  87.  
  88.  
  89.  
  90. #description {position:fixed; left:50%; margin-left:-290px; top:5px; z-index:2; background-color:#fff; width:125px; line-height:8px; text-align:right; color:white; padding-top:2px;font-size:10px; letter-spacing:2px;}
  91.  
  92. #description:hover {opacity:1;}
  93.  
  94. #description a {color:#444; line-height:15px; padding-left:4px; padding-right:4px;}
  95.  
  96. #description a:hover {background-color:#fff; color:black; padding-top:2px; padding-left:4px;}
  97.  
  98.  
  99. .audio {background-color:#000000; margin-bottom : 2px; margin-left:35px; width:400px; text-align:center;}
  100.  
  101. blockquote {border-left: 1px solid #eee; padding-left:3px; width:98.7%; margin-left: 0px;}
  102.  
  103.  
  104.  
  105. .permalink {z-index:2; left:50%; margin-left: -200px; margin-top:20px; padding-top:0px; position: absolute; text-align: center; width: 400px; height:10px; font-size: 45px; opacity:0; color:#fff; text-transform:uppercase; font-weight:bold;}
  106.  
  107. .permalink a {color:{color:permalink};}
  108. .permalink a:hover {color:{color:permalink};}
  109. .entry:hover .permalink {opacity: .85;}
  110.  
  111.  
  112. .textperma {z-index:2; position: absolute; left:50%; margin-left:-180px; margin-top:3px; text-align:right; color:#fff; width:400px; color:#000; font-weight:bold; height:10px;}
  113.  
  114. .textperma a {color:#000;}
  115. .textperma a:hover {opacity:.85}
  116. .entry:hover .textperma {opacity: .85;}
  117.  
  118.  
  119. div.video embed,div.post div.video object {
  120. width:400px !important;}
  121.  
  122.  
  123. </style>
  124.  
  125.  
  126.  
  127. </head>
  128. {block:IfEndlessScroll}
  129. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
  130. {/block:IfEndlessScroll}
  131. </head>
  132.  
  133.  
  134. <body>
  135. <div class="content">
  136.  
  137. <div class="blogtitle"><a href="/">{title}</a></div><br>
  138. <div class="navigation">
  139. <a href="/ask">ask</a> <a href="http://likethesun.tumblr.com">theme</a>
  140. </div>
  141.  
  142.  
  143. <div></div>
  144.  
  145. </div></div>
  146.  
  147.  
  148. {block:IfEndlessScroll}
  149. <div class="autopagerize_page_element">
  150. {/block:IfEndlessScroll}
  151.  
  152. {block:Posts}
  153.  
  154. {block:Text}
  155. <div id="entry">
  156. <a href="{Permalink}">
  157. <a href="{Permalink}"><b><div style="text-transform:uppercase; letter-spacing:1px;">{Title}</div></b></a>
  158. {Body}
  159. </div>
  160. {/block:Text}
  161.  
  162. {block:Photo}
  163. <div id="entry">
  164. <span class="permalink"><a href="{Permalink}">▼</a></span>
  165. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  166. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  167. <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" width="550"/><div style="margin-top:-4px; margin-bottom:-4px;"></div>
  168. {block:IndexPage}</a>{/block:IndexPage}
  169. {block:PermalinkPage}{LinkCloseTag}
  170. {/block:PermalinkPage}
  171. {block:Ifshowcaptions}{Caption}{/block:Ifshowcaptions}</div>
  172.  
  173. {/block:Photo}
  174.  
  175. {block:Photoset}
  176. <div id="entry">
  177. <span class="permalink"><a href="{Permalink}">▼</a></span>
  178. <div style="width:400px !important;">{Photoset-500}</div>
  179. {block:PermalinkPage}+{/block:PermalinkPage}
  180. {block:Ifshowcaptions}{Caption}{/block:Ifshowcaptions}</div>
  181. {/block:Photoset}
  182.  
  183. {block:Quote}
  184. <div id="entry">
  185. <a href="{Permalink}">{Quote} {block:Source}— <b>{Source}</b></a>{/block:Source}
  186. </div>
  187. {/block:Quote}
  188.  
  189. {block:Link}
  190. <div id="entry">
  191. <div class="h2"><a href="{URL}"><b>{Name}</b></a></div>{block:Description}{Description}{/block:Description}
  192. </div>
  193. {/block:Link}
  194.  
  195. {block:Chat}
  196. <div id="entry">
  197. {block:Title}<i>{Title}</i>{/block:Title}
  198. {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}
  199. </div>
  200. {/block:Chat}
  201.  
  202. {block:Audio}
  203. <div id="entry">
  204. <span class="permalink"><div style="font-size:35px; margin-top:-8px;"><a href="{Permalink}">▼</a></div></span>
  205. <div class="audio">
  206. <center>{AudioPlayerBlack}</center></div>
  207. <small>{block:TrackName}{TrackName} by {/block:TrackName}{block:Artist}{Artist}{/block:Artist}</small>
  208. {block:PermalinkPage}{block:ExternalAudio} <a href="{ExternalAudioURL}"> / download </a> </span>{/block:ExternalAudio}{/block:PermalinkPage}
  209. </div>
  210. {/block:Audio}
  211.  
  212. {block:Answer}
  213. <div id="entry">
  214. <div class="answer"><b>{Asker}</b> asked: {Question}</div>
  215. <div style="margin-bottom:-5px;"><i>{Answer}</i></div> </div>
  216. {/block:answer}
  217.  
  218. {block:Video}
  219. <div id="entry">
  220. <div class="video">
  221. {Video-400}
  222. {block:Caption}{Caption}{/block:Caption}
  223. </div></div>
  224. {/block:Video}
  225.  
  226.  
  227. {block:PostNotes}
  228. <br>
  229. {PostNotes}
  230. {/block:PostNotes}
  231.  
  232. {/block:Posts}
  233. {block:IfEndlessScroll}</div>{/block:IfEndlessScroll}
  234.  
  235.  
  236. {block:IfNotEndlessScroll}<div style="width:{text:width}; position:absolute; margin-left:765px;"><div id="pag">
  237. {block:PreviousPage}<a href="{PreviousPage}" title="newer">back</a> {/block:PreviousPage} {block:NextPage}<a href="{NextPage}" title="older">forth</a>{/block:NextPage}{/block:IfNotEndlessScroll}
  238.  
  239. <div style="position:fixed; right:5px; bottom:5px;">
  240. <a href="http://themesbylts.tumblr.com">THEME</a></div>
  241. </div></div></div>
  242.  
  243. </div>
  244. </body>
  245. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement