Advertisement
sofiiayala

Theme 5 by Sofi

Oct 22nd, 2013
432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.22 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 5 by Sofi. DON'T REMOVE THE CREDIT. You can change it, ask me how, BUT DONT 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 background" content=""/>
  15.  
  16. <meta name="if:hover for description" content="1"/>
  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="family"/>
  25. <meta name="text:link 4 url" content="/"/>
  26. <meta name="text:link 5 message" content="navi"/>
  27. <meta name="text:link 5 url" content="/"/>
  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-bottom: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. ::-webkit-scrollbar {width: 4px; height: 4px; background: #f0f0f0; }
  60. ::-webkit-scrollbar-thumb { background-color: #999999; -webkit-border-radius: 0ex; }
  61.  
  62. body {
  63. background:{color:background};
  64. margin:0px;
  65. color:{color:text};
  66. font-family:Calibri;
  67. font-size:10px;
  68. line-height:100%;
  69. cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png) 3 3, auto;
  70. }
  71.  
  72. a {
  73. text-decoration:none;
  74. outline:none;
  75. -moz-outline-style:none;
  76. color:{color:link};
  77. }
  78.  
  79. a:hover {
  80. text-decoration:none;
  81. outline:none;
  82. -moz-outline-style:none;
  83. color:{color:hover link};
  84. }
  85.  
  86. img {
  87. border:none;
  88. }
  89.  
  90. blockquote {
  91. padding-left:5px;
  92. border-left:2px solid;
  93. margin-left: 2px;
  94. }
  95.  
  96. h1 {
  97. font-size:18px;
  98. font-family: cookie;
  99. text-align: right;
  100. font-style: italic;
  101. text-transform: lowercase;
  102. }
  103.  
  104. #entries {
  105. padding:10px;
  106. width:600px;
  107. margin-left:550px;
  108. margin-top:20px;
  109. margin-bottom: 20px;
  110. }
  111.  
  112. #post {
  113. opacity: 0.93;
  114. margin-top:20px;
  115. margin-bottom:0px;
  116. padding:9px;
  117. overflow: hidden;
  118. margin-right: 25px;
  119. text-align: left;
  120. width: 500px;
  121. transition: all 0.3s linear;
  122. -webkit-transition: opacity 0.3s linear;
  123. -webkit-transition: all 0.3s linear;
  124. -moz-transition: all 0.3s linear;
  125. }
  126.  
  127. #post:hover {
  128. opacity: 1;
  129. transition: all 0.3s linear;
  130. -webkit-transition: opacity 0.3s linear;
  131. -webkit-transition: all 0.3s linear;
  132. -moz-transition: all 0.3s linear;
  133. }
  134.  
  135. #post:hover #tags {
  136. opacity: 1;
  137. transition: all 0.3s linear;
  138. -webkit-transition: opacity 0.3s linear;
  139. -webkit-transition: all 0.3s linear;
  140. -moz-transition: all 0.3s linear;
  141. }
  142.  
  143. #sidebar {
  144. width:250px;
  145. height: 500px;
  146. position:fixed;
  147. margin-left:200px;
  148. margin-top:-40px;
  149. background-color: #fff;
  150. background-image:url("{image:sidebar background}");
  151. background-size: contain;
  152. transition: all 0.3s linear;
  153. -webkit-transition: opacity 0.3s linear;
  154. -webkit-transition: all 0.3s linear;
  155. -moz-transition: all 0.3s linear;
  156. }
  157.  
  158. #sidebar:hover #description {
  159. opacity: 0.9;
  160. transition: all 0.3s linear;
  161. -webkit-transition: opacity 0.3s linear;
  162. -webkit-transition: all 0.3s linear;
  163. -moz-transition: all 0.3s linear;
  164. }
  165.  
  166. #sidebar:hover #links {
  167. opacity: 0.9;
  168. transition: all 0.3s linear;
  169. -webkit-transition: opacity 0.3s linear;
  170. -webkit-transition: all 0.3s linear;
  171. -moz-transition: all 0.3s linear;
  172. }
  173.  
  174. #sidebar:hover #pagination {
  175. opacity: 0.9;
  176. transition: all 0.3s linear;
  177. -webkit-transition: opacity 0.3s linear;
  178. -webkit-transition: all 0.3s linear;
  179. -moz-transition: all 0.3s linear;
  180. }
  181.  
  182. #title {
  183. font-size:15px;
  184. text-align:center;
  185. margin-bottom:5px;
  186. }
  187.  
  188. #sidebarimage {
  189. width 250px;
  190. }
  191.  
  192. #sidebarimage img {
  193. width:250px;
  194. }
  195.  
  196. #description {
  197. opacity: 0.9;
  198. {block:ifhoverfordescription}
  199. opacity: 0;
  200. {/block:ifhoverfordescription}
  201. width: 150px;
  202. margin-left: 50px;
  203. margin-top: 10px;
  204. padding:5px;
  205. text-align:center;
  206. background-color: #fff;
  207. height: auto;
  208. transition: all 0.3s linear;
  209. -webkit-transition: opacity 0.3s linear;
  210. -webkit-transition: all 0.3s linear;
  211. -moz-transition: all 0.3s linear;
  212. }
  213.  
  214. #links {
  215. opacity: 0.9;
  216. {block:ifhoverfordescription}
  217. opacity: 0;
  218. {/block:ifhoverfordescription}
  219. width: 75px;
  220. padding: 5px;
  221. text-align:center;
  222. background-color: #fff;
  223. margin-left: 87.5px;
  224. margin-top: 250px;
  225. color: #838282;
  226. transition: all 0.3s linear;
  227. -webkit-transition: opacity 0.3s linear;
  228. -webkit-transition: all 0.3s linear;
  229. -moz-transition: all 0.3s linear;
  230. }
  231.  
  232. #links a:hover {
  233. border-bottom: 2px solid #ccc;
  234. transition: all 0.3s linear;
  235. -webkit-transition: opacity 0.3s linear;
  236. -webkit-transition: all 0.3s linear;
  237. -moz-transition: all 0.3s linear;
  238. }
  239.  
  240. #pagination {
  241. opacity: 0.9;
  242. font-size:8px;
  243. width: 154px;
  244. margin-left: 50px;
  245. padding:3px;
  246. text-align:center;
  247. background-color: #fff;
  248. {block:ifhoverfordescription}
  249. opacity: 0;
  250. {/block:ifhoverfordescription}
  251. transition: all 0.3s linear;
  252. -webkit-transition: opacity 0.3s linear;
  253. -webkit-transition: all 0.3s linear;
  254. -moz-transition: all 0.3s linear;
  255. }
  256.  
  257. #info {
  258. font-size: 9.5px;
  259. margin-top: 4px;
  260. text-align:right;
  261. }
  262.  
  263. #border {
  264. margin-top: 8px;
  265. border-top: 1px solid #f0eded;
  266. }
  267.  
  268. #tags {
  269. font-size: 9px;
  270. text-align: center;
  271. color: #f0eded;
  272. opacity: 0;
  273. transition: all 0.3s linear;
  274. -webkit-transition: opacity 0.3s linear;
  275. -webkit-transition: all 0.3s linear;
  276. -moz-transition: all 0.3s linear;
  277. }
  278.  
  279. #asker {
  280. float:left;
  281. }
  282.  
  283. .question{
  284. text-align: center;
  285. font-style: italic;
  286. letter-spacing:1px;
  287. padding:6px;
  288. background-color: #ebebeb;
  289. }
  290.  
  291. .answer{
  292. background-color:transparent;
  293. line-height: 10px;
  294. text-align: left;
  295. font-size: 10px;
  296. }
  297.  
  298. .answer img {
  299. {block:indexpage}
  300. max-width: 480px;
  301. {/block:indexpage}
  302. {block:PermalinkPage}
  303. width: 480px;
  304. height: auto;
  305. {/block:PermalinkPage}
  306. }
  307.  
  308. #quote {
  309. line-height: 14px;
  310. font-size:20px;
  311. font-family: cookie;
  312. text-align: center;
  313. font-style: italic;
  314. text-transform: lowercase;
  315. font-weight: bolder;
  316. }
  317.  
  318. #source {
  319. text-align: right;
  320. }
  321.  
  322. #credit {
  323. font-size:9px;
  324. font-family:georgia;
  325. letter-spacing:1px;
  326. -moz-transition-duration:0.5s;
  327. -webkit-transition-duration:0.5s;
  328. -o-transition-duration:0.5s;
  329. }
  330.  
  331. #credit a {
  332. background-color:transparent;
  333. padding:5px;
  334. border:1px solid #e9e9e9;
  335. position:fixed;
  336. right:15px;
  337. bottom:10px
  338. }
  339.  
  340. {CustomCSS}</style></head><body>
  341.  
  342. <div id="sidebar">
  343.  
  344. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  345.  
  346. <div id="links"><center>
  347. <a href="{text:link 1 url}" title="{text:link 1 message}">01.</a>
  348. <a href="{text:link 2 url}" title="{text:link 2 message}">02.</a>
  349. <a href="{text:link 3 url}" title="{text:link 3 message}">03.</a>
  350. <a href="{text:link 4 url}" title="{text:link 4 message}">04.</a>
  351. <a href="{text:link 5 url}" title="{text:link 5 message}">05.</a>
  352. </center></div>
  353.  
  354. <div id="description"><i>{Description}</i></div>
  355.  
  356. <div id="pagination">
  357. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage} -
  358. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  359. </div>
  360.  
  361. </div>
  362.  
  363. <div id="entries">{block:Posts}
  364.  
  365. {block:ContentSource}
  366.  
  367. <!--{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  368.  
  369. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  370.  
  371. {/block:SourceLogo}
  372.  
  373. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}-->
  374.  
  375. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  376. <div id="post">
  377.  
  378. {block:Text}<h1>{block:Title}{Title};{/block:Title}</h1>{Body}{/block:Text}
  379.  
  380. {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}
  381.  
  382. {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}
  383.  
  384. {block:Quote}<div id="quote"><font size="3"><i>"{Quote}"</i></font></div>{block:Source}<div id="source"><br><br> —<b><font size="1.5">{Source}</font></b></div>{/block:Source}{/block:Quote}
  385.  
  386. {block:Link}<h1><a href="{URL}" {Target}>{Name};</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  387.  
  388. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}<font size="2">{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</font>{/block:Chat}
  389.  
  390. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  391.  
  392. {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}
  393.  
  394. {block:Answer}
  395. <div class="question"><b>{Asker}'s thoughts:</b> {Question}</div><div class="answer"><blockquote>{Answer}</blockquote></div>{/block:Answer}
  396.  
  397. <div id="border"></div>
  398. <div id="info">
  399. {block:Date} {TimeAgo}{/block:Date} · <a href="{Permalink}">
  400. {NoteCount}</a>
  401.  
  402. <div id="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div></div>
  403.  
  404. </div>
  405. {block:PostNotes}{PostNotes}{/block:PostNotes}
  406. {/block:Posts}</div>
  407.  
  408. <div id="credit"><a href="http://www.nobodycouldbethatclever.tumblr.com"> ♥</div>
  409.  
  410. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement