Advertisement
yuukithemes

styles theme

Jul 3rd, 2014
7,152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.74 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!-- styles theme by hentaist, please leave credit untouched -->
  6.  
  7. <title>{block:SearchPage}{lang:Search results for SearchQuery} - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title>
  8.  
  9. <meta charset="UTF-8">
  10. <meta name="viewport" content="width=740">
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="apple-touch-icon" href="{PortraitURL-128}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}
  15. <meta name="description" content="{MetaDescription}">
  16. {/block:Description}
  17. <meta name="font:Headings" content="'Helvetica Neue', sans-serif">
  18. <meta name="font:Body" content="'Helvetica Neue', sans-serif">
  19. <meta name="image:Background" content="">
  20. <meta name="image:sidebar" content="">
  21. <meta name="color:Background" content="#e7e7e7">
  22. <meta name="color:bbackground" content="#e7e7e7">
  23. <meta name="color:Text" content="#444444">
  24. <meta name="color:hover" content="#444444">
  25. <meta name="color:italic" content="#444444">
  26. <meta name="color:bold" content="#444444">
  27. <meta name="color:Link" content="#c7c7c7">
  28. <meta name="color:shadow2" content="#fff"/>
  29. <meta name="color:Borders" content="#cccccc">
  30. <meta name="color:Post Background" content="#ffffff">
  31. <meta name="color:Post Info Text" content="#888888">
  32. <meta name="color:Post Links" content="#50b43e">
  33. <meta name="color:post info background" content="#fff"/>
  34. <meta name="color:Sidebar Links" content="#50b43e">
  35. <meta name="if:Infinite Scrolling" content="1">
  36. <meta name="if:250px" content="0"/>
  37. <meta name="if:350px" content="1"/>
  38. <meta name="if:400px" content="0"/>
  39. <meta name="if:500px" content="0"/>
  40. <meta name="if:style2" content="1"/>
  41. <meta name="if:style1" content="0"/>
  42. <meta name="if:solid border" content="1"/>
  43. <meta name="if:dashed border" content="0"/>
  44. <meta name="if:dotted border" content="0"/>
  45. <meta name="if:shadow" content="1"/>
  46. <meta name="if:shadow2" content="0"/>
  47. <meta name="if:post info border" content="1"/>
  48.  
  49. <meta name="text:style1 bg opacity" content="1"/>
  50. <meta name="text:description top" content="-260">
  51. <meta name="text:description left" content="-5">
  52. <meta name="text:url 1" content="/" />
  53. <meta name="text:link 1" content="link" />
  54. <meta name="text:url 2" content="/" />
  55. <meta name="text:link 2" content="link" />
  56. <meta name="text:url 3" content="/" />
  57. <meta name="text:link 3" content="link" />
  58. <meta name="text:url 4" content="/" />
  59. <meta name="text:link 4" content="link" />
  60.  
  61. <style type="text/css">
  62.  
  63. body {
  64. color: {color:Text};
  65. background-color: {color:Background};
  66. font-size:11px;
  67. background-image: url('{image:Background}');
  68. background-attachment: fixed;
  69. background-position: top center;
  70. font-family: {font:Body};
  71. width: 724px;
  72. margin: 0 auto;
  73. position: relative;
  74. }
  75.  
  76. i, em {
  77. font-style:normal;
  78. font-size:11px;
  79. color:{color:italic};
  80. }
  81.  
  82. .post a:hover {
  83. background:{color:hover};
  84. }
  85.  
  86. b, strong{color: {color:Bold};}
  87.  
  88. /* main column of posts */
  89. .main {
  90. margin-left:270px;
  91. {block:if250px}
  92. width: 250px;
  93. {/block:if250px}
  94. {block:if350px}
  95. width: 350px;
  96. {/block:if350px}
  97. {block:if400px}
  98. width: 400px;
  99. {/block:if400px}
  100. {block:if500px}
  101. width: 500px;
  102. {/block:if500px}
  103. margin-top: 40px;
  104. margin-bottom:30px;
  105. }
  106.  
  107. /* fixed sidebar */
  108. .sidebar {
  109. width: 140px;
  110. padding: 10px;
  111. position: fixed;
  112. margin-left: 60px;
  113. padding: 4px;
  114. top:170px;
  115. float: left;
  116. {block:ifstyle2}
  117. {block:ifshadow}
  118. box-shadow:rgba(0,0,0,0.03) 5px 5px;
  119. {block:ifshadow}
  120. {block:ifshadow2}
  121. box-shadow:0px 0px 0px 5px {color:shadow2};
  122. {block:ifshadow2}
  123. background: {color:Post Background};
  124. {block:ifsolidborder}
  125. border: 1px solid {color:Borders};
  126. {/block:ifsolidborder}
  127. {block:ifdottedborder}
  128. border: 1px dotted {color:Borders};
  129. {/block:ifdottedborder}
  130. {block:ifdashedborder}
  131. border: 1px dashed {color:Borders};
  132. {/block:ifdashedborder}
  133. {/block:ifstyle2}
  134. }
  135.  
  136. /* blog title */
  137. .blog-title {
  138. font-family: {font:Headings};
  139. font-size: 14px;
  140. font-weight:100;
  141. }
  142.  
  143. /* blog description in the sidebar */
  144. .description {
  145. font-size: 11px;
  146. line-height:14px;
  147. margin-top:-120px;
  148. line-height:18px;
  149. padding:4px;
  150. color:{color:Text};
  151. {block:ifstyle2}
  152. position:fixed;
  153. overflow-y:scroll;
  154. margin-top:{text:description top}px;
  155. margin-left:{text:description left}px;
  156. width:140px;
  157. max-height:70px;
  158. background:white;
  159. {block:ifsolidborder}
  160. border: 1px solid {color:Borders};
  161. {/block:ifsolidborder}
  162. {block:ifdottedborder}
  163. border: 1px dotted {color:Borders};
  164. {/block:ifdottedborder}
  165. {block:ifdashedborder}
  166. border: 1px dashed {color:Borders};
  167. {/block:ifdashedborder}
  168. {block:ifshadow}
  169. box-shadow:rgba(0,0,0,0.03) 5px 5px;
  170. {block:ifshadow}
  171. {block:ifshadow2}
  172. box-shadow:0px 0px 0px 5px {color:shadow2};
  173. {block:ifshadow2}
  174. {/block:ifstyle2}
  175. }
  176.  
  177. /* sidebar link styles */
  178. .sidebar-link {
  179. margin-left:0px;
  180. width:130px;
  181. border-bottom:1px solid {color:borders};
  182. color: {color:text}; !important;
  183. text-align: left;
  184. font-size: 11px;
  185. list-style-type: none;
  186. display: block;
  187. padding: 3px 5px;
  188. }
  189.  
  190. .sidebar-link:hover {
  191. color: {color:link}; !important;
  192. text-decoration: none;
  193. background-color: {color:sidebar links};
  194. }
  195.  
  196.  
  197. input.search {
  198. {block:ifstyle1}
  199. background-color: {color:background};
  200. color: black;
  201. border-bottom:1px solid {color:borders};
  202. border-left:0;
  203. border-right:0;
  204. border-top:0;
  205. z-index:99999;
  206. font-weight:bold;
  207. letter-spacing:5px;
  208. {block:if250px}
  209. width: 510px;
  210. {/block:if250px}
  211. {block:if350px}
  212. width: 610px;
  213. {/block:if350px}
  214. {block:if400px}
  215. width: 660px;
  216. {/block:if400px}
  217. {block:if500px}
  218. width: 760px;
  219. {/block:if500px}
  220. position:fixed;
  221. border-radius: 0px;
  222. padding: 5px;
  223. margin-left:31px;
  224. top:-2px;
  225. {block:ifstyle1}
  226. }
  227.  
  228. input.search:focus {
  229. background-color: white;
  230. border-bottom:1px solid {color:borders};
  231. border-left:0;
  232. border-right:0;
  233. border-top:0;
  234. color: #c7c7c7;
  235. }
  236.  
  237. #border {
  238. {block:ifstyle1}
  239. {block:if250px}
  240. width: 500px;
  241. {/block:if250px}
  242. {block:if350px}
  243. width: 600px;
  244. {/block:if350px}
  245. {block:if400px}
  246. width: 650px;
  247. {/block:if400px}
  248. {block:if500px}
  249. width: 750px;
  250. {/block:if500px}
  251. padding:10px;
  252. opacity:{text:style1 bg opacity};
  253. position:fixed;
  254. background:{color:bbackground};
  255. z-index:-99999;
  256. border:1px solid {color:borders};
  257. height:100%;
  258. margin-left:30px;
  259. margin-top:-50px;
  260. {/block:ifstyle1}
  261. }
  262.  
  263. /* general post styles */
  264. .post {
  265. background: {color:Post Background};
  266. {block:ifsolidborder}
  267. border: 1px solid {color:Borders};
  268. {/block:ifsolidborder}
  269. {block:ifdottedborder}
  270. border: 1px dotted {color:Borders};
  271. {/block:ifdottedborder}
  272. {block:ifdashedborder}
  273. border: 1px dashed {color:Borders};
  274. {/block:ifdashedborder}
  275. {block:ifshadow}
  276. box-shadow:rgba(0,0,0,0.03) 5px 5px;
  277. {block:ifshadow}
  278. {block:ifshadow2}
  279. box-shadow:0px 0px 0px 5px {color:shadow2};
  280. {block:ifshadow2}
  281. margin-bottom: 80px;
  282. font-size:11px;
  283. }
  284.  
  285. figure {
  286. margin: 0;
  287. overflow:hidden;
  288. }
  289.  
  290. .post-content {
  291. padding: 10px
  292. }
  293.  
  294. .post img {
  295. max-width: 100%;
  296. height: auto;
  297. }
  298.  
  299. .post h1,.post h2,.post h3,.post h4,.post h5,.post h6 {
  300. font-family: {font:Headings};
  301. font-size: 14px;
  302. font-weight:200;
  303. }
  304.  
  305. .post a, .description a {
  306. color: {color:Post Links};
  307. text-decoration: none;
  308. border-bottom:1px dotted {color:links};
  309. }
  310.  
  311. .post a:hover, .description a:hover {
  312. color: black;
  313. }
  314.  
  315. .post p, .description p {
  316. font-size: 11px;
  317. line-height: 150%;
  318. }
  319.  
  320. .post ul, .description ul {
  321. list-style-type: square;
  322. font-size: 11px;
  323. line-height: 140%;
  324. padding-left: 20px;
  325. }
  326.  
  327. .post ol, .description ol {
  328. font-size: 12px;
  329. line-height: 140%;
  330. padding-left: 20px;
  331. }
  332.  
  333. blockquote {
  334. padding:0px;
  335. padding-left:10px;
  336. margin:8px;
  337. border-left:1px solid {color:text};
  338. word-wrap:break-word;}
  339.  
  340. /* videos, photosets, etc */
  341. .post iframe, .description iframe {
  342. max-width: 100%;
  343. }
  344.  
  345. /* chat post styles */
  346. .chat .label {
  347. font-weight: bold;
  348. text-align: right;
  349. }
  350.  
  351. .chat ul {
  352. list-style-type: none;
  353. padding-left: 0;
  354. }
  355.  
  356. .chat ul li {
  357. border-bottom: 1px solid rgba({RGBcolor:Text},0.2);
  358. padding: 5px 0;
  359. }
  360.  
  361. .chat ul li:last-child {
  362. border-bottom: 0;
  363. }
  364.  
  365. /* quote post styles */
  366. .quote-text {
  367. font-family: serif;
  368. font-size: 15px !important;
  369. font-style: italic;
  370. }
  371.  
  372. /* post meta info blocks */
  373. .post-meta {
  374. color: {color:Post Info Text};
  375. font-size: 11px;
  376. padding: 5px;
  377. {block:ifpostinfoborder}
  378. margin:10px;
  379. background:{color:post info background};
  380. {block:ifsolidborder}
  381. border: 1px solid {color:Borders};
  382. {/block:ifsolidborder}
  383. {block:ifdottedborder}
  384. border: 1px dotted {color:Borders};
  385. {/block:ifdottedborder}
  386. {block:ifdashedborder}
  387. border: 1px dashed {color:Borders};
  388. {/block:ifdashedborder}
  389. {/block:ifpostinfoborder}
  390. }
  391.  
  392. .post-meta a, .post-meta a:hover {
  393. color: {color:Post Info Text};
  394. text-decoration: none;
  395. border-bottom:none;
  396. }
  397.  
  398. .tag:before {
  399. content: "#";
  400. }
  401.  
  402. ol.notes {
  403. list-style-type: none;
  404. padding-left: 0;
  405. font-size:10px;
  406. }
  407.  
  408. .note {
  409. padding: 5px;
  410. }
  411.  
  412. /* page navigation */
  413. .pagination {
  414. margin: 0 auto;
  415. clear: both;
  416. text-align: center;
  417. }
  418.  
  419. #previous, #next, .page-info {
  420. font-size: 12px;
  421. background-color: {color:Post Background};
  422. border: 1px solid {color:Borders};
  423. color: {color:Text};
  424. padding: 5px;
  425. text-decoration: none;
  426. }
  427.  
  428. #previous:hover, #next:hover {
  429. text-decoration: none;
  430. }
  431.  
  432. /* misc classes */
  433. .float-right {
  434. float: right;
  435. }
  436.  
  437. .text-right {
  438. text-align: right;
  439. }
  440.  
  441. /* stop old IE from showing borders on linked images */
  442. a img {
  443. border: 0;
  444. }
  445.  
  446. /* change selection colors */
  447. ::-moz-selection {
  448. background: {color:Post Links};
  449. color: white;
  450. text-shadow: none;
  451. }
  452.  
  453. ::selection {
  454. background: {color:Post Links};
  455. color: white;
  456. text-shadow: none;
  457. }
  458.  
  459. a { color:{color:link};
  460. }
  461.  
  462.  
  463. .question {
  464. color:gray;
  465. font-family:arial;
  466. background:#f8f8f8;
  467. border:1px dotted {color:borders};
  468. position: relative;
  469. padding:5px;
  470. }
  471.  
  472. .a {
  473. background:white;
  474. }
  475.  
  476.  
  477. {CustomCSS}
  478. </style>
  479. </head>
  480.  
  481. <body>
  482. <div id="border"></div>
  483. <div class="sidebar">
  484. {block:ifstyle1}<div class="description">
  485. {description}</div>{/block:ifstyle1}
  486. {block:ifstyle2}
  487. <img src="{image:sidebar}" style="width:95%;border:1px solid {color:borders};padding:3px;margin-top:3px; background:white; position:inline;margin-left:-1px;"></a><center>
  488. <a href="/">home</a>
  489. <a href="/ask">ask</a>
  490. {block:ifLink1}<a href="{text:url 1}">{text:Link 1}</a>{/block:ifLink1}
  491. {block:ifLink2}<a href="{text:url 2}" >{text:Link 2}</a>{/block:ifLink2}
  492. {block:ifLink3}<a href="{text:url 3}">{text:Link 3}</a> {/block:ifLink3}</center>
  493. {/block:ifstyle2}
  494.  
  495. {block:ifstyle1}
  496. <a class="sidebar-link" style ="text-decoration:none" href="/"> Refresh</a>
  497. <a class="sidebar-link" style ="text-decoration:none" href="/ask"> Message</a>
  498. <a class="sidebar-link" style ="text-decoration:none" href="{text:url 1}">{text:link 1}</a>
  499. <a class="sidebar-link" style ="text-decoration:none" href="{text:url 2}">{text:link 2}</a>
  500. {block:iflink3}<a class="sidebar-link" style ="text-decoration:none" href="{text:url 3}"> {text:link 3}</a>{/block:iflink3}
  501. {block:iflink4}<a class="sidebar-link" style ="text-decoration:none" href="{text:url 4}"> {text:link 4}</a>{/block:iflink4}</div>
  502. {/block:ifstyle1}
  503.  
  504. {block:ifstyle2}<div class="description">{description}</div>{/block:ifstyle2}
  505.  
  506. </div>
  507.  
  508. {block:ifstyle1}<form action="/search" method="get" id="search-form">
  509. <input class="search" type="text" placeholder="Search here..." name="q" value="" style="outline:none;"/></form>{/block:ifstyle1}
  510.  
  511. <div class="main">
  512.  
  513. {block:SearchPage}
  514. {block:SearchResults}
  515. <div class="post">
  516. <div class="post-content">
  517. <h3>{lang:SearchResultCount results for SearchQuery 2}</h3>
  518. </div>
  519. </div>
  520. {/block:SearchResults}
  521.  
  522. {block:NoSearchResults}
  523. <div class="post">
  524. <div class="post-content">
  525. <h3>{lang:No search results for SearchQuery 2}</h3>
  526. </div>
  527. </div>
  528. {/block:NoSearchResults}
  529. {/block:SearchPage}
  530.  
  531. {block:TagPage}
  532. <div class="post">
  533. <div class="post-content">
  534. <h3>#{Tag}</h3>
  535. </div>
  536. </div>
  537. {/block:TagPage}
  538.  
  539. {block:ContentSource}
  540. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  541. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  542. {/block:SourceLogo}
  543. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  544. {/block:ContentSource}
  545.  
  546. {block:ReblogParent}{/block:ReblogParent}
  547.  
  548. {block:Posts}
  549.  
  550. <article id="{PostID}" class="post {PostType}">
  551.  
  552.  
  553.  
  554. <div class="post-content">
  555. {block:Text}
  556. {block:Title}
  557. <h3>{Title}</h3>
  558. {/block:Title}
  559.  
  560. {Body}
  561. {/block:Text}
  562.  
  563.  
  564. {block:Answer}
  565. <div class="question">
  566. <div class="bae"></div>
  567. {Asker}: {Question}
  568. </div>
  569. <div class="a">{Answer}</div>
  570. {/block:Answer}
  571.  
  572.  
  573. {block:Photo}
  574. <figure>
  575. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  576. </figure>
  577. <figcaption class="caption">{Caption}</figcaption>
  578. {/block:Photo}
  579.  
  580. {block:Photoset}
  581. <figure>
  582. {Photoset}
  583. </figure>
  584.  
  585. <figcaption class="caption">{Caption}</figcaption>
  586. {/block:Photoset}
  587.  
  588. {block:Quote}
  589. <p class="quote-text">"{Quote}"</p>
  590.  
  591. {block:Source}
  592. <p class="text-right"> &mdash; {Source}</p>
  593. {/block:Source}
  594. {/block:Quote}
  595.  
  596. {block:Link}
  597. <h3><a href="{URL}" class="link-post-link" {Target}>{Name} &rarr;</a></h3>
  598.  
  599. {block:Description}
  600. <div class="link-description">{Description}</div>
  601. {/block:Description}
  602. {/block:Link}
  603.  
  604. {block:Chat}
  605. {block:Title}
  606. <h3>{Title}</h3>
  607. {/block:Title}
  608.  
  609. <ul class="chat-lines">
  610. {block:Lines}
  611. <li class="{Alt} user_{UserNumber}">
  612. {block:Label}
  613. <span class="label">{Label}</span>
  614. {/block:Label}
  615.  
  616. <span class="line">{Line}</span>
  617. </li>
  618. {/block:Lines}
  619. </ul>
  620. {/block:Chat}
  621.  
  622. {block:Video}
  623. <figure>
  624. <div style="max-width:100%;overflow:hidden"> {Video-500}</div>
  625. </figure>
  626.  
  627. {block:Caption}
  628. <figcaption class="caption">{Caption}</figcaption>
  629. {/block:Caption}
  630. {/block:Video}
  631.  
  632. {block:Audio}
  633. <figure>
  634. {AudioEmbed}
  635. </figure>
  636.  
  637. {block:Caption}
  638. <figcaption class="caption">{Caption}</figcaption>
  639. {/block:Caption}
  640. {/block:Audio}
  641.  
  642. </div>
  643.  
  644.  
  645. <div class="post-meta tags-list" ><u><b>
  646.  
  647. <a href='{Permalink}#notes'>{NoteCountWithLabel}</a></b></u>&nbsp;
  648. {block:Tags}
  649. <a class="tag" href="{TagURL}">{Tag}</a>&nbsp;
  650. {/block:Tags}
  651. </div>
  652.  
  653.  
  654. {block:PermalinkPagination}
  655. <div class="post-meta">
  656. <a class="note-count" href='{Permalink}#notes'>{NoteCountWithLabel}</a>
  657. <a class="time-posted float-right" href='{Permalink}'>{TimeAgo}</a>
  658. {block:RebloggedFrom}
  659. via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  660. <br />
  661. Source: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  662. <br />
  663. {/block:RebloggedFrom}
  664. </div>
  665. {/block:PermalinkPagination}
  666.  
  667.  
  668. {block:PermalinkPage}
  669. {block:PostNotes}
  670. <div class="post-meta notes-list">{PostNotes-16}</div>
  671. {/block:PostNotes}
  672. {/block:PermalinkPage}
  673.  
  674. </article>
  675.  
  676.  
  677.  
  678. {/block:Posts}
  679.  
  680. {block:IfNotInfiniteScrolling}
  681. {block:Pagination}
  682. <div class="pagination">
  683.  
  684. {block:PreviousPage}<a href="{PreviousPage}" id="previous">&laquo;</a>{/block:PreviousPage}
  685.  
  686. <span class="page-info">{lang:CurrentPage of TotalPages}</span>
  687.  
  688. {block:NextPage}<a href="{NextPage}" id="next">&raquo;</a>{/block:NextPage}
  689.  
  690.  
  691. </div>
  692. {/block:Pagination}
  693. {/block:IfNotInfiniteScrolling}
  694. </div>
  695. {block:IfInfiniteScrolling}
  696. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/ytzm5f1ke/infinitescrolling.js"></script>
  697. {/block:IfInfiniteScrolling}
  698. <!--- please do not remove this or hide it, pleeeeeease. -->
  699. <a href="http://hentaist.tumblr.com" style="position:fixed;bottom:5px;left:5px;background:white; text-decoration:none;color:Gray;padding:3px; border:1px solid {color:borders}">HENTAIST</a>
  700.  
  701. </body>
  702. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement