Advertisement
sofiiayala

Theme 17 by Sofi for Tumblr

Feb 15th, 2014
1,290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.70 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- Theme 17 by Sofi (doctorwatsn.tumblr.com). DON'T REMOVE THE CREDIT OR CLAIM THE THEME AS YOURS. DON'T USE IT AS A BASE --->
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Text" content="#838282"/>
  12. <meta name="color:Link" content="#b8b8b8"/>
  13. <meta name="color:Links background" content="#f0e4e4"/>
  14. <meta name="image:sidebar background" content=""/>
  15.  
  16. <meta name="if:Info on hover" content="1"/>
  17. <meta name="if:Show title" content="1"/>
  18.  
  19. <meta name="text:title text" content=""/>
  20. <meta name="text:link 1 message" content="home"/>
  21. <meta name="text:link 1 url" content="/"/>
  22. <meta name="text:link 2 message" content="message me"/>
  23. <meta name="text:link 2 url" content="/ask"/>
  24. <meta name="text:link 3 message" content="about me"/>
  25. <meta name="text:link 3 url" content="/"/>
  26. <meta name="text:link 4 message" content="navi"/>
  27. <meta name="text:link 4 url" content="/"/>
  28.  
  29. <script type="text/javascript">
  30. WebFontConfig = {
  31. google: { families: [ 'Lato:300,400:latin' ] }
  32. };
  33. (function() {
  34. var wf = document.createElement('script');
  35. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  36. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  37. wf.type = 'text/javascript';
  38. wf.async = 'true';
  39. var s = document.getElementsByTagName('script')[0];
  40. s.parentNode.insertBefore(wf, s);
  41. })(); </script>
  42.  
  43. <script type="text/javascript"
  44. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  45. <script>
  46. $(function(){ // document ready
  47. if (!!$('#links').offset()) { // make sure ".sticky" element exists
  48. var stickyTop = $('#links').offset().top; // returns number
  49. $(window).scroll(function(){ // scroll event
  50. var windowTop = $(window).scrollTop(); // returns number
  51. if (stickyTop < windowTop){
  52. $('#links').css({ position: 'fixed', top: 0});
  53. }
  54. else {
  55. $('#links').css('position','static');
  56. }
  57. });
  58. }
  59. });
  60. </script>
  61.  
  62. <style type="text/css">
  63.  
  64.  
  65. ::-webkit-scrollbar {width: 4px; height: 4px; background: #f0f0f0; }
  66. ::-webkit-scrollbar-thumb { background-color: #999999; -webkit-border-radius: 0ex; }
  67.  
  68.  
  69. body {
  70. background:{color:background};
  71. margin:0px;
  72. color:{color:text};
  73. font-family:garamond;
  74. font-size:9px;
  75. line-height:100%;
  76. }
  77.  
  78. body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto;}
  79.  
  80. a {
  81. text-decoration:none;
  82. outline:none;
  83. -moz-outline-style:none;
  84. color:{color:link};
  85. }
  86.  
  87. img {
  88. border:none;
  89. }
  90.  
  91. blockquote {
  92. padding-left:5px;
  93. border-left:2px solid;
  94. margin-left: 2px;
  95. }
  96.  
  97. h1 {
  98. font-size:19px;
  99. font-family: 'Lato', sans-serif;
  100. font-weight: lighter;
  101. letter-spacing: 1.5px;
  102. font-weight: 300;
  103. }
  104.  
  105. .hr {
  106. color: #f0eded;
  107. }
  108.  
  109. #entries {
  110. width:500px;
  111. margin-top:80px;
  112. padding-bottom:25px;
  113. }
  114.  
  115. #post {
  116. width:400px;
  117. margin-bottom:20px;
  118. margin-top:60px;
  119. margin-bottom:0px;
  120. text-align: left;
  121. margin-left: 50px;
  122. }
  123.  
  124. #post:hover #tags {
  125. opacity: 1;
  126. transition: all 0.3s linear;
  127. -webkit-transition: opacity 0.3s linear;
  128. -webkit-transition: all 0.3s linear;
  129. -moz-transition: all 0.3s linear;
  130. }
  131.  
  132. #post:hover .info {
  133. opacity: 1;
  134. transition: all 0.3s linear;
  135. -webkit-transition: opacity 0.3s linear;
  136. -webkit-transition: all 0.3s linear;
  137. -moz-transition: all 0.3s linear;
  138. }
  139.  
  140.  
  141. #title {
  142. width:400px;
  143. margin-top:20px;
  144. {block:ifShowtitle}
  145. height: auto;
  146. text-align: center;
  147. margin-left: 1px;
  148. font-size:20px;
  149. font-family: 'Lato', sans-serif;
  150. text-align: center;
  151. letter-spacing: 1px;
  152. font-weight: 300;
  153. background-color: white;
  154. opacity: 0.8;
  155. width: 190px;
  156. padding: 15px;
  157. padding-bottom: 8px;
  158. margin-left: 90px;
  159. background-color: {color:background};
  160. opacity: 0.9;
  161. color: #333;
  162. {/block:ifShowtitle}
  163. }
  164.  
  165. #sidebar {
  166. width:400px;
  167. margin-top:30px;
  168. height: auto;
  169. padding-top:30px;
  170. text-align: center;
  171. border: 4px double #f0f0f0;
  172. margin-left: 46px;
  173. background-color: {color:background};
  174. background-image:url("{image:sidebar background}");
  175. background-size:cover;
  176. background-position:left bottom;
  177. }
  178.  
  179. #links {
  180. width: 400px;
  181. margin-left: 46px;
  182. text-align: center;
  183. position: absolute;
  184. background-color: {color:links background};
  185. height: auto;
  186. margin-top: 0px;
  187. display: block;
  188. padding: 4px;
  189. padding-top: 6px;
  190. font-family: helvetica;
  191. text-transform: uppercase;
  192. z-index: 99999999999999999;
  193. transition: all 0.5s linear;
  194. -webkit-transition: opacity 0.5s linear;
  195. -webkit-transition: all 0.5s linear;
  196. -moz-transition: all 0.5s linear;
  197. }
  198.  
  199. #links a {
  200. margin-left: 3px;
  201. margin-right: 3px;
  202. color: #333;
  203. background-color: {color:links background};
  204. transition: all 0.3s linear;
  205. -webkit-transition: opacity 0.3s linear;
  206. -webkit-transition: all 0.3s linear;
  207. -moz-transition: all 0.3s linear;
  208. }
  209.  
  210. #links a:hover {
  211. margin-left: 3px;
  212. margin-right: 3px;
  213. opacity: 0;
  214. transition: all 0.3s linear;
  215. -webkit-transition: opacity 0.3s linear;
  216. -webkit-transition: all 0.3s linear;
  217. -moz-transition: all 0.3s linear;
  218. }
  219.  
  220. #description {
  221. width:190px;
  222. text-align: justify;
  223. height: auto;
  224. padding: 15px ;
  225. padding-top: 10px;
  226. padding-bottom: 10px;
  227. font-size: 9px;
  228. font-family:garamond;
  229. line-height: 160%;
  230. letter-spacing: 1px;
  231. margin-left: 90px;
  232. margin-bottom: 45px;
  233. background-color: {color:background};
  234. opacity: 0.9;
  235. color: #333;
  236. }
  237.  
  238. .info {
  239. font-size:8px;
  240. padding-left:7px;
  241. margin-left:415px;
  242. position:absolute;
  243. width:95px;
  244. letter-spacing: 1.5px;
  245. font-family: calibri;
  246. line-height: 130%;
  247. {block:ifInfoonhover}
  248. opacity: 0;
  249. transition: all 0.3s linear;
  250. -webkit-transition: opacity 0.3s linear;
  251. -webkit-transition: all 0.3s linear;
  252. -moz-transition: all 0.3s linear;
  253. {/block:ifInfoonhover}
  254. }
  255.  
  256. #asker {
  257. float:left;
  258. line-height: 130%;
  259. }
  260.  
  261. .question{
  262. text-align: center;
  263. letter-spacing:1px;
  264. }
  265.  
  266. .answer{
  267. text-align: left;
  268. letter-spacing:1px;
  269. }
  270.  
  271.  
  272. #credit {
  273. font-size:8px;
  274. font-family:georgia;
  275. letter-spacing:2px;
  276. -moz-transition-duration:0.5s;
  277. -webkit-transition-duration:0.5s;
  278. -o-transition-duration:0.5s;
  279. }
  280.  
  281. #credit a {
  282. background-color:#fff;
  283. padding:5px;
  284. border:1px solid #e9e9e9;
  285. position:fixed;
  286. right:15px;
  287. bottom:10px
  288. }
  289.  
  290. .sources
  291. {
  292. filter:alpha(opacity=0);
  293. opacity:0;
  294. font-size: 0px;
  295. }
  296.  
  297. #con {
  298. background-color:{color:background};
  299. width:500px;
  300. margin: 0 auto -12px auto;
  301. text-align: center;
  302. }
  303.  
  304. #quote {
  305. line-height: 130%;
  306. font-size:18px;
  307. font-family: 'Lato', sans-serif;
  308. text-align: center;
  309. letter-spacing: 1px;
  310. font-weight: 300;
  311. }
  312.  
  313. #cover {
  314. position: relative;
  315. z-index: 1;
  316. height: 80px;
  317. float:left;
  318. border:1px solid #f0f0f0;
  319. padding:4px;
  320. }
  321.  
  322. #button {
  323. width:20px;
  324. height:30px;
  325. overflow: hidden;
  326. position: relative;
  327. z-index: 99;
  328. margin: 15px 24px 13px 16px;
  329. }
  330.  
  331. #buttons {
  332. background-color: #fff;
  333. position: absolute;
  334. z-index: 99;
  335. margin-top: 15px;
  336. margin-left: 15px;
  337. opacity: 0;
  338. -webkit-transition: opacity 0.5s linear;
  339. -webkit-transition: all 0.5s linear;
  340. -moz-transition: all 0.5s linear;
  341. -o-transition: all 0.5s linear;
  342. }
  343. #buttons:hover {
  344. opacity:0.5;
  345. }
  346.  
  347. #musicinfo {
  348. margin-top:5px;
  349. padding-top:20px;
  350. margin-left: 100px;
  351. font-size:12px;
  352. min-height:70px;
  353. text-align:center;
  354. }
  355.  
  356. #pagination {
  357. font-family:times;
  358. width:100%;
  359. font-size:11px;
  360. margin-top:35px;
  361. margin-bottom:25px;
  362. letter-spacing:1px;
  363. word-spacing:15px;
  364. text-align:center;
  365. }
  366.  
  367. #pagination a {
  368. color:{color:link};
  369. -webkit-transition: opacity 0.5s linear;
  370. -webkit-transition: all 0.5s linear;
  371. -moz-transition: all 0.5s linear;
  372. -o-transition: all 0.5s linear;
  373. }
  374.  
  375. #pagination a:hover {
  376. border-bottom: 1px solid {color:link};
  377. -webkit-transition: opacity 0.5s linear;
  378. -webkit-transition: all 0.5s linear;
  379. -moz-transition: all 0.5s linear;
  380. -o-transition: all 0.5s linear;
  381. }
  382.  
  383. #notez {
  384. list-style:lower-roman;
  385. padding-bottom:5px;
  386. padding-top:5px;
  387. margin-left:0px;
  388. font-size:8px;
  389. display:inline-block;
  390. }
  391.  
  392. #notez a {
  393. display:inline-block;
  394. padding-bottom:10px;
  395. }
  396.  
  397. #notez img {
  398. display:none;
  399. }
  400.  
  401. .border {
  402. padding-top: 3px;
  403. margin-top: 4px;
  404. border-top: 1px solid #f0f0f0;
  405. }
  406.  
  407. </style></head><body>
  408.  
  409. <div id="con">
  410.  
  411. <div id="sidebar">
  412.  
  413. <div id="title">{text:title text}</div>
  414.  
  415. <div id="description">{description}</div>
  416.  
  417. </div>
  418.  
  419. <div id="links">
  420. <a href="{text:link 1 url}">{text:link 1 message}</a>
  421. · <a href="{text:link 2 url}">{text:link 2 message}</a>
  422. · <a href="{text:link 3 url}">{text:link 3 message}</a>
  423. · <a href="{text:link 4 url}">{text:link 4 message}</a>
  424.  
  425. </div>
  426.  
  427. <div id="entries">
  428. {block:Posts}
  429.  
  430. {block:ContentSource}
  431.  
  432. <!--{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  433.  
  434. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  435.  
  436. {/block:SourceLogo}
  437.  
  438. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}-->
  439.  
  440. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  441.  
  442. <div id="post">
  443.  
  444. <div class="info">
  445. {block:Date}{12HourWithZero}:{Minutes} {ShortMonth} {DayOfMonthWithZero}{DayOfMonthSuffix}{/block:Date}<br>
  446. <a href="{Permalink}">with {NoteCountWithLabel}</a><br>
  447. {block:RebloggedFrom}<a href="{ReblogRootURL}">source</a> / <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  448. <div class="border"></div>
  449. {block:HasTags}file under:<br>{block:Tags}<a href="{TagURL}" style="margin-right: 5px;">{Tag},</a>{/block:Tags}{/block:HasTags}
  450. </div>
  451.  
  452. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  453.  
  454. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  455.  
  456. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  457.  
  458. {block:Quote}<div id="quote">"{Quote}"</div>{block:Source}<br><br> <b><font size="1.5"><div style="text-align: right;">-{Source}</div></font></b>{/block:Source}{/block:Quote}
  459.  
  460. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  461.  
  462. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}<font size="2">{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br><br>{/block:Lines}</font>{/block:Chat}
  463.  
  464. {block:Audio}
  465. <div id="buttons"><div id="button">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  466. {block:AlbumArt}<img src="{AlbumArtURL}" id="cover">{/block:AlbumArt}
  467. <div id="musicinfo">
  468. {block:TrackName}<h1><u>{TrackName}</u></h1>{/block:Trackname}<br>
  469. {block:Artist}{Artist}{/block:Artist}
  470. </div>
  471. <div style="margin-top:20px;">{block:caption}{Caption}{/block:caption}</div>
  472. {/block:Audio}
  473.  
  474. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  475.  
  476. {block:Answer}
  477. <div class="question"><u><b>{Asker}</b></u>: {Question}</div><div class="answer"><blockquote>{Answer}</blockquote></div>{/block:Answer}
  478.  
  479. </div>
  480. {block:Permalink}<div id="notez">{block:PostNotes}{PostNotes}{/block:PostNotes}{/block:Permalink}
  481. {/block:Posts}</div>
  482.  
  483. </div></div>
  484.  
  485. {block:Pagination}
  486. <div id="pagination">
  487. {block:PreviousPage}
  488. <a href="{PreviousPage}">←</a>
  489. {/block:PreviousPage}
  490. {block:JumpPagination length="3"}
  491. {block:CurrentPage}
  492. <span class="current_page">{PageNumber}</span>
  493. {/block:CurrentPage}
  494. {block:JumpPage}
  495. <a class="jump_page" href="{URL}">{PageNumber}</a>
  496. {/block:JumpPage}
  497. {/block:JumpPagination}
  498. {block:NextPage}
  499. <a href="{NextPage}">→</a>
  500. {/block:NextPage}
  501. </div>
  502. {/block:Pagination}
  503.  
  504. </div>
  505.  
  506. <div id="credit"><a href="http://www.doctorwatsn.tumblr.com">221b</div>
  507.  
  508. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement