Advertisement
yuukithemes

pink drink

Jun 23rd, 2014
2,913
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.80 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!-- pink drink theme by hentaist / don't hide or delete the credit
  6. ask questions here: http://hentaist.tumblr.com/askme
  7. check for html help here: http://hentaist.tumblr.com/tagged/coding
  8. read the basic faq here: http://hentaist.tumblr.com/faq -->
  9.  
  10. <title>{block:SearchPage}{lang:Search results for SearchQuery} - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
  11.  
  12. <link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  13. <link rel="stylesheet" href="path/to/font-awesome/css/font-awesome.min.css">
  14.  
  15. <meta charset="UTF-8">
  16. <meta name="viewport" content="width=740">
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="apple-touch-icon" href="{PortraitURL-128}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}
  21. <meta name="description" content="{MetaDescription}">
  22. {/block:Description}
  23. <meta name="font:Headings" content="'Helvetica Neue', sans-serif">
  24. <meta name="font:Body" content="'Helvetica Neue', sans-serif">
  25. <meta name="image:Background" content="">
  26. <meta name="image:sidebar" content="">
  27. <meta name="color:Background" content="#e7e7e7">
  28. <meta name="color:links background" content="#fbfbfb">
  29. <meta name="color:Text" content="#444444">
  30. <meta name="color:hover" content="#444444">
  31. <meta name="color:italic" content="#959595">
  32. <meta name="color:bold" content="#444444">
  33. <meta name="color:Link" content="#c7c7c7">
  34. <meta name="color:Borders" content="#cccccc">
  35. <meta name="color:Post Background" content="#ffffff">
  36. <meta name="color:Post Info" content="#f7f7f7">
  37. <meta name="color:Post Info Text" content="#888888">
  38. <meta name="color:Post Links" content="#50b43e">
  39. <meta name="color:Sidebar Links" content="#50b43e">
  40. <meta name="if:Infinite Scrolling" content="1">
  41. <meta name="if:250px" content="0"/>
  42. <meta name="if:340px" content="1"/>
  43. <meta name="if:400px" content="0"/>
  44. <meta name="if:500px" content="0"/>
  45.  
  46. <meta name="text:url 1" content="/" />
  47. <meta name="text:link 1" content="link" />
  48. <meta name="text:url 2" content="/" />
  49. <meta name="text:link 2" content="link" />
  50. <meta name="text:url 3" content="/" />
  51. <meta name="text:link 3" content="link" />
  52. <meta name="text:url 4" content="/" />
  53. <meta name="text:link 4" content="link" />
  54. <meta name="text:url 5" content="/" />
  55. <meta name="text:link 5" content="link" />
  56.  
  57. <style type="text/css">
  58. body {
  59. color: {color:Text};
  60. background-color: {color:Background};
  61. font-size:11px;
  62. background-image: url('{image:Background}');
  63. background-attachment: fixed;
  64. background-position: top center;
  65. font-family: {font:Body};
  66. width: 724px;
  67. margin: 0 auto;
  68. position: relative;
  69. }
  70.  
  71. i, em {
  72. font-style:normal;
  73. font-size:11px;
  74. color:{color:italic};
  75. }
  76.  
  77. .post a:hover {
  78. background:{color:hover};
  79. }
  80.  
  81. b, strong{
  82. color: {color:Bold};}
  83.  
  84. /* main column of posts */
  85. .main {
  86. margin-left:270px;
  87. {block:if250px}
  88. width:250px;
  89. {/block:if250px}
  90. {block:if340px}
  91. width:340px;
  92. {/block:if340px}
  93. {block:if400px}
  94. width:400px;
  95. {/block:if400px}
  96. {block:if500px}
  97. width:500px;
  98. {/block:if500px}
  99. margin-top: 40px;
  100. margin-bottom:30px;
  101. }
  102.  
  103. /* fixed sidebar */
  104. .sidebar {
  105. width: 160px;
  106. padding: 10px;
  107. background: {color:Post Background};
  108. border: 1px solid {color:Borders};
  109. position: fixed;
  110. margin-left: 20px;
  111. padding: 10px;
  112. top:80px;
  113. padding-top: 10px;
  114. float: left;
  115. }
  116.  
  117. /* blog description in the sidebar */
  118. .description {
  119. font-size: 11px;
  120. line-height:14px;
  121. background:{color:links background};
  122. border:1px dotted {color:borders};
  123. padding:4px;
  124. color:{color:Text};
  125. }
  126.  
  127. /* sidebar link styles */
  128. .sidebar-link {
  129. margin-left:-40px;
  130. border-bottom:1px solid {color:borders};
  131. color: {color:text}; !important;
  132. text-align: left;
  133. font-size: 11px;
  134. background:{color:links background};
  135. list-style-type: none;
  136. display: block;
  137. padding: 3px 5px;
  138. }
  139.  
  140. .sidebar-link:hover {
  141. color: {color:link}; !important;
  142. text-decoration: none;
  143. background-color: {color:sidebar links};
  144. }
  145.  
  146. /* general post styles */
  147. .post {
  148. background-color: {color:Post Background};
  149. border: 1px solid {color:Borders};
  150. margin-bottom: 80px;
  151. font-size:11px;
  152. }
  153.  
  154. figure {
  155. margin: 0;
  156. }
  157.  
  158. .post-content {
  159. padding: 10px;
  160. }
  161.  
  162. .post img {
  163. max-width: 100%;
  164. height: auto;
  165. }
  166.  
  167. .post h1,.post h2,.post h3,.post h4,.post h5,.post h6 {
  168. font-family: {font:Headings};
  169. font-size: 14px;
  170. font-weight:200;
  171. }
  172.  
  173. .post a, .description a {
  174. color: {color:Post Links};
  175. text-decoration: none;
  176. }
  177.  
  178. .post a:hover, .description a:hover {
  179. color: {color:Post Links};
  180. text-decoration: underline;
  181. }
  182.  
  183. .post p, .description p {
  184. font-size: 11px;
  185. line-height: 150%;
  186. }
  187.  
  188. .post ul, .description ul {
  189. list-style-type: square;
  190. font-size: 11px;
  191. line-height: 140%;
  192. padding-left: 20px;
  193. }
  194.  
  195. .post ol, .description ol {
  196. font-size: 12px;
  197. line-height: 140%;
  198. padding-left: 20px;
  199. }
  200.  
  201. blockquote {
  202. padding:0px;
  203. padding-left:10px;
  204. margin:8px;
  205. border-left:2px solid {color:text};
  206. word-wrap:break-word;
  207. }
  208.  
  209. /* videos, photosets, etc */
  210. .post iframe, .description iframe {
  211. max-width: 100%;
  212. }
  213.  
  214. /* chat post styles */
  215. .chat .label {
  216. font-weight: bold;
  217. text-align: right;
  218. }
  219.  
  220. .chat ul {
  221. list-style-type: none;
  222. padding-left: 0;
  223. }
  224.  
  225. .chat ul li {
  226. border-bottom: 1px solid rgba({RGBcolor:Text},0.2);
  227. padding: 5px 0;
  228. }
  229.  
  230. .chat ul li:last-child {
  231. border-bottom: 0;
  232. }
  233.  
  234. /* quote post styles */
  235. .quote-text {
  236. font-family: serif;
  237. font-size: 15px !important;
  238. font-style: italic;
  239. }
  240.  
  241. /* post meta info blocks */
  242. .post-meta {
  243. background-color: {color:Post Info};
  244. color: {color:Post Info Text};
  245. border-top: 1px solid {color:Borders};
  246. font-size: 11px;
  247. padding: 8px;
  248. }
  249.  
  250. .post-meta a, .post-meta a:hover {
  251. color: {color:Post Info Text};
  252. text-decoration: none;
  253. }
  254.  
  255. .asker-bar {
  256. border-top: 0;
  257. border-bottom: 1px solid {color:Borders};
  258. }
  259.  
  260. .tag:before {
  261. content: "#";
  262. }
  263.  
  264. ol.notes {
  265. list-style-type: none;
  266. padding-left: 0;
  267. }
  268.  
  269. .note {
  270. padding: 5px;
  271. }
  272.  
  273. .note img.avatar, .asker-avatar {
  274. width: 16px;
  275. height: 16px;
  276. border-radius: 2px;
  277. margin-right: 8px;
  278. vertical-align: middle;
  279. }
  280.  
  281. /* page navigation */
  282. .pagination {
  283. margin: 0 auto;
  284. clear: both;
  285. text-align: center;
  286. }
  287.  
  288. #previous, #next, .page-info {
  289. font-size: 12px;
  290. background-color: {color:Post Background};
  291. border: 1px solid {color:Borders};
  292. color: {color:Text};
  293. padding: 5px;
  294. text-decoration: none;
  295. }
  296.  
  297. #previous:hover, #next:hover {
  298. text-decoration: none;
  299. }
  300.  
  301. /* misc classes */
  302. .float-right {
  303. float: right;
  304. }
  305.  
  306. .text-right {
  307. text-align: right;
  308. }
  309.  
  310. /* stop old IE from showing borders on linked images */
  311. a img {
  312. border: 0;
  313. }
  314.  
  315. /* change selection colors */
  316. ::-moz-selection {
  317. background: {color:Post Links};
  318. color: white;
  319. text-shadow: none;
  320. }
  321.  
  322. ::selection {
  323. background: {color:Post Links};
  324. color: white;
  325. text-shadow: none;
  326. }
  327.  
  328. a { color:{color:link};
  329. }
  330.  
  331.  
  332. .question {
  333. color:gray;
  334. font-family:arial;
  335. background:;
  336. border:1px dotted {color:borders};
  337. font-size: 12px;
  338. background:{color:links background};
  339. margin: 0 0 15px 0;
  340. padding: 15px 20px;
  341. position: relative;
  342. }
  343.  
  344. .a {
  345. margin: 0 0 10px 0;
  346. padding: 4px 12px;
  347. background:white;
  348. }
  349.  
  350. {CustomCSS}
  351. </style>
  352. </head>
  353.  
  354.  
  355. <body class="{block:IndexPage}index-page{/block:IndexPage}{block:PermalinkPage}permalink-page{/block:PermalinkPage}">
  356. <div class="sidebar">
  357. <a href="/"><img src="{image:sidebar}" style="width:152px;border:1px solid {color:borders};padding:3px;background:white;"></a>
  358. {block:Description}
  359. <div class="description">{Description}</div>
  360. {/block:Description}
  361. <ul class="sidebar-links">
  362. <a class="sidebar-link" style ="text-decoration:none" href="/"><i class="fa fa-home"></i> Refresh</a>
  363. <a class="sidebar-link" style ="text-decoration:none" href="/ask"><i class="fa fa-envelope"></i> Message</a>
  364. <a class="sidebar-link" style ="text-decoration:none" href="{text:url 1}"><i class="fa fa-folder-open"></i> {text:link 1}</a>
  365. <a class="sidebar-link" style ="text-decoration:none" href="{text:url 2}"><i class="fa fa-exclamation-circle"></i> {text:link 2}</a>
  366. {block:iflink3}<a class="sidebar-link" style ="text-decoration:none" href="{text:url 3}"><i class="fa fa-user"></i> {text:link 3}</a>{/block:iflink3}
  367. {block:iflink4}<a class="sidebar-link" style ="text-decoration:none" href="{text:url 4}"><i class="fa fa-comments"></i> {text:link 4}</a>{/block:iflink4}
  368. {block:iflink5}<a class="sidebar-link" style ="text-decoration:none" href="{text:url 5}"><i class="fa fa-cloud-download"></i> {text:link 5}</a>{/block:iflink5}
  369. </ul>
  370. </div>
  371.  
  372. <div class="main">
  373.  
  374. {block:SearchPage}
  375. {block:SearchResults}
  376. <div class="post">
  377. <div class="post-content">
  378. <h3>{lang:SearchResultCount results for SearchQuery 2}</h3>
  379. </div>
  380. </div>
  381. {/block:SearchResults}
  382.  
  383. {block:NoSearchResults}
  384. <div class="post">
  385. <div class="post-content">
  386. <h3>{lang:No search results for SearchQuery 2}</h3>
  387. </div>
  388. </div>
  389. {/block:NoSearchResults}
  390. {/block:SearchPage}
  391.  
  392. {block:TagPage}
  393. <div class="post">
  394. <div class="post-content">
  395. <h3>#{Tag}</h3>
  396. </div>
  397. </div>
  398. {/block:TagPage}
  399.  
  400. {block:ContentSource}
  401. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  402. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  403. {/block:SourceLogo}
  404. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  405. {/block:ContentSource}
  406.  
  407. {block:ReblogParent}{/block:ReblogParent}
  408.  
  409. {block:Posts}
  410.  
  411. <article id="{PostID}" class="post {PostType}">
  412.  
  413. {block:Answer}
  414. <div class="post-meta asker-bar">
  415. <img class="asker-avatar" src="{AskerPortraitURL-16}" /> {lang:Asked by Asker 2}:
  416. </div>
  417. {/block:Answer}
  418.  
  419. <div class="post-content">
  420. {block:Text}
  421. {block:Title}
  422. <h3>{Title}</h3>
  423. {/block:Title}
  424.  
  425. {Body}
  426. {/block:Text}
  427.  
  428.  
  429. {block:Answer}
  430. <div class="question">
  431. <div class="bae"></div>
  432. {Asker}: {Question}
  433. </div>
  434. <div class="a">{Answer}</div>
  435. {/block:Answer}
  436.  
  437.  
  438. {block:Photo}
  439. <figure>
  440. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  441. </figure>
  442. <figcaption class="caption">{Caption}</figcaption>
  443. {/block:Photo}
  444.  
  445. {block:Photoset}
  446. <figure>
  447. {Photoset}
  448. </figure>
  449.  
  450. <figcaption class="caption">{Caption}</figcaption>
  451. {/block:Photoset}
  452.  
  453. {block:Quote}
  454. <p class="quote-text">"{Quote}"</p>
  455.  
  456. {block:Source}
  457. <p class="text-right"> &mdash; {Source}</p>
  458. {/block:Source}
  459. {/block:Quote}
  460.  
  461. {block:Link}
  462. <h3><a href="{URL}" class="link-post-link" {Target}>{Name} &rarr;</a></h3>
  463.  
  464. {block:Description}
  465. <div class="link-description">{Description}</div>
  466. {/block:Description}
  467. {/block:Link}
  468.  
  469. {block:Chat}
  470. {block:Title}
  471. <h3>{Title}</h3>
  472. {/block:Title}
  473.  
  474. <ul class="chat-lines">
  475. {block:Lines}
  476. <li class="{Alt} user_{UserNumber}">
  477. {block:Label}
  478. <span class="label">{Label}</span>
  479. {/block:Label}
  480.  
  481. <span class="line">{Line}</span>
  482. </li>
  483. {/block:Lines}
  484. </ul>
  485. {/block:Chat}
  486.  
  487. {block:Video}
  488. <figure>
  489. {Video-500}
  490. </figure>
  491.  
  492. {block:Caption}
  493. <figcaption class="caption">{Caption}</figcaption>
  494. {/block:Caption}
  495. {/block:Video}
  496.  
  497. {block:Audio}
  498. <figure>
  499. {AudioEmbed}
  500. </figure>
  501.  
  502. {block:Caption}
  503. <figcaption class="caption">{Caption}</figcaption>
  504. {/block:Caption}
  505. {/block:Audio}
  506.  
  507. </div>
  508.  
  509. {block:HasTags}
  510. <div class="post-meta tags-list">
  511. <i class="fa fa-tag"style="color:{color:Post Info Text}"></i> {block:Tags}
  512. <a class="tag" href="{TagURL}">{Tag}</a>&nbsp;&nbsp;
  513. {/block:Tags}
  514. </div>
  515. {/block:HasTags}
  516.  
  517. {block:PermalinkPagination}
  518. <div class="post-meta">
  519. <a class="note-count" href='{Permalink}#notes'>{NoteCountWithLabel}</a>
  520. <a class="time-posted float-right" href='{Permalink}'>{TimeAgo}</a>
  521. </div>
  522. {/block:PermalinkPagination}
  523. {block:IndexPage}
  524. <div class="post-meta"><i class="fa fa-rss"style="color:{color:Post Info Text}"></i>
  525. <a class="note-count" href='{Permalink}#notes'>{NoteCountWithLabel}</a>
  526. <a class="time-posted float-right" href='{Permalink}'><i class="fa fa-clock-o"style="color:{color:Post Info Text}"></i> {TimeAgo}</a>
  527. </div>
  528. {/block:IndexPage}
  529.  
  530. {block:PermalinkPage}
  531. {block:PostNotes}
  532. <div class="post-meta notes-list">{PostNotes-16}</div>
  533. {/block:PostNotes}
  534. {/block:PermalinkPage}
  535.  
  536. </article>
  537.  
  538.  
  539. {/block:Posts}
  540.  
  541. {block:IfNotInfiniteScrolling}
  542. {block:Pagination}
  543. <div class="pagination">
  544.  
  545. {block:PreviousPage}<a href="{PreviousPage}" id="previous">&laquo;</a>{/block:PreviousPage}
  546.  
  547. <span class="page-info">{lang:CurrentPage of TotalPages}</span>
  548.  
  549. {block:NextPage}<a href="{NextPage}" id="next">&raquo;</a>{/block:NextPage}
  550.  
  551.  
  552. </div>
  553. {/block:Pagination}
  554. {/block:IfNotInfiniteScrolling}
  555. </div>
  556. {block:IfInfiniteScrolling}
  557. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/ytzm5f1ke/infinitescrolling.js"></script>
  558. {/block:IfInfiniteScrolling}
  559.  
  560. </body>
  561. </html>
  562. <!-- no no no nope, stop. stop it right there. scroll back up. -->
  563. <a href="http://hentaist.tumblr.com" style="background:white;border:1px solid {color:borders}; color:gray; padding:3px; position:fixed; bottom:3px; left: 3px; text-decoration:none; font-size:10px">HENTAIST</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement