Advertisement
yuukithemes

rainbow theme

Jun 13th, 2014
3,988
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.48 KB | None | 0 0
  1. <html lang="en">
  2.  
  3. <!----
  4.  
  5. rainbow theme
  6.  
  7. questions / comments to: http://hentaist.tumblr.com/askme
  8. coding / html help: http://hentaist.tumblr.com/faq or /tagged/coding
  9.  
  10. -->
  11. <head>
  12.  
  13.  
  14.  
  15. <title>{title}</title>
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="Description" content="{MetaDescription}" />{/block:Description}
  18.  
  19.  
  20. <!-- ------ DEFAULT VARIABLES ------ -->
  21. <link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  22. <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
  23.  
  24.  
  25. <meta name="color:Background" content="#e4e4e4" />
  26. <meta name="color:Post Background" content="#faf9f8" />
  27. <meta name="color:info" content="#fff"/>
  28. <meta name="color:Sidebar Background" content="#faf9f8" />
  29. <meta name="color:border" content="#eee"/>
  30. <meta name="color:hover" content="#aaa"/>
  31. <meta name="color:question" content="#fff"/>
  32. <meta name="color:tags" content="#aaa"/>
  33. <meta name="color:Scrollbar" content="#a4cddf" />
  34. <meta name="color:Scrollbar Background" content="#faf9f8" />
  35. <meta name="color:Text" content="#657474" />
  36. <meta name="color:Bold" content="#2eb4ee" />
  37. <meta name="color:Link" content="#218bb8" />
  38. <meta name="color:Link Hover" content="#1b4456" />
  39. <meta name="color:Italic" content="#89a3ae" />
  40.  
  41. <meta name="image:Background" content="" />
  42. <meta name="image:sidebar" content="" />
  43.  
  44. <meta name="if:sidebar background" content="1"/>
  45. <meta name="if:250px" content="1"/>
  46. <meta name="if:400px" content="0"/>
  47. <meta name="if:500px" content="0"/>
  48.  
  49. <meta name="text:Link 1 URL" content="" />
  50. <meta name="text:Link 1" content="" />
  51. <meta name="text:Link 2 URL" content="" />
  52. <meta name="text:Link 2" content="" />
  53. <meta name="text:Link 3 URL" content="" />
  54. <meta name="text:Link 3" content="" />
  55.  
  56. <style type="text/css">
  57.  
  58. /* -------------- SCROLLBAR --------------- */
  59.  
  60. ::-webkit-scrollbar {
  61. width: 10px;
  62. background-color: {color:Scrollbar Background};
  63. }
  64.  
  65. ::-webkit-scrollbar-thumb {
  66. background-color: {color:Scrollbar};
  67. }
  68.  
  69. /* -------------- CONTENT --------------- */
  70.  
  71. img {display:block;}
  72.  
  73. body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed;word-wrap:break-all; font-family:verdana; font-size:10px; line-height:16px; text-align:justify}
  74.  
  75. li {
  76. text-align:left;
  77. }
  78.  
  79. a{
  80. text-decoration:none;
  81. outline:none;
  82. -moz-outline-style:none;
  83. color: {color:Link};
  84. }
  85.  
  86. a:hover{color: {color:Link Hover};}
  87.  
  88. b, strong{color: {color:Bold};}
  89.  
  90. i, em{color: {color:Italic}; font-style:normal;}
  91.  
  92. blockquote {padding:0px; padding-left:10px; margin:8px; border-left:2px solid {color:text};word-wrap:break-word;}
  93.  
  94. .caption {color:{color:text};word-wrap:break-all; font-family:verdana; font-size:10px; line-height:16px;text-align:justify;}
  95. }
  96.  
  97. pre{
  98. font-size:11px;
  99. padding:20px;
  100. white-space: pre-wrap; /* css-3 */
  101. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  102. white-space: -pre-wrap; /* Opera 4-6 */
  103. white-space: -o-pre-wrap; /* Opera 7 */
  104. word-wrap: break-word; /* Internet Explorer 5.5+ */
  105. }
  106.  
  107. #content img{display: block; max-width: 100%;}
  108.  
  109. #content{
  110. height:auto;
  111. text-align:left;
  112. width:auto;
  113. position:absolute;
  114. padding:50px;
  115. left:350px;
  116. top:0px;
  117. }
  118.  
  119. /* -------------- POST TITLE --------------- */
  120.  
  121. .title{
  122. padding:5px;
  123. font-size: 16px;
  124. text-transform:uppercase;
  125. line-height: 100%;
  126. letter-spacing: 1px;
  127. text-align:center;
  128. }
  129.  
  130. h2 {
  131. font-size:12px;
  132. font-family:verdana;
  133. }
  134.  
  135. /* -------------- POST QUESTON/ANSWER --------------- */
  136.  
  137. .qAuthor, .aAuthor{
  138. float:left;
  139. }
  140.  
  141. .q {
  142. padding:10px;
  143. border-bottom:1px solid {color:border};
  144. margin-bottom:8px;
  145. word-wrap:break-word;
  146. background:{color:question};
  147. margin-top:5px;
  148. font-family:verdana;
  149. color:{color:Text};
  150. }
  151.  
  152. .a{background:white;
  153. padding:5px;
  154. }
  155.  
  156. /* -------------- POST CHAT LOGS --------------- */
  157.  
  158. .chat .chat1 {margin-left: 0px;}
  159.  
  160. .chat .chat1 .chat2 {
  161. margin-bottom: 1px;
  162. padding: 5px;
  163. }
  164.  
  165. .chat .chat1 .chat2 span{
  166. font-weight: bold;
  167. text-transform: uppercase;
  168. }
  169.  
  170. /* -------------- POST LINK --------------- */
  171.  
  172. .link{
  173. font-size: 20px;
  174. letter-spacing:1px;
  175. padding:20px;
  176. text-align:center;
  177. margin-bottom:10px;
  178. }
  179.  
  180. /* -------------- POST QUOTE --------------- */
  181.  
  182. .quote{
  183. font-size:14px;
  184. line-height:120%;
  185. }
  186.  
  187. /* -------------- POST NOTES --------------- */
  188.  
  189. ol.notes{
  190. padding: 0px;
  191. margin-top: 10px;
  192. list-style-type: none;
  193. width: 360px;
  194. word-wrap:break-word;
  195. letter-spacing: 1px;
  196. font-size:10px;
  197. }
  198.  
  199. ol.notes li.note {
  200. text-align: left;
  201. letter-spacing: 1px;
  202. padding: 5px;
  203. }
  204.  
  205. ol.notes li.note img.avatar{
  206. display: none !important;
  207. }
  208.  
  209.  
  210. /* -------------- POSTS --------------- */
  211.  
  212. .post{
  213. word-wrap:break-word;
  214. background:{color:post background};
  215. padding:10px;
  216. border:1px solid {color:border};
  217. color:{color:text};
  218. font-family:verdana;
  219. {block:if250px}
  220. width: 250px;
  221. {/block:if250px}
  222. {block:if400px}
  223. width: 400px;
  224. {/block:if400px}
  225. {block:if500px}
  226. width: 500px;
  227. {/block:if500px}
  228. }
  229.  
  230. .post a {
  231. border-bottom:1px solid {color:links};
  232. }
  233.  
  234. .post a:hover {
  235. background:{color:hover};
  236. }
  237.  
  238. figure {
  239. margin:0;
  240. }
  241.  
  242. iframe {max-width:100%;}
  243.  
  244. /* -------------- PERMALINK/TAGS--------------- */
  245.  
  246. .sweetness {
  247. {block:if250px}
  248. width: 260px;
  249. {/block:if250px}
  250. {block:if400px}
  251. width: 410px;
  252. {/block:if400px}
  253. {block:if500px}
  254. width: 510px;
  255. {/block:if500px}
  256. color: {color:tags};
  257. font-family: 'Lucida Grande', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  258. padding:5px;
  259. background:{color:info};
  260. margin-top:5px;
  261. border:1px solid {color:border};
  262. font-size: 10px;
  263. line-height: 1.8;
  264. text-transform: justify;
  265. }
  266.  
  267. .sweetness .notes,
  268. .sweetness .tags {
  269. text-transform: none !important;
  270. margin: 0 13px 0 0;
  271. float: left;
  272. width:100%;
  273. }
  274.  
  275. .sweetness a {
  276. color: {color:Tags};
  277. text-transform: none;
  278. text-decoration: underline;
  279. }
  280.  
  281. .sweetness a.time {
  282. text-decoration: underline;
  283. font-weight: bold;
  284. text-transform: uppercase;
  285. }
  286.  
  287. .sweetness a:hover { color:gray;background:{color:hover}; }
  288.  
  289. .permaPageInfo{
  290. padding: 10px;
  291. width:auto;
  292. margin-top:30px;
  293. }
  294.  
  295. /* -------------- SIDEBAR --------------- */
  296.  
  297. #sidebar{
  298. width:200px;
  299. position:fixed;
  300. top:100px;
  301. left:80px;
  302. padding:10px;
  303. {block:ifsidebarbackground}
  304. background:{color:sidebar background};
  305. border:1px solid {color:border};
  306. {/block:ifsidebarbackground}
  307.  
  308. }
  309.  
  310. /* -------------- DESCRIPTION --------------- */
  311.  
  312. #description{
  313. line-height:15px;
  314. letter-spacing:1px;
  315. padding:10px;
  316. margin-bottom:-20px;
  317. }
  318.  
  319. /* -------------- LINKS --------------- */
  320.  
  321. .links {
  322. font-family:verdana,times;
  323. margin-top:15px;
  324. margin-left:-3px;
  325. text-align:center;
  326. width:100%;
  327. color:gray;
  328. font-size:10px;
  329. padding:3px;
  330. }
  331.  
  332. .links a {
  333. color:gray;
  334. line-height:18px;
  335. background:{color:hover};
  336. margin-right:5px;
  337. }
  338.  
  339. .links a:hover {
  340. color:{color:border};
  341. background:none;
  342. }
  343.  
  344. /* -------------- PAGINATION --------------- */
  345.  
  346. .pagination{
  347. padding:10px;
  348. margin-top:20px;
  349. font-size:12px;
  350. text-align:center;
  351. }
  352. .pagination a{
  353. display:inline-block;
  354. margin:0px 2px;
  355. background:#fbfbfb;
  356. border:1px solid {color:border};
  357. display:-moz-inline-stack;
  358. line-height:100%;
  359. padding:5px;
  360. }
  361.  
  362. .pagination .g{
  363. display:inline-block;
  364. margin:0px 2px;
  365. display:-moz-inline-stack;
  366. line-height:100%;
  367. padding:7px;
  368. }
  369.  
  370. .pagination a:hover{opacity:0.7;}
  371.  
  372.  
  373. .playbox {background-color: #000;
  374. position: absolute;
  375. z-index: 1000;
  376. margin-top: 100px;
  377. margin-left: 95px;
  378. opacity: 0.5;}
  379.  
  380. /* -------------- CUSTOM CSS --------------- */
  381.  
  382. {CustomCSS}
  383.  
  384. </style>
  385.  
  386.  
  387. </head>
  388. <body>
  389.  
  390. <div id="sidebar">
  391. <a href="/"><img src="{image:sidebar}" style="width:130px;position:inline;background:white;border:1px solid {color:border}; margin-bottom:8px;margin-left:25px;opacity:.9;
  392. padding:8px;"></a>
  393. <div id="description">{Description}
  394. </div>
  395.  
  396. <div class="links">
  397. <a href="/">home</a>
  398. <a href="/ask">ask</a>
  399. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  400. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  401. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
  402. </div>
  403.  
  404.  
  405. </div>
  406.  
  407. <div id="content">
  408.  
  409. {block:Posts}
  410.  
  411.  
  412.  
  413. <div class="post">
  414.  
  415. {block:Title}<div class="title">{Title}</div>{/block:Title}
  416.  
  417.  
  418. {block:Text}
  419. <div style="background:white; padding:5px; border:1px dotted {color:border}">{Body}</div>
  420. {/block:Text}
  421.  
  422. {block:Photo}
  423. <figure>
  424. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  425. </figure><br>
  426. {/block:Photo}
  427.  
  428. {block:Photoset}
  429. <figure>
  430. {Photoset}
  431. </figure><br>
  432. {/block:Photoset}
  433.  
  434. {block:Video}
  435. <figure>
  436. <center>
  437. {block:if250px}
  438. {Video-250}
  439. {/block:if250px}
  440. {block:if400px}
  441. {Video-400}
  442. {/block:if400px}
  443. {block:if500px}
  444. {Video-500}
  445. {/block:if500px}
  446. </figure>
  447. {/block:Video}
  448.  
  449. {block:Quote}
  450.  
  451. <p><span class="quote">{Quote}</span></p>
  452.  
  453. <p>{block:Source}-{Source}{/block:Source}</p>
  454.  
  455. {/block:Quote}
  456.  
  457.  
  458.  
  459. {block:Link}
  460. <div style="padding:5px;">
  461. <div class="link">
  462. <a href="{URL}" {Target}>{Name} </a>
  463. </div><br>
  464. {block:Description}{Description}{/block:Description}
  465. </div>
  466. {/block:Link}
  467.  
  468.  
  469. {block:Chat}
  470. <div class="chat">
  471. <div class="chat1">
  472. {block:Lines}
  473. <div class="chat2 {Alt}">
  474. {block:Label}
  475. <b>{Label}</b>
  476. {/block:Label}
  477. {Line}</div>
  478. {/block:Lines}
  479. </div>
  480. </div>
  481. {/block:Chat}
  482.  
  483. {block:Audio}
  484. {block:AudioEmbed}
  485. {AudioEmbed-500}
  486. {/block:AudioEmbed}
  487. {block:AudioPlayer}
  488. {AudioPlayerWhite}
  489. {/block:AudioPlayer}
  490. {/block:Audio}
  491.  
  492.  
  493. {block:Answer}
  494.  
  495.  
  496.  
  497. <div class="q"> <div class="qAuthor">
  498. {lang:Asked by Asker 2}: &nbsp;
  499. </div> {Question}</div>
  500.  
  501. {block:Answerer}
  502.  
  503. <div class="aAuthor">
  504. {Answerer}
  505. </div>
  506.  
  507. {/block:Answerer}
  508.  
  509.  
  510. <div class="a">{Answer}</div>
  511.  
  512. {/block:Answer}
  513.  
  514. {block:caption}<div class="caption">{caption}</div>{/block:caption}
  515.  
  516.  
  517. </div><!-- END POSTS -->
  518.  
  519. {block:PermalinkPage}
  520. <div class="permaPageInfo">
  521. {block:RebloggedFrom}Reblogged{/block:RebloggedFrom}
  522. {block:NotReblog}Posted{/block:NotReblog}
  523. {block:Date}{TimeAgo}{/block:Date}
  524. {block:NoteCount}
  525. with {NoteCountWithLabel}
  526. {/block:NoteCount}
  527.  
  528. {block:RebloggedFrom}
  529. via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  530. <br />
  531. Source: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  532. <br />
  533. {/block:RebloggedFrom}
  534.  
  535. {block:HasTags}
  536. <br><br>
  537. {block:Tags}
  538. <a href="{TagURL}">#{Tag}</a>
  539. {/block:Tags}
  540. <br><br>
  541. {/block:HasTags}
  542. </div>
  543.  
  544.  
  545. {block:PostNotes}
  546. <div class="permaPageInfo">
  547. {PostNotes}
  548. </div>
  549. {/block:PostNotes}
  550.  
  551.  
  552.  
  553. {/block:PermalinkPage}
  554.  
  555. {block:indexpage}
  556. <div class="sweetness">
  557. {block:Date}
  558. <a href="{Permalink}" class="time">{12Hour}:{Minutes}{AmPm}</a>&nbsp;&nbsp;|&nbsp;&nbsp;URL: <a href="{ShortURL}">{ShortURL}</a><br />
  559. {/block:Date}{block:NoteCount}
  560. (<a href="{Permalink}" style="text-decoration:none;">{NoteCount}</a>)&nbsp;&nbsp;{/block:NoteCount}{block:HasTags} {lang:Filed under}: {block:Tags}<a href="{TagURL}">{Tag}</a>&nbsp;{block:Tags}{/block:HasTags}{/block:indexpage}
  561. </div>
  562.  
  563.  
  564. {block:ContentSource}
  565. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  566. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  567. {/block:SourceLogo}
  568. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  569. {/block:ContentSource}
  570.  
  571. <div style="margin-bottom:60px;"><br /></div>
  572.  
  573. {/block:Posts}
  574.  
  575.  
  576.  
  577.  
  578. {block:IndexPage}
  579. <div class="pagination">
  580. {block:Pagination}
  581. {block:PreviousPage}
  582. <a href="{PreviousPage}">←</a>
  583. {/block:PreviousPage}
  584. {block:JumpPagination length="4"}
  585. {block:CurrentPage}
  586. <span class="g">βœ–</span>
  587. {/block:CurrentPage}
  588. {block:JumpPage}
  589. <a href="{URL}">{PageNumber}</a>
  590. {/block:JumpPage}
  591. {/block:JumpPagination}
  592. {block:NextPage}
  593. <a href="{NextPage}" id="next">β†’</a>
  594. {/block:NextPage}
  595. {/block:Pagination}
  596. </div>
  597. {/block:IndexPage}
  598.  
  599. </div><!-- END CONTENT -->
  600.  
  601. <!-- non on ono no don't remove it please. don't hide it on another page. just leave it where it is, if it's being blocked by a music player, you may move it to your links or another position. -->
  602. <a href="http://hentaist.tumblr.com/" style="padding:1px;background:white;border:1px solid #aaa;position:fixed;bottom:5px;left:5px;color:#aaa">MEROKU</a>
  603.  
  604. </body>
  605. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement