Advertisement
Guest User

équilibre theme

a guest
Jun 2nd, 2012
5,945
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.44 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="Courier New"/>
  15. <meta name="font:Title" content="Courier New" />
  16.  
  17. <meta name="color:Text" content="#000000"/>
  18. <meta name="color:Title" content="#000"/>
  19. <meta name="color:background" content="#ffffff">
  20. <meta name="color:Links" content="#000" />
  21. <meta name="color:Permalink" content="#fff"/>
  22.  
  23. <meta name="text:Font Size" content="10px"/>
  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. <div class="blogtitle"><a href="/">{title}</a></div><br>
  32. <div class="navigation">
  33. <a href="/">home</a> <a href="/ask">ask</a> <a href="/archive">archive</a> <a href="/rss">subscribe</a> <a href="http://likethesun.tumblr.com">theme</a>
  34. </div><br>
  35.  
  36.  
  37.  
  38. <style type="text/css">
  39.  
  40. body {background-color:{color:background};
  41. font-family:{font:Body}; font-size:{text:font size};
  42. line-height:10px; text-align:center; color:{color:Text};}
  43.  
  44.  
  45. a:link, a:visited {color:{color:Links}; text-decoration:none;}
  46. a:hover {text-decoration:none; opacity:1;}
  47.  
  48. img { padding: 25px;
  49. border: 0px;}
  50.  
  51. a img {border:0px; opacity:.9;}
  52. a img:hover {opacity:.85;}
  53.  
  54.  
  55. .navigation {position:fixed; z-index:2; display:block; width:770px; margin-left:200px; margin-top:70px; text-align:center; padding:5px; -moz-border-radius: 5px; opacity:.95; background-color:transparent;}
  56.  
  57. .navigation a {background-color:white; padding-top:1px; padding-left:4px; padding-right:4px; padding-bottom:1px; border:1px solid #444;}
  58.  
  59. .navigation a:hover {backgound-color:#000; opacity:.5;}
  60.  
  61.  
  62. .blogtitle {z-index:2; position:fixed; width:770px;
  63. margin-left:200px; margin-top:55px;
  64. font-family: {font:Title}; color:{color:title};
  65. font-size:{text:title font size};
  66. padding-bottom:4px; text-align:center;
  67. letter-spacing:px; text-transform:uppercase;}
  68.  
  69. .blogtitle a {color:{color:title};}
  70. .blogtitle a:hover {background-color:black;}
  71.  
  72.  
  73. div.sidelinks a {background-color:{color:side links background}; margin-bottom:4px; text-align:right; display:block; position:relative; color:{color:Nav Links};}
  74. div.sidelinks a:hover {display:block; margin-bottom:4px; color:{color:Hover};}
  75.  
  76.  
  77. .container {width:770px; margin-left:200px;}
  78.  
  79. .content { margin-top:130px;}
  80.  
  81. .posts {margin-top:150px;}
  82.  
  83. #entry {background-color:transparent;
  84. padding-top:10px; text-align:center;
  85. width:700px; opacity:1; padding:10px;
  86. margin:auto; font-size:{text:Font Size};
  87. {block:IfMoreSpaceBetweenPosts}
  88. margin-bottom:40px; {/block:IfMoreSpaceBetweenPosts}}
  89.  
  90. #entry img {width:400px; }
  91. #entry:hover .permalink {opacity: 1;}
  92. #entry:hover {}
  93. #entry .post img {width:400px; border:0px;}
  94.  
  95. #entrytext {text-align:left; padding-left:75px;}
  96.  
  97.  
  98. #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;}
  99.  
  100. #description:hover {opacity:1;}
  101.  
  102. #description a {color:#444; line-height:15px; padding-left:4px; padding-right:4px;}
  103.  
  104. #description a:hover {background-color:#fff; color:black; padding-top:2px; padding-left:4px;}
  105.  
  106.  
  107. .audio {background-color:#000000; margin-bottom : 2px; margin-left:35px; width:400px; text-align:center;}
  108.  
  109. blockquote {border-left: 1px solid #eee; padding-left:3px; width:98.7%; margin-left: 0px;}
  110.  
  111.  
  112.  
  113. .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;}
  114.  
  115. .permalink a {color:{color:permalink};}
  116. .permalink a:hover {color:{color:permalink};}
  117. .entry:hover .permalink {opacity: .85;}
  118.  
  119.  
  120. .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;}
  121.  
  122. .textperma a {color:#000;}
  123. .textperma a:hover {opacity:.85}
  124. .entry:hover .textperma {opacity: .85;}
  125.  
  126.  
  127. div.video embed,div.post div.video object {
  128. width:400px !important;}
  129.  
  130.  
  131.  
  132. </style>
  133.  
  134.  
  135.  
  136. </head>
  137. {block:IfEndlessScroll}
  138. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
  139. {/block:IfEndlessScroll}
  140. </head>
  141.  
  142.  
  143. <body>
  144. <div class="container">
  145. <div class="content">
  146.  
  147.  
  148.  
  149. {block:IfEndlessScroll}
  150. <div class="autopagerize_page_element">
  151. {/block:IfEndlessScroll}
  152.  
  153. {block:Posts}
  154.  
  155.  
  156.  
  157. {block:Text}
  158. <div id="entry">
  159. <div id="entrytext">
  160. <a href="{Permalink}">
  161. <a href="{Permalink}"><b>{Title}</b></a>
  162. {Body}
  163. </div></div>
  164. {/block:Text}
  165.  
  166.  
  167. {block:Photo}{block:IndexPage}
  168. <a href="{Permalink}">
  169. {block:Post1}
  170. <img src="{PhotoURL-HighRes}" width="200" alt="{PhotoAlt}"/>
  171. {/block:Post1}
  172.  
  173. {block:Post2}
  174. <img src="{PhotoURL-HighRes}" width="250" alt="{PhotoAlt}"/>
  175. {/block:Post2}
  176.  
  177. {block:Post3}
  178. <img src="{PhotoURL-HighRes}" width="220" alt="{PhotoAlt}"/><br>
  179. {/block:Post3}
  180.  
  181. {block:Post4}
  182. <img src="{PhotoURL-HighRes}" width="500" alt="{PhotoAlt}"/>
  183. {/block:Post4}
  184.  
  185. {block:Post5}
  186. <img src="{PhotoURL-HighRes}" width="200" alt="{PhotoAlt}"/>
  187. {/block:Post5}
  188.  
  189. {block:Post6}
  190. <img src="{PhotoURL-HighRes}" width="230" alt="{PhotoAlt}"/>
  191. {/block:Post6}
  192.  
  193. {block:Post7}
  194. <img src="{PhotoURL-HighRes}" width="200" alt="{PhotoAlt}"/>
  195. {/block:Post7}
  196.  
  197. {block:Post8}
  198. <img src="{PhotoURL-HighRes}" width="500" alt="{PhotoAlt}"/>
  199. {/block:Post8}
  200.  
  201. {block:Post9}
  202. <img src="{PhotoURL-HighRes}" width="200" alt="{PhotoAlt}"/>
  203. {/block:Post9}
  204.  
  205. {block:Post10}
  206. <img src="{PhotoURL-HighRes}" width="210" alt="{PhotoAlt}"/>
  207. {/block:Post10}
  208.  
  209. {block:Post11}
  210. <img src="{PhotoURL-HighRes}" width="170" alt="{PhotoAlt}"/>
  211. {/block:Post11}
  212.  
  213. {block:Post12}
  214. <img src="{PhotoURL-HighRes}" width="500" alt="{PhotoAlt}"/>
  215. {/block:Post12}
  216.  
  217. {block:Post13}
  218. <img src="{PhotoURL-HighRes}" width="240" alt="{PhotoAlt}"/>
  219. {/block:Post13}
  220.  
  221. {block:Post14}
  222. <img src="{PhotoURL-HighRes}" width="200" alt="{PhotoAlt}"/>
  223. {/block:Post14}
  224.  
  225. {block:Post15}
  226. <img src="{PhotoURL-HighRes}" width="340" alt="{PhotoAlt}"/>
  227. {/block:Post15}
  228.  
  229. {/block:IndexPage}</a>
  230.  
  231. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="500" alt="{PhotoAlt}"/>{LinkCloseTag}
  232. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  233. {/block:Photo}
  234.  
  235.  
  236.  
  237. {block:Audio}
  238. <div id="entry">
  239. <span class="permalink"><div style="font-size:35px; margin-top:-8px;"><a href="{Permalink}">▼</a></div></span>
  240. <div class="audio">
  241. <center>{AudioPlayerBlack}</center></div>
  242. <small>{block:TrackName}{TrackName} by {/block:TrackName}{block:Artist}{Artist}{/block:Artist}</small>
  243. {block:PermalinkPage}{block:ExternalAudio} <a href="{ExternalAudioURL}"> / download </a> </span>{/block:ExternalAudio}{/block:PermalinkPage}
  244. </div>
  245. {/block:Audio}
  246.  
  247.  
  248.  
  249. {block:PermalinkPage}
  250.  
  251. <BR>{Caption}
  252. {/block:PermalinkPage}
  253.  
  254.  
  255. {/block:Posts}
  256.  
  257.  
  258.  
  259.  
  260. {/block:Posts}
  261. {block:IfEndlessScroll}</div>{/block:IfEndlessScroll}
  262.  
  263.  
  264. {block:IfNotEndlessScroll}<div style="width:{text:width}; position:absolute; margin-left:765px;"><div id="pag">
  265. {block:PreviousPage}<a href="{PreviousPage}" title="newer">back</a> {/block:PreviousPage} {block:NextPage}<a href="{NextPage}" title="older">forth</a>{/block:NextPage}{/block:IfNotEndlessScroll}
  266.  
  267. </div></div>
  268.  
  269. </div>
  270. </div>
  271. </body>
  272. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement