Advertisement
Guest User

Rambling Theme

a guest
Dec 7th, 2012
7,702
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.87 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="image:Background Image" content="http://static.tumblr.com/b2ajd3k/doTmcm6qf/os_x_mountain_lion_galaxy_angelceballos.jpg" />
  15.  
  16. <meta name="if:Center Background img" content="0" />
  17. <meta name="if:Repeat Background img" content="0" />
  18. <meta name="if:Fixed Background img" content="0" />
  19. <meta name="if:Fullscreen Background img" content="1" />
  20.  
  21. <meta name="font:Body" content="Courier New"/>
  22. <meta name="font:Title" content="Courier New" />
  23.  
  24. <meta name="color:Text" content="#000000"/>
  25. <meta name="color:Title" content="#000"/>
  26. <meta name="color:background" content="#ffffff">
  27. <meta name="color:Links" content="#C0C0C0" />
  28. <meta name="color:Permalink" content="#fff"/>
  29.  
  30. <meta name="text:Font Size" content="10px"/>
  31. <meta name="text:title font size" content="22px" />
  32.  
  33. <meta name="if:More Space Between Posts" content="1"/>
  34.  
  35.  
  36.  
  37. <div class="blogtitle"><a href="/">{title}</a></div>
  38.  
  39. <div id="nav"> <a href="/">◎</a><br> <a href="/ask"><small>?</small></a><br> <a href="/archive">∞</a><br> <a href="http://likethesun.tumblr.com"><small>✄</small></a> </div>
  40.  
  41.  
  42. <div id="cred"><a href="http://likethesun.tumblr.com">THEME</a></div>
  43.  
  44.  
  45.  
  46. <style type="text/css">
  47.  
  48. {block:ifFullscreenBackgroundimg}
  49. html { background: url({image:Background Image}) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;}
  50. {/block:ifFullscreenBackgroundimg}
  51.  
  52.  
  53.  
  54. body {background-color:transparent;
  55. font-family:{font:Body}; font-size:{text:font size};
  56. line-height:10px; text-align:center; color:{color:Text};
  57.  
  58.  
  59.  
  60. {block:ifnotfullscreenbackgroundimg}
  61. background-color:{color:background};
  62. background-image:url({image:Background Image});
  63.  
  64.  
  65.  
  66. {block:ifCenterBackgroundimg}
  67. background-position:center bottom;
  68. {/block:ifCenterBackgroundimg}
  69.  
  70. {block:ifNotRepeatBackgroundimg}
  71. background-repeat:no-repeat;
  72. {/block:ifNotRepeatBackgroundimg}
  73.  
  74. {block:ifFixedBackgroundimg}
  75. background-attachment:fixed;
  76. {/block:ifFixedBackgroundimg}
  77.  
  78. {/block:ifnotfullscreenbackgroundimg}}
  79.  
  80.  
  81.  
  82. a:link, a:visited {color:{color:Links}; text-decoration:none;}
  83. a:hover {text-decoration:none; opacity:1;}
  84.  
  85. a img {border:0px; opacity:.9;}
  86. a img:hover {opacity:.85;}
  87.  
  88.  
  89.  
  90. .blogtitle {z-index:2; position:fixed;
  91. left:50%; margin-left:-38px; margin-top:-50px;
  92. font-family: {font:Title}; color:{color:title};
  93. font-size:{text:title font size};
  94. padding-bottom:4px; text-align:left;
  95. letter-spacing:px; text-transform:lowercase;}
  96.  
  97. .blogtitle a {color:{color:title};}
  98. .blogtitle a:hover {opacity:.9;}
  99.  
  100.  
  101.  
  102. #nav {position:fixed; text-align:right; left:50%; margin-left:-340px; top:50%; margin-top:-40px; font-size:12px; line-height:12px; width:150px;}
  103.  
  104. #nav a:link {color:black; display:block; }
  105. #nav a:hover { opacity:.7; background-color:white; display:block; line-height:12px; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
  106. #nav a:visited {color:black;}
  107.  
  108.  
  109.  
  110. #cred {position:fixed; right:5px; bottom:5px; background-color:black; padding:10px; opacity:.6; color:white;}
  111.  
  112. #cred:link {color:white; opacity:.6;}
  113.  
  114. #cred:hover {padding-bottom:25px; opacity:.8;
  115. -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
  116.  
  117. #cred:visited {color:white;}
  118.  
  119.  
  120.  
  121.  
  122. div.sidelinks a {background-color:{color:side links background}; margin-bottom:4px; text-align:right; display:block; position:relative; color:{color:Nav Links};}
  123. div.sidelinks a:hover {display:block; margin-bottom:4px; color:{color:Hover};}
  124.  
  125.  
  126. .container {width:340px; display:block; margin:auto;
  127. background-color:white; padding:1px; margin-top:-20px;
  128. }
  129.  
  130. .content {width:300px; z-index:2; margin:auto;
  131. margin-top:30px; background-color:white;}
  132.  
  133.  
  134. #entry {background-color:white;
  135. width:300px; opacity:1;
  136. margin:auto; font-size:{text:Font Size};
  137. {block:IfMoreSpaceBetweenPosts}
  138. margin-bottom:30px; {/block:IfMoreSpaceBetweenPosts}}
  139.  
  140. #entry img {width:300px; }
  141. #entry:hover .permalink {opacity: 1;}
  142. #entry:hover {background-color:#f5f5f5;
  143. -webkit-transition: all 0.3s ease-out;
  144. -moz-transition: all 0.3s ease-out;
  145. transition: all 0.3s ease-out;}
  146. #entry .post img {width:{text:Width}px; border:0px;}
  147.  
  148.  
  149.  
  150. #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;}
  151.  
  152. #description:hover {opacity:1;}
  153.  
  154. #description a {color:#444; line-height:15px; padding-left:4px; padding-right:4px;}
  155.  
  156. #description a:hover {background-color:#fff; color:black; padding-top:2px; padding-left:4px;}
  157.  
  158.  
  159. .audio {background-color:#000000; margin-bottom : 2px; width:300px;}
  160.  
  161. blockquote {border-left: 1px solid #eee; padding-left:3px; width:98.7%; margin-left: 0px;}
  162.  
  163.  
  164.  
  165. .permalink {z-index:2; margin-top:5px; display:block; background-color:white; padding-top:0px; position: absolute; text-align: center; width: 300px; font-size: 9.5px; text-transform:uppercase; opacity:.6; color:#000; text-transform:uppercase; letter-spacing:2px;
  166. opacity:.6; position:absolute; opacity:0;
  167. -webkit-transition: all 0.3s ease-out;
  168. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
  169.  
  170. .permalink a {color:black;}
  171. .permalink a:hover {color:{color:permalink};}
  172. .entry:hover .permalink {opacity: .85;}
  173.  
  174.  
  175. .textperma {z-index:2; position: absolute; left:50%; margin-left:-205px; margin-top:3px; text-align:right; color:#fff; width:400px; color:#000; font-weight:bold; height:10px; font-size:14px;}
  176.  
  177. .textperma a {color:#000;}
  178. .textperma a:hover {opacity:.85; font-size:20px;
  179. -webkit-transition: all 0.3s ease-out;
  180. -moz-transition: all 0.3s ease-out;
  181. transition: all 0.3s ease-out;}
  182. .entry:hover .textperma {opacity: .85;}
  183.  
  184.  
  185.  
  186. </style>
  187.  
  188.  
  189.  
  190. </head>
  191. {block:IfEndlessScroll}
  192. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>
  193. {/block:IfEndlessScroll}
  194. </head>
  195.  
  196.  
  197. <body>
  198. <div class="container">
  199. <div class="content">
  200.  
  201.  
  202.  
  203.  
  204.  
  205. {block:IfEndlessScroll}
  206. <div class="autopagerize_page_element">
  207. {/block:IfEndlessScroll}
  208.  
  209. {block:Posts}
  210.  
  211. {block:Text}
  212. <div id="entry">
  213. <span class="textperma"><a href="{Permalink}">☐</a></span>
  214. {block:Title}<div class="title"><div style="font-size:14px; letter-spacing:2px; text-transform:uppercase;"><a href="{Permalink}">{Title}</a></div></div>{/block:Title}
  215. {Body}
  216. </div>
  217. {/block:Text}
  218.  
  219. {block:Photo}
  220. <div id="entry">
  221. <span class="permalink"><a href="{Permalink}">PERMALINK</a></span>
  222. {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
  223. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  224. <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>
  225. {block:IndexPage}</a>{/block:IndexPage}
  226. {block:PermalinkPage}{LinkCloseTag}
  227. {/block:PermalinkPage}
  228. {block:Ifshowcaptions}{Caption}{/block:Ifshowcaptions}</div>
  229.  
  230. {/block:Photo}
  231.  
  232.  
  233.  
  234. {block:Quote}
  235. <div id="entry">
  236. <span class="textperma"><a href="{Permalink}">☐</a></span> {Quote} {block:Source}— <b>{Source}</b>{/block:Source}
  237. </div>
  238. {/block:Quote}
  239.  
  240. {block:Link}
  241. <div id="entry">
  242. <div class="h2"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  243. </div>
  244. {/block:Link}
  245.  
  246. {block:Chat}
  247. <div id="entry">
  248. {block:Title}<i>{Title}</i>{/block:Title}
  249. {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}
  250. </div>
  251. {/block:Chat}
  252.  
  253. {block:Audio}
  254. <div id="entry">
  255. <span class="permalink"><div style="font-size:23px; margin-top:-3px;"><a href="{Permalink}">☐</a></div></span>
  256. <div class="audio">
  257. {AudioPlayerBlack}</div>
  258. <small>{block:TrackName}{TrackName} by {/block:TrackName}{block:Artist}{Artist}{/block:Artist}</small>
  259. {block:PermalinkPage}{block:ExternalAudio} <a href="{ExternalAudioURL}"> / download </a> </span>{/block:ExternalAudio}{/block:PermalinkPage}
  260. </div>
  261. {/block:Audio}
  262.  
  263. {block:Answer}
  264. <div id="entry">
  265. <div class="answer"><b>{Asker}</b> asked: {Question}</div>
  266. <div style="margin-bottom:-5px;"><i>{Answer}</i></div> </div>
  267. {/block:answer}
  268.  
  269.  
  270.  
  271.  
  272. {block:PostNotes}
  273. <br>
  274. {PostNotes}
  275. {/block:PostNotes}
  276.  
  277. {/block:Posts}
  278. {block:IfEndlessScroll}</div>{/block:IfEndlessScroll}
  279.  
  280.  
  281. {block:IfNotEndlessScroll}<div style="width:{text:width}; position:absolute; margin-left:765px;"><div id="pag">
  282. {block:PreviousPage}<a href="{PreviousPage}" title="newer">back</a> {/block:PreviousPage} {block:NextPage}<a href="{NextPage}" title="older">forth</a>{/block:NextPage}{/block:IfNotEndlessScroll}
  283. </div>
  284.  
  285.  
  286. </div></div></div>
  287.  
  288. </div>
  289.  
  290.  
  291.  
  292. </body>
  293. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement