iclemyer

mtheme #03

Aug 31st, 2013
2,952
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.26 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3.  
  4.  
  5.  
  6. <!--
  7.  
  8. THEME #03 BY MORGANE (kilmorecove@tumblr / teen-wolf@tumblr)
  9.  
  10. Made for personal use only.
  11.  
  12. RULES:
  13. - Do not remove the credits
  14. - Do not move the credits to a secondary page
  15. - Do not take snippets from this code
  16. - Do not redistribute and/or claim the code as your own
  17.  
  18. You're allowed to edit the code as you want as long as you respect the rules.
  19. For help message me @ kilmorecove.tumblr.com
  20.  
  21. Enjoy! :)
  22.  
  23. -->
  24.  
  25.  
  26.  
  27.  
  28. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary} </title>
  29. {block:Description}
  30. <meta name="description" content="{MetaDescription}" />
  31. {/block:Description}
  32. <link rel="shortcut icon" href="{Favicon}">
  33. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  34.  
  35.  
  36. <meta name="color:Background" content="#ffffff"/>
  37. <meta name="color:border" content="#dfdfdf"/>
  38. <meta name="color:misc bg" content="#eee"/>
  39. <meta name="color:Text" content="#838282"/>
  40. <meta name="color:Link" content="#e2a4a4"/>
  41. <meta name="color:sbar link" content="#b8b8b8"/>
  42. <meta name="color:sbar link bg" content="#f6f6f6"/>
  43. <meta name="color:sbar linkhover" content="#fff"/>
  44. <meta name="color:sbar linkhoverbg" content="#222"/>
  45. <meta name="color:sbar border" content="#eee"/>
  46. <meta name="color:sbar bg" content="#f6f6f6"/>
  47. <meta name="color:sbar text" content="#b8b8b8"/>
  48. <meta name="color:post title" content="#b8b8b8"/>
  49. <meta name="color:Link hover" content="#0b0b0b"/>
  50. <meta name="color:Scrollbar" content="#ccc"/>
  51. <meta name="color:Scrollbar bg" content="#fff"/>
  52. <meta name="color:permalink" content="#ccc"/>
  53. <meta name="color:blog title" content="#fff"/>
  54. <meta name="color:blog title bg" content="#222"/>
  55.  
  56. <meta name="text:sbar link1" content="link 1"/>
  57. <meta name="text:sbar link1url" content="http://"/>
  58. <meta name="text:sbar link2" content="link 2"/>
  59. <meta name="text:sbar link2url" content="http://"/>
  60. <meta name="text:sbar link3" content="link 3"/>
  61. <meta name="text:sbar link3url" content="http://"/>
  62.  
  63. <meta name="image:sidebar" content=""/>
  64.  
  65. <meta name="if:Lazy Load" content="0" />
  66.  
  67. <meta name="if:SidebarLink1" content="0" />
  68. <meta name="if:SidebarLink2" content="0" />
  69. <meta name="if:SidebarLink3" content="0" />
  70.  
  71. <meta name="image:Background" content="" />
  72.  
  73. <link href='http://fonts.googleapis.com/css?family=Belgrano' rel='stylesheet' type='text/css'>
  74.  
  75. <!--------------------------------------------------------------------->
  76.  
  77. {block:ifLazyLoad}
  78. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  79. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  80. <script type="text/javascript" charset="utf-8">
  81. var $j = jQuery.noConflict();
  82. $j(function() {
  83. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  84. $j("img").lazyload({
  85. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  86. effect: "fadeIn",
  87. });
  88. });
  89. </script>
  90. {/block:ifLazyLoad}
  91.  
  92. <!--------------------------------------------------------------------->
  93.  
  94.  
  95. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  96.  
  97. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  98.  
  99. <!---------------------------------------------------------------------->
  100.  
  101.  
  102. <style type="text/css">
  103.  
  104. /* tooltips */
  105.  
  106. div#qTip {
  107. display:none;
  108. text-align:left;
  109. position:absolute;
  110. letter-spacing:1px;
  111. font-style:normal;
  112. font-family:'calibri';
  113. text-transform:uppercase;
  114. border:1px solid #eee;
  115. z-index:99;
  116. font-size:8px;
  117. padding:1px 3px;
  118. line-height:13px;
  119. background:#fff;
  120. }
  121.  
  122.  
  123. ::-webkit-scrollbar {width: 7px; height: 4px; background:{color:Scrollbar bg};}
  124. ::-webkit-scrollbar-thumb {background-color:{color:Scrollbar}; }
  125.  
  126.  
  127. iframe#tumblr_controls_a
  128.  
  129. {
  130. width:0px;
  131. height:0px;
  132. z-index: 2147483647;
  133. top: 0;
  134. right: 0;
  135. border: 0;
  136. background-color: #ffffff;
  137. overflow: hidden;
  138. display: block;
  139. box-shadow: 0px 2px 3px rgba(0,0,0,0);
  140. border-top: 0px solid #000;
  141. border-bottom: 0px solid #000;
  142. }
  143.  
  144.  
  145. iframe#tumblr_controls {
  146.  
  147. white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; position:fixed;}
  148.  
  149.  
  150. iframe#tumblr_controls {
  151. position:fixed !important;
  152. right:3px !important;
  153. -webkit-transition:opacity 0.6s;
  154. opacity:0.3;
  155. -webkit-transition:0.6s;
  156. -moz-transition:0.6s;
  157. transition:0.6s;
  158. }
  159.  
  160. iframe#tumblr_controls:hover {
  161. -webkit-transition:opacity 0.6s;
  162. opacity:1;
  163. -webkit-transition:all 0.6s;
  164. -moz-transition:all 0.6s;
  165. transition:all 0.6s;
  166. }
  167.  
  168.  
  169.  
  170. body {
  171. background-image: url({image:Background});
  172. background:{color:background};
  173. margin:0px;
  174. color:{color:text};
  175. font-family:'cambria';
  176. font-style:italic;
  177. font-size:11px;
  178. line-height:12px;
  179. text-align: left;
  180. background-attachment:fixed;
  181. }
  182.  
  183. a {
  184. text-decoration:none;
  185. outline:none;
  186. -moz-outline-style:none;
  187. color:{color:link};
  188. -webkit-transition: all 0.3s ease-in-out;
  189. -moz-transition: all 0.3s ease-in-out;
  190. -ms-transition: all 0.3s ease-in-out;
  191. -o-transition: all 0.3s ease-in-out;
  192. transition: all 0.3s ease-in-out;
  193.  
  194. }
  195.  
  196. a:hover {
  197. color:{color:Link hover};
  198. }
  199.  
  200. img {
  201. border:none;
  202. }
  203.  
  204. blockquote {
  205. padding-left:5px;
  206. border-left:2px solid;
  207. }
  208.  
  209. blockquote blockquote {
  210. padding-left:5px;
  211. border-left:2px solid;
  212. }
  213.  
  214. h1 {
  215. font-size:15px; color:{color:post title};
  216. }
  217.  
  218. #entries {
  219. padding:10px;
  220. width:500px;
  221. margin-left:565px;
  222. margin-top:20px;
  223. margin-bottom:50px;
  224. }
  225.  
  226. .reblogged {
  227. position:absolute;
  228. margin-left:510px;}
  229.  
  230. .reblogged img {
  231. padding:3px;
  232. background-color:{color:border};
  233. margin-bottom:5px;
  234. }
  235.  
  236. #post {
  237. width:500px;
  238. margin-top:40px;
  239. }
  240.  
  241.  
  242.  
  243. #sidebar {
  244. width:160px;
  245. height:220px;
  246. position:fixed;
  247. left:270px;
  248. top:50%; margin-top:-150px;
  249. }
  250.  
  251. #titolo {
  252. margin-bottom:10px;
  253. width:162px;
  254. padding-right:5px;
  255. padding-left:5px;
  256. font-size:8px;
  257. letter-spacing:1px;
  258. font-style:normal;
  259. text-transform:uppercase;
  260. text-align: center;
  261. font-family: 'cambria', serif;
  262. color: {color:blog title}; background-color:{color:blog title bg}; line-height:17px;}
  263.  
  264. #title {
  265. font-size:15px;
  266. text-align:center;
  267. margin-bottom:5px;
  268. }
  269.  
  270.  
  271. #sidebarimage img {
  272. width:160px;
  273. position:absolute;
  274. padding:5px;
  275. border:1px solid {color:sbar border};
  276. }
  277.  
  278. .links {width:160px;
  279. z-index:10;
  280. position:absolute;
  281. text-align:center;
  282. margin-top:25px;
  283. opacity:0;-webkit-transition: all 1s ease-in-out;height:110px;
  284. -moz-transition: all 1s ease-in-out;
  285. -ms-transition: all 1s ease-in-out;
  286. -o-transition: all 1s ease-in-out;
  287. transition: all 1s ease-in-out;}
  288.  
  289. .links a {
  290. display:block;
  291. background-color:{color:sbar link bg};
  292. padding:2px;
  293. margin-top:5px;
  294. text-align:center;
  295. width:100px;
  296. margin-left:26px;
  297. font-style:normal;
  298. font-family:'calibri';
  299. text-transform:uppercase;
  300. font-size:8px;
  301. letter-spacing:1px;
  302. color:{color:sbar link};}
  303.  
  304. .links a:hover {
  305. background-color:{color:sbar linkhoverbg};
  306. color: {color:sbar linkhover};}
  307.  
  308.  
  309. #nav:hover .links {opacity:1; margin-left:160px;}
  310.  
  311. #nav:hover .description {margin-left:-130px; opacity:1;}
  312.  
  313. .description {margin-top:30px; text-align:justify; position:absolute; width:95px; opacity:0; height:80px; z-index:10; padding:10px; background-color:{color:sbar bg}; color: {color:sbar text}; border:1px solid {color:border}; font-family:'georgia'; font-size:8px; letter-spacing:1px; line-height:140%; -webkit-transition: all 1s ease-in-out;
  314. -moz-transition: all 1s ease-in-out;
  315. -ms-transition: all 1s ease-in-out;
  316. -o-transition: all 1s ease-in-out;
  317. transition: all 1s ease-in-out;}
  318.  
  319. #pagination {
  320. text-align:center;
  321. width:172px;
  322. margin-top:192px;
  323. border-top:1px solid {color:border};
  324. border-bottom: 1px solid {color:border};
  325. line-height:20px; background-color: {color:sbar bg};
  326. font-style:normal;
  327. font-size:9px;
  328. letter-spacing:3px;
  329. font-family:'georgia';
  330. }
  331.  
  332. #pagination a {color:{color:text};}
  333.  
  334. #info {
  335. border-top: 2px solid {color:border};
  336. margin-top:15px;
  337. text-transform:uppercase;
  338. font-family:'calibri';
  339. font-style:normal;f
  340. ont-size:8px;
  341. letter-spacing:1px;
  342. padding-top:5px;
  343. color:{color:permalink};
  344. text-align:right;
  345. width:500px;
  346. }
  347.  
  348.  
  349.  
  350. #info a {
  351. font-family:'calibri';
  352. font-style:normal;
  353. font-size:8px;
  354. letter-spacing:1px;
  355. text-transform:uppercase;
  356. margin-right:5px;
  357. color:{color:permalink};}
  358.  
  359. .cuore {color:red;}
  360.  
  361. #domanda { width:480px;
  362. padding:10px; font-size:8px;
  363. letter-spacing:1px;
  364. font-style:normal;
  365. text-transform:uppercase;
  366. text-align:justify;
  367. font-family: 'cambria', serif;
  368. color: {color:blog title};
  369. background-color:{color:blog title bg};}
  370.  
  371. #domanda a { color: {color:blog title};}
  372.  
  373. #risposta { width:480px; padding:10px; background-color:{color:misc bg};font-size:8px; letter-spacing:1px; font-style:normal; text-transform:uppercase; text-align:justify; font-family: 'cambria', serif; margin-bottom:10px;}
  374.  
  375.  
  376. .citaz {
  377. letter-spacing: 1px;
  378. text-transform: uppercase;
  379. font-family:'cambria';
  380. text-align:center;
  381. margin-top:5px;
  382. font-size:8px;
  383. }
  384.  
  385. .citazione {font-size:13px;
  386. width:480px; padding:10px;
  387. background-color:{color:misc bg};
  388. text-align:center;}
  389.  
  390. /* chat */
  391. .chat ul {
  392. list-style-type: none;
  393. width: 500px;
  394. display: block;
  395. margin: auto;
  396. padding: 0px;
  397. letter-spacing: 1px;
  398. text-transform: uppercase;
  399. }
  400.  
  401. .odd {
  402. padding: 3px;
  403. font-size: 8px;
  404. background-color:{color:misc bg};
  405. }
  406.  
  407. .even {
  408. padding: 3px;
  409. font-size: 8px;
  410. }
  411.  
  412. /* audio */
  413.  
  414. #audio {
  415. width:500px;
  416. height:70px;
  417. margin-bottom:0px;
  418. font-family: 'cambria';
  419. }
  420.  
  421. .artcover {
  422. width:70px;
  423. height:70px;
  424. position:absolute;
  425. }
  426. .artcover img {
  427. width:70px;
  428. height:70px;
  429. float:left;
  430. }
  431.  
  432. .player {
  433. position:absolute;
  434. z-index:1;
  435. width:60px;
  436. height:60px;
  437. margin-top:5px;
  438. margin-left:5px;
  439. display:block;
  440. opacity:0.7;
  441. -webkit-transition:all 0.4s;
  442. -moz-transition:all 0.4s;
  443. -o-transition:all 0.4s;
  444. -ms-transition: all 0.4s;
  445. transition:all 0.5s;
  446. background:#fff;
  447.  
  448. }
  449. .player:hover {
  450. -webkit-transition:all 0.4s;
  451. -moz-transition:all 0.4s;
  452. -o-transition:all 0.4s;
  453. -ms-transition: all 0.4s;
  454. transition:all 0.4s;
  455. opacity:0.5;
  456. }
  457.  
  458. .audioplayer {
  459. width:24px;
  460. height:24px;
  461. margin-top:14px;
  462. margin-left:13px;
  463. overflow:hidden;
  464. padding:3px;
  465. }
  466.  
  467. .audioinfo {
  468. width:430px;
  469. height:52px;
  470. margin-left:70px;
  471. display:block;
  472. padding-top:18px;
  473. font-size:11px;
  474. letter-spacing:1px;
  475. text-transform:uppercase;
  476. text-align:center; background-color:{color:misc bg};
  477. }
  478.  
  479.  
  480. #notes {text-align:left;}
  481. #crd {position: fixed; right:10px; bottom:10px; text-transform:uppercase;font-weight:bold; font-style:normal; font-family:'calibri'; letter-spacing:3px; font-size:9px; background-color:#777; width:18px; height:18px; line-height:18px; -webkit-border-radius: 4px;
  482.  
  483. border-radius: 4px;}
  484. #crd a {color:#fff; padding:2px;}
  485.  
  486. ol {
  487. margin-top:30px;
  488. list-style-type: none;
  489. font-size:8px;
  490. text-transform: uppercase;
  491. width:500px;}
  492.  
  493. ol.notes li {
  494. width:500px;
  495. padding: 2px;
  496. padding-bottom:5px;
  497. margin: 0 0 0px -35px;}
  498.  
  499. ol.notes li:hover {
  500. }
  501.  
  502. ol.notes li img {
  503. width:15px;
  504.  
  505. padding-right: 10px;
  506. margin-bottom: 0px;
  507. opacity: 0.85;
  508. filter:alpha(opacity=85); }
  509.  
  510. ol.notes li img:hover {
  511. opacity: 1;
  512. filter:alpha(opacity=100); }
  513.  
  514.  
  515. {CustomCSS}</style></head><body>
  516.  
  517. <div id="sidebar">
  518.  
  519. <div id="titolo">{Title}</div>
  520.  
  521.  
  522. <div id="nav"><div id="sidebarimage"><img src="{image:sidebar}"></div>
  523.  
  524. <div class="links">
  525. <a href="/">home</a>
  526. <a href="/ask">mail</a>
  527. {block:ifSidebarLink1}<a href="{text:sbar link1url}">{text:sbar link1}</a>{/block:ifSidebarLink1}
  528. {block:ifSidebarLink2}<a href="{text:sbar link2url}">{text:sbar link2}</a>{/block:ifSidebarLink2}
  529. {block:ifSidebarLink3}<a href="{text:sbar link3url}">{text:sbar link3}</a>{/block:ifSidebarLink3}
  530. </div>
  531.  
  532. <div class="description">{Description}</div></div>
  533.  
  534.  
  535. {block:Pagination}<div id="pagination">
  536. {block:PreviousPage}
  537. <a href="{PreviousPage}">«</a>
  538. {/block:PreviousPage}
  539.  
  540. {block:JumpPagination length="5"}
  541. {block:CurrentPage}
  542. <span class="current_page">{PageNumber}</span>
  543. {/block:CurrentPage}
  544.  
  545. {block:JumpPage}
  546. <a class="jump_page" href="{URL}">{PageNumber}</a>
  547. {/block:JumpPage}
  548. {/block:JumpPagination}
  549.  
  550. {block:NextPage}
  551. <a href="{NextPage}">»</a>
  552. {/block:NextPage}</div>
  553. {/block:Pagination}
  554.  
  555.  
  556.  
  557.  
  558. </div>
  559.  
  560.  
  561.  
  562.  
  563.  
  564. <div id="entries">{block:Posts}
  565. <!-- {block:NoRebloggedFrom}
  566. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  567. {/block:NoRebloggedFrom} -->
  568. {block:ContentSource}<!-- {SourceURL}
  569. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  570. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  571. {/block:ContentSource}<div id="post">
  572.  
  573. <div class="reblogged">{block:RebloggedFrom}
  574. <a href="{ReblogParentURL}"><img src="{ReblogParentPortraitURL-16}" /></a><br>
  575. <a href="{ReblogRootURL}"><img src="{ReblogRootPortraitURL-16}" /></a>
  576. {/block:RebloggedFrom}</div>
  577.  
  578. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  579.  
  580. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  581.  
  582. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  583.  
  584.  
  585.  
  586. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  587.  
  588. {block:Chat}
  589. <div class="post chat">
  590. <div style="margin-bottom: 5px;">
  591. {block:Title}
  592. <h2>{Title}</h2>
  593. {/block:Title}
  594. <ul class="chat">
  595. {block:Lines}
  596. <li class="{Alt} user_{UserNumber}">
  597. {block:Label}
  598. <span class="label"><b><i>{Label}</i></b></span>
  599. {/block:Label}
  600. {Line}
  601. </li>
  602. {/block:Lines}
  603. </ul>
  604. </div>
  605. </div>
  606. {/block:Chat}
  607.  
  608.  
  609. {block:Audio}
  610. <div id="audio">
  611. <div class="artcover"><img src="http://static.tumblr.com/liul60i/IcMmdl9id/nmusic2.png"></div>{block:AlbumArt}<div class="artcover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  612. <div class="player">
  613. <div class="audioplayer">{AudioPlayerWhite}</div></div>
  614. <div class="audioinfo">
  615. {block:TrackName}{TrackName}{/block:TrackName}
  616. <div style="font-size:8px; margin-top:5px;">
  617. {block:Artist}{Artist}{/block:Artist}{block:Album} - {Album}{/block:Album} ({FormattedPlayCount})
  618. </div></div></div>
  619. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  620.  
  621. {block:Quote}
  622. <div class="citazione">{Quote}</div>
  623. {block:Source}<div class="citaz"><i><center>{Source}</i></center></div>{/block:Source}
  624. {/block:Quote}
  625.  
  626.  
  627. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  628.  
  629. {block:Answer}<div id="domanda">{Question} (asked by {Asker})</div>
  630. <div id="risposta">{Answer}</div>{/block:Answer}
  631.  
  632.  
  633.  
  634. <div id="info">
  635. <span class="date">{block:Date}<a href="{Permalink}">{DayOfMonth} {ShortMonth}</a>{/block:Date}</span>
  636. <a href="{Permalink}">
  637. <span class="cuore">♡</span> {NoteCountWithLabel}</a> {block:HasTags} {block:Tags}<a href="{TagURL}">#{Tag} </a> {/block:Tags} {/block:HasTags}</div>
  638.  
  639.  
  640. <div id="notes">
  641. {block:PostNotes}{PostNotes}{/block:PostNotes}</notes>
  642. {/block:Posts}
  643.  
  644. </div>
  645.  
  646. <div id="crd"><a href="http://kilmorecove.tumblr.com">th</a></div>
  647.  
  648. </body></html>
Add Comment
Please, Sign In to add comment