y-pond

theme 009

Sep 4th, 2012
666
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.84 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 009 by robstarking
  9. don't remove the credit, please -->
  10.  
  11.  
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Text" content="#838282"/>
  14. <meta name="color:nav" content="#b8b8b8"/>
  15. <meta name="color:border" content="#f7e3d9" />
  16. <meta name="color:stext" content="#fff" />
  17. <meta name="color:scrollbg" content="#ffffff" />
  18. <meta name="color:description" content= "#585855"/>
  19. <meta name="color:scrollbar" content="#CFECB0" />
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="image:background" content="" />
  22.  
  23. <meta name="text:Custom Link 1 Name" content="" />
  24. <meta name="text:Custom Link 1 Url" content="" />
  25. <meta name="text:Custom Link 2 Name" content="" />
  26. <meta name="text:Custom Link 2 Url" content="" />
  27. <meta name="text:Custom Link 3 Name" content="" />
  28. <meta name="text:Custom Link 3 Url" content="" />
  29.  
  30. <style type="text/css">
  31.  
  32. iframe#tumblr_controls {
  33. top:0px !important;
  34. right:3px !important;
  35. position: fixed !important;
  36.  
  37. -webkit-transition: opacity 0.7s linear;
  38. opacity: 0.4;
  39. -webkit-transition: all 0.8s ease-out;
  40. -moz-transition: all 0.8s ease-out;
  41. transition: all 0.8s ease-out;
  42. }
  43.  
  44. iframe#tumblr_controls:hover{
  45. -webkit-transition: opacity 0.7s linear;
  46. opacity: 1;
  47. -webkit-transition: all 0.4s ease-out;
  48. -moz-transition: all 0.4s ease-out;
  49. transition: all 0.4s ease-out;
  50. }
  51.  
  52. ::-webkit-scrollbar {
  53. width: 10px;
  54. height:auto;
  55. background:{color:scrollbg};
  56. }
  57.  
  58. ::-webkit-scrollbar-corner {
  59. background:{color:scrollbg};
  60. }
  61.  
  62. ::-webkit-scrollbar-button:vertical {
  63. height:4px;
  64. display: block;
  65. background:{color:scrollbar};
  66. }
  67.  
  68. ::-webkit-scrollbar-button:horizontal {
  69. width: 7px;
  70. height: 4px;
  71. display: block;
  72. background:{color:scrollbar};
  73. }
  74.  
  75. ::-webkit-scrollbar-thumb:vertical {
  76. background:{color:scrollbar};
  77. border-top: 1px solid {color:scrollbg};
  78. border-bottom: 1px solid {color:scrollbg};
  79. }
  80.  
  81. ::-webkit-scrollbar-thumb:horizontal {
  82. background: {color:scrollbg};
  83. border: 0px solid {color:scrollbg};
  84. }
  85.  
  86. ::-webkit-scrollbar-thumb {
  87. background: {color:scrollbar};
  88. border-top: 0pt solid {color:scrollbg};
  89. border-bottom: 0pt solid {color:scrollbg};
  90. }
  91.  
  92. ::-webkit-scrollbar-thumb:hover {background: {
  93. color:scrollbar};
  94. cursor:url(http://i53.tinypic.com/zycxmw.png), auto;
  95. }
  96.  
  97. ::-webkit-scrollbar-track-piece {
  98. background: {color:scrollbg};
  99. border-top: 1pt solid {color:scrollbg};
  100. border-bottom: 1pt solid {color:scrollbg};
  101. width:4pt;
  102. }
  103.  
  104. body {
  105. background:{color:background};
  106. margin:100px;
  107. color:{color:text};
  108. font-family:Calibri;
  109. font-size:10px;
  110. line-height:100%;
  111. background-image: url('{image:Background}');
  112. background-attachment:fixed;
  113. }
  114.  
  115. a {
  116. text-decoration:none;
  117. outline:none;
  118. -moz-outline-style:none;
  119. color:{color:nav};
  120. }
  121.  
  122. a:visited {
  123. color:{color:nav};
  124.  
  125. }
  126.  
  127. a:hover{
  128. color:{color:description};
  129.  
  130. }
  131.  
  132. img {
  133. border:none;
  134. }
  135.  
  136. blockquote {
  137. padding-left:5px;
  138. border-left:2px solid;
  139. }
  140.  
  141. blockquote blockquote {
  142. padding-left:5px;
  143. border-left:2px solid;
  144. }
  145.  
  146. h1 {
  147. font-size:15px;
  148. }
  149.  
  150. #entries {
  151. padding:10px;
  152. width:500px;
  153. margin-left:500px;
  154. margin-top:40px;
  155. }
  156.  
  157. #post {
  158. width:500px;
  159. padding-bottom:20px;
  160.  
  161. }
  162.  
  163. #sidebar {
  164. width:220px;
  165. position:fixed;
  166. margin-left:5px;
  167. margin-top:140px;
  168.  
  169. }
  170.  
  171. #image {
  172. width:210px;
  173. }
  174.  
  175. #image img {
  176. width:185px;
  177. border:3px solid {color:border};
  178. }
  179.  
  180. #nav {
  181. margin-top:85px;
  182. text-align:center;
  183. color:{color:nav};
  184. }
  185.  
  186. #credit {
  187. background-color:transparent;
  188. left: 1200px;
  189. bottom: 10px;
  190. position: fixed;
  191. }
  192.  
  193. #credit a{
  194. text-transform:uppercase;
  195. letter-spacing:1px;
  196. font-size:9px;
  197. font-style:none;
  198. color:{color:text};
  199. }
  200.  
  201. #description {
  202. width:150px;
  203. padding:10px;
  204. height:auto;
  205. position:absolute;
  206. right:-200px;
  207. top:20%;
  208. margin-top:100px;
  209. font-size:10px;
  210. font-family: calibri;
  211. color:{color:stext};
  212. background-color:{color:description};
  213. font-style: none;
  214. line-height:15px;
  215. opacity:0;
  216. border-radius: 0px 40px 40px 40px;
  217. -moz-border-radius: 0px 40px 40px 40px;
  218. -o-border-radius: 0px 40px 40px 40px;
  219. box-border-radius: 0px 40px 40px 40px;
  220. -webkit-transition: all 0.7s ease-in-out 0s;
  221. -moz-transition: all 0.7s ease-in-out 0s;
  222. -o-transition: all 0.7s ease-in-out 0s;
  223. box-transition: all 0.7s ease-in-out 0s;
  224.  
  225. }
  226.  
  227. #sidebar:hover #description {
  228. opacity: 1;
  229. right:-80px;
  230. -webkit-transition: all 0.7s ease-in-out 0s;
  231. -moz-transition: all 0.7s ease-in-out 0s;
  232. -o-transition: all 0.7s ease-in-out 0s;
  233. box-transition: all 0.7s ease-in-out 0s;
  234.  
  235. }
  236.  
  237. #pagination {
  238. margin-left:10px;
  239. margin-top:10px;
  240. font-size:10px;
  241. text-align:center;
  242. font-style: italic;
  243. }
  244.  
  245. #info {
  246. text-align:center;
  247. margin-top:15px;
  248. }
  249.  
  250. #asker {
  251. float:left;
  252. margin-right:10px;
  253. }
  254.  
  255. {CustomCSS}</style>
  256.  
  257. <div id="credit"><a href="http://robstarking.tumblr.com/">theme by robstarking</a>
  258.  
  259. </div>
  260. <div id="sidebar">
  261. <div id="image"><center><a href="/"><img src="{image:sidebar}"></a></center></div>
  262.  
  263.  
  264. <div id="nav">
  265. <span style="font-size:11px; font-family:discover beauty">
  266. <a href="/">home</a>
  267. <a href="/ask">ask</a>
  268. <a href="{text:Custom Link 1 Url}">{text:Custom Link 1 Name}</a>
  269. <a href="{text:Custom Link 2 Url}">{text:Custom Link 2 Name}</a>
  270. <a href="{text:Custom Link 3 Url}">{text:Custom Link 3 Name}</a>
  271. </div>
  272.  
  273. <div id="description">{Description}</div>
  274.  
  275. <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>
  276.  
  277. </div>
  278.  
  279. <div id="entries">{block:Posts}<div id="post">
  280.  
  281. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  282.  
  283. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  284.  
  285. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  286.  
  287. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  288.  
  289. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  290.  
  291. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  292.  
  293. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  294.  
  295. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  296.  
  297. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  298.  
  299. <div id="info">
  300. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  301. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  302. 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>
  303.  
  304. </div>
  305. {block:PostNotes}{PostNotes}{/block:PostNotes}
  306. {/block:Posts}</div>
  307.  
  308. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment