poutinesomething

i. Let's Cook

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