Advertisement
yuukithemes

sad cloud theme

Jul 23rd, 2014
9,738
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.86 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-- theme by hentaist, please don't delete or hide the credit -->
  5.  
  6. <title>{title}</title>
  7. <meta name="color:Background" content="#fff">
  8. <meta name="color:links bg hover" content="#f8f8f8">
  9. <meta name="color:Text" content="#444">
  10. <meta name="color:Link" content="#444">
  11. <meta name="color:asker border" content="#AAA"/>
  12. <meta name="color:asker background" content="#EEE"/>
  13. <meta name="color:chat line 1" content="#fcfcfc"/>
  14. <meta name="color:chat line 2" content="#ffffff"/>
  15. <meta name="if:full color shadow" content="1"/>
  16. <meta name="if:regular shadow" content="0"/>
  17. <meta name="if:rounded" content="1"/>
  18. <meta name="if:captions" content="1"/>
  19. <meta name="if:tags" content="0"/>
  20. <meta name="if:250px" content="0"/>
  21. <meta name="if:400px" content="1"/>
  22. <meta name="if:500px" content="0"/>
  23. <meta name="color:shadow" content="#000"/>
  24. <meta name="color:border" content="#000"/>
  25. <meta name="color:Link Hover" content="#eee">
  26. <meta name="color:Post Info Background" content="#eee">
  27. <meta name="color:italic" content="#c7c7c7"/>
  28. <meta name="text:font" content="arial, sans-serif"/>
  29.  
  30. <meta name="image:Background" content="">
  31. <meta name="image:sidebar" content="">
  32.  
  33. <meta name="text:url 1" content="/" />
  34. <meta name="text:link 1" content="link" />
  35. <meta name="text:url 2" content="/" />
  36. <meta name="text:link 2" content="link" />
  37. <meta name="text:url 3" content="/" />
  38. <meta name="text:link 3" content="link" />
  39.  
  40.  
  41. <style type="text/css">
  42.  
  43. a{
  44. color:{color:Link};
  45. }
  46.  
  47. a:hover{
  48. color:{color:Link Hover};
  49. }
  50.  
  51. .question {
  52. background:{color:asker background};
  53. padding:10px;
  54. display: block;
  55. padding: 15px;
  56. font-size: 11px;
  57. border:1px solid {color:asker border};
  58. }
  59.  
  60. .asker {
  61. line-height: 24px;
  62. font-size:18px;
  63. font-family:helvetica;
  64. font-weight:100;
  65. margin-top:5px;
  66. background:{color:asker background};
  67. border:1px solid {color:asker border};
  68. text-align:center;
  69. }
  70.  
  71. .asker a {
  72. text-decoration:none;
  73. border:none;
  74. }
  75.  
  76. input.search {
  77. background-color: {color:background};
  78. color: black;
  79. border:0;
  80. z-index:99999;
  81. width:98%;
  82. border-radius: 0px;
  83. padding: 2px;
  84. top:-2px;
  85. }
  86.  
  87. input.search:focus {
  88. border:0;
  89. color: gray;
  90. }
  91.  
  92. i, em {
  93. font-style:normal;
  94. color:{color:italic};
  95. }
  96.  
  97. blockquote {
  98. padding:0px;
  99. padding-left:10px;
  100. margin:8px;
  101. border-left:2px solid {color:text};
  102. word-wrap:break-word;}
  103.  
  104. pre, small, code {
  105. padding:10px;
  106. font-size:11px;
  107. box-sizing:border-box;
  108. -moz-box-sizing:border-box;
  109. webkit-box-sizing:border-box;
  110. display:block;
  111. width:100%; overflow-x:auto;
  112. }
  113.  
  114. body{
  115. background:{color:Background};
  116. background-image:url('{image:Background}');
  117. font-size:11px;
  118. background-attachment:fixed;
  119. font-family:{text:font};
  120. color:{color:Text};
  121. word-wrap:break-word;
  122. }
  123. /*SIDEBAR*/
  124. #sidebar{
  125. position:fixed;
  126. margin-top:50px;
  127. margin-left:150px;
  128. width:150px;}
  129.  
  130. #title{
  131. text-align:center;
  132. font-size:14px;
  133. padding:5px;
  134. }
  135. #description{
  136. text-align:center;
  137. margin-left:6px;
  138. }
  139. #links li{
  140. list-style-image:none;
  141. list-style:none;
  142. background:white;
  143. border:1px solid {color:border};
  144. padding:5px;
  145. margin-top:-3px;
  146. }
  147.  
  148. #links {
  149. {block:iffullcolorshadow}
  150. box-shadow:0px 0px 0px 3px {color:shadow};
  151. {/block:iffullcolorshadow}
  152. {block:ifregularshadow}
  153. -webkit-box-shadow:0px 0px 2px 0px rgba(0,0,0, 0.2);
  154. -moz-box-shadow:0px 0px 2px 0px rgba(0,0,0, 0.2);
  155. box-shadow:0px 0px 2px 0px rgba(0,0,0, 0.2);
  156. {/block:ifregularshadow}
  157. margin-left:-32px;
  158. position:inline;
  159. }
  160.  
  161. #links li:hover {
  162. background:{color:links bg hover};
  163. }
  164.  
  165. #links a {
  166. text-decoration:none;
  167. color:gray;
  168. display:block;
  169. letter-spacing:3px
  170. }
  171.  
  172. /* page navigation */
  173. .pagination {
  174. margin: 0 auto;
  175. clear: both;
  176. text-align: center;
  177. }
  178.  
  179. #previous, #next, .page-info {
  180. font-size: 12px;
  181. color: {color:Text};
  182. padding: 5px;
  183. text-decoration: none;
  184. }
  185.  
  186. #previous:hover, #next:hover {
  187. text-decoration: none;
  188. }
  189.  
  190. /*POST CONTAINER*/
  191. #entries{
  192. margin-left:400px;
  193. margin-top:30px;
  194. margin-bottom:30px;
  195. {block:if250px}
  196. width:250px;
  197. {/block:if250px}
  198. {block:if400px}
  199. width:400px;
  200. {/block:if400px}
  201. {block:if500px}
  202. width:500px;
  203. {/block:if500px}
  204.  
  205. }
  206. /*Posts*/
  207.  
  208. #posts{
  209. {block:if250px}
  210. width:250px;
  211. {/block:if250px}
  212. {block:if400px}
  213. width:400px;
  214. {/block:if400px}
  215. {block:if500px}
  216. width:500px;
  217. {/block:if500px}
  218. background:white;
  219. padding:10px;
  220. {block:iffullcolorshadow}
  221. box-shadow:0px 0px 0px 3px {color:shadow};
  222. {/block:iffullcolorshadow}
  223. {block:ifregularshadow}
  224. -webkit-box-shadow:0px 0px 2px 0px rgba(0,0,0, 0.2);
  225. -moz-box-shadow:0px 0px 2px 0px rgba(0,0,0, 0.2);
  226. box-shadow:0px 0px 2px 0px rgba(0,0,0, 0.2);
  227. {/block:ifregularshadow}
  228. {block:ifrounded}
  229. -webkit-border-radius: 5px;
  230. -moz-border-radius: 5px;
  231. border-radius: 5px;
  232. {/block:ifrounded}
  233. border:1px solid {color:border};
  234. line-height:17px;
  235. }
  236.  
  237. #posts img {
  238. max-width:100%;
  239. }
  240.  
  241. iframe img {
  242. max-width:100%;
  243. }
  244.  
  245. /*POST INFO*/
  246.  
  247. #postinfo{
  248. background:{color:Post Info Background};
  249. position:inline;
  250. padding:3px;
  251. margin:5px -10px -10px -10px;
  252. {block:ifrounded}
  253. -webkit-border-bottom-left-radius: 5px;
  254. -moz-border-bottom-left-radius: 5px;
  255. border-bottom-left-radius: 5px;
  256. -webkit-border-bottom-right-radius: 5px;
  257. -moz-border-bottom-right-radius: 5px;
  258. border-bottom-right-radius: 5px;
  259. {/block:ifrounded}
  260. }
  261.  
  262. #postinfo a{
  263. text-decoration:none;
  264. margin-right:5px;
  265.  
  266. }
  267.  
  268. /* chat post styles */
  269.  
  270. ul.chat {
  271. margin: -9px;
  272. padding: 0;
  273. }
  274.  
  275. .chat li {
  276. list-style-type: none;
  277. margin-left: 0px;
  278. padding: 5px;
  279. letter-spacing:1px;
  280. border-bottom:1px solid {color:border};
  281. font:10px monospace;
  282. }
  283.  
  284. .chat li.odd {
  285. margin-bottom: 3px;
  286. background-color:{color:chat line 1};
  287. color: {color:text};
  288. }
  289.  
  290. .chat li.even {
  291. margin-bottom: 3px;
  292. background-color:{color:chat line 2};
  293. color: {color:text};
  294. }
  295.  
  296. .chat li:last-child {
  297. margin-bottom:10px;
  298. border-bottom:none;
  299. }
  300.  
  301. /*audio*/
  302.  
  303. .player {
  304. width:25px;
  305. height:25px;
  306. overflow:hidden;
  307. position:absolute;
  308. margin-top:5px;
  309. background:{color:background};}
  310.  
  311. .audioinfo {
  312. margin-left:50px;
  313. margin-right:30px;
  314. text-align:center;
  315. margin-bottom:20px;
  316. margin-top:0px;
  317. border:1px dashed {color:border};
  318. background:{color:background};
  319. padding:2px;
  320. }
  321.  
  322. #notes {
  323. width:300px;
  324. }
  325.  
  326. #notes img {
  327. display:none;
  328. }
  329.  
  330. h1, h2 {
  331. font-size:12px;
  332. }
  333.  
  334. .quote-text {
  335. font-family: serif;
  336. font-size: 15px !important;
  337. font-style: italic;
  338. }
  339.  
  340. {CustomCSS}
  341.  
  342.  
  343.  
  344. </style>
  345. </head>
  346. <body>
  347. <div id="sidebar">
  348. <div id="title">{Title}</div>
  349. <div id="description">{Description}</div>
  350. <ul>
  351. <div id="links">
  352. <li><a href="/">refresh</a>
  353. <li><a href="/ask">message</a>
  354. {block:ifLink1}<li><a href="{text:url 1}">{text:Link 1}</a>{/block:ifLink1}
  355. {block:ifLink2}<li><a href="{text:url 2}" >{text:Link 2}</a>{/block:ifLink2}
  356. {block:ifLink3}<li><a href="{text:url 3}">{text:Link 3}</a> {/block:ifLink3}
  357. <li><form action="/search" method="get" id="search-form">
  358. <input class="search" type="text" placeholder="Search here..." name="q" value="" style="outline:none;"/></form></li>
  359. <li><a href="/"><img src="{image:sidebar}" style="position:inline;width:100%;margin-bottom:-1px"></a></li>
  360. </div></ul></li>
  361. </div>
  362.  
  363. <div id="entries">
  364. {block:SearchPage}
  365. {block:SearchResults}
  366. <div class="post">
  367. <div class="post-content">
  368. <h3>{lang:SearchResultCount results for SearchQuery 2}</h3>
  369. </div>
  370. </div>
  371. {/block:SearchResults}
  372. {block:NoSearchResults}
  373. <div class="post">
  374. <div class="post-content">
  375. <h3>{lang:No search results for SearchQuery 2}</h3>
  376. </div>
  377. </div>
  378. {/block:NoSearchResults}
  379. {/block:SearchPage}<p></p>
  380. {block:ContentSource}
  381. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  382. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  383. {/block:SourceLogo}
  384. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  385. {/block:ContentSource}
  386. {block:ReblogParent}{/block:ReblogParent}
  387. {block:Posts}
  388. <div id="posts">
  389. {block:Text}{block:Title}<h3><a href="{Permalink}">{Title}</a></h3>
  390. {/block:Title}{Body}{/block:Text}
  391.  
  392. {block:Quote}
  393. <p class="quote-text">"{Quote}"</p>
  394. {block:Source}<p class="text-right"> &mdash; {Source}</p>
  395. {/block:Source}
  396. {/block:Quote}
  397.  
  398. {block:Link}<a href="{URL}">{Name}</a>{Description}{/block:Link}
  399.  
  400. {block:Chat}
  401. {block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}<ul class="chat">{block:Lines}<li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}{Line}</li>{/block:Lines}
  402. </ul>
  403. {/block:Chat}
  404.  
  405. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}{/block:Photo}
  406.  
  407. {block:Photoset}{Photoset}{/block:Photoset}
  408.  
  409. {block:Video}{block:PostTitle}{PostTitle}{/block:PostTitle}
  410. {block:if500px}{Video-500}{/block:if500px}{block:if400px}{Video-400}{/block:if400px}{block:if250px}{Video-250}{/block:if250px}{/block:Video}
  411.  
  412. {block:Audio}
  413. <div class="player">{AudioPlayerWhite}</div>
  414. <div class="audioinfo">
  415. {block:TrackName}{TrackName}{/block:TrackName}<br>heard: {FormattedPlayCount}{block:Artist} / {Artist}{/block:Artist}
  416. </div>{/block:Audio}
  417.  
  418. {block:Answer}
  419. <div class="question">
  420. {Question}
  421. </div>
  422. <div class="asker">
  423. asked by: {Asker}</div>
  424. {Answer}
  425. {/block:Answer}
  426.  
  427. {block:indexpage}
  428. {block:ifcaptions}{block:Caption}{Caption}{/block:Caption}{/block:ifcaptions}{/block:indexpage}{block:permalinkpage}{caption}{/block:permalinkpage}
  429.  
  430. <div id="postinfo">
  431. <a href="{Permalink}">
  432. {NoteCountWithLabel}</a>
  433. <a href="{Permalink}" style="float:right"> {TimeAgo}</a>{block:iftags}<br>
  434. {block:hastags}{block:Tags} <a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:hastags}{/block:iftags}</div>
  435.  
  436. </div>
  437.  
  438. <div style="margin-bottom:80px;"></div>
  439.  
  440. {block:PostNotes}<div id="notes">{PostNotes}</div>
  441. {block:PostNotes}{/block:Posts}
  442.  
  443. {block:Pagination}
  444. <div class="pagination">
  445. {block:PreviousPage}<a href="{PreviousPage}" id="previous">&laquo;</a>{/block:PreviousPage}<span class="page-info">{lang:CurrentPage of TotalPages}</span>{block:NextPage}<a href="{NextPage}" id="next">&raquo;</a>{/block:NextPage}</div>{/block:Pagination}
  446. </div>
  447.  
  448. <a href="http://hentaist.tumblr.com" style="position:fixed;bottom:5px;left:5px;background:white;text-decoration:none;padding:3px;border:1px solid {color:border};color:text;">HENTAIST</a>
  449.  
  450. </body>
  451. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement