Advertisement
sofiiayala

Theme 3 by Sofi

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