y-pond

theme 008

May 3rd, 2012
725
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.44 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. <!-- theme 008 by y-pond
  4. DO NOT REMOVE THE CREDIT, PLS -->
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7. <head>
  8.  
  9. <!-- DEFAULT VARIABLES -->
  10.  
  11. <meta name="color:background" content="#FFFFFF" />
  12. <meta name="color:text" content="#B6B8B5" />
  13. <meta name="color:link" content="#FDAC54" />
  14. <meta name="color:scrollbg" content="#ffffff" />
  15. <meta name="color:scrollbar" content="#CFECB0" />
  16.  
  17. <meta name="color:Link 1 Color" content="#EDB2D3" />
  18. <meta name="color:Link 2 Color" content="#C7B2ED" />
  19. <meta name="color:Link 3 Color" content="#B2D1ED" />
  20. <meta name="color:Link 4 Color" content="#B2EDB9" />
  21. <meta name="color:Link 5 Color" content="#E1EDB2" />
  22.  
  23. <meta name="font:body" content="georgia" />
  24.  
  25. <meta name="image:sidebar" content=""/>
  26. <meta name="image:background" content="" />
  27.  
  28. <meta name="text:Link1" content="" />
  29. <meta name="text:Link1 Title" content="" />
  30. <meta name="text:Link2" content="" />
  31. <meta name="text:Link2 Title" content="" />
  32. <meta name="text:Link3" content="" />
  33. <meta name="text:Link3 Title" content="" />
  34. <meta name="text:Link4" content="" />
  35. <meta name="text:Link4 Title" content="" />
  36. <meta name="text:Link5" content="" />
  37. <meta name="text:Link5 Title" content="" />
  38.  
  39. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  40. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  41. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  42. <link rel="shortcut icon" href="{Favicon}" />
  43. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  44. <style type="text/css">
  45.  
  46. iframe#tumblr_controls {
  47. top:0px !important;
  48. right:3px !important;
  49. position: fixed !important;
  50. -webkit-transition: opacity 0.7s linear;
  51. opacity: 0.4;
  52. -webkit-transition: all 0.8s ease-out;
  53. -moz-transition: all 0.8s ease-out;
  54. transition: all 0.8s ease-out;}
  55.  
  56. iframe#tumblr_controls:hover{
  57. -webkit-transition: opacity 0.7s linear;
  58. opacity: 1;
  59. -webkit-transition: all 0.4s ease-out;
  60. -moz-transition: all 0.4s ease-out;
  61. transition: all 0.4s ease-out;}
  62.  
  63.  
  64. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:scrollbg}}
  65. ::-webkit-scrollbar-corner {background:{color:scrollbg}}
  66. ::-webkit-scrollbar-button:vertical {height:4px; display: block; background:{color:scrollbar}}
  67. ::-webkit-scrollbar-button:horizontal {width: 7px; height: 4px; display: block; background:{color:scrollbar}}
  68. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar}; border-top: 1px solid {color:scrollbg}; border-bottom: 1px solid {color:scrollbg}}
  69. ::-webkit-scrollbar-thumb:horizontal {background: {color:scrollbg}; border: 0px solid {color:scrollbg}}
  70. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; border-top: 0pt solid {color:scrollbg}; border-bottom: 0pt solid {color:scrollbg}}
  71. ::-webkit-scrollbar-thumb:hover {background: {color:scrollbar}; cursor:url(http://i53.tinypic.com/zycxmw.png), auto}
  72. ::-webkit-scrollbar-track-piece {background: {color:scrollbg}; border-top: 1pt solid {color:scrollbg}; border-bottom: 1pt solid {color:scrollbg}; width:4pt;}
  73.  
  74. body {
  75. color: {color:text};
  76. background-color: {color:background};
  77. background-image: url('{image:Background}');
  78. background-attachment:fixed;
  79. font-family:{font:body};
  80. font-size:10px;
  81. line-height:100%;
  82. text-align:justify;
  83. }
  84.  
  85. a:link, a:active, a:visited {
  86. color: {color:link};
  87. text-decoration: none;
  88. font-style: italic;
  89. }
  90.  
  91. a:hover {
  92. color:{color:text};
  93.  
  94. }
  95. .asker img {
  96. -webkit-border-radius: 25px;
  97. -moz-border-radius: 25px;
  98. -o-border-radius: 25px;
  99. }
  100.  
  101. h1 {
  102. color: {color:title};
  103. font-size: 15px;
  104. line-height: 15px;
  105. letter-spacing: 0px;
  106. font-weight: normal;
  107. text-transform: uppercase;
  108. margin: 0px;
  109. padding: 0px;
  110. text-align: left;
  111. }
  112.  
  113. h2 {
  114. color:{color:title};
  115. font-size: 12px;
  116. line-height: 12px;
  117. letter-spacing: 0px;
  118. font-weight: normal;
  119. text-transform: uppercase;
  120. margin: 0px;
  121. padding: 0px;
  122. margin-bottom: -0px;
  123. text-align: left;
  124. }
  125.  
  126. h3 {
  127. color: {color:link};
  128. font-family: arial;
  129. font-size: 19px;
  130. letter-spacing: 0px;
  131. font-weight: normal;
  132. font-style: normal;
  133. text-transform: lowercase;
  134. line-height: 14px;
  135. margin-left: 5px;
  136. margin-top: 10px;
  137. margin-bottom: -10px;
  138. text-align: left;
  139. letter-spacing: 1px;
  140. }
  141.  
  142. h3 a:hover {
  143. background-color: transparent;
  144. }
  145.  
  146. hr {
  147. width: 500px;
  148. margin-top: 10px;
  149. margin-bottom: 10px;
  150. float: left;
  151. }
  152.  
  153. #info{
  154. font-family:georgia;
  155. font-size:8.5px;
  156. text-transform:lowercase;
  157. text-align:right;
  158. }
  159.  
  160. p {
  161. margin-top: 4px;
  162. margin-bottom: 4px;
  163. }
  164.  
  165. img a {
  166. border:none;
  167. width:100%;
  168. }
  169.  
  170. #sidebar {
  171. position: fixed;
  172. top: 70px;
  173. left: 190px;
  174. width: 250px;
  175.  
  176. }
  177.  
  178. #side_img img {
  179. max-width: 240px;
  180.  
  181. }
  182.  
  183. #pagination {
  184. margin-left: 200px;
  185. font-size: 20px;
  186. line-height: 15px;
  187. padding-bottom: 2px;
  188.  
  189. }
  190.  
  191. #description {
  192. text-align: center;
  193. max-width: 215px;
  194. margin: 0 auto;
  195. }
  196.  
  197. #main {
  198. margin-top:80px;
  199. margin-left:500px;
  200. width: 500px;
  201. }
  202.  
  203. #post {
  204. overflow: hidden;
  205. margin-top: 8px;
  206. background-color: {color:entry};
  207. }
  208.  
  209. #content {
  210. width: 500px;
  211. float: left;
  212. }
  213.  
  214. #notes {
  215. margin-bottom: 10px;
  216. text-align: center;
  217. }
  218.  
  219. #source {
  220. text-align: left;
  221. }
  222.  
  223. #credit {
  224. background-color:transparent;
  225. left: 1200px;
  226. bottom: 10px;
  227. position: fixed;
  228.  
  229. }
  230.  
  231. #credit a{
  232. text-transform:uppercase;
  233. letter-spacing:1px;
  234. font-size:9px;
  235. font-style:italic;
  236. color:{color:text};
  237.  
  238. }
  239.  
  240. #questions {
  241. background-color: {color:background};
  242. color: {color:text};
  243. padding: 10px;
  244. margin-bottom: 0px;
  245. font-family: arial;
  246. font-size: 11px;
  247. }
  248.  
  249. blockquote {
  250. border-left: 2px {color:body} solid;
  251. padding-left: 5px;
  252. margin: 0px 2px 0px 10px;
  253. }
  254.  
  255. .user_1 .label {
  256. color: {color:link};
  257. font-weight: bold;
  258. }
  259.  
  260. .user_2 .label {
  261. color: {color:text};
  262. font-weight: bold;
  263. }
  264.  
  265. ul.chat, .chat ol, .chat li {
  266. list-style: none;
  267. margin: 0px;
  268. padding: 0px;
  269. }
  270.  
  271. ol.notes, .notes li {
  272. list-style: none;
  273. margin: 0px;
  274. padding: 0px;
  275. }
  276.  
  277. iframe input, iframe submit, iframe textarea, iframe div, iframe table {
  278. background-color: transparent !important;
  279. }
  280.  
  281. .link {
  282. display: inline-block;
  283. height: 4px;
  284. list-style: none;
  285. margin: 0 0 0 -3px;
  286. overflow-y: hidden;
  287. vertical-align: top;
  288. width: 50px;
  289. }
  290.  
  291. .link:hover {
  292. height: 25px;
  293. transition-duration: 1s;
  294. -moz-transition-duration: 1s;
  295. -webkit-transition-duration: 1s;
  296. -o-transition-duration: 1s;
  297. }
  298.  
  299. .link a {
  300. display: block;
  301. text-align: center;
  302. margin-top: 5px;
  303. color: #ffffff;
  304. }
  305.  
  306. .link div {
  307. background-color: inherit;
  308. display: block;
  309. height: 25px;
  310. }
  311.  
  312. #link1 {
  313. background-color: {color:Link 1 Color};
  314. }
  315.  
  316. #link2 {
  317. background-color: {color:Link 2 Color};
  318. }
  319.  
  320. #link3 {
  321. background-color: {color:Link 3 Color};
  322. }
  323.  
  324. #link4 {
  325. background-color: {color:Link 4 Color};
  326. }
  327.  
  328. #link5 {
  329. background-color: {color:Link 5 Color};
  330. }
  331.  
  332. #links {
  333. height: 10px;
  334. padding: 0;
  335. }
  336. </style>
  337. <style type="text/css">{CustomCSS}</style>
  338. </head>
  339.  
  340. <body>
  341. <div id="credit"><a href="http://loonylunas.tumblr.com/themes">theme by loonylunas</a>
  342. </div>
  343. <div id="sidebar">
  344. <div id="side_img">
  345. <a href="/"><img src="{image:sidebar}"/>
  346. </div>
  347. <ul id="links">
  348. <li class="link" id="link1"><div>{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}</div></li>
  349. <li class="link" id="link2"><div>{block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}</div></li>
  350. <li class="link" id="link3"><div>{block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}</div></li>
  351. <li class="link" id="link4"><div>{block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}</div></li>
  352. <li class="link" id="link5"><div>{block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}</div></li>
  353. </ul>
  354. <div id="description">
  355. {block:Description}
  356. {Description}
  357. {/block:Description}
  358. </div>
  359. <div id="pagination">
  360. {block:PreviousPage}
  361. <a href="{PreviousPage}">←</a> &nbsp;
  362. {/block:PreviousPage}
  363. {block:NextPage}
  364. <a href="{NextPage}">→</a>
  365. {/block:NextPage}
  366. </div>
  367.  
  368. </div>
  369. <div id="main">
  370. {block:Posts}
  371. <div id="post">
  372. <div id="content">
  373. {block:Title}
  374. <h1>{Title}&nbsp;</h1>
  375. {/block:Title}
  376. {block:Text}
  377. {Body}
  378. {/block:Text}
  379. {block:Quote}
  380. <h2>"{Quote}" — {Source}</h2>
  381. {/block:Quote}
  382. {block:Link}
  383. <a href="{URL}" class="link" {Target}>
  384. <h1>{Name}&nbsp;</h1>
  385. </a>
  386. {block:Description}
  387. <P>{Description}</p>
  388. {/block:Description}
  389. {/block:Link}
  390. {block:Photo}
  391. <center>
  392. {LinkOpenTag}
  393. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  394. {LinkCloseTag}
  395. </center>
  396. {block:Caption}
  397. {Caption}
  398. {/block:Caption}
  399. {/block:Photo}
  400. {block:Photoset}
  401. <center>
  402. {Photoset-500}
  403. </center>
  404. {block:Caption}
  405. {Caption}
  406. {/block:Caption}
  407. {/block:Photoset}
  408. {block:Chat}
  409. <ul class="chat">
  410. {block:Lines}
  411. <li class="user_{UserNumber}">
  412. {block:Label}
  413. <span class="label">{Label}</span>
  414. {/block:Label}&nbsp;{Line}
  415. </li>
  416. {/block:Lines}
  417. </ul>
  418. {/block:Chat}
  419. {block:Video}
  420. {Video-500}
  421. {block:Caption}
  422. {Caption}
  423. {/block:Caption}
  424. {/block:Video}
  425. {block:Answer}
  426. <div class="asker">
  427. <img src="{AskerPortraitURL-64}">
  428. {Asker} crooned: "{question}"
  429. </div>
  430. <div class="answer">
  431. <blockquote>{Answer}</blockquote>
  432. </div>
  433. {/block:Answer}
  434. {block:Audio}
  435. <span class="audio">
  436. <center>
  437. {AudioPlayergrey}
  438. </center>
  439. </span>
  440. {block:Caption}
  441. {Caption}
  442. {/block:Caption}
  443. {/block:Audio}
  444. </div>
  445. <div id="info">posted <a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} ·
  446. <a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}
  447. / via
  448. <a href="{ReblogParentURL}">{ReblogParentName}</a>
  449. {block:ContentSource}
  450. / ©
  451. <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}
  452. {/block:RebloggedFrom}<br>
  453.  
  454. {block:PostNotes}{PostNotes}{/block:PostNotes}
  455. {block:HasTags}<div class="tag">{block:Tags}
  456. <a href="{TagURL}" target="_blank">#{Tag}</a>{/block:Tags}
  457. </div>
  458. {/block:HasTags}
  459. </div>
  460. </div><br>
  461. {/block:Posts}
  462. </div>
  463. </body>
  464. </html>
Advertisement
Add Comment
Please, Sign In to add comment