Advertisement
sofiiayala

Theme 14 by Sofi for Tumblr

Jan 18th, 2014
372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.44 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 14 by Sofi. 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:title" content="#767575"/>
  14. <meta name="color:description" content="#838282"/>
  15. <meta name="image:sidebar background" content=""/>
  16.  
  17. <meta name="text:banner title" content=""/>
  18.  
  19. <meta name="text:link 1 message" content="home"/>
  20. <meta name="text:link 1 url" content="/"/>
  21. <meta name="text:link 2 message" content="message me"/>
  22. <meta name="text:link 2 url" content="/ask"/>
  23. <meta name="text:link 3 message" content="about me"/>
  24. <meta name="text:link 3 url" content="/"/>
  25. <meta name="text:link 4 message" content="navi"/>
  26. <meta name="text:link 4 url" content="/"/>
  27. <meta name="text:link 5 message" content="network"/>
  28. <meta name="text:link 5 url" content="/"/>
  29.  
  30. <script type="text/javascript">
  31. WebFontConfig = {
  32. google: { families: [ 'Lobster+Two:400,400italic:latin' ] }
  33. };
  34. (function() {
  35. var wf = document.createElement('script');
  36. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  37. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  38. wf.type = 'text/javascript';
  39. wf.async = 'true';
  40. var s = document.getElementsByTagName('script')[0];
  41. s.parentNode.insertBefore(wf, s);
  42. })(); </script>
  43.  
  44. <style type="text/css">
  45.  
  46.  
  47. ::-webkit-scrollbar {width: 4px; height: 4px; background: #f0f0f0; }
  48. ::-webkit-scrollbar-thumb { background-color: #999999; -webkit-border-radius: 0ex; }
  49.  
  50. body {
  51. background:{color:background};
  52. margin:0px;
  53. color:{color:text};
  54. font-family:Calibri;
  55. font-size:9px;
  56. line-height:100%;
  57. }
  58.  
  59. body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto;}
  60.  
  61. a {
  62. text-decoration:none;
  63. outline:none;
  64. -moz-outline-style:none;
  65. color:{color:link};
  66. }
  67.  
  68. img {
  69. border:none;
  70. }
  71.  
  72. blockquote {
  73. padding-left:5px;
  74. border-left:2px solid;
  75. margin-left: 2px;
  76. }
  77.  
  78. h1 {
  79. font-size:19px;
  80. font-family:times;
  81. font-weight: lighter;
  82. letter-spacing: 1.5px;
  83. }
  84.  
  85. .hr {
  86. color: #f0eded;
  87. }
  88.  
  89. #entries {
  90. width:400px;
  91. margin-top:90px;
  92. margin-left: 101px;
  93. }
  94.  
  95. #post {
  96. width:400px;
  97. padding-bottom:20px;
  98. margin-top:20px;
  99. margin-bottom:0px;
  100. text-align: left;
  101.  
  102. }
  103.  
  104. #post:hover #tags {
  105. opacity: 1;
  106. transition: all 0.3s linear;
  107. -webkit-transition: opacity 0.3s linear;
  108. -webkit-transition: all 0.3s linear;
  109. -moz-transition: all 0.3s linear;
  110. }
  111.  
  112. #title {
  113. width:594px;
  114. margin-top:0px;
  115. height: auto;
  116. margin-right: 5px;
  117. font-size:35px;
  118. font-family:georgia;
  119. text-align: right;
  120. padding: 3px;
  121. text-transform: lowercase;
  122. background-color: transparent;
  123. font-style: italic;
  124. color: {color:title};
  125. }
  126.  
  127. #sidebar {
  128. width:600px;
  129. margin-top:0px;
  130. height: auto;
  131. padding-top:70px;
  132. text-align: center;
  133. margin-left: 1px;
  134. background-color: {color:background};
  135. background-image:url("{image:sidebar background}");
  136. background-size:cover;
  137. background-position:left bottom;
  138. }
  139.  
  140. #links {
  141. width: 592px;
  142. text-align: center;
  143. padding: 4px;
  144. height: auto;
  145. font-family: trebuchet ms;
  146. text-transform: uppercase;
  147. background-color: #f0f0f0;
  148. transition: all 0.2s linear;
  149. -webkit-transition: opacity 0.2s linear;
  150. -webkit-transition: all 0.2s linear;
  151. -moz-transition: all 0.2s linear;
  152. }
  153.  
  154. #links a {
  155. color: {color:text};
  156. }
  157.  
  158. #links a:hover {
  159. color: {color:link};
  160. border-bottom: 1px solid {color:link};
  161. transition: all 0.2s linear;
  162. -webkit-transition: opacity 0.2s linear;
  163. -webkit-transition: all 0.2s linear;
  164. -moz-transition: all 0.2s linear;
  165. }
  166.  
  167. #description {
  168. width:190px;
  169. text-align: right;
  170. background-color: transparent;
  171. height: auto;
  172. padding: 5px ;
  173. font-size: 10px;
  174. margin-bottom: 5px;
  175. font-family: garamond;
  176. margin-left: 400px;
  177. line-height: 110%;
  178. border-bottom: 1px #f0f0f0 solid;
  179. color:{color:description};
  180. }
  181.  
  182. .info {
  183. font-size: 8px;
  184. margin-top: 8px;
  185. text-align:center;
  186. font-family: georgia;
  187. letter-spacing: 0.8px;
  188. border-top: solid 1px #f0f0f0;
  189. padding: 1px;
  190. }
  191.  
  192. .info a {
  193. color: #595959;
  194. }
  195.  
  196. .info a:hover {
  197. color:{color:hover link};
  198. }
  199.  
  200. #tags {
  201. font-size: 9px;
  202. text-align: center;
  203. opacity: 0;
  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. #tags a {
  211. padding-left: 2px;
  212. padding-right: 2px;
  213. }
  214.  
  215. #asker {
  216. float:left;
  217. }
  218.  
  219. .question{
  220. text-align: center;
  221. letter-spacing:1px;
  222. padding:6px;
  223. }
  224.  
  225. .answer{
  226. background-color:transparent;
  227. line-height: 10px;
  228. text-align: left;
  229. letter-spacing:1px;
  230. font-size: 9px;
  231. }
  232.  
  233.  
  234. #credit {
  235. font-size:9px;
  236. font-family:georgia;
  237. letter-spacing:1px;
  238. -moz-transition-duration:0.5s;
  239. -webkit-transition-duration:0.5s;
  240. -o-transition-duration:0.5s;
  241. }
  242.  
  243. #credit a {
  244. background-color:#fff;
  245. padding:5px;
  246. border:1px solid #e9e9e9;
  247. position:fixed;
  248. right:15px;
  249. bottom:10px
  250. }
  251.  
  252. .sources
  253. {
  254. filter:alpha(opacity=0);
  255. opacity:0;
  256. font-size: 0px;
  257. }
  258.  
  259. #con {
  260. background-color:{color:background};
  261. width:602px;
  262. margin: 0 auto -12px auto;
  263. text-align: center;
  264. }
  265.  
  266. #quote {
  267. line-height: 130%;
  268. font-size:18px;
  269. font-family: times;
  270. text-align: center;
  271. letter-spacing: 1px;
  272. }
  273.  
  274. .audio {
  275. width:250px;
  276. padding-bottom:10px;
  277. }
  278.  
  279. .albumart {
  280. float:left;
  281. padding:4px;
  282. border: 1px solid #ccc;
  283. }
  284.  
  285. .albumart img {
  286. width:50px;
  287. height:50px;
  288. }
  289.  
  290. .player {
  291. text-align:left;
  292. padding:10px;
  293. background-color:#ffffff;
  294. width:50px;
  295. margin-left: 53px;
  296. margin-top:-17px;
  297. }
  298.  
  299. .musicinfo {
  300. padding-left:5px;
  301. padding-top: 3px;
  302. color:{color:text};
  303. margin-left: 65px;
  304. }
  305.  
  306. #pagination {
  307. font-family:times;
  308. width:100%;
  309. font-size:11px;
  310. margin-top:25px;
  311. margin-bottom: 20px;
  312. letter-spacing:1px;
  313. word-spacing:15px;
  314. text-align:center;
  315. }
  316.  
  317. #pagination a {
  318. color:{color:link};
  319. }
  320.  
  321. #notez {
  322. text-align: left;
  323. }
  324.  
  325.  
  326. {CustomCSS}</style></head><body>
  327.  
  328. <div id="con">
  329.  
  330. <div id="sidebar">
  331.  
  332. <div id="description">{description}</div> <br>
  333.  
  334. <div id="title">{text:banner title}</div><br><br>
  335.  
  336. </div>
  337.  
  338. <b><div id="links">
  339. <a href="{text:link 1 url}">{text:link 1 message}</a>
  340. · <a href="{text:link 2 url}">{text:link 2 message}</a>
  341. · <a href="{text:link 3 url}">{text:link 3 message}</a>
  342. · <a href="{text:link 4 url}">{text:link 4 message}</a>
  343. · <a href="{text:link 5 url}">{text:link 5 message}</a>
  344.  
  345. </div></b>
  346.  
  347. <div id="entries">
  348. {block:Posts}
  349.  
  350. {block:ContentSource}
  351.  
  352. <!--{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  353.  
  354. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  355.  
  356. {/block:SourceLogo}
  357.  
  358. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}-->
  359.  
  360. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  361.  
  362. <div id="post">
  363.  
  364. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  365.  
  366. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  367.  
  368. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  369.  
  370. {block:Quote}<div id="quote">"{Quote}"</div>{block:Source}<br><br> —<b><font size="1.5">{Source}</font></b>{/block:Source}{/block:Quote}
  371.  
  372. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  373.  
  374. {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}
  375.  
  376. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  377. <div class="musicinfo">{block:TrackName}<b>•Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>•Artist:</b> {Artist}<br />{/block:Artist}
  378. {/block:ExternalAudio}<b>•Played:</b> {PlayCount} times</div>
  379. <br><div class="player">{AudioPlayerWhite}</div></div>
  380. {block:permalinkpage}{block:Caption}{Caption}{/block:Caption}{/block:permalinkpage}{/block:Audio}
  381.  
  382. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  383.  
  384. {block:Answer}
  385. <div class="question"><b>{Asker}</b> says: <i>{Question}</i></div><blockquote><div class="answer"{Answer}</div></blockquote>{/block:Answer}
  386.  
  387. <div class="info">
  388. {block:RebloggedFrom}<a href="{ReblogParentURL}"
  389. style="float: left;">via</a>{/block:RebloggedFrom}{block:Date}{TimeAgo}{/block:Date} with <a href="{Permalink}">
  390. {NoteCount} notes</a> {block:RebloggedFrom}<a href="{ReblogRootURL}" style="float: right;">source</a>{/block:RebloggedFrom}</div>
  391.  
  392. <div id="tags">{block:HasTags}file under: {block:Tags}<a href="{TagURL}">{Tag}-</a>{/block:Tags}{/block:HasTags}</div>
  393.  
  394. </div>
  395. <div id="notez">{block:PostNotes}{PostNotes}{/block:PostNotes}
  396. {/block:Posts}</div>
  397.  
  398. </div>
  399.  
  400. {block:Pagination}
  401. <div id="pagination">
  402. {block:PreviousPage}
  403. <a href="{PreviousPage}"><i>←</i></a>
  404. {/block:PreviousPage}
  405. {block:JumpPagination length="3"}
  406. {block:CurrentPage}
  407. <span class="current_page">{PageNumber}</span>
  408. {/block:CurrentPage}
  409. {block:JumpPage}
  410. <a class="jump_page" href="{URL}">{PageNumber}</a>
  411. {/block:JumpPage}
  412. {/block:JumpPagination}
  413. {block:NextPage}
  414. <a href="{NextPage}"><i>→</i></a>
  415. {/block:NextPage}
  416. </div>
  417. {/block:Pagination}
  418.  
  419. </div>
  420.  
  421. </div>
  422.  
  423. <div id="credit"><a href="http://www.doctorwatsn.tumblr.com">221b</div>
  424.  
  425. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement