y-pond

theme 011

Sep 23rd, 2012
776
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.08 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!-- theme 011 by robstarking -->
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Text" content="#a3a0a0"/>
  12. <meta name="color:Link" content="#b8b8b8"/>
  13. <meta name="color:linktext" content="#ffffff"/>
  14. <meta name="image:sidebar" content=""/>
  15. <meta name="image:background" content="" />
  16. <meta name="color:scrollbg" content="#ffffff" />
  17. <meta name="color:scrollbar" content="#CFECB0" />
  18.  
  19. <meta name="color:LinkBackground1" content="#b8ec89" />
  20. <meta name="color:LinkBackground2" content="#f090ef" />
  21.  
  22. <meta name="text:Link1" content="" />
  23. <meta name="text:Link1Label" content="" />
  24. <meta name="text:Link2" content="" />
  25. <meta name="text:Link2Label" content="" />
  26.  
  27. <style type="text/css">
  28.  
  29.  
  30. iframe#tumblr_controls {
  31. top:0px !important;
  32. right:3px !important;
  33. position: fixed !important;
  34. -webkit-transition: opacity 0.7s linear;
  35. opacity: 0.4;
  36. -webkit-transition: all 0.8s ease-out;
  37. -moz-transition: all 0.8s ease-out;
  38. transition: all 0.8s ease-out;}
  39.  
  40. iframe#tumblr_controls:hover{
  41. -webkit-transition: opacity 0.7s linear;
  42. opacity: 1;
  43. -webkit-transition: all 0.4s ease-out;
  44. -moz-transition: all 0.4s ease-out;
  45. transition: all 0.4s ease-out;}
  46.  
  47. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:scrollbg}}
  48. ::-webkit-scrollbar-corner {background:{color:scrollbg}}
  49. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
  50. ::-webkit-scrollbar-button:horizontal {width: 7px; height: 4px; display: block; background:{color:scrollbar}}
  51. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:scrollbg}; border-bottom: 1px solid {color:scrollbg}}
  52. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:scrollbg}}
  53. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-top: 0pt solid {color:scrollbg}; border-bottom: 0pt solid {color:scrollbg}}
  54. ::-webkit-scrollbar-thumb:hover {background: {color:scrollbar}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto}
  55. ::-webkit-scrollbar-track-piece {background: {color:scrollbg}; border-top: 1pt solid {color:scrollbg}; border-bottom: 1pt solid {color:scrollbg}; width:4pt;}
  56.  
  57. @font-face{font-family: Sail; src:
  58. url('http://static.tumblr.com/7w3ddo1/q1Pm7rt73/sail-regular-webfont.eot') format('eot'),
  59. url('http://static.tumblr.com/7w3ddo1/2P7m7rt9a/sail-regular-webfont.svg') format('svg')
  60. url('http://static.tumblr.com/7w3ddo1/LoQm7rta5/sail-regular-webfont.woff') format('woff'),
  61. url('http://static.tumblr.com/7w3ddo1/h5tm7rtak/sail-regular-webfont.ttf') format('truetype')
  62.  
  63. }
  64.  
  65. body {
  66. background:{color:background};
  67. background-image: url('{image:Background}');
  68. background-attachment:fixed;
  69. overflow-x:hidden;
  70. margin:70px;
  71. color:{color:text};
  72. font-family:Calibri;
  73. font-size:10px;
  74. line-height:100%;
  75.  
  76. }
  77.  
  78. a {
  79. text-decoration:none;
  80. outline:none;
  81. -moz-outline-style:none;
  82. color:{color:link};
  83. }
  84.  
  85. img {
  86. border:none;
  87. }
  88.  
  89. blockquote {
  90. padding-left:5px;
  91. border-left:2px solid;
  92. }
  93.  
  94. blockquote blockquote {
  95. padding-left:5px;
  96. border-left:2px solid;
  97. }
  98.  
  99. h1 {
  100. font-size:15px;
  101. }
  102.  
  103. #credit {
  104. background-color:transparent;
  105. left: 1200px;
  106. bottom: 10px;
  107. position: fixed;
  108. }
  109.  
  110. #credit a{
  111. text-transform:uppercase;
  112. letter-spacing:1px;
  113. font-size:9px;
  114. font-style:none;
  115. color:{color:text};
  116.  
  117. }
  118.  
  119. #entries {
  120. padding:10px;
  121. width:500px;
  122. margin-left:500px;
  123. margin-top:40px;
  124. }
  125.  
  126. #post {
  127. width:500px;
  128. margin-bottom:20px;
  129. padding:10px;
  130. margin-bottom:20px;
  131. border: 1px #eee solid;
  132. }
  133.  
  134. #sidebar {
  135. width:220px;
  136. top:0px;
  137. padding:0px;
  138. height:110%;
  139. margin-left:150px;
  140. position:fixed;
  141. margin-top:30px;
  142.  
  143. }
  144.  
  145. #title {
  146. font-size:20px;
  147. width:210px;
  148. text-align:center;
  149. margin-top:80px;
  150. margin-bottom:5px;
  151. line-height:100%;
  152. letter-spacing:-1px;
  153. text-transform: lowercase;
  154. margin-bottom:5px;
  155. color:{color:text};
  156. font-family: 'Sail';
  157. }
  158.  
  159. #description {
  160. text-align: center;
  161. margin-top:5px;
  162. padding:10px;
  163. width:180px;
  164. line-height:95%;
  165. border: 1px #eee solid;
  166.  
  167. }
  168.  
  169. #pagination {
  170. margin-left:10px;
  171. margin-top:10px;
  172. font-size:10px;
  173. text-align:center;
  174. font-style: italic;
  175.  
  176. }
  177. #info {
  178. text-align:center;
  179. margin-top:10px;
  180. }
  181.  
  182. #asker {
  183. float:left;
  184. margin-right:5px;
  185. }
  186.  
  187. .scatter {
  188. display: table;
  189. opacity: 0.0;
  190. width: 50px;
  191. height: 50px;
  192. position: absolute;
  193. top: 95px;
  194. left: 95px;
  195. transition-duration: 0.6s;
  196. -moz-transition-duration: 0.6s;
  197. -webkit-transition-duration: 0.6s;
  198. -o-transition-duration: 0.6s;
  199. }
  200.  
  201. .ul, .lr {
  202. background-color: {color:LinkBackground1};
  203. }
  204.  
  205. .ur, .ll {
  206. background-color: {color:LinkBackground2};
  207. }
  208.  
  209. #link_frame {
  210. position: relative;
  211. }
  212.  
  213. #link_frame:hover .scatter {
  214. opacity: 1.0;
  215. }
  216.  
  217. #link_frame:hover .ul {
  218. top: 10px;
  219. left: 10px;
  220. }
  221.  
  222. #link_frame:hover .ur {
  223. top: 10px;
  224. left: 140px;
  225. }
  226.  
  227. #link_frame:hover .ll {
  228. top: 140px;
  229. left: 10px;
  230. }
  231.  
  232. #link_frame:hover .lr {
  233. top: 140px;
  234. left: 140px;
  235. }
  236.  
  237. .image img {
  238. height: 200px;
  239. width: 200px;
  240. }
  241.  
  242. .link_label_wrapper {
  243. display: table-cell;
  244. color: {color:linktext};
  245. font-size: 9.5px;
  246. font-family: georgia;
  247. font-style: italic;
  248. line-height: 1.1em;
  249. text-align: center;
  250. vertical-align: middle;
  251. }
  252.  
  253. {CustomCSS}</style></head><body>
  254.  
  255. <div id="credit"><a href="http://robstarking.tumblr.com/">theme by robstarking</a>
  256. </div>
  257.  
  258.  
  259. </div>
  260. <div id="sidebar">
  261. <div id="title">{Title}</div>
  262. <div id="link_frame">
  263. <div class="image">
  264. <img src="{image:sidebar}">
  265. </div>
  266.  
  267. <a href="/">
  268. <div class="scatter ul">
  269. <div class="link_label_wrapper">
  270. home
  271. </div>
  272. </div>
  273. </a>
  274.  
  275. <a href="/ask">
  276. <div class="scatter ur">
  277. <div class="link_label_wrapper">
  278. mssg
  279. </div>
  280. </div>
  281. </a>
  282.  
  283. {block:ifLink1}
  284. <a href="{text:Link1}">
  285. {/block:ifLink1}
  286. <div class="scatter ll">
  287. {block:ifLink1}
  288. <div class="link_label_wrapper">
  289. {text:Link1Label}
  290. </div>
  291. {/block:ifLink1}
  292. </div>
  293. {block:ifLink1}
  294. </a>
  295. {/block:ifLink1}
  296.  
  297. {block:ifLink2}
  298. <a href="{text:Link2}">
  299. {/block:ifLink2}
  300. <div class="scatter lr">
  301. {block:ifLink2}
  302. <div class="link_label_wrapper">
  303. {text:Link2Label}
  304. </div>
  305. {/block:ifLink2}
  306. </div>
  307. {block:ifLink2}
  308. </a>
  309. {/block:ifLink2}
  310. </div>
  311.  
  312. <div id="description">{Description}</div>
  313.  
  314. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} ({CurrentPage} of {TotalPages}) {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</div></div>
  315. </div>
  316.  
  317. <div id="entries">{block:Posts}<div id="post">
  318.  
  319. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  320.  
  321. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  322.  
  323. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  324.  
  325. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  326.  
  327. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  328.  
  329. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  330.  
  331. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  332.  
  333. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  334.  
  335. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  336.  
  337. <div id="info">
  338. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  339. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  340. title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  341.  
  342. </div>
  343. {block:PostNotes}{PostNotes}{/block:PostNotes}
  344. {/block:Posts}</div>
  345.  
  346. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment