Advertisement
quarentary

Water theme by astralies

Dec 23rd, 2013
784
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.93 KB | None | 0 0
  1. <html lang="en">
  2.  
  3. <head>
  4. <!--
  5. water theme by astraliesthemes (paupiere and terrabithia)
  6.  
  7.  
  8. _..--""-. .-""--.._
  9. _.-' \ __...----...__ / '-._
  10. .' .:::...,' ',...:::. '.
  11. ( .'``'''::; ;::'''``'. )
  12. \ '-) (-' /
  13. \ / \ /
  14. \ .'.-. .-.'. /
  15. \ | \0| |0/ | /
  16. | \ | .-==-. | / |
  17. \ `/`; ;`\` /
  18. '.._ (_ | .-==-. | _) _..'
  19. `"`"-`/ `/' '\` \`-"`"`
  20. / /`; .==. ;`\ \
  21. .---./_/ \ .==. / \ \
  22. / '. `-.__) | `"
  23. | =(`-. '==. ;
  24. \ '. `-. /
  25. \_:_) `"--.....-'
  26.  
  27. please don't remove credit
  28. edit however you may like, but as stated above, don't remove credit ok
  29. don't use as a basecode, either
  30. -->
  31. <title>{title}</title>
  32. <meta name="color:bg" content="#fff"/>
  33. <meta name="image:sidebar" content=""/>
  34. <meta name="color:link shadow 1" content="#c7d2ea">
  35. <meta name="color:link shadow 2" content="#ffdcda">
  36. <meta name="image:bg" content=""/>
  37. <meta name="color:sidebar bg" content=""/>
  38. <meta name="color:post bg" content=""/>
  39. <meta name="color:link" content="#aaa"/>
  40. <meta name="color:hover" content="#fff"/>
  41. <meta name="color:scrollbar" content="#638cce" />
  42. <meta name="color:scrollbar background" content="#ffffff" />
  43. <meta name="color:link bg hover" content="transparent"/>
  44. <meta name="color:sidebar border" content="#aaa"/>
  45. <meta name="text:link 1" content="/"/>
  46. <meta name="text:link 1 title" content="link one">
  47. <meta name="text:link 2" content="/"/>
  48. <meta name="text:link 2 title" content="link two">
  49. <meta name="text:link 3" content="/"/>
  50. <meta name="text:link 3 title" content="link three">
  51. <meta name="text:link 4" content="/"/>
  52. <meta name="text:link 4 title" content="link four">
  53. <meta name="color:text" content="#000"/>
  54. <meta name="font:desc" content="Verdana"/>
  55. <meta name="font:links" content="Verdana"/>
  56. <meta name="font:body" content="Verdana"/>
  57.  
  58. <link rel=”shortcut icon” href=”{Favicon}”/>
  59. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  60. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  61.  
  62. <style type="text/css">
  63.  
  64. @font-face {font-family:'Handlee'; src:url(http://static.tumblr.com/pwuyzwr/UWLmva9yd/handlee-regular.ttf)}
  65.  
  66. a:visited, a:active, a:link{
  67. color:{color:link};
  68. text-decoration:none;-webkit-transition: 1s ease;
  69. transition: 1s ease;
  70. -o-transition: 1s ease;
  71. -moz-transition: 1s ease;
  72. }
  73.  
  74. ::-webkit-scrollbar {
  75. height: 5px;
  76. width: 8px;}
  77.  
  78. ::-webkit-scrollbar-thumb {
  79. background-color:{color:scrollbar};}
  80.  
  81. ::-webkit-scrollbar-track{
  82. background-color:{color:scrollbar background};}
  83.  
  84. ::-webkit-scrollbar-buttom{
  85. background-color:{color:scrollbar background};}
  86.  
  87.  
  88. a:hover {
  89. color: {color:hover};
  90. text-shadow:2px 0px {color:link shadow 1}, -2px 0px {color:link shadow 2};
  91. text-decoration:none;
  92. -webkit-transition:all 0.3s ease-in-out;
  93. -moz-transition:all 0.3s ease-in-out;
  94. -o-transition:all 0.3s ease-in-out;
  95. transition:all 0.3s ease-in-out;
  96. }
  97. body{
  98. color:{color:text};
  99. font-family:{font:body};
  100. font-size:10px;
  101. background-color:{color:bg};
  102. background-image: url({image:bg});
  103. background-repeat: no-repeat;
  104. background-position: bottom right;
  105. background-attachment: fixed;
  106. -webkit-background-size: auto;
  107. -moz-background-size: auto;
  108. -o-background-size: auto;
  109. background-size: auto;
  110. }
  111.  
  112.  
  113. #cent{
  114. width:300px;
  115. margin-left:300px;
  116. background-color:#fff;
  117. position:absolute;
  118. padding:15px;
  119.  
  120. }
  121.  
  122. #post{
  123. padding: 5px;
  124. background-color:{color:post bg};
  125. width:250px;
  126. float:left;
  127. margin:50px;
  128. margin-top: 2px;
  129. margin-left: 50px;
  130. -webkit-transition: 1s ease;
  131. transition: 1s ease;
  132. -o-transition: 1s ease;
  133. -moz-transition: 1s ease;
  134. }
  135. #post a {
  136.  
  137. color:{color:text};
  138. text-decoration: none;
  139. text-transform: lowercase;
  140. -webkit-transition: all 0.5s ease;
  141. -moz-transition: all 0.5s ease;
  142. -o-transition: all 0.5s ease;
  143. -ms-transition: all 0.5s ease;
  144. transition: all 0.5s ease;
  145. }
  146.  
  147. #post .permalink{
  148. position:absolute;
  149. opacity:0;
  150. padding:3px;
  151. text-align:center;
  152. font-size:8px;
  153. letter-spacing:1px;
  154. text-transform:uppercase;
  155. margin-top: -15px;
  156. margin-right: 0px;
  157. z-index:1;
  158. background:{color:post bg};
  159. color:{color:Link};
  160. -webkit-transition: all 0.5s linear;
  161. -moz-transition: all 0.5s linear;
  162. transition: all 0.5s linear;
  163. }
  164.  
  165. #post:hover .permalink{
  166. opacity:.8;
  167. }
  168.  
  169. .permalink a{
  170. color:{color:Link};
  171. }
  172.  
  173.  
  174. #permalink{
  175. position:relative;
  176. padding-top:10px;
  177. text-align:right;
  178. font-size:8px;
  179. letter-spacing:1px;
  180. text-transform:uppercase;
  181. color:{color:Link};
  182. }
  183.  
  184. #permalink a{
  185. padding:4px;
  186. }
  187.  
  188. #permalinkpage{
  189. position:relative;
  190. padding-top:5px;
  191. font-style:italic;
  192. color:{color:Link};
  193. }
  194.  
  195. #description{
  196. z-index: 9999999;
  197. background-color: {color:sidebar bg};
  198. background-image:url({image:sidebar});
  199. background-size:cover;
  200. margin-left:100px;
  201. padding:14px;
  202. margin-top: -50px;
  203. height: 800px;
  204. width: 150px;
  205. font-size:11px;
  206. line-height:15px;
  207. font-family:{font:desc};
  208. padding-top:100px;
  209. overflow:hidden;
  210. border-left:solid {color:sidebar border} 6px;
  211. border-right: solid {color:sidebar border} 6px;
  212. text-align:center;
  213. opacity:1;
  214. position: fixed;
  215. -webkit-transition: 0.5s ease;
  216. transition: 0.5s ease;
  217. -o-transition: 0.5s ease;
  218. -moz-transition: 0.5s ease;
  219. }
  220. .title{
  221. font-size: 20px;
  222. font-family:'Handlee';
  223. }
  224.  
  225. .navi {
  226. height: 15px;
  227. background-color: #aaa;
  228. font-family:{font:links};
  229.  
  230.  
  231. }
  232. .navi:hover{
  233. background-color: {color:link bg hover};
  234. -webkit-transition:all 0.3s ease-in-out;
  235. -moz-transition:all 0.3s ease-in-out;
  236. -o-transition:all 0.3s ease-in-out;
  237. transition:all 0.3s ease-in-out;
  238.  
  239. }
  240. #cred {
  241. position:fixed;
  242. font-size:8px;
  243. font-weight:normal;
  244. line-height:150%;
  245. letter-spacing:2px;
  246. left:10px;
  247. bottom:10px;
  248. text-transform:uppercase;
  249. text-align:center;
  250. }
  251.  
  252. {CustomCSS}</style>
  253. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  254. </head>
  255. <body>
  256.  
  257. <div id="description">
  258. <div class="title"><a href="/">{title}</a></div><br>
  259. {description}
  260.  
  261. <br>
  262. <div class="navi">
  263. <p>
  264. <a href="/">home</a><br>
  265.  
  266. </div>
  267. <p>
  268. <div class="navi"><a href="/ask">ask</a></div><p>
  269. {block:iflink1}<div class="navi"><a href="{text:link 1}">{text:link 1 title}</a></div>{/block:iflink1}
  270. <p>
  271. {block:iflink2}<div class="navi"><a href="{text:link 2}">{text:link 2 title}</a></div>{/block:iflink2}
  272. <p>
  273. {block:iflink3}<div class="navi"><a href="{text:link 3}">{text:link 3 title}</a></div>{/block:iflink3}
  274. <p>
  275. {block:iflink4}<div class="navi"><a href="{text:link 4}">{text:link 4 title}</a></div>{/block:iflink4}
  276. </div>
  277.  
  278.  
  279. <div id="cred">
  280. <a href="http://astraliesthemes.tumblr.com/">
  281. <fixed><img src="http://media.tumblr.com/8326278719b1644038e8e28b5fc2be10/tumblr_inline_mhielcSZN21qz4rgp.gif" alt="credit" width="32" height="32"></a></p></div></fixed>
  282. </div>
  283. <div id="cent">
  284.  
  285. <div class = "autopagerize_page_element" >
  286. {block:Posts}
  287.  
  288. <div id="post">
  289.  
  290. {block:Title}{Title}{/block:Title}
  291.  
  292. {block:Text}{Body}{block:IndexPage}
  293.  
  294.  
  295. <center>
  296. <a href="{Permalink}">{NoteCount}</a>
  297. <a href="{reblogurl}">+reblog</a>
  298. </center>
  299. {/block:IndexPage}{/block:Text}
  300.  
  301. {block:Photo}
  302. <a href="{permalink}"><img src="{PhotoURL-250}" width="250"/></a>
  303. {block:IndexPage}
  304.  
  305. <div class="permalink">
  306. <center>
  307. <a href="{Permalink}">{NoteCount}</a>
  308. <a href="{reblogurl}">+reblog</a>
  309. </div></center>
  310. {/block:IndexPage}
  311. {/block:Photo}
  312.  
  313. {block:Photoset}
  314. {Photoset-250}
  315. {block:IndexPage}
  316.  
  317.  
  318. <center>
  319. <a href="{Permalink}">{NoteCount}</a>
  320. <a href="{reblogurl}">+reblog</a>
  321. </center>
  322. {/block:IndexPage}
  323. {/block:Photoset}
  324.  
  325.  
  326. {block:Quote}
  327. {Quote}
  328. <div align="right">
  329. {block:Source}-{Source}{/block:Source}
  330. </div>
  331. {block:IndexPage}
  332.  
  333. <center>
  334. <a href="{Permalink}">{NoteCount}</a>
  335. <a href="{reblogurl}">+reblog</a>
  336. </center>
  337. {/block:IndexPage}
  338. {/block:Quote}
  339.  
  340.  
  341. {block:Video}
  342. {Video-250}<br>
  343. {PlayCountWithLabel}
  344. {block:IndexPage}
  345.  
  346.  
  347. <center>
  348. <a href="{Permalink}">{NoteCount}</a>
  349. <a href="{reblogurl}">+reblog</a>
  350. </center>
  351. {/block:IndexPage}
  352. {/block:Video}
  353.  
  354.  
  355. {block:Link}
  356. <a href="{URL}" class="link" {Target}>{Name}</a><BR>
  357. {block:Description}{Description}{/block:Description}
  358. {block:IndexPage}
  359.  
  360.  
  361. <center>
  362. <a href="{Permalink}">{NoteCount}</a>
  363. <a href="{reblogurl}">+reblog</a>
  364. </center>
  365. {/block:IndexPage}
  366. {/block:Link}
  367.  
  368. {block:Chat}
  369. {block:Lines}
  370. {block:Label}
  371. <br>{Label}
  372. {/block:Label}
  373. &nbsp;{Line}
  374. {/block:Lines}
  375. {block:IndexPage}
  376.  
  377.  
  378. <center>
  379. <a href="{Permalink}">{NoteCount}</a>
  380. <a href="{reblogurl}">+reblog</a>
  381. </center>
  382. {/block:IndexPage}
  383. {/block:Chat}
  384.  
  385. {block:Audio}
  386. {AudioPlayerWhite}
  387. <br><div align="right">{block:TrackName}
  388. Song: {TrackName}</div>
  389. {/block:TrackName}<br>
  390. {block:Caption}{Caption}{/block:Caption}
  391. {block:IndexPage}
  392. <center>
  393. <a href="{Permalink}">{NoteCount}</a>
  394. <a href="{reblogurl}">+reblog</a>
  395. </center>
  396. {/block:IndexPage}
  397.  
  398. {/block:Audio}
  399.  
  400.  
  401. {block:Answer}
  402. {Asker} asked: {Question}<Br>
  403. {Answer}
  404. {block:IndexPage}
  405. <center>
  406. <a href="{Permalink}">{NoteCount}</a>
  407. <a href="{reblogurl}">+reblog</a>
  408. </center>
  409. {/block:IndexPage}
  410. {/block:Answer}
  411.  
  412. {block:PermalinkPage}
  413. {block:Caption}
  414. {Caption}
  415. {/block:Caption}
  416. <br>
  417. {block:NoteCount}
  418. {NoteCount} notes
  419. {/block:NoteCount}
  420. <Br>
  421. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  422. {/block:PermalinkPage}
  423. </div>
  424.  
  425. {/block:Posts}
  426. </div>
  427. </div>
  428.  
  429. </body>
  430. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement