Advertisement
horanique

THEME01

Feb 19th, 2013
536
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.99 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <head><title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5.  
  6. <!--- THEME BY DIAEMONDS@tumblr
  7. dont use as base / claim as yours / or anything else like only use it please--->
  8.  
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <meta name="image:Sidebar" content""/>
  12. <meta name="color:text" content""/>
  13. <meta name="color:links" content""/>
  14. <meta name="color:desc" content""/>
  15. <meta name="color:linkhover" content""/>
  16. <meta name="color:sblinks" content""/>
  17. <meta name="color:border" content"" />
  18. <meta name="color:scrollbar" content""/>
  19.  
  20. <meta name="text:link1url" content""/>
  21. <meta name="text:linktitle1" content""/>
  22. <meta name="text:link2url" content""/>
  23. <meta name="text:linktitle2" content""/>
  24. <meta name="text:link3url" content""/>
  25. <meta name="text:linktitle3" content""/>
  26. <meta name="text:link4url" content""/>
  27. <meta name="text:linktitle4" content""/>
  28.  
  29.  
  30. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  31. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  32. <script>
  33. (function($){
  34. $(document).ready(function(){
  35. $("[title]").style_my_tooltips();
  36. });
  37. })(jQuery);
  38. </script>
  39.  
  40.  
  41. <style type="text/css">
  42.  
  43. @font-face { font-family: "littlefont"; src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf'); }
  44.  
  45. body {
  46. font-family: calibri;
  47. font-size: 11px;
  48. color: {color:text};
  49. margin: 0;
  50. }
  51.  
  52. a {
  53. color: {color:links};
  54. text-decoration: none;
  55. }
  56.  
  57. a:hover {
  58. color: {color:linkhover};
  59. -webkit-transition: all 0.5s ease;
  60. -moz-transition: all 0.5s ease;
  61. -o-transition: all 0.5s ease;
  62. }
  63.  
  64. ::-webkit-scrollbar {background-color:#fff; height:8px; width:8px}
  65. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  66. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  67.  
  68.  
  69. #content {
  70. width: 500px;
  71. margin: auto;
  72. line-height: 10px;
  73. font-family: times new;
  74. }
  75.  
  76. .hello {
  77. text-transform: uppercase;
  78. letter-spacing: 1px;
  79. font-size: 120%;
  80. margin-left: 20px;
  81. padding-bottom: 20px;
  82. }
  83.  
  84.  
  85.  
  86.  
  87. .posts {
  88. padding: 19px;
  89. margin-top: 20px;
  90. overflow: hidden;
  91. background: #FFF;
  92. width: 500px;
  93. }
  94.  
  95.  
  96.  
  97. .posts img {
  98. max-width: 100%;
  99. }
  100.  
  101.  
  102. blockquote {
  103. border-left: 2px solid #F0F0F0;
  104. padding: 1px 1px 1px 10px;
  105. margin: 5px;
  106. }
  107.  
  108.  
  109.  
  110. #captions {
  111. display: block;
  112. padding: 1px 10px 1px 10px;
  113. margin-top: 10px;
  114. {block:IfNotShowCaptions}
  115. {block:IndexPage}
  116. display: none;
  117. {/block:IndexPage}
  118. {/block:IfNotShowCaptions}
  119. }
  120.  
  121. #audiocaptions {
  122. display: block;
  123. padding: 1px 10px 1px 10px;
  124. margin-top: 10px;
  125. {block:IfNotShowCaptions}
  126. {block:IndexPage}
  127. display: none;
  128. {/block:IndexPage}
  129. {/block:IfNotShowCaptions}
  130. }
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137. #albumart img {
  138. width: 50px;
  139. height: 50px;
  140. }
  141.  
  142.  
  143. #permalink {
  144. padding: 5px 10px 5px 10px;
  145.  
  146. }
  147.  
  148.  
  149.  
  150.  
  151. #sidebar {
  152. width: 100px;
  153. position: fixed;
  154. margin-top: 130px;
  155. margin-left: -190px;
  156. text-align: justify;
  157. background: #FBFBFB;
  158. }
  159.  
  160.  
  161.  
  162. #sidebar img {
  163. width: 100px;
  164. }
  165.  
  166. #sidebar a:hover {
  167.  
  168. }
  169.  
  170.  
  171. #desc {
  172. padding:3px;
  173. text-align: center;
  174. font-family: times new;
  175. font-size: 10px;
  176. line-height: 8px;
  177. color: {color:desc};
  178. opacity: 0.75;
  179. margin-left:-5px;
  180. }
  181.  
  182. #desc a {
  183. font-size: 8px;
  184. }
  185.  
  186. #navi {
  187. color: {color:sblinks};
  188. text-align: center;
  189. font-size: 9px;
  190. font-family: baskerville;
  191. word-spacing:10px;
  192. margin-top:-10px;
  193. padding-bottom: 3px;
  194. border-bottom: 1px solid {color:border};
  195. opacity: 0;
  196. transition: all 0.7s ease-out;
  197. -o-transition-transition: all 0.7s ease-out;
  198. -webkit-transition: all 0.7s ease-out;
  199. -moz-transition: all 0.7s ease-out;
  200. }
  201.  
  202. #navi a {
  203. color: {color:sblinks};
  204. }
  205.  
  206.  
  207. #sidebar:hover #navi {
  208. opacity: 1;
  209. margin-top: 8px;
  210. transition: all 0.7s ease-out;
  211. -o-transition-transition: all 0.7s ease-out;
  212. -webkit-transition: all 0.7s ease-out;
  213. -moz-transition: all 0.7s ease-out;
  214. }
  215.  
  216.  
  217.  
  218.  
  219. #pagination {
  220. width: 100px;
  221. margin-top: 5px;
  222. font-size:10px;
  223. text-align:center;
  224. opacity: 0;
  225. font-family: cambria;
  226. transition: all 0.7s ease-out;
  227. -o-transition-transition: all 0.7s ease-out;
  228. -webkit-transition: all 0.7s ease-out;
  229. -moz-transition: all 0.7s ease-out;
  230.  
  231. }
  232.  
  233. #sidebar:hover #pagination {
  234. opacity: 1;
  235. transition: all 0.7s ease-out;
  236. -o-transition-transition: all 0.7s ease-out;
  237. -webkit-transition: all 0.7s ease-out;
  238. -moz-transition: all 0.7s ease-out;
  239. }
  240.  
  241. #asker {
  242. font-size: 15px;
  243. font-style: italic;
  244. text-align: center;
  245. font-family: times new;
  246. padding-bottom: 8px;
  247. }
  248.  
  249. #question {
  250. text-transform: uppercase;
  251. text-align: center;
  252. margin-top: 5px;
  253. font-size: 70%;
  254. }
  255.  
  256. #answer {
  257. text-align: justify;
  258. margin-top: 30px;
  259. }
  260.  
  261. #info {
  262.  
  263. text-transform: uppercase;
  264. font-size: 60%;
  265. letter-spacing: 1px;
  266. font-family: times new;
  267. text-align: right;
  268. line-height: 3px;
  269. word-spacing: -1px;
  270. color: {color:links};
  271. opacity: .8;
  272.  
  273. }
  274.  
  275. #info a {
  276. color: {color:text};
  277. }
  278.  
  279.  
  280. #credit {
  281. position:fixed;
  282. bottom:7px;
  283. right:5px;
  284. text-transform:uppercase;
  285. color:#ddd;
  286. font-size:10px;
  287. font-family:'littlefont';
  288. width:100px;
  289. text-align:right;
  290. opacity: .5;
  291. }
  292.  
  293.  
  294. iframe#tumblr_controls {
  295. position: fixed !important;
  296. z-index: 9999;
  297. }
  298.  
  299.  
  300. #s-m-t-tooltip {
  301. z-index: 9999;
  302. background: #fff;
  303. font-size: 8px;
  304. line-height: 8px;
  305. font-family: calibria;
  306. letter-spacing: 1px;
  307. text-transform: uppercase;
  308. color: {color:text};
  309. max-width: 150px;
  310. word-wrap: break-word;
  311. padding: 2px;
  312. display: block;
  313. opacity: .9;
  314. margin-top: 10px;
  315. margin-left: 10px;
  316. -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  317. -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  318. box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  319. }
  320.  
  321. </style>
  322.  
  323. <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" />
  324.  
  325. </head>
  326.  
  327.  
  328.  
  329. <body>
  330.  
  331.  
  332. <div id="content">
  333.  
  334.  
  335. <div id="sidebar">
  336.  
  337.  
  338. <img src="{image:sidebar}">
  339.  
  340.  
  341. <div id="navi">
  342. <a href="{text:link1url}" title="{text:linktitle1}">I.</a>
  343. <a href="{text:link2url}" title="{text:linktitle2}">II.</a>
  344. <a href="{text:link3url}" title="{text:linktitle3}">III.</a>
  345. <a href="{text:link4url}" title="{text:linktitle4}">IV.</a>
  346. </div>
  347.  
  348.  
  349. <div id="desc">{Description}</div>
  350.  
  351.  
  352. <div id="pagination">
  353. {block:Pagination}
  354. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  355. </div>
  356.  
  357.  
  358. </div>
  359.  
  360.  
  361. {block:Posts}
  362.  
  363.  
  364. <div class="posts">
  365.  
  366.  
  367. {block:Text}
  368.  
  369. {block:Title}
  370. <div class="hello">{Title}</div>
  371. {/block:Title}
  372.  
  373. {Body}
  374.  
  375. {/block:Text}
  376.  
  377.  
  378.  
  379.  
  380. {block:Photo}
  381.  
  382. <center>
  383. <img src="{PhotoURL-500}">
  384. </center>
  385.  
  386. {block:Caption}
  387. <div id="captions">
  388. {Caption}</div>
  389. {/block:Caption}
  390.  
  391. {/block:Photo}
  392.  
  393.  
  394.  
  395. {block:Photoset}
  396.  
  397. <div class="photoset">
  398. {Photoset-500}
  399. </div>
  400.  
  401. {block:Caption}
  402. <div id="captions">
  403. {Caption}</div>
  404. {/block:Caption}
  405.  
  406. {/block:Photoset}
  407.  
  408.  
  409.  
  410. {block:Quote}
  411.  
  412. ❝{Quote}❞
  413.  
  414. {block:Source}
  415. <br><br>—{Source}
  416. {/block:Source}
  417.  
  418. {/block:Quote}
  419.  
  420.  
  421.  
  422. {block:Link}
  423.  
  424. <a href="{URL}" {Target}>+ {Name}</a>
  425.  
  426. {block:Description}
  427. {Description}
  428. {/block:Description}
  429.  
  430. {/block:Link}
  431.  
  432.  
  433.  
  434. {block:Chat}
  435.  
  436. {block:Title}
  437. <div class="hello">{Title}</div>
  438. {/block:Title}
  439.  
  440.  
  441. {block:Lines}<br>
  442. {block:Label}<b>{Label}</b>{/block:Label} {Line}
  443. {/block:Lines}
  444.  
  445.  
  446. {/block:Chat}
  447.  
  448.  
  449.  
  450. {block:Audio}
  451.  
  452.  
  453.  
  454. {AudioPlayerWhite}
  455. <br>
  456. {block:TrackName}<b></b> {TrackName}{/block:TrackName} -
  457. {block:Artist}<b></b>{Artist}{/block:Artist}
  458. {block:Caption}
  459. <div id="audiocaptions">
  460. {Caption}</div>
  461. {/block:Caption}
  462.  
  463. {/block:Audio}
  464.  
  465.  
  466.  
  467. {block:Video}
  468.  
  469. <div class="video">
  470. {block:IndexPage}{Video-500}{/block:IndexPage}
  471. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  472. </div>
  473. {block:Caption}
  474. <div id="captions">
  475. {Caption}</div>
  476. {/block:Caption}
  477.  
  478. {/block:Video}
  479.  
  480.  
  481.  
  482. {block:Answer}
  483.  
  484. <div id="asker">{Asker}</div>
  485. <div id="question">{Question}</div>
  486.  
  487. <div id="answer">{Answer}</div>
  488.  
  489. {/block:Answer}
  490.  
  491.  
  492. </div>
  493.  
  494. <div id="info">
  495.  
  496. {block:Date}<a href="{permalink}">{TimeAgo}</a>{/block:Date}{block:RebloggedFrom}&#160&#160<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}&#160&#160{block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}&#160&#160<a href="{Permalink}">{NoteCountWithLabel}</a>
  497. </div>
  498.  
  499. {block:PermalinkPage}
  500. <span style="text-align:left;">{block:PostNotes}
  501. {PostNotes}
  502. {/block:PostNotes}</span>
  503. {/block:PermalinkPage}
  504.  
  505.  
  506. <div id="credit"><a href="http://diaemonds.tumblr.com/" title="diaemonds">©</a></div>
  507.  
  508.  
  509. {/block:Posts}
  510.  
  511. </div>
  512. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}</style><a href="http://www.cursors-4u.com/" target="_blank" title="Small Grey Outline Pointer"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Small Grey Outline Pointer" style="position:absolute; top: 0px; right: 0px;" /></a>
  513. </body>
  514. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement