Advertisement
Annie_Schmitz

Pale theme

Apr 20th, 2014
1,262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.82 KB | None | 0 0
  1. <!--Pale Theme by resiliens
  2. http://fluorescent-themes.tumblr.com/
  3. Please do not remove or change the credit---->
  4.  
  5. <html lang="en">
  6.  
  7. <head>
  8. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}"/>
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  13. <meta name="color:post background" content="" />
  14. <meta name="color:link hover" content="#717eb6" />
  15. <meta name="color:background" content="#ffffff" />
  16. <meta name="color:text" content="#717eb6" />
  17. <meta name="color:link" content="#636363" />
  18. <meta name="color:scrollbar" content="#717eb6" />
  19. <meta name="color:scrollbar background" content="#ffffff" />
  20.  
  21. <meta name="text:link 1 title" content="" />
  22. <meta name="text:link 1" content="" />
  23. <meta name="text:link 2 title" content="" />
  24. <meta name="text:link 2" content="" />
  25. <meta name="text:link 3 title" content="" />
  26. <meta name="text:link 3" content="" />
  27. <meta name="text:link 4 title" content="" />
  28. <meta name="text:link 4" content="" />
  29. <meta name="image:Left Background" content""/>
  30. <meta name="image:Right Background" content""/>
  31. <meta name="image:Cover Background" content""/>
  32.  
  33.  
  34.  
  35. <style type="text/css">
  36. @font-face{font-family:Basic L;src:url(http://static.tumblr.com/9wzbixa/Cf3mj2g0f/basicl.ttf);}
  37.  
  38. body{
  39. background-color:{color:background};
  40. background-image: url({image:Left Background}), url({image:Right Background}), url({image:Cover Background});
  41. background-attachment: fixed;
  42. background-position: bottom 0px left 0px, bottom 0px right 0px;
  43. background-repeat: no-repeat, no-repeat, no-repeat;
  44. -webkit-background-size: auto, auto, auto;
  45. -moz-background-size: auto, auto, auto;
  46. -o-background-size: auto, auto, auto;
  47. background-size: auto, auto, cover;
  48. color:{color:text};
  49. font-family:Consolas;
  50. font-size:10px;}
  51.  
  52. ::-webkit-scrollbar {
  53. height: 5px;
  54. width: 8px;}
  55.  
  56. ::-webkit-scrollbar-thumb {
  57. background-color:{color:scrollbar};}
  58.  
  59. ::-webkit-scrollbar-track{
  60. background-color:{color:scrollbar background};}
  61.  
  62. ::-webkit-scrollbar-buttom{
  63. background-color:{color:scrollbar background};}
  64.  
  65. a:link, a:active, a:visited{
  66. color: {color:link};
  67. text-decoration: none;}
  68.  
  69. a:hover{
  70. -webkit-transition: 0.3s ease;
  71. transition: 0.3s ease;
  72. -o-transition: 0.3s ease;
  73. -moz-transition: 0.3s ease;
  74. color:{color:link hover};}
  75.  
  76.  
  77.  
  78. #entries{{block:IndexPage}
  79. width:250px;
  80. margin-top:-10px;
  81. margin-left:500px;
  82. position:absolute;
  83. {/block:IndexPage}{block:PermalinkPage}
  84. width:400px;
  85. margin-top:-10px;
  86. margin-left:400px;
  87. position:absolute;
  88. {/block:PermalinkPage}
  89. }
  90.  
  91. #post{
  92. {block:IndexPage}
  93. border:1px solid;
  94. padding:10px 10px 10px 10px;
  95. margin-top:20px;
  96. width:250px;
  97. background:{color:post background};
  98. {/block:IndexPage}{block:PermalinkPage}
  99. border:1px solid;
  100. background:{color:post background};
  101. padding:10px 10px 2px 10px;
  102. margin-top:20px;
  103. width:400px;{/block:PermalinkPage}
  104. }
  105.  
  106. #desc{
  107. text-align:center;
  108. border:1px solid;
  109. margin-top:147px;
  110. max-width:200px;
  111. max-height:50px;
  112. overflow:hidden;
  113. }
  114.  
  115. #post .reblogperma{
  116. {block:IndexPage}
  117. -webkit-transition: 0.3s ease;
  118. transition: 0.3s ease;
  119. -o-transition: 0.3s ease;
  120. -moz-transition: 0.3s ease;
  121. margin-top:2px;
  122. text-align:center;
  123. width:250px;
  124. opacity:0;
  125. text-transform:uppercase
  126. {/block:IndexPage}{block:PermalinkPage}
  127. display:none;
  128. {/block:PermalinkPage}
  129. }
  130.  
  131.  
  132. #post:hover .reblogperma{
  133. -webkit-transition: 0.3s ease;
  134. transition: 0.3s ease;
  135. -o-transition: 0.3s ease;
  136. -moz-transition: 0.3s ease;
  137. opacity:.8; ;
  138. }
  139.  
  140. #post .rblg{
  141. {block:IndexPage}
  142. -webkit-transition: 0.3s ease;
  143. transition: 0.3s ease;
  144. -o-transition: 0.3s ease;
  145. -moz-transition: 0.3s ease;
  146. margin-top:-10px;
  147. text-align:center;
  148. width:250px;
  149. background:#fff;
  150. opacity:0;
  151. text-transform:uppercase
  152. {/block:IndexPage}{block:PermalinkPage}
  153. display:none;
  154. {/block:PermalinkPage}
  155. }
  156.  
  157.  
  158. #post:hover .rblg{
  159. -webkit-transition: 0.3s ease;
  160. transition: 0.3s ease;
  161. -o-transition: 0.3s ease;
  162. -moz-transition: 0.3s ease;
  163. opacity:.98;
  164. }
  165.  
  166. #sidebar{
  167. position:fixed;
  168. }
  169.  
  170.  
  171. .title{
  172. border-top:1px solid;
  173. border-bottom:1px solid;
  174. margin-top:100px;
  175. font-family:Basic L;
  176. font-size:20px;
  177. letter-spacing:7px;
  178. line-height:30px;
  179. padding:8px;
  180. width:1500%;
  181. text-align:left;
  182. position:fixed;}
  183.  
  184. .links{
  185. margin-top:112px;
  186. margin-left:900px;
  187. width:250px;
  188. text-transform:uppercase;
  189. font-family:consolas;
  190. font-size:11px;
  191. letter-spacing: 2px;
  192. padding: 5px;
  193. position:fixed;
  194. overflow:hidden;}
  195.  
  196.  
  197. #credit {
  198. position:fixed;
  199. font-family:consolas;
  200. font-size:10px;
  201. bottom:10px;
  202. right:10px;
  203. text-transform:uppercase;}
  204.  
  205. #questions {
  206. {block:PermalinkPage}
  207. margin-top:10px;
  208. height:50px;
  209. {/block:PermalinkPage}
  210. padding:2px;
  211. border-bottom:1px solid;
  212. font-weight: bold;}
  213.  
  214. .player{
  215. padding-bottom:10px;
  216. margin-left:50px;
  217. margin-top:-55px;
  218. width:150px;
  219. }
  220.  
  221. .audioplayer{
  222. margin-top:5px;
  223. margin-bottom:25px;
  224. margin-left:10px;
  225. opacity: 0.7;
  226. filter:alpha(opacity=70);
  227. -moz-opacity: 0.7;
  228. -khtml-opacity: 0.7;
  229. width:28px;
  230. height:28px;
  231. overflow:hidden;}
  232.  
  233. </style>
  234.  
  235. </head>
  236. <body>
  237.  
  238. <div id="sidebar">
  239. <div class="title"><a href="/">{Title}</a></div>
  240. <div class="links">
  241. <a href="/">home</a>
  242. <a href="/ask">ask</a>
  243. <a href="{text:link 1}">{text:link 1 title}</a>
  244. <a href="{text:link 2}">{text:link 2 title}</a>
  245. <a href="{text:link 3}">{text:link 3 title}</a>
  246. <a href="{text:link 4}">{text:link 4 title}</a>
  247. </div>
  248. <div id="desc">{Description}</div>
  249. </div>
  250. <div id="entries">
  251.  
  252. <div class="autopagerize_page_element">{block:Posts}
  253.  
  254. <div id="post">
  255.  
  256. {block:Text}
  257. {Title}{Body}
  258. <div class="reblogperma">
  259. <a href="{Permalink}">{DayOfWeek}</a> •
  260. <a href="{Permalink}">{NoteCountWithLabel}</a> •
  261. <a href="{ReblogURL}">reblog</a>
  262. </div>
  263. {/block:Text}
  264.  
  265. {block:Link}
  266. <a href="{URL}">{Name}</a>
  267. <div class="reblogperma">
  268. <a href="{Permalink}">{DayOfWeek}</a> •
  269. <a href="{Permalink}">{NoteCountWithLabel}</a> •
  270. <a href="{ReblogURL}">reblog</a>
  271. </div>
  272. {/block:Link}
  273.  
  274. {block:Photo}{block:IndexPage}
  275. <a href="{permalink}"><img src="{PhotoURL-250}"/></a>
  276. <div class="rblg">
  277. <a href="{Permalink}">{DayOfWeek}</a> •
  278. <a href="{Permalink}">{NoteCountWithLabel}</a> •
  279. <a href="{ReblogURL}">reblog</a>{/block:IndexPage}{block:PermalinkPage}<a href="{permalink}"><img src="{PhotoURL-400}"/>{/block:PermalinkPage}
  280. </div>
  281. {/block:Photo}
  282.  
  283. {block:Photoset}
  284. {block:IndexPage}
  285. {Photoset-250}<div class="rblg">
  286. <a href="{Permalink}">{DayOfWeek}</a> •
  287. <a href="{Permalink}">{NoteCountWithLabel}</a> •
  288. <a href="{ReblogURL}">reblog</a>
  289. </div>{/block:IndexPage}
  290. {block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}
  291. {/block:Photoset}
  292.  
  293.  
  294. {block:Quote}
  295. {Quote}
  296. {block:Source}-{Source}{/block:Source}
  297. <div class="reblogperma">
  298. <a href="{Permalink}">{DayOfWeek}</a> •
  299. <a href="{Permalink}">{NoteCountWithLabel}</a> •
  300. <a href="{ReblogURL}">reblog</a>
  301. </div>
  302. {/block:Quote}
  303.  
  304.  
  305. {block:Video}
  306. {Video-250}<br>
  307. <div class="rblg">
  308. <a href="{Permalink}">{DayOfWeek}</a> •
  309. <a href="{Permalink}">{NoteCountWithLabel}</a> •
  310. <a href="{ReblogURL}">reblog</a>
  311. </div>
  312. {/block:Video}
  313.  
  314. {block:Chat}
  315. {block:Lines}
  316. {block:Label}
  317. <br>{Label}
  318. {/block:Label}
  319. &nbsp;{Line}
  320. {/block:Lines}
  321. <div class="reblogperma">
  322. <a href="{Permalink}">{DayOfWeek}</a> •
  323. <a href="{Permalink}">{NoteCountWithLabel}</a> •
  324. <a href="{ReblogURL}">reblog</a>
  325. </div>
  326. {/block:Chat}
  327.  
  328.  
  329. {block:Audio}
  330. <div class="audioplayer">
  331. {AudioPlayerBlack}</div>
  332. <div class="player">{block:TrackName}{TrackName}{/block:TrackName}<br>
  333. {block:Artist}by {Artist}{/block:Artist}<br>
  334. {block:PlayCount}Played {PlayCount} times{/block:PlayCount} </div>
  335. <div class="rblg">
  336. <a href="{Permalink}">{DayOfWeek}</a> •
  337. <a href="{Permalink}">{NoteCountWithLabel}</a> •
  338. <a href="{ReblogURL}">reblog</a></div>
  339. {/block:Audio}
  340.  
  341.  
  342.  
  343. {block:Answer}<div id="questions">
  344. {Asker}: {Question}</div>
  345. {Answer}
  346. <div class="reblogperma">
  347. <a href="{Permalink}">{NoteCountWithLabel}</a></div>
  348. {/block:Answer}
  349.  
  350. {block:PermalinkPage}
  351. {block:Tags}<a href="/tagged/{Tag}"> #{Tag} </a>{/block:Tags}
  352. <br>
  353. {block:Date}{TimeAgo}{/block:Date}
  354. {block:NoteCount}
  355. {NoteCount} notes
  356. {/block:NoteCount}
  357. <Br>
  358. {block:Caption}
  359. {Caption}
  360. {/block:Caption}
  361. <br>
  362. {block:PostNotes}{PostNotes}{/block:PostNotes}
  363. {/block:PermalinkPage}
  364. </div>
  365.  
  366. {/block:Posts}
  367.  
  368. {block:IndexPage}
  369. {block:Pagination}
  370. <div id="pagination">
  371. {block:NextPage}
  372. <a id="nextPage" href="{NextPage}"></a>
  373. {/block:NextPage}
  374. {block:PreviousPage}
  375. <a href="{PreviousPage}"></a>
  376. {/block:PreviousPage}
  377. </div>
  378. {/block:Pagination}
  379. {/block:IndexPage}
  380.  
  381. </div>
  382. <div id="credit"><a href="http://resiliens.tumblr.com">credit</a></div>
  383. </div>
  384. </body>
  385. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement