y-pond

theme 012

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