Advertisement
sofiiayala

Theme 7 by Sofi for Tumblr

Nov 17th, 2013
733
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.74 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 7 by Sofi. DO NOT REMOVE THE CREDIT, YOU CAN CHANGE THE LITTLE ICON BUT YOU CAN NOT REMOVE IT. -->
  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:hover Link" content="#d3d3d3"/>
  14. <meta name="image:sidebar" content=""/>
  15.  
  16. <meta name="text:link 1 message" content="home"/>
  17. <meta name="text:link 1 url" content="/"/>
  18. <meta name="text:link 2 message" content="mail"/>
  19. <meta name="text:link 2 url" content="/ask"/>
  20. <meta name="text:link 3 message" content="about"/>
  21. <meta name="text:link 3 url" content="/"/>
  22. <meta name="text:link 4 message" content="navi"/>
  23. <meta name="text:link 4 url" content="/"/>
  24.  
  25. <meta name="text:sidebar title" content="stars are magic;"/>
  26.  
  27. <meta name="if:Show title" content="1"/>
  28.  
  29. <script type="text/javascript">
  30. WebFontConfig = {
  31. google: { families: [ 'Flamenco::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 src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  44. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  45. <script>
  46. (function($){
  47. $(document).ready(function(){
  48. $("a[title]").style_my_tooltips({
  49. tip_follows_cursor:true,
  50. tip_delay_time:90,
  51. tip_fade_speed:600,
  52. attribute:"title"
  53. });
  54. });
  55. })(jQuery);
  56. </script>
  57.  
  58. <style type="text/css">
  59.  
  60. #s-m-t-tooltip {
  61. padding:2px;
  62. margin:20px 0px 0px 20px;
  63. background: #fff; /* change the background color */
  64. border-bottom:1px solid #ccc; /* change the border color */
  65. font-family:times; /* change the font */
  66. font-size:8px; /* change the font size */
  67. letter-spacing:1px; /* change the letter spacing */
  68. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  69. color:#000; /* change the text color */
  70. z-index:999999999999999999999999999999999999;
  71. }
  72.  
  73. #bite
  74. #bite a{
  75. display:block
  76. }
  77. #bite .death {
  78. margin-top:0px;filter: alpha(opacity = 0);
  79. opacity:0;-webkit-transition: all 0.5s ease-out;
  80. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  81. }
  82.  
  83. #bite:hover .death {
  84. margin-top:0px;
  85. -webkit-transition: all 0.8s ease-out;
  86. -moz-transition: all 0.8s ease-out;
  87. transition: all 0.8s ease-out;
  88. filter: alpha(opacity = 100);
  89. filter: alpha(opacity = 100);
  90. opacity:100;
  91. }
  92.  
  93. #actualnews {
  94. font-family:calibri;
  95. font-size:10.3px;
  96. color: #b8b8b8;
  97. width:90px;
  98. height:auto;
  99. padding-top:3px;
  100. border:1px solid#b8b8b8;
  101. margin-left: 11px;
  102. margin-top:85px;
  103. text-align:center;
  104. position:fixed;
  105. }
  106.  
  107. #thekey img{
  108. width:130px;
  109. margin-top: -40px;
  110. margin-left:0px;
  111. position:fixed;
  112. }
  113.  
  114. ::-webkit-scrollbar {width: 4px; height: 4px; background: #f0f0f0; }
  115. ::-webkit-scrollbar-thumb { background-color: #999999; -webkit-border-radius: 0ex; }
  116.  
  117. body {
  118. background:{color:background};
  119. margin:0px;
  120. color:{color:text};
  121. font-family:Calibri;
  122. font-size:10px;
  123. line-height:100%;
  124. cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png) 3 3, auto;
  125. }
  126.  
  127. a {
  128. text-decoration:none;
  129. outline:none;
  130. -moz-outline-style:none;
  131. color:{color:link};
  132. }
  133.  
  134. a:hover {
  135. text-decoration:none;
  136. outline:none;
  137. -moz-outline-style:none;
  138. color:{color:hover link};
  139. }
  140.  
  141. img {
  142. border:none;
  143. }
  144.  
  145. blockquote {
  146. padding-left:5px;
  147. border-left:2px solid;
  148. margin-left: 2px;
  149. }
  150.  
  151. h1 {
  152. font-size:20px;
  153. font-family: 'Flamenco';
  154. text-align: center;
  155. }
  156.  
  157. #cont {
  158. width: 100%;
  159. height: 100%;
  160. text-align: center;
  161. }
  162.  
  163. #entries {
  164. padding:10px;
  165. width:600px;
  166. margin-left:450px;
  167. margin-top:40px;
  168. margin-bottom: 20px;
  169. }
  170.  
  171. #post {
  172. opacity: 0.93;
  173. margin-top:20px;
  174. margin-bottom:0px;
  175. padding:9px;
  176. overflow: hidden;
  177. margin-right: 25px;
  178. text-align: left;
  179. width: 500px;
  180. transition: all 0.3s linear;
  181. -webkit-transition: opacity 0.3s linear;
  182. -webkit-transition: all 0.3s linear;
  183. -moz-transition: all 0.3s linear;
  184. }
  185.  
  186. #post:hover {
  187. opacity: 1;
  188. transition: all 0.3s linear;
  189. -webkit-transition: opacity 0.3s linear;
  190. -webkit-transition: all 0.3s linear;
  191. -moz-transition: all 0.3s linear;
  192. }
  193.  
  194. #post:hover #tags {
  195. opacity: 1;
  196. transition: all 0.3s linear;
  197. -webkit-transition: opacity 0.3s linear;
  198. -webkit-transition: all 0.3s linear;
  199. -moz-transition: all 0.3s linear;
  200. }
  201.  
  202. #links {
  203. width: 102px;
  204. font-size: 11px;
  205. height: auto;
  206. text-align: center;
  207. margin-top: 10px;
  208. font-family: "calisto mt";
  209. font-style: italic;
  210. transition: all 0.1s linear;
  211. -webkit-transition: opacity 0.1s linear;
  212. -webkit-transition: all 0.1s linear;
  213. -moz-transition: all 0.1s linear;
  214. }
  215.  
  216. #link1 {
  217. width: 45px;
  218. text-align: center;
  219. border-top: 2px solid #fff;
  220. line-height: 20px;
  221. margin-top:5px;
  222. margin-left: 1.5px;
  223. }
  224.  
  225. #link2 {
  226. width: 45px;
  227. text-align: center;
  228. border-top: 2px solid #fff;
  229. line-height: 20px;
  230. margin-left: 53px;
  231. margin-top: -22px;
  232. }
  233.  
  234. #link3 {
  235. width: 45px;
  236. text-align: center;
  237. border-top: 2px solid #fff;
  238. line-height: 20px;
  239. margin-top: 7px;
  240. margin-left: 1.5px;
  241. }
  242.  
  243. #link4 {
  244. width: 45px;
  245. text-align: center;
  246. border-top: 2px solid #fff;
  247. line-height: 20px;
  248. margin-left: 53px;
  249. margin-top: -22px;
  250. }
  251.  
  252. #link1:hover {
  253. border-top: 2px solid #f0eded;
  254. }
  255.  
  256. #link2:hover {
  257. border-top: 2px solid #f0eded;
  258. }
  259.  
  260. #link3:hover {
  261. border-top: 2px solid #f0eded;
  262. }
  263.  
  264. #link4:hover {
  265. border-top: 2px solid #f0eded;
  266. }
  267.  
  268.  
  269. #sidebar {
  270. width:102px;
  271. position:fixed;
  272. margin-left:300px;
  273. margin-top:100px;
  274. text-align:center;
  275. }
  276.  
  277. #sidebar:hover #links {
  278. width: 102px;
  279. font-size: 11px;
  280. height: auto;
  281. text-align: center;
  282. margin-top: 10px;
  283. font-family: "calisto mt";
  284. font-style: italic;
  285. opacity: 1;
  286. transition: all 0.1s linear;
  287. -webkit-transition: opacity 0.1s linear;
  288. -webkit-transition: all 0.1s linear;
  289. -moz-transition: all 0.1s linear;
  290. }
  291.  
  292. {block:IfShowtitle}
  293. #title {
  294. font-size:15px;
  295. text-align:center;
  296. margin-bottom:5px;
  297. font-family: 'Flamenco';
  298. {/block:IfShowtitle}
  299.  
  300. }
  301.  
  302. #sidebarimage {
  303. width 102px;
  304. opacity: 0.9;
  305. transition: all 0.3s linear;
  306. -webkit-transition: opacity 0.3s linear;
  307. -webkit-transition: all 0.3s linear;
  308. -moz-transition: all 0.3s linear;
  309. }
  310.  
  311. #sidebarimage img {
  312. margin-top:50px;
  313. width:102px;
  314. padding: 2px;
  315. image:url({"image:sidebar"});
  316. }
  317.  
  318. #sidebarimage:hover {
  319. opacity: 1;
  320. transition: all 0.3s linear;
  321. -webkit-transition: opacity 0.3s linear;
  322. -webkit-transition: all 0.3s linear;
  323. -moz-transition: all 0.3s linear;
  324. }
  325.  
  326. #description {
  327. padding:5px;
  328. text-align:justify;
  329. border-top: 1px solid #f0eded ;
  330. border-bottom: 1px solid #f0eded ;
  331. margin-top: 8px;
  332. font-size: 9px;
  333. letter-spacing: 0.5px;
  334. }
  335.  
  336. #pagination {
  337. font-size:10px;
  338. text-align:center;
  339. color: #666;
  340. font-family: times;
  341. width: 102px;
  342. font-style: italic;
  343. }
  344.  
  345. .info {
  346. font-size: 7px;
  347. margin-top: 3px;
  348. text-align:right;
  349. font-family: times;
  350. text-transform: uppercase;
  351. letter-spacing: 0.8;
  352. }
  353.  
  354. .info a {
  355. color: {color:text};
  356. }
  357.  
  358. .info a:hover {
  359. color:{color:hover link};
  360. }
  361.  
  362. .via {
  363. font-size: 7px;
  364. margin-top: -10px;
  365. text-align:left;
  366. font-family: times;
  367. text-transform: uppercase;
  368. letter-spacing: 0.8;
  369. }
  370.  
  371. .via a {
  372. color: {color:text};
  373. }
  374.  
  375. .via a:hover {
  376. color:{color:hover link};
  377. }
  378.  
  379. heart {
  380. font-size: 8px;
  381. line-height: -5px;
  382. }
  383.  
  384. #border {
  385. margin-top: 8px;
  386. border-top: 1px solid #f0eded;
  387. }
  388.  
  389. #tags {
  390. font-size: 9px;
  391. text-align: center;
  392. opacity: 0;
  393. transition: all 0.3s linear;
  394. -webkit-transition: opacity 0.3s linear;
  395. -webkit-transition: all 0.3s linear;
  396. -moz-transition: all 0.3s linear;
  397. }
  398.  
  399. #asker {
  400. float:left;
  401. }
  402.  
  403. .question{
  404. text-align: center;
  405. font-style: italic;
  406. letter-spacing:1px;
  407. padding:6px;
  408. background-color: #ebebeb;
  409. }
  410.  
  411. .answer{
  412. background-color:transparent;
  413. line-height: 10px;
  414. text-align: left;
  415. font-size: 10px;
  416. }
  417.  
  418. .answer img {
  419. {block:indexpage}
  420. max-width: 480px;
  421. {/block:indexpage}
  422. {block:PermalinkPage}
  423. width: 480px;
  424. height: auto;
  425. {/block:PermalinkPage}
  426. }
  427.  
  428. #quote {
  429. line-height: 16px;
  430. font-size:20px;
  431. font-family: 'Flamenco';
  432. text-align: center;
  433. font-weight: bolder;
  434. }
  435.  
  436. #source {
  437. text-align: right;
  438. }
  439.  
  440. #credit {
  441. font-size:9px;
  442. font-family:georgia;
  443. letter-spacing:1px;
  444. -moz-transition-duration:0.5s;
  445. -webkit-transition-duration:0.5s;
  446. -o-transition-duration:0.5s;
  447. }
  448.  
  449. #credit a {
  450. background-color:transparent;
  451. padding:5px;
  452. border:1px solid #e9e9e9;
  453. position:fixed;
  454. right:15px;
  455. bottom:10px;
  456. }
  457.  
  458. {CustomCSS}</style></head><body>
  459. <div id="cont">
  460.  
  461. <div id="sidebar">
  462.  
  463. {block:IfShowtitle}<div id="title">{text:sidebar Title}</div>{/block:IfShowtitle}
  464.  
  465. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  466.  
  467. <div id="links">
  468. <div id="link1"><a href="{text:link 1 url}">{text:link 1 message}</a></div>
  469. <div id="link2"><a href="{text:link 2 url}">{text:link 2 message}</a></div>
  470. <div id="link3"><a href="{text:link 3 url}">{text:link 3 message}</a></div>
  471. <div id="link4"><a href="{text:link 4 url}">{text:link 4 message}</a></div>
  472. </div>
  473.  
  474. <div id="description">{Description}</div>
  475.  
  476. <div id="pagination">
  477. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}
  478. {block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}{/block:Pagination}
  479. </div>
  480.  
  481. </div>
  482.  
  483. <div id="entries">{block:Posts}
  484.  
  485.  
  486. <div id="post">
  487.  
  488. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  489.  
  490. {block:Photo}{block:IndexPage}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{/block:IndexPage}{block:permalinkpage}{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=500px/>{block:Caption}{Caption}{/block:Caption}{LinkCloseTag}{/block:permalinkpage}{/block:Photo}
  491.  
  492. {block:Photoset}{block:IndexPage}{LinkOpenTag}{Photoset-500}{LinkCloseTag}{/block:IndexPage}{block:permalinkpage}{LinkOpenTag}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{LinkCloseTag}{/block:permalinkpage}{/block:Photoset}
  493.  
  494. {block:Quote}<div id="quote">'{Quote}'</div>{block:Source}<div id="source"><br><br> —<b><font size="1.5">{Source}</font></b></div>{/block:Source}{/block:Quote}
  495.  
  496. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  497.  
  498. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}<font size="2">{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}
  499. <br>{/block:Lines}</font>{/block:Chat}
  500.  
  501. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  502.  
  503. {block:Video}{block:IndexPage}{LinkOpenTag}{VideoEmbed-500}{LinkCloseTag}{/block:IndexPage}{block:permalinkpage}{LinkOpenTag}{VideoEmbed-500}{block:Caption}{Caption}{/block:Caption}{LinkCloseTag}{/block:permalinkpage}{/block:Video}
  504.  
  505. {block:Answer}
  506. <div class="question"><b>{Asker}:</b> {Question}</div><div class="answer"><blockquote>{Answer}</blockquote></div>{/block:Answer}
  507.  
  508. <div id="border"></div>
  509. <div class="info">
  510. {block:Date} {TimeAgo}{/block:Date} · <heart>♥</heart><a href="{Permalink}">
  511. {NoteCount}</a></div>
  512.  
  513. <div class="via">
  514. {block:RebloggedFrom}<a href="{ReblogRootURL}">source</a> · <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  515. </div>
  516.  
  517. <div id="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  518.  
  519. </div>
  520. {block:PostNotes}{PostNotes}{/block:PostNotes}
  521. {/block:Posts}</div>
  522.  
  523. <div id="credit"><a href="http://www.doctorwatsn.tumblr.com">221b</div>
  524.  
  525. </div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement