Jyuubi

[Theme] → #01 Sugarless (v.1)

Jul 22nd, 2012
11,014
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.33 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3.  
  4. <!--
  5. PLEASE DO NOT REMOVE THIS.
  6. IF YOU REMOVE CREDIT, MAKE SURE IT'S ON A CREDITS PAGE.
  7.  
  8. THEME: #01 SUGARLESS (VERSION ONE)
  9. jyuubi.org | manatopia.org
  10.  
  11. --RULES--
  12. 1) DO NOT REMOVE CREDIT.
  13. 2) DO NOT USE TO MAKE YOUR OWN THEME TO RESDISTRIBUTE.
  14. 3) DO NOT USE TO MAKE YOUR OWN THEME AND REMOVE CREDIT.
  15. 4) IF YOU USE ANYTHING FROM MY THEMES, ALWAYS CREDIT.
  16. 5) DO USE ANY GRAPHICS MADE FOR A PREVIEW.
  17. -->
  18.  
  19. <meta name="color:BackgroundM" content="#fff">
  20. <meta name="color:Content Background" content="#ebe4d7">
  21. <meta name="color:Content Text" content="#ADA699">
  22. <meta name="color:Content Bold" content="#f0a379">
  23. <meta name="color:Content Italic" content="#d1b785">
  24. <meta name="color:Content Link" content="#c7b891">
  25. <meta name="color:Content Titles" content="#f7a170">
  26.  
  27. <meta name="color:Nav Border" content="#d3c6a6">
  28. <meta name="color:Nav Background" content="#f2b28f">
  29. <meta name="color:Nav Link" content="#fbe4de">
  30. <meta name="color:Nav Link Hover" content="#827b69">
  31.  
  32. <meta name="color:Arrow" content="#e2e2e2">
  33. <meta name="color:Arrow Hover" content="#f68042">
  34.  
  35. <meta name="color:Ask Background" content="#f1eade">
  36.  
  37. <meta name="color:Permalink Bar Background" content="#d3c6a6">
  38. <meta name="color:Permalink Bar Link" content="#efe9d9">
  39.  
  40. <meta name="image:BackgroundM" content="http://static.tumblr.com/pdgxkke/gGQm1d3xw/sugarless2.png">
  41. <meta name="image:Sidebar" content="">
  42.  
  43. <meta name="if:Infinite Scrolling" content="0">
  44. <meta name="if:Photo Transparency" content="1">
  45. <meta name="if:Show Captions" content="0">
  46. <meta name="if:Reblog Link" content="0">
  47.  
  48. <meta name="text:Sidebar Position" content="50">
  49. <meta name="text:Sidebar Title" content="">
  50.  
  51. <meta name="text:Name 1" content="">
  52. <meta name="text:URL 1" content="http://">
  53. <meta name="text:Name 2" content="">
  54. <meta name="text:URL 2" content="http://">
  55. <meta name="text:Name 3" content="">
  56. <meta name="text:URL 3" content="http://">
  57.  
  58. <head>
  59. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  60. <title>{Title}</title>
  61. <link rel="shortcut icon" href="{Favicon}">
  62. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  63. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  64.  
  65. <style type="text/css">
  66. /* BODY */
  67. body {
  68. background-image: url("{image:BackgroundM}");
  69. background-attachment: fixed;
  70. background-color: {color:BackgroundM};
  71. color: {color:Content Text};
  72. }
  73.  
  74. ::-webkit-scrollbar-thumb:vertical {
  75. background-color: {color:Content Bold};
  76. height: 50px;
  77. }
  78.  
  79. ::-webkit-scrollbar {
  80. height: 10px;
  81. width: 3px;
  82. background-color: {color:Content Background};
  83. }
  84.  
  85. b, strong {
  86. color: {color:Content Bold};
  87. font-weight: normal;
  88. }
  89.  
  90. i, em {
  91. color: {color:Content Italic};
  92. }
  93.  
  94. a {
  95. color: {color:Content Link};
  96. text-decoration: none;
  97. }
  98.  
  99. /* NAVIGATION */
  100. #right {
  101. position: fixed;
  102. left: 540px;
  103. margin-top: {text:Sidebar Position}px;
  104. }
  105.  
  106. #sidebarimage {
  107. background-color: {color:Content Background};
  108. padding: 5px;
  109. width: 400px;
  110. text-align: center;
  111. margin-bottom: 6px;
  112. }
  113.  
  114. #sidebarimage img {
  115. max-width: 400px;
  116. margin-bottom: -5px;
  117. }
  118.  
  119. #sidebar {
  120. background-color: {color:Content Background};
  121. font-family: tahoma, sans-serif;
  122. font-size: 10px;
  123. letter-spacing: 2px;
  124. text-align: center;
  125. padding: 5px;
  126. width: 400px;
  127. }
  128.  
  129. #sidebar h1 {
  130. font-family: consolas;
  131. font-size: 12px;
  132. color: {color:Content Titles};
  133. font-weight: normal;
  134. letter-spacing: 6px;
  135. text-transform: uppercase;
  136. text-align: left;
  137. text-decoration: none;
  138. margin: 0;
  139. }
  140.  
  141. #sidebar h2 {
  142. font-family: Lucida Console, Monaco, monospace;
  143. font-size: 10px;
  144. color: {color:Sidebar Subtitle};
  145. font-weight: normal;
  146. letter-spacing: 3px;
  147. text-transform: uppercase;
  148. text-align: center;
  149. margin-top: -12px;
  150. }
  151.  
  152. #nav {
  153. background-color: {color:Content Background};
  154. padding: 5px;
  155. width: 380px;
  156. margin-bottom: 6px;
  157. text-align: center;
  158. border-left: 10px solid {color:Nav Border};
  159. border-right: 10px solid {color:Nav Border};
  160. }
  161.  
  162. #nav a {
  163. background-color: {color:Nav Background};
  164. display: inline-block;
  165. width: 50px;
  166. height: 25px;
  167. font-family: consolas;
  168. font-size: 8px;
  169. color: {color:Nav Link};
  170. text-decoration: none;
  171. text-transform: uppercase;
  172. letter-spacing: 2px;
  173. text-align: center;
  174. line-height: 25px;
  175. -webkit-transition: all 0.5s ease;
  176. -moz-transition: all 0.5s ease;
  177. -o-transition: all 0.5s ease;
  178. }
  179.  
  180. #nav a:hover {
  181. color: {color:Nav Link Hover};
  182. }
  183.  
  184. /* PAGINATION */
  185. #pages {
  186. text-align: right;
  187. font-family: consolas;
  188. font-size: 9px;
  189. text-transform: uppercase;
  190. letter-spacing: 2px;
  191. margin-top: 10px;
  192. }
  193.  
  194. #pages a {
  195. color: #c1b698;
  196. text-decoration: none;
  197. -webkit-transition: all 0.5s ease;
  198. -moz-transition: all 0.5s ease;
  199. -o-transition: all 0.5s ease;
  200. }
  201.  
  202. #pages a:hover {
  203. color: {color:Arrow Hover};
  204. }
  205.  
  206. /* POST */
  207. .entry {
  208. background-color: {color:Content Background};
  209. border: 5px solid {color:Content Background};
  210. font-family: tahoma, sans-serif;
  211. font-size: 12px;
  212. text-align: justify;
  213. letter-spacing: 1px;
  214. width: 500px;
  215. overflow: hidden;
  216. }
  217.  
  218. .entry h1 {
  219. font-family: consolas;
  220. font-size: 12px;
  221. color: {color:Content Titles};
  222. font-weight: normal;
  223. text-transform: uppercase;
  224. letter-spacing: 4px;
  225. text-decoration: none;
  226. text-align: center;
  227. }
  228.  
  229. .entry h1 a {
  230. color: {color:Content Titles};
  231. }
  232.  
  233. .entry blockquote {
  234. border-left: 3px solid {color:Content Bold};
  235. padding-left: 5px;
  236. margin-left: 5px;
  237. }
  238.  
  239. .entry img {
  240. margin-bottom: -5px;
  241. }
  242.  
  243. /* PHOTO POSTS */
  244. {block:IfNotPhotoTransparency}
  245. .photo {
  246. text-align: center;
  247. }
  248. {/block:IfNotPhotoTransparency}
  249.  
  250. {block:IfPhotoTransparency}
  251. .photo {
  252. text-align: center;
  253. opacity: .8;
  254. -webkit-transition: all 1s ease;
  255. -moz-transition: all 1s ease;
  256. -o-transition: all 1s ease;
  257. }
  258.  
  259. .photo:hover {
  260. opacity: 1;
  261. }
  262.  
  263. .entry img {
  264. opacity: .8;
  265. -webkit-transition: all 1s ease;
  266. -moz-transition: all 1s ease;
  267. -o-transition: all 1s ease;
  268. }
  269.  
  270. .entry img:hover {
  271. opacity: 1;
  272. }
  273. {/block:IfPhotoTransparency}
  274.  
  275. /* QUOTE POST */
  276. .entry h2 {
  277. font-family: consolas;
  278. font-size: 12px;
  279. color: {color:Content Titles};
  280. font-weight: normal;
  281. text-transform: uppercase;
  282. letter-spacing: 2px;
  283. text-align: left;
  284. }
  285.  
  286. .quote {
  287. font-family: georgia;
  288. font-size: 26px;
  289. color: {color:Content Bold};
  290. float: left;
  291. }
  292.  
  293. /* ASK POSTS */
  294. .ask {
  295. background-color: {color:Ask Background};
  296. font-family: consolas;
  297. font-size: 9px;
  298. text-transform: uppercase;
  299. padding: 2px;
  300. }
  301.  
  302. /* AUDIO */
  303. .audio img {
  304. max-width: 40px;
  305. float: left;
  306. margin-right: 5px;
  307. }
  308.  
  309. .player {
  310. background-color: #fff;
  311. height: 27px;
  312. width: 500px;
  313. }
  314.  
  315. /* NOTES */
  316. .notes2 {
  317. background-color: {color:Permalink Bar Background};
  318. font-family: consolas;
  319. font-size: 9px;
  320. text-align: center;
  321. width: 508px;
  322. margin-bottom: 15px;
  323. padding: 1px;
  324. text-transform: uppercase;
  325. letter-spacing: 1px;
  326. }
  327.  
  328. .notes2 a {
  329. color: {color:Permalink Bar Link};
  330. text-decoration: none;
  331. letter-spacing: 2px;
  332. }
  333.  
  334. /* PERMALINK PAGE */
  335. .permalink {
  336. font-family: tahoma, sans-serif;
  337. font-size: 11px;
  338. color: {color:Content Text};
  339. text-transform: lowercase;
  340. text-align: center;
  341. width: 510px;
  342. }
  343.  
  344. .permalink b {
  345. color: {color:Content Bold};
  346. font-weight: normal;
  347. }
  348.  
  349. #date {
  350. color: {color:Content Italic};
  351. }
  352.  
  353. .permalink a {
  354. color: {color:Content Link};
  355. text-decoration: none;
  356. }
  357.  
  358. ol.notes {
  359. padding: 0px;
  360. margin: 15px 0px;
  361. list-style-type: none;
  362. background: transparent;
  363. border: 0px;
  364. letter-spacing: 0px;
  365. text-transform: lowercase;
  366. }
  367.  
  368. ol.notes li.note {
  369. padding: 1px;
  370. text-align: left;
  371. letter-spacing: 0px;
  372. text-transform: lowercase;
  373. }
  374.  
  375. .notes img{
  376. width: 8px;
  377. position: relative;
  378. top: 1px;
  379. opacity: .5;
  380. }
  381.  
  382. /* FOLLOW CODE */
  383. iframe#tumblr_controls {
  384. right:3px !important;
  385. position: fixed !important;
  386. -webkit-transition: opacity 0.7s linear;
  387. opacity: 0.2;
  388. -webkit-transition: all 0.8s ease-out;
  389. -moz-transition: all 0.8s ease-out;
  390. transition: all 0.8s ease-out;
  391. }
  392.  
  393. iframe#tumblr_controls:hover {
  394. -webkit-transition: opacity 0.7s linear;
  395. opacity: 1;
  396. -webkit-transition: all 0.4s ease-out;
  397. -moz-transition: all 0.4s ease-out;
  398. transition: all 0.4s ease-out;
  399. }
  400. </style>
  401. <style type="text/css">{CustomCSS}</style>
  402. {block:IfInfiniteScrolling}
  403. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  404. {/block:IfInfiniteScrolling}
  405. </head>
  406.  
  407. <body>
  408.  
  409. <div id="right">
  410. <div id="sidebarimage">
  411. <img src="{image:Sidebar}">
  412. </div>
  413.  
  414. <div id="nav">
  415. <a href="/">Index</a>
  416. <a href="/archive">Archive</a>
  417. <a href="/ask">Message</a>
  418. {block:IfName1}<a href="{text:URL 1}">{text:Name 1}</a>{/block:IfName1}
  419. {block:IfName2}<a href="{text:URL 2}">{text:Name 2}</a>{/block:IfName2}
  420. {block:IfName3}<a href="{text:URL 3}">{text:Name 3}</a>{/block:IfName3}
  421. <a href="http://jyuubi.org">Theme</a>
  422. </div>
  423.  
  424. <div id="sidebar">
  425. <h1>{text:Sidebar Title}</h1>
  426. {Description}
  427. </div>
  428.  
  429. {block:IfNotInfiniteScrolling}
  430. {block:Pagination}<div id="pages">
  431. {block:PreviousPage}<a href="{PreviousPage}">&larr; backward</a>&nbsp;&nbsp;|&nbsp;&nbsp;{block:PreviousPage}{block:NextPage}<a href="{NextPage}">forward &rarr;</a>{block:NextPage}
  432. </div>{/block:Pagination}
  433. {/block:IfNotInfiniteScrolling}
  434. </div>
  435.  
  436. <div class="autopagerize_page_element">
  437. {block:Posts}
  438.  
  439. <div class="entry">
  440.  
  441. {block:Text}
  442. <h1>{Title}</h1>
  443. {Body}
  444. {/block:Text}
  445.  
  446. {block:Photo}
  447. {LinkOpenTag}
  448. <img src="{PhotoURL-500}" alt="{PhotoAlt}">
  449. {LinkCloseTag}
  450. {block:HighRes}<a href="{PhotoURL-HighRes}">high resolution &rarr;</a>{/block:HighRes}
  451. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  452. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  453. {Caption}
  454. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  455. {/block:Photo}
  456.  
  457. {block:Photoset}
  458. <div class="photo">{Photoset-500}</div>
  459. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  460. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  461. {Caption}
  462. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  463. {/block:Photoset}
  464.  
  465. {block:Quote}
  466. <div class="quote">&#10077;</div>
  467. <h2>{Quote}</h2>
  468. {block:Source}<p align="right">{Source} &mdash;</p>{/block:Source}
  469. {/block:Quote}
  470.  
  471. {block:Link}
  472. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  473. {block:Description}{Description}{/block:Description}
  474. {/block:Link}
  475.  
  476. {block:Chat}
  477. {block:Title}<h1>{Title}</h1>{/block:Title}
  478. {block:Lines}
  479. {block:Label}
  480. <b>{Label}</b>
  481. {/block:Label}
  482. {Line}<br />
  483. {/block:Lines}
  484. {/block:Chat}
  485.  
  486. {block:Audio}
  487. {block:AlbumArt}<div class="audio"><img src="{AlbumArtURL}" alt=""></div>{/block:AlbumArt}
  488. <div class="player">{AudioPlayer}</div>
  489. <b>{FormattedPlayCount}</b> plays{block:Artist} <b>|</b> by <i>{Artist}</i>{/block:Artist}
  490. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  491. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  492. {Caption}
  493. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  494. {/block:Audio}
  495.  
  496. {block:Video}
  497. {Video-500}
  498. <p><center><i>{FormattedPlayCount}</i> plays</center>
  499. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  500. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  501. {Caption}
  502. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  503. {/block:Video}
  504.  
  505. {block:Answer}
  506. <div class="ask">{Asker} <b>sent:</b> {Question}</div>
  507. {Answer}
  508. {/block:Answer}
  509.  
  510. </div>
  511. {block:IndexPage}<div class="notes2">
  512. {block:Date}<a href="{Permalink}">{TimeAgo}{/block:Date}{block:NoteCount}&nbsp;&nbsp;|&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}</a>{block:IfReblogLink}&nbsp;&nbsp;|&nbsp;&nbsp;<a href="{ReblogURL}">Reblog</a>{/block:IfReblogLink}
  513. </div>{/block:IndexPage}
  514.  
  515. {block:PermalinkPage}
  516. <div class="permalink">
  517. <center><div id="date">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>{block:RebloggedFrom}<b>origin:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> &nbsp; <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}<br />
  518. {block:HasTags}<b>tags &raquo;</b> {block:Tags}#<a href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</center>
  519. {block:PostNotes}
  520. {PostNotes}
  521. {/block:PostNotes}
  522. </div>
  523. {/block:PermalinkPage}
  524.  
  525. {/block:Posts}
  526. </div>
  527.  
  528. </body>
  529. </html>
Advertisement
Add Comment
Please, Sign In to add comment