Advertisement
sofiiayala

Theme 13 by Sofi for Tumblr

Jan 11th, 2014
833
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.08 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. <!---- Team Free Will by Sofi. DON'T STEAL THE CREDIT, CUSTOMIZE IT AS MUCH AS YOU WANT BUT DON'T STEAL IT, IT'S ILLEGAL --->
  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="image:sidebar" content=""/>
  14. <meta name="text:banner title" content=""/>
  15.  
  16. <meta name="text:link 1" content="Link 1"/>
  17. <meta name="text:link 1 url" content="/"/>
  18. <meta name="text:link 2" content="Link 2"/>
  19. <meta name="text:link 2 url" content="/"/>
  20. <meta name="text:link 3" content="Link 3"/>
  21. <meta name="text:link 3 url" content="/"/>
  22. <meta name="text:link 4" content="Link 4"/>
  23. <meta name="text:link 4 url" content="/"/>
  24.  
  25. <script type="text/javascript">
  26. WebFontConfig = {
  27. google: { families: [ 'Petit+Formal+Script::latin' ] }
  28. };
  29. (function() {
  30. var wf = document.createElement('script');
  31. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  32. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  33. wf.type = 'text/javascript';
  34. wf.async = 'true';
  35. var s = document.getElementsByTagName('script')[0];
  36. s.parentNode.insertBefore(wf, s);
  37. })(); </script>
  38.  
  39.  
  40. <style type="text/css">
  41.  
  42. #dhtmltooltip{
  43. position: absolute;
  44. padding:3px;
  45. padding-bottom: 2px;
  46. margin-left:70px;
  47. margin-top: -7px;
  48. background: #f0f0f0; /* change the background color */
  49. font-family:times; /* change the font */
  50. font-size:7px; /* change the font size */
  51. letter-spacing:1px; /* change the letter spacing */
  52. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  53. font-style: bold;
  54. color:{color:text}; /* change the text color */
  55. visibility: hidden;
  56. z-index: 100;
  57. /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
  58. filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
  59. }
  60.  
  61. ::-webkit-scrollbar {width: 4px; height: 4px; background: #f0f0f0; }
  62. ::-webkit-scrollbar-thumb { background-color: #999999; -webkit-border-radius: 0ex; }
  63.  
  64. body {
  65. background:{color:background};
  66. margin:0px;
  67. color:{color:text};
  68. font-family:calibri;
  69. font-size:9px;
  70. line-height:100%;
  71. }
  72.  
  73. body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto;}
  74.  
  75. a {
  76. text-decoration:none;
  77. outline:none;
  78. -moz-outline-style:none;
  79. color:{color:link};
  80. }
  81.  
  82. img {
  83. border:none;
  84. }
  85.  
  86. blockquote {
  87. padding-left:5px;
  88. border-left:2px solid;
  89. margin-left: 2px;
  90. }
  91.  
  92. h1 {
  93. line-height: 130%;
  94. font-size:16px;
  95. font-family: times;
  96. text-align: center;
  97. letter-spacing: 1px;
  98. }
  99.  
  100. #entries {
  101. padding:10px;
  102. width:500px;
  103. margin-left:500px;
  104. margin-top:140px;
  105. }
  106.  
  107. #post {
  108. width:500px;
  109. padding-bottom:20px;
  110. margin-top: 20px;
  111. }
  112.  
  113. #post img {
  114. max-width: 500px;
  115. }
  116.  
  117. #post:hover #tags {
  118. opacity: 1;
  119. transition: all 0.3s linear;
  120. -webkit-transition: opacity 0.3s linear;
  121. -webkit-transition: all 0.3s linear;
  122. -moz-transition: all 0.3s linear;
  123. }
  124.  
  125. #updates {
  126. width:560px;
  127. margin-left:0px;
  128. background-color: {color:background};
  129. text-align: center;
  130. border-bottom: 2px solid #f0f0f0;
  131. margin-top: -141px;
  132. position: fixed;
  133. margin-left: 480px;
  134. padding-top: 60px;
  135. height: 30px;
  136. overflow: hidden;
  137. transition: all 0.5s linear;
  138. -webkit-transition: opacity 0.5s linear;
  139. -webkit-transition: all 0.5s linear;
  140. -moz-transition: all 0.5s linear;
  141. }
  142.  
  143. #updates:hover {
  144. height: 90px;
  145. transition: all 0.5s linear;
  146. -webkit-transition: opacity 0.5s linear;
  147. -webkit-transition: all 0.5s linear;
  148. -moz-transition: all 0.5s linear;
  149. }
  150.  
  151. #title {
  152. width: 560px;
  153. height: 30px;
  154. font-size: 20px;
  155. font-family: 'Petit Formal Script', cursive;
  156. word-spacing: 3px;
  157. letter-spacing: -1px;
  158. transition: all 0.5s linear;
  159. -webkit-transition: opacity 0.5s linear;
  160. -webkit-transition: all 0.5s linear;
  161. -moz-transition: all 0.5s linear;
  162. }
  163.  
  164. #update {
  165. width: 200px;
  166. margin-left: 180px;
  167. transition: all 0.5s linear;
  168. -webkit-transition: opacity 0.5s linear;
  169. -webkit-transition: all 0.5s linear;
  170. -moz-transition: all 0.5s linear;
  171. }
  172.  
  173. #sidebar {
  174. width:250px;
  175. position:fixed;
  176. margin-left:200px;
  177. margin-top:100px;
  178. text-align: center;
  179. }
  180.  
  181. #sidebarimage {
  182. width 250px;
  183. }
  184.  
  185. #sidebarimage img {
  186. width:130px;
  187. }
  188.  
  189. #links {
  190. font-family: calibri;
  191. font-size: 9px;
  192. text-transform: uppercase;
  193. font-weight: bold;
  194. margin-top: 7px;
  195. padding-top: 5px;
  196. border-top: 1px solid #f0f0f0;
  197. width: 200px;
  198. margin-left: 25px;
  199. }
  200.  
  201. #links a {
  202. margin-left: 5px;
  203. margin-right: 5px;
  204. color: {color:text};
  205. line-height: 140%;
  206. transition: all 0.3s linear;
  207. -webkit-transition: opacity 0.3s linear;
  208. -webkit-transition: all 0.3s linear;
  209. -moz-transition: all 0.3s linear;
  210. }
  211.  
  212. #links a:hover {
  213. text-decoration: underline;
  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. padding:5px;
  222. text-align:justify;
  223. width: 160px;
  224. margin-left: 40px;
  225. padding-top: 7px;
  226. font-family: baskervilles;
  227. font-size: 8px;
  228. letter-spacing: 0.5px;
  229. }
  230.  
  231. #pagination {
  232. font-size:8px;
  233. width: 250px;
  234. text-align: center;
  235. font-family: baskervilles;
  236. }
  237.  
  238. #info {
  239. text-align:center;
  240. margin-top:10px;
  241. background-color: #f2f2f2;
  242. padding: 4px;
  243. padding-bottom: 4px;
  244. text-transform: uppercase;
  245. font-family: georgia;
  246. font-size: 7px;
  247. }
  248.  
  249. #asker {
  250. float:left;
  251. }
  252.  
  253. .question{
  254. text-align: center;
  255. letter-spacing:1px;
  256. padding:6px;
  257. }
  258.  
  259. .answer{
  260. background-color:transparent;
  261. line-height: 10px;
  262. text-align: left;
  263. letter-spacing:1px;
  264. }
  265.  
  266.  
  267. #credit {
  268. font-size:9px;
  269. font-family:georgia;
  270. letter-spacing:1px;
  271. -moz-transition-duration:0.5s;
  272. -webkit-transition-duration:0.5s;
  273. -o-transition-duration:0.5s;
  274. }
  275.  
  276. #credit a {
  277. background-color:#fff;
  278. padding:5px;
  279. border:1px solid #e9e9e9;
  280. position:fixed;
  281. right:15px;
  282. bottom:10px
  283. }
  284.  
  285. .sources
  286. {
  287. filter:alpha(opacity=0);
  288. opacity:0;
  289. font-size: 0px;
  290. }
  291.  
  292. #quote {
  293. line-height: 130%;
  294. font-size:16px;
  295. font-family: times;
  296. text-align: center;
  297. letter-spacing: 1px;
  298. }
  299.  
  300. .audio {
  301. width:500px;
  302. padding-bottom:10px;
  303. }
  304.  
  305. .albumart {
  306. float:left;
  307. }
  308.  
  309. .albumart img {
  310. width:80px;
  311. height:80px;
  312. z-index:1;
  313. position: relative;
  314. padding:2px;
  315. border: 3px solid #f0f0f0;
  316. z-index:1;
  317. }
  318.  
  319. #player:hover {
  320. opacity: 0.5;
  321. transition: all 0.2s linear;
  322. -webkit-transition: opacity 0.2s linear;
  323. -webkit-transition: all 0.2s linear;
  324. -moz-transition: all 0.2s linear;
  325. }
  326.  
  327. #player {
  328. text-align:left;
  329. padding:10px;
  330. background-color:#ffffff;
  331. width:60px;
  332. height: 62px;
  333. margin-left: -85px;
  334. margin-top:-80px;
  335. overflow: hidden;
  336. opacity: 0;
  337. z-index: 999999;
  338. margin-bottom: -7px;
  339. position: relative;
  340. transition: all 0.2s linear;
  341. -webkit-transition: opacity 0.2s linear;
  342. -webkit-transition: all 0.2s linear;
  343. -moz-transition: all 0.2s linear;
  344. }
  345.  
  346. .musicinfo {
  347. padding-left:5px;
  348. padding-top: 15px;
  349. color:{color:text};
  350. text-align: center;
  351. }
  352.  
  353. #notez {
  354. text-align: left;
  355. }
  356.  
  357.  
  358. .border {
  359. border-top: solid 1px #f0eded;
  360. }
  361.  
  362. #tags {
  363. font-size: 9px;
  364. margin-top: 5px;
  365. text-align: center;
  366. opacity: 0;
  367. font-family: calibri;
  368. letter-spacing: 0.5px;
  369. transition: all 0.3s linear;
  370. -webkit-transition: opacity 0.3s linear;
  371. -webkit-transition: all 0.3s linear;
  372. -moz-transition: all 0.3s linear;
  373. {block:permalinkpage}
  374. opacity: 1;
  375. {/block:permalinkpage}
  376. }
  377.  
  378. #tags a {
  379. color: {color:text};
  380. margin-left: 5px;
  381. }
  382.  
  383. #tags a:hover {
  384. color: {color:link};
  385. transition: all 0.3s linear;
  386. -webkit-transition: opacity 0.3s linear;
  387. -webkit-transition: all 0.3s linear;
  388. -moz-transition: all 0.3s linear;
  389. }
  390.  
  391. {CustomCSS}</style></head><body>
  392.  
  393. <div id="updates">
  394.  
  395. <div id="title">{text:banner title}</div>
  396.  
  397. <div id="update">
  398. 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>. If you need help with this, want to change the height to make it fit the text or don't know where you have to write, message me <a href="hhtp://nobodycouldbethatclever.tumblr.com/ask">here</a>.
  399. </div>
  400.  
  401. </div>
  402.  
  403. <div id="sidebar">
  404.  
  405. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  406.  
  407. <div id="links">
  408. <a href="{text:link 1 url}">{text:link 1}</a>
  409. <a href="{text:link 2 url}">{text:link 2}</a>
  410. <a href="{text:link 3 url}">{text:link 3}</a>
  411. <a href="{text:link 4 url}">{text:link 4}</a>
  412.  
  413. </div>
  414.  
  415. <div id="description">{Description}</div>
  416.  
  417. <div id="pagination">
  418. {block:Pagination}
  419. {block:PreviousPage}<a href="{PreviousPage}" class="ar">&larr; </a>{/block:PreviousPage}{CurrentPage} of {TotalPages}
  420. {block:NextPage}<a href="{NextPage}"> &rarr;</a>{/block:NextPage}
  421. {/block:Pagination}
  422. </div>
  423.  
  424. </div>
  425.  
  426. <div id="entries">
  427.  
  428. {block:Posts}
  429.  
  430. {block:ContentSource}
  431.  
  432. <!--{SourceURL}{block:SourceLogo}{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. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  445.  
  446. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  447.  
  448. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  449.  
  450. {block:Quote}<div id="quote">"{Quote}"</div>{block:Source}<br><br> —<b><font size="1.5">{Source}</font></b>{/block:Source}{/block:Quote}
  451.  
  452. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  453.  
  454. {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}
  455.  
  456. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  457. <div class="musicinfo">{block:TrackName}<h1> {TrackName}</h1><br />{/block:TrackName}{block:Artist}<div style="font-size:12px; font-style: italic; font-family: times;">{Artist}</div><br />{/block:Artist}
  458. {/block:ExternalAudio}</div>
  459. <br><div id="player">{AudioPlayerWhite}</div></div>
  460. {block:Caption}{Caption}{/block:Caption}{/block:Audio}
  461.  
  462. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  463.  
  464. {block:Answer}
  465. <div class="question"><b>{Asker}</b> said: <i>{Question}</i></div><blockquote><div class="answer">{Answer}</div></blockquote>{/block:Answer}
  466.  
  467. <div id="info">
  468. {block:RebloggedFrom}<a href="{ReblogParentURL}"
  469. onMouseover="ddrivetip('{ReblogParentTitle}')";
  470. onMouseout="hideddrivetip()" style="float: left;">via</a>{/block:RebloggedFrom}{block:Date}{TimeAgo}{/block:Date} with <a href="{Permalink}">
  471. {NoteCount} notes</a> {block:RebloggedFrom}<a href="{ReblogRootURL}"onMouseover="ddrivetip('{ReblogRoottitle}')";
  472. onMouseout="hideddrivetip()" style="float: right;">source</a>{/block:RebloggedFrom}</div>
  473.  
  474. <div id="tags">{block:HasTags}Tagged it as: {block:Tags}<a href="{TagURL}">{Tag},</a>{/block:Tags}{/block:HasTags}</div>
  475.  
  476. </div>
  477. <div id="notez">{block:PostNotes}{PostNotes}{/block:PostNotes}
  478. {/block:Posts}</div>
  479.  
  480. </div></div>
  481.  
  482. </div>
  483.  
  484. <div id="credit"><a href="http://www.doctorwatsn.tumblr.com">221b</div>
  485.  
  486. <div id="dhtmltooltip"></div>
  487.  
  488. <script type="text/javascript">
  489.  
  490. /***********************************************
  491. * Cool DHTML tooltip script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
  492. * This notice MUST stay intact for legal use
  493. * Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
  494. ***********************************************/
  495.  
  496. var offsetxpoint=-60 //Customize x offset of tooltip
  497. var offsetypoint=20 //Customize y offset of tooltip
  498. var ie=document.all
  499. var ns6=document.getElementById && !document.all
  500. var enabletip=false
  501. if (ie||ns6)
  502. var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""
  503.  
  504. function ietruebody(){
  505. return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
  506. }
  507.  
  508. function ddrivetip(thetext, thecolor, thewidth){
  509. if (ns6||ie){
  510. if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
  511. if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=thecolor
  512. tipobj.innerHTML=thetext
  513. enabletip=true
  514. return false
  515. }
  516. }
  517.  
  518. function positiontip(e){
  519. if (enabletip){
  520. var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
  521. var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
  522. //Find out how close the mouse is to the corner of the window
  523. var rightedge=ie&&!window.opera? ietruebody().clientWidth-event.clientX-offsetxpoint : window.innerWidth-e.clientX-offsetxpoint-20
  524. var bottomedge=ie&&!window.opera? ietruebody().clientHeight-event.clientY-offsetypoint : window.innerHeight-e.clientY-offsetypoint-20
  525.  
  526. var leftedge=(offsetxpoint<0)? offsetxpoint*(-1) : -1000
  527.  
  528. //if the horizontal distance isn't enough to accomodate the width of the context menu
  529. if (rightedge<tipobj.offsetWidth)
  530. //move the horizontal position of the menu to the left by it's width
  531. tipobj.style.left=ie? ietruebody().scrollLeft+event.clientX-tipobj.offsetWidth+"px" : window.pageXOffset+e.clientX-tipobj.offsetWidth+"px"
  532. else if (curX<leftedge)
  533. tipobj.style.left="5px"
  534. else
  535. //position the horizontal position of the menu where the mouse is positioned
  536. tipobj.style.left=curX+offsetxpoint+"px"
  537.  
  538. //same concept with the vertical position
  539. if (bottomedge<tipobj.offsetHeight)
  540. tipobj.style.top=ie? ietruebody().scrollTop+event.clientY-tipobj.offsetHeight-offsetypoint+"px" : window.pageYOffset+e.clientY-tipobj.offsetHeight-offsetypoint+"px"
  541. else
  542. tipobj.style.top=curY+offsetypoint+"px"
  543. tipobj.style.visibility="visible"
  544. }
  545. }
  546.  
  547. function hideddrivetip(){
  548. if (ns6||ie){
  549. enabletip=false
  550. tipobj.style.visibility="hidden"
  551. tipobj.style.left="-1000px"
  552. tipobj.style.backgroundColor=''
  553. tipobj.style.width=''
  554. }
  555. }
  556.  
  557. document.onmousemove=positiontip
  558.  
  559. </script>
  560.  
  561. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement