Advertisement
ponderism

theme # 17

Mar 29th, 2014
695
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.40 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. theme by ponderism
  6. don't repost or i will squish you
  7.  
  8. -->
  9.  
  10.  
  11. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  12. <head><title>{Title}</title>
  13. <link rel="shortcut icon" href="{Favicon}">
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17.  
  18. <meta name="if:Show Updates" content="1" />
  19. <meta name="text:TitleWidth" content="250px" />
  20. <meta name="color:Text" content="#838282"/>
  21. <meta name="color:Link" content="#b8b8b8"/>
  22. <meta name="color:Description" content="#faf0f0"/>
  23. <meta name="color:Answer" content="#f8f8f8"/>
  24. <meta name="text:Link 1" content="" />
  25. <meta name="text:Link 1 Text" content="" />
  26. <meta name="text:Link 2" content="" />
  27. <meta name="text:Link 2 Text" content="" />
  28. <meta name="text:Link 3" content="" />
  29. <meta name="text:Link 3 Text" content="" />
  30. <meta name="text:Link 4" content="" />
  31. <meta name="text:Link 4 Text" content="" />
  32. <meta name="text:Link 5" content="" />
  33. <meta name="text:Link 5 Text" content="" />
  34. <meta name="color:scrollbarbg" content="ffffff"/>
  35.  
  36. <style type="text/css">
  37. @font-face { font-family: "Sail"; src: url('http://static.tumblr.com/aorjzw7/b3Jmrt9nk/sail-regular.otf'); }
  38.  
  39.  
  40. ::-webkit-scrollbar {
  41. width: 5px;height: 5px;}
  42. ::-webkit-scrollbar-button:start:decrement,
  43. ::-webkit-scrollbar-button:end:increment {
  44. height: 6px;display: block;background-color: {color:white};}
  45. ::-webkit-scrollbar-track-piece {
  46. background-color: {color:scrollbarbg};}
  47. ::-webkit-scrollbar-thumb:vertical {
  48. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  49.  
  50.  
  51.  
  52. body {
  53. background:{color:background};
  54. margin:0px;
  55. color:{color:text};
  56. font-family:Calibri;
  57. font-size:9px;
  58. line-height:100%;
  59. }
  60.  
  61. a {
  62. text-decoration:none;
  63. outline:none;
  64. -moz-outline-style:none;
  65. color:{color:link};
  66. }
  67.  
  68. img {
  69. border:none;
  70. }
  71.  
  72. blockquote {
  73. padding-left:5px;
  74. border-left:2px solid;
  75. }
  76.  
  77. blockquote blockquote {
  78. padding-left:5px;
  79. border-left:2px solid;
  80. }
  81.  
  82. h1 {
  83. font-size:25px;
  84. text-transform:lowercase;
  85. font-family: 'sail';
  86. }
  87.  
  88. a:hover {
  89. opacity:10;
  90. -webkit-transition: all 0.7s ease;
  91. -moz-transition: all 0.7s ease;
  92. -o-transition: all 0.7s ease;
  93. }
  94.  
  95.  
  96.  
  97. #entries {
  98. padding:10px;
  99. width:520px;
  100. margin-left:auto;
  101. margin-right:auto;
  102. margin-top:10px;
  103. margin-bottom: 100px;
  104. font-size:11px;
  105. font-family: 'arial';
  106. }
  107.  
  108.  
  109.  
  110. #post {
  111. width:500px;
  112. padding-bottom:20px;
  113. padding:20px;
  114. margin-top:30px;
  115. background-color:{color:Post};
  116. }
  117.  
  118.  
  119.  
  120. #header {
  121. width:600px;
  122. text-align:center;
  123. margin-left:auto;
  124. margin-right:auto;
  125. margin-top:0px;
  126. margin-bottom:-20px;
  127. padding:70px 0px 40px 0px;
  128. }
  129.  
  130. #header:hover #links {
  131. opacity: 1;
  132. -webkit-transition: all 0.7s ease;
  133. -moz-transition: all 0.7s ease;
  134. -o-transition: all 0.7s ease;
  135. }
  136.  
  137. #title {
  138. font-size: 40px;
  139. font-family: 'sail';
  140. color: #000;
  141. margin-top: -9px;
  142. background: #fff;
  143. width: {Text:TitleWidth};
  144. }
  145.  
  146. #line {
  147. width: 590px;
  148. color: #838282;
  149. border-bottom: 2px solid;
  150. }
  151.  
  152. #links {
  153. font-size: 10px;
  154. padding-right: 20px;
  155. text-align: right;
  156. margin-bottom: 10px;
  157. font-family:'calibri';
  158. opacity: 0;
  159. color: {color:Link};
  160. -webkit-transition: all 0.7s ease;
  161. -moz-transition: all 0.7s ease;
  162. -o-transition: all 0.7s ease;
  163. }
  164.  
  165. #links a{
  166. color: #646769;
  167. margin-right: 4px;
  168. margin-left: 10px;
  169. }
  170.  
  171. #description {
  172. width:300px;
  173. text-align:right;
  174. font-size:9px;
  175. padding-left: 288px;
  176. margin-right:auto;
  177. margin-left: auto;
  178. padding-right: 20px;
  179. margin-top: 10px;
  180. text-transform: lowercase;
  181. line-height:120%;
  182. font-family:'arial';
  183. }
  184.  
  185. #info {
  186. width: 250px;
  187. margin-right:auto;
  188. margin-left: auto;
  189. text-align:center;
  190. font-family: arial;
  191. margin-top:30px;
  192. font-family: arial;
  193. text-transform:lowercase;
  194. font-size:9px;
  195. font-style:normal;
  196. }
  197.  
  198. #tags {
  199. border-top:1px solid #ccc;
  200. font-family:arial;
  201. text-transform:lowercase;
  202. font-size:10px;
  203. line-height: 90%;
  204. font-style:normal;
  205. margin-top:5px;
  206. font-style: italic;
  207. padding-top: 5px;
  208. text-align:center;
  209. }
  210.  
  211. #asker {
  212. padding:5px;
  213. margin-top: 5px;
  214. font-family:'arial';
  215. padding: 10px;
  216. text-align:left;
  217. font-size: 10px;
  218. line-height: 130%;
  219. margin-bottom: 5px;
  220. background-color: {color:answer};
  221. }
  222.  
  223.  
  224. #updates {
  225. position: fixed;
  226. bottom: 20px;
  227. left: 50px;
  228. width: 100px;
  229. background: transparent;
  230. }
  231.  
  232. #updatestitle {
  233. text-align: center;
  234. padding: 15px 5px 5px 5px;
  235. font-family: 'sail';
  236. color: {color:Text};
  237. font-size: 20px;
  238. color: #000;
  239. text-transform: lowercase;
  240. border-top: 1px solid;
  241. }
  242.  
  243. #updates a {
  244. color: {color:Text};
  245. }
  246.  
  247.  
  248. #updates:hover #text{
  249. opacity: 1;
  250. margin-bottom: 10px;
  251. -webkit-transition: all 0.7s ease;
  252. -moz-transition: all 0.7s ease;
  253. -o-transition: all 0.7s ease;
  254. }
  255.  
  256. #text {
  257. background: transparent;
  258. padding: 5px;
  259. text-align: center;
  260. font-family: 'calibri';
  261. font-size: 10px;
  262. text-transform:lowercase;
  263. opacity: 0;
  264. color: {color:Text};
  265. margin-bottom: -30px;
  266. -webkit-transition: all 0.7s ease;
  267. -moz-transition: all 0.7s ease;
  268. -o-transition: all 0.7s ease;
  269. }
  270.  
  271. #credit {
  272. width: 60px;
  273. padding: 5px;
  274. background-color: #f2f2f2;
  275. position:fixed;
  276. bottom:5px;
  277. right:5px;
  278. font-style: italic;
  279. text-align: center;
  280. font-size:9px;
  281. letter-spacing:2px;
  282. border: 1px solid #D4D4D4;
  283. color: #ffffff;
  284. font-family:'arial';
  285. }
  286.  
  287. {CustomCSS}</style></head><body>
  288.  
  289. {block:IfShowUpdates}<div id="updates">
  290. <div id="text">
  291.  
  292. <div style="font-size:22px;color:#000;font-family:'sail';padding: 2px;">header 1:</div><br>
  293.  
  294. content <p>
  295.  
  296. <div style="font-size:22px;color:#000;font-family:'sail';padding: 2px;">header 2:</div><br>
  297.  
  298. content<p>
  299.  
  300. <div style="font-size:22px;color:#000;font-family:'sail';padding: 2px;">header 3:</div><br>
  301.  
  302. content
  303.  
  304. </div>
  305. <div id="updatestitle">updates</div>
  306. </div></div>
  307. {/block:IfShowUpdates}
  308.  
  309.  
  310.  
  311. <div id="header">
  312.  
  313.  
  314. <div id="links">
  315. <a href="{text:Link 1}">{text:Link 1 Text}</a>
  316. <a href="{text:Link 2}">{text:Link 2 Text}</a>
  317. <a href="{text:Link 3}">{text:Link 3 Text}</a>
  318. <a href="{text:Link 4}">{text:Link 4 Text}</a>
  319. <a href="{text:Link 5}">{text:Link 5 Text}</a>
  320.  
  321. {block:Pagination}
  322. {block:PreviousPage}<a href="{PreviousPage}">-</a></span>{/block:PreviousPage}
  323. {block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}
  324.  
  325. {/block:Pagination}
  326. </div>
  327.  
  328. <div id="line"></div>
  329. <div id="title">{Title}</div>
  330. <div id="description">{Description}</div>
  331. </div>
  332.  
  333.  
  334.  
  335.  
  336.  
  337. <div id="entries">{block:Posts}<div id="post">
  338.  
  339. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  340.  
  341. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  342.  
  343. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  344.  
  345. <p align=center>{block:Quote}<big><b>"{Quote}"</b></big>{/block:Quote}</p>
  346. <p align=left>{block:Source}- {Source}{/block:Source}</p>
  347.  
  348. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  349.  
  350. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  351.  
  352. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  353. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  354. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  355. {/block:ExternalAudio}<br /><b>Played:</b> {PlayCount} times
  356. {/block:Audio}
  357.  
  358. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  359.  
  360. {block:Answer}<div id="asker"><span style="font-family:'sail';font-size:20px;font-style:normal; text-transform:lowercase;line-height:110%;">{Asker}:</span><br>{Question}</div><left><font face="arial"> {Answer}</font>{/block:Answer}
  361.  
  362.  
  363. <div id="info">
  364. <br />
  365. <a href="{Permalink}">{block:Date} {DayOfMonthWithZero}.{MonthNumber}.{ShortYear} {/block:Date}</a> {block:RebloggedFrom} - <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource}+ <a href="{SourceURL}">source</a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} <a href="{Permalink}">{block:NoteCount}- {NoteCount} {/block:NoteCount}</a>
  366. <br />
  367. {block:HasTags}<div id="tags">filed under: {block:Tags} + <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  368. {/block:Posts}
  369. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  370. {/block:Posts}</div></div></div>
  371.  
  372. <div id="credit">
  373. <a href="http://ponderism.tumblr.com/">ponderism</a></center></div>
  374.  
  375. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement