y-pond

theme 013

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