poutinesomething

iii. sweet things

Sep 20th, 2014
2,985
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.33 KB | None | 0 0
  1. <head>
  2.  
  3. <!--
  4. 03. Sweet Things by tinyxo
  5. Do not remove any credits, redistribute or use as a base.
  6. If you have any questions or problems, send me a message!
  7. -->
  8.  
  9. <meta name="color:background" content="#FFFFFF" />
  10. <meta name="color:scroll" content="#e9e9e9" />
  11. <meta name="color:border" content="#c5c4c4" />
  12. <meta name="color:entry" content="#fdfcfc" />
  13. <meta name="color:ask" content="#fafafa" />
  14. <meta name="color:text" content="#5c5c5c" />
  15.  
  16. <meta name="color:link" content="#cdc3a1" />
  17. <meta name="color:hover" content="#999999" />
  18.  
  19. <meta name="image:sidebar" content=""/>
  20. <meta name="text:title" content="" />
  21. <meta name="text:title size" content="18px" />
  22.  
  23. <meta name="text:Link1 Url" content=""/>
  24. <meta name="text:Link1 Name" content="link 1"/>
  25. <meta name="text:Link2 Url" content=""/>
  26. <meta name="text:Link2 Name" content="link 2"/>
  27. <meta name="text:Link3 Url" content=""/>
  28. <meta name="text:Link3 Name" content="link 3"/>
  29. <meta name="text:Link4 Url" content=""/>
  30. <meta name="text:Link4 Name" content="link 4"/>
  31.  
  32. <title>{Title}</title>
  33. <link rel="shortcut icon" href="{Favicon}">
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  35. {block:Description}
  36. <meta name="description" content="{MetaDescription}" />
  37. {/block:Description}
  38.  
  39. <!-- thank you jumpingpuddles on tumblr! -->
  40. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  41. <script type="text/javascript">
  42. window.onload = function() {
  43. $('iframe.photoset').contents().find('.photoset_row').attr("style", "width:500px; margin-bottom: -3px;");
  44. $('iframe.photoset').contents().find('.photoset_row').find('img').attr("style", "width:500px; margin-bottom: -3px;");
  45. $('iframe.photoset').contents().find('.photoset_row_2').find('img').attr("style", "width:245px; margin-right: 0px; margin-bottom: -3px;");
  46. $('iframe.photoset').contents().find('.photoset_row_3').find('img').attr("style", "width:160px; margin-right: 0px; margin-bottom: -3px;");
  47. }
  48. </script>
  49.  
  50. </head>
  51.  
  52.  
  53. <html>
  54.  
  55. <style type="text/css">
  56. /* SCROLLBAR */
  57. ::selection{
  58. background: {color:link};
  59. color: {color:background};
  60. }
  61. ::-moz-selection{
  62. background: {color:link};
  63. color: {color:background};
  64. }
  65.  
  66. ::-webkit-scrollbar-thumb:vertical{
  67. background-color: {color:link};
  68. border: 1px {color:background} solid;
  69. }
  70.  
  71. ::-webkit-scrollbar-thumb:horizontal{
  72. background-color: {color:link};
  73. border: 1px {color:background} solid;
  74. }
  75.  
  76. ::-webkit-scrollbar{
  77. height: 5px;
  78. width: 5px;
  79. background: {color:background};
  80. }
  81.  
  82. ::-webkit-scrollbar-track-piece {
  83. background: {color:background};
  84. width: 5pt;
  85. }
  86.  
  87. /* BASICS */
  88. body {
  89. margin:0 auto;
  90. background-color: {color:background};
  91. background-image: url({image:background});
  92. background-attachment: fixed;
  93. color: {color:text};
  94. text-align: justify;
  95. font-family: arial;
  96. font-size: 10px;
  97. }
  98. p {
  99. line-height: 12px;
  100. }
  101.  
  102. #main {
  103. margin-left: auto;
  104. margin-right: auto;
  105. top: 0px;
  106. width: 940px;
  107. }
  108.  
  109. .credit {
  110. bottom: 5px;
  111. right: 5px;
  112. position: fixed;
  113. padding: 5px;
  114. text-transform: uppercase;
  115. font-family: calibri;
  116. font-size: 8px;
  117. }
  118.  
  119. a:link,a:active,a:visited {
  120. color: {color:link};
  121. text-decoration: none;
  122. -webkit-transition: all 0.5s ease-out;
  123. -moz-transition: all 0.5s ease-out;
  124. transition: all 0.5s ease-out;
  125. }
  126. a:hover{
  127. text-decoration: none;
  128. color: {color:hover};
  129. -webkit-transition: all 0.5s ease-out;
  130. -moz-transition: all 0.5s ease-out;
  131. transition: all 0.5s ease-out;
  132. }
  133.  
  134. .links a {
  135. padding: 4px 0 4px 0;
  136. color: {color:hover};
  137. display: block;
  138. }
  139. .links a:hover {
  140. padding-left: 10px;
  141. background-color: {color:link};
  142. color: {color:background};
  143. }
  144.  
  145. .pagination a {
  146. padding: 0 10px 0;
  147. color: {color:link};
  148. }
  149.  
  150. .pagination a:hover {
  151. color: {color:hover};
  152. }
  153.  
  154. #info1 {
  155. padding-right: 4px;
  156. color: {color:link};
  157. font-family: calibri;
  158. font-size: 9px;
  159. font-weight: bold;
  160. text-transform: uppercase;
  161. }
  162.  
  163. #info2 {
  164. padding-right: 4px;
  165. color: {color:hover};
  166. font-size: 9px;
  167. opacity: .8;
  168. }
  169. #info2:hover {
  170. color: {color:link};
  171. opacity: 1;
  172. }
  173.  
  174. img a:hover {
  175. background: none;
  176. }
  177. /* END OF BASICS*/
  178.  
  179. /* ENTRIES */
  180. .posts {
  181. margin: 50px 0 0 270px;
  182. position: absolute;
  183. width: 500px;
  184. text-align: justify;
  185. }
  186. #entry{
  187. width: 500px;
  188. {block:PermalinkPage}padding-bottom: 40px;{/block:PermalinkPage}
  189. }
  190. #info {
  191. margin-top: 5px;
  192. padding: 2px 0 2px 0;
  193. background-color: none;
  194. text-align: left;
  195. line-height: 12px;
  196. font-family: arial;
  197. font-size: 10px;
  198. text-transform: lowercase;
  199. {block:PermalinkPage}margin-bottom: 10px;{/block:PermalinkPage}
  200. {block:IndexPage}margin-bottom: 40px;{/block:IndexPage}
  201. }
  202.  
  203. .right {
  204. float: right;
  205. }
  206. /* END OF ENTRIES*/
  207.  
  208. /* SIDEBAR */
  209. .desc {
  210. position: fixed;
  211. margin-top: 150px;
  212. width: 210px;
  213. height: 100%;
  214. }
  215.  
  216. #desc {
  217. float: right;
  218. width: 100px;
  219. text-align: justify;
  220. display: inline-block;
  221. }
  222.  
  223. #descf {
  224. float: left;
  225. width: 100px;
  226. text-align: justify;
  227. display: inline-block;
  228. }
  229.  
  230. #descf img {
  231. width: 100px;
  232. }
  233.  
  234. .title {
  235. margin: 6px 0 6px;
  236. width: 210px;
  237. color: {color:link};
  238. font-family: arial;
  239. font-size: {text:title size};
  240. font-weight: bold;
  241. letter-spacing: -2px;
  242. line-height: 20px;
  243. text-align: center;
  244. text-transform: lowercase;
  245. }
  246.  
  247. .links {
  248. margin-bottom: 9px;
  249. font-family: Calibri;
  250. font-size: 8px;
  251. text-align: left;
  252. text-transform: uppercase;
  253. }
  254.  
  255. .pagination {
  256. margin: -28px 0 35px;
  257. width: 500px;
  258. font-family: calibri;
  259. font-size: 10px;
  260. font-weight: bold;
  261. text-align: center;
  262. text-transform: uppercase;
  263. }
  264. /* END OF SIDEBAR */
  265.  
  266. /* ENTRY FONTS */
  267. .link {
  268. font-size: 15px;
  269. font-size: 20px;
  270. font-style: italic;
  271. font-weight: bold;
  272. text-align: center;
  273. text-transform: lowercase;
  274. }
  275.  
  276. .ask {
  277. padding: 20px;
  278. background-color: {color:ask};
  279. font-size: 8px;
  280. text-align: justify;
  281. text-transform: uppercase;
  282. }
  283.  
  284. .quote {
  285. letter-spacing: 1px;
  286. font-size: 13px;
  287. font-family: georgia;
  288. color:#555;
  289. font-style: italic;
  290. }
  291.  
  292. .chat {
  293. margin-top: 7px;
  294. }
  295.  
  296. .mus {
  297. width: 100%;
  298. min-height: 50px;
  299. height: 50px;
  300. padding: 0px 20px;
  301. padding-left: 0px;
  302. display: table;
  303. }
  304.  
  305. .mus img {
  306. width: 50px;
  307. height: 50px;
  308. position: absolute;
  309. }
  310.  
  311. .minfo {
  312. text-align: center;
  313. display: table-cell;
  314. vertical-align: middle;
  315. background-color: {color:ask};
  316. color: {color:link};
  317. font-size: 8px;
  318. font-family: calibri;
  319. text-transform: uppercase;
  320. letter-spacing: 1px;
  321. }
  322.  
  323. .audioverlay {
  324. margin-top: 5px;
  325. margin-left: 5px;
  326. opacity: 0.7;
  327. position: absolute;
  328. z-index: 10000;
  329. }
  330.  
  331. .audioarrow {
  332. margin: 7px 17px 6px 7px;
  333. width: 28px;
  334. height: 30px;
  335. overflow: hidden;
  336. }
  337.  
  338. b, strong {
  339. color: {color:link};
  340. font-weight: bold;
  341. }
  342.  
  343. i, em {
  344. color: {color:hover};
  345. }
  346.  
  347. h1 {
  348. margin-bottom: -5px;
  349. font-size: 20px;
  350. color: {color:link};
  351. font-family: arial;
  352. font-size: 20px;
  353. font-weight: bold;
  354. letter-spacing: -1px;
  355. text-align: left;
  356. text-transform: lowercase;
  357. }
  358.  
  359. small, sub {
  360. font-size: 8px;
  361. font-family: arial;
  362. text-transform: uppercase;
  363. }
  364.  
  365. blockquote {
  366. border-left: 2px solid {color:border};
  367. padding-left: 10px;
  368. padding-right: 10px;
  369. margin:1em 10px;
  370. }
  371. blockquote img {
  372. display: block;
  373. max-width: 100%;
  374. }
  375.  
  376. pre, code {
  377. display: block;
  378. }
  379.  
  380. img {
  381. border: none;
  382. background-color: none;
  383. }
  384. a img {
  385. border: none;
  386. background: none;
  387. }
  388. a img:hover {
  389. border: none;
  390. background: none;
  391. }
  392. /* END OF ENTRY FONTS */
  393.  
  394. /* ETC */
  395. li {
  396. margin-left: -10px;
  397. margin-right: 10px;
  398. }
  399. .user_1 .label {
  400. color: {color:link};
  401. font-weight:bold;
  402. list-style: none;
  403. }
  404. .user_2 .label {
  405. color: #6f6b6b;
  406. font-weight:bold;
  407. list-style: none;
  408. }
  409. ul.chat, .chat ol, .chat li {
  410. list-style: none;
  411. margin: 0px;
  412. padding: 0px;
  413. }
  414. ol.notes, .notes li {
  415. list-style: none;
  416. margin: 0px;
  417. margin-left: -2px;
  418. padding: 2px;
  419. font-family: calibri;
  420. text-transform: uppercase;
  421. font-size: 8px;
  422. }
  423. .notes img {
  424. display: none;
  425. }
  426. /* END OF ETC */
  427. </style>
  428.  
  429. <body>
  430.  
  431.  
  432. <div id="main">
  433.  
  434. <div class="desc">
  435.  
  436. <div class="title">{text:title}</div>
  437. <div id="descf">
  438. <img src="{image:sidebar}">
  439. </div>
  440.  
  441. <div id="desc">
  442. <div class="links">
  443. <a href="/">index</a>
  444. <a href="/ask">message</a>
  445. {block:IfLink1Name}<a href="{text:Link1 Url}" id="sidelinks">{text:Link1 Name}</a>{/block:IfLink1Name}
  446. {block:IfLink2Name}<a href="{text:Link2 Url}" id="sidelinks">{text:Link2 Name}</a>{/block:IfLink2Name}
  447. {block:IfLink3Name}<a href="{text:Link3 Url}" id="sidelinks">{text:Link3 Name}</a>{/block:IfLink3Name}
  448. {block:IfLink4Name}<a href="{text:Link4 Url}" id="sidelinks">{text:Link4 Name}</a>{/block:IfLink4Name}
  449. </div>
  450. {block:Description}{Description}{/block:Description}
  451. </div>
  452. </div>
  453.  
  454.  
  455.  
  456. <div class="posts">
  457.  
  458. {block:Posts}
  459.  
  460. <div id="entry">
  461.  
  462. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  463.  
  464. {block:Photo}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500">
  465. {block:Caption}{Caption}{/block:Caption}
  466. {/block:Photo}
  467.  
  468.  
  469. {block:Photoset}
  470. {Photoset-500}
  471. {block:Caption}{Caption}{/block:Caption}
  472. {/block:Photoset}
  473.  
  474.  
  475. {block:Quote}
  476. <div class="quote">{Quote}</div>
  477. {block:Source}~{Source}{/block:Source}
  478. {/block:Quote}
  479.  
  480.  
  481. {block:Link}
  482. <div class="link"><a href="{URL}" {Target}>{Name}</a></div></center>
  483. {block:Description}{Description}{/block:Description}
  484. {/block:Link}
  485.  
  486.  
  487. {block:Chat}
  488. {block:Title}<h1>{Title}</h1>{/block:Title}
  489. <div class="chat">
  490. <ul class="chat">{block:Lines}
  491. <li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  492. </div>{/block:Chat}
  493.  
  494.  
  495. {block:Audio}
  496. <div class="mus">
  497. {block:AudioPlayer}
  498. <div class="audioverlay">
  499. <div class="audioarrow">
  500. {AudioPlayerWhite}
  501. </div>
  502. </div>
  503.  
  504. {block:AlbumArt}
  505. <img class="cover" src="{AlbumArtURL}" />
  506. {/block:AlbumArt}
  507.  
  508. <div class="minfo">
  509. {block:TrackName}{TrackName}{/block:TrackName} by
  510. {block:Artist}{Artist}{/block:Artist}<Br>
  511. {block:Album}{Album}{/block:Album}<br>
  512. {block:Playcount}{Playcount} Plays{/block:Playcount}
  513. </div>
  514. </div>
  515. {/block:AudioPlayer}
  516.  
  517. {block:AudioEmbed}{AudioEmbed-500}</div>{/block:AudioEmbed}
  518.  
  519. {block:Caption}{Caption}{/block:Caption}
  520. {/block:Audio}
  521.  
  522.  
  523. {block:Video}
  524. {VideoEmbed-500}
  525. {block:Caption}{Caption}{/block:Caption}
  526. {/block:Video}
  527.  
  528.  
  529. {block:Answer}
  530. <div class="ask"><b>{Asker}</b>: {Question}</div>
  531. {Answer}
  532. {/block:Answer}
  533.  
  534.  
  535. {block:Date}<div id="info">
  536. <a href="{Permalink}" id="info1">{block:NoteCount}{NoteCountWithLabel} since {/block:NoteCount}{timeago}{/block:Date}</a>
  537.  
  538. <div class="right">{block:RebloggedFrom} <a href="{ReblogParentURL}" id="info1">VIA</a>{/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}" id="info1">SOURCE</a>{/block:ContentSource}</div>
  539.  
  540. {block:HasTags}<br>{block:Tags}<a href="{TagUrl}" id="info2">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}
  541.  
  542. </div>
  543.  
  544. {block:PostNotes}
  545. {PostNotes}
  546. {/block:PostNotes}
  547.  
  548. </div>
  549.  
  550. {/block:Posts}
  551.  
  552.  
  553. {block:Pagination}<div class="pagination">
  554. {block:PreviousPage}<a href="{PreviousPage}">previous</a>{/block:PreviousPage}
  555. {block:NextPage}<a href="{NextPage}">next</a> {/block:NextPage}
  556. </div>{/block:Pagination}
  557.  
  558. </div>
  559.  
  560. </div>
  561.  
  562. </div>
  563.  
  564.  
  565. <!-- IMPORTANT, DO NOT REMOVE CREDIT -->
  566. <div class="credit"><a href="http://tinyxo.tumblr.com/">TINY</a></div>
  567.  
  568. </body>
  569. </html>
Add Comment
Please, Sign In to add comment