Advertisement
horanique

THEME10

Jun 3rd, 2013
331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.17 KB | None | 0 0
  1.  
  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.  
  7. <!--- theme by diaemonds@tumblr
  8. dont claim as yours // delete or move credit // basically just use it ok it's not that difficult--->
  9.  
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <meta name="image:sidebar" content""/>
  13. <meta name="color:text" content""/>
  14. <meta name="color:links" content""/>
  15. <meta name="color:desc" content""/>
  16. <meta name="color:linkhover" content""/>
  17. <meta name="color:scrollbar"content="" />
  18. <meta name="color:border" content="" />
  19.  
  20.  
  21. <meta name="text:link1url" content""/>
  22. <meta name="text:linktitle1" content""/>
  23. <meta name="text:link2url" content""/>
  24. <meta name="text:linktitle2" content""/>
  25. <meta name="text:link3url" content""/>
  26. <meta name="text:linktitle3" content""/>
  27. <meta name="text:link4url" content""/>
  28. <meta name="text:linktitle4" content""/>
  29.  
  30. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  31.  
  32. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  33.  
  34. <script>
  35.  
  36. (function($){
  37.  
  38. $(document).ready(function(){
  39.  
  40. $("a[title]").style_my_tooltips({
  41.  
  42. tip_follows_cursor:true,
  43.  
  44. tip_delay_time:50,
  45.  
  46. tip_fade_speed:600,
  47.  
  48. attribute:"title"
  49.  
  50. });
  51.  
  52. });
  53.  
  54. })(jQuery);
  55.  
  56. </script>
  57.  
  58.  
  59.  
  60. <link href='http://fonts.googleapis.com/css?family=IM+Fell+English:400,400italic' rel='stylesheet' type='text/css'>
  61.  
  62.  
  63. <style type="text/css">
  64.  
  65.  
  66.  
  67.  
  68. body {
  69. font-family: times new;
  70. font-size: 10px;
  71. color: {color:text};
  72. margin: 0;
  73. }
  74.  
  75. a {
  76. color: {color:links};
  77. text-decoration: none;
  78. transition: all 0.7s ease-out;
  79. -o-transition-transition: all 0.7s ease-out;
  80. -webkit-transition: all 0.7s ease-out;
  81. -moz-transition: all 0.7s ease-out;
  82. }
  83.  
  84. a:hover {
  85. color: {color:linkhover};
  86. }
  87.  
  88. ::-webkit-scrollbar {background-color:#fff; height:8px; width:5px}
  89. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  90. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  91.  
  92.  
  93. #content {
  94. width: 500px;
  95. margin: auto;
  96. line-height: 8px;
  97. padding-top: 80px;
  98. font-family: times new;
  99. }
  100.  
  101. .hello {
  102. text-transform: uppercase;
  103. letter-spacing: 1px;
  104. font-size: 120%;
  105. margin-left: 20px;
  106. padding-bottom: 20px;
  107. }
  108.  
  109.  
  110.  
  111.  
  112. .posts {
  113. padding: 19px;
  114. margin-top: 20px;
  115. overflow: hidden;
  116. background: #FFF;
  117. width: 500px;
  118. }
  119.  
  120.  
  121.  
  122.  
  123. blockquote {
  124. border-left: 2px solid #F0F0F0;
  125. padding: 1px 1px 1px 10px;
  126. margin: 5px;
  127. }
  128.  
  129.  
  130.  
  131. #captions {
  132. display: block;
  133. padding: 1px 10px 1px 10px;
  134. margin-top: 10px;
  135. {block:IfNotShowCaptions}
  136. {block:IndexPage}
  137. display: none;
  138. {/block:IndexPage}
  139. {/block:IfNotShowCaptions}
  140. }
  141.  
  142. #audiocaptions {
  143. display: block;
  144. padding: 1px 10px 1px 10px;
  145. margin-top: 10px;
  146. {block:IfNotShowCaptions}
  147. {block:IndexPage}
  148. display: none;
  149. {/block:IndexPage}
  150. {/block:IfNotShowCaptions}
  151. }
  152.  
  153.  
  154.  
  155.  
  156.  
  157.  
  158. #albumart img {
  159. width: 50px;
  160. height: 50px;
  161. }
  162.  
  163.  
  164. #permalink {
  165. padding: 5px 10px 5px 10px;
  166.  
  167. }
  168.  
  169.  
  170. #sidebar {
  171. background-color: #fff;
  172. width: 100%;
  173. height: 110px;
  174. position: fixed;
  175. top: 0px;
  176. text-align: justify;
  177. }
  178.  
  179.  
  180. #daimage img {
  181. opacity: .8;
  182. margin-left: 40px;
  183. height: 90px;
  184. width: 90px;
  185. padding:5px;
  186. }
  187.  
  188.  
  189. #title {
  190. color: {color:desc};
  191. font-size: 150%;
  192. font-style: italic;
  193. font-weight: bold;
  194. opacity: 1;
  195. margin-top: -40px;
  196. margin-left: 270px;
  197. }
  198.  
  199.  
  200. #desc {
  201. width: 190px;
  202. height: 50px;
  203. padding:5px;
  204. text-align: right;
  205. font-family: times new;
  206. letter-spacing: 1px;
  207. text-transform: lowercase;
  208. font-size: 100%;
  209. margin-top: -75px;
  210. margin-left:170px;
  211. line-height: 101%;
  212. color: {color:desc};
  213. opacity:1;
  214. transition: all 0.9s ease-out;
  215. -o-transition-transition: all 0.9s ease-out;
  216. -webkit-transition: all 0.9s ease-out;
  217. -moz-transition: all 0.9s ease-out
  218. }
  219.  
  220.  
  221.  
  222.  
  223. .navi {
  224. width: 100px;
  225. margin-top:-53px;
  226. margin-left: 410px;
  227. text-align: center;
  228. line-height: 120%;
  229. font-family: times new;
  230. letter-spacing: 1px;
  231. font-size: 90%;
  232. font-style: oblique;
  233. opacity: 1;
  234. transition: all 0.7s ease-out;
  235. -o-transition-transition: all 0.7s ease-out;
  236. -webkit-transition: all 0.7s ease-out;
  237. -moz-transition: all 0.7s ease-out;
  238.  
  239.  
  240. }
  241.  
  242. .navi a {
  243. width: 30px;
  244. display:inline-block;
  245. color: {color:desc};
  246. padding: 2px;
  247. opacity: 1;
  248. }
  249.  
  250. .navi a:hover {
  251. opacity: .8;
  252. }
  253.  
  254.  
  255.  
  256.  
  257. #info {
  258. text-transform: uppercase;
  259. font-size: 80%;
  260. letter-spacing: 1px;
  261. font-family: consolas;
  262. text-align: right;
  263. margin-right: 10px;
  264. margin-top: 20px;
  265. line-height: 8px;
  266. word-spacing: -1px;
  267. color: {color:links};
  268. transition: all 0.7s ease-out;
  269. -o-transition-transition: all 0.7s ease-out;
  270. -webkit-transition: all 0.7s ease-out;
  271. -moz-transition: all 0.7s ease-out;
  272. }
  273.  
  274.  
  275. #info a {
  276. color: {color:text};
  277. }
  278.  
  279.  
  280.  
  281. #tags {
  282. padding-right: 5px;
  283. font-size: 8px;
  284. color: {color:links};
  285. text-align: right;
  286. opacity: 0;
  287. transition: all 0.7s ease-out;
  288. -o-transition-transition: all 0.7s ease-out;
  289. -webkit-transition: all 0.7s ease-out;
  290. -moz-transition: all 0.7s ease-out;
  291. }
  292.  
  293. .posts:hover #tags {
  294. opacity: .8;
  295. }
  296.  
  297. iframe#tumblr_controls {
  298. position: fixed !important;
  299. z-index: 9999;
  300. }
  301.  
  302.  
  303. #pagination {
  304. width: 100px;
  305. margin-left: 20px;
  306. margin-top: 73px;
  307. word-spacing: 4px;
  308. font-size:7px;
  309. letter-spacing: 1px;
  310. text-align:center;
  311. opacity: .8;
  312. text-transform: uppercase;
  313. font-family: times new;
  314. transition: all 0.7s ease-out;
  315. -o-transition-transition: all 0.7s ease-out;
  316. -webkit-transition: all 0.7s ease-out;
  317. -moz-transition: all 0.7s ease-out;
  318.  
  319. }
  320.  
  321. #pagination a {
  322. color: {color:desc};
  323. }
  324.  
  325.  
  326. #credit a {
  327. position:fixed;
  328. bottom:5px;
  329. right:-52px;
  330. text-transform:uppercase;
  331. color:#666666;
  332. font-size:8px;
  333. width:80px;
  334. font-family:consolas;
  335. text-align:center;
  336. transition: all 0.7s ease-out;
  337. -o-transition-transition: all 0.7s ease-out;
  338. -webkit-transition: all 0.7s ease-out;
  339. -moz-transition: all 0.7s ease-out;
  340. }
  341.  
  342. #credit a:hover {
  343. right: -3px;
  344. transition: all 0.7s ease-out;
  345. -o-transition-transition: all 0.7s ease-out;
  346. -webkit-transition: all 0.7s ease-out;
  347. -moz-transition: all 0.7s ease-out;
  348. }
  349.  
  350.  
  351. #s-m-t-tooltip {
  352. z-index: 9999;
  353. background: {color:desc};
  354. font-size: 8px;
  355. line-height: 8px;
  356. font-family: times new;
  357. letter-spacing: 2px;
  358. text-transform: uppercase;
  359. color: #fff;
  360. max-width: 150px;
  361. word-wrap: break-word;
  362. padding: 5px;
  363. display: block;
  364. opacity: .9;
  365. margin-top: 10px;
  366. margin-left: 10px;
  367. -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  368. -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  369. box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.03);
  370.  
  371. }
  372.  
  373.  
  374.  
  375. </style>
  376.  
  377. <link href="#s-m-t-tooltip" rel="stylesheet" type="text/css" />
  378.  
  379. </head>
  380.  
  381.  
  382.  
  383. <body>
  384.  
  385.  
  386. <div id="content">
  387.  
  388.  
  389. <div id="sidebar">
  390.  
  391.  
  392. <div id="daimage"><img src="{image:sidebar}"></div>
  393.  
  394.  
  395.  
  396. <div id="desc">{Description}</div>
  397.  
  398.  
  399.  
  400. <div class="navi">
  401. <a href="{text:link1url}" >{text:linktitle1}</a>
  402. <a href="{text:link2url}" >{text:linktitle2}</a><br>
  403. <a href="{text:link3url}" >{text:linktitle3}</a>
  404. <a href="{text:link4url}" >{text:linktitle4}</a>
  405. </div>
  406.  
  407. <div id="title">{Title}</div>
  408.  
  409.  
  410. <div id="pagination">
  411. {block:Pagination}
  412. <div class="ha">
  413. {block:PreviousPage}
  414. <a href="{PreviousPage}">prev</a>
  415. {/block:PreviousPage}
  416. {block:NextPage}
  417. <a href="{NextPage}">next</a>
  418. {/block:NextPage}
  419. </div>
  420. {/block:Pagination}
  421. </div>
  422.  
  423.  
  424.  
  425. </div>
  426.  
  427.  
  428.  
  429.  
  430. {block:Posts}
  431.  
  432.  
  433. <div class="posts">
  434.  
  435.  
  436. {block:Text}
  437.  
  438. {block:Title}
  439. <div class="hello">{Title}</div>
  440. {/block:Title}
  441.  
  442. {Body}
  443.  
  444. {/block:Text}
  445.  
  446.  
  447.  
  448.  
  449. {block:Photo}
  450.  
  451. <center>
  452. <img src="{PhotoURL-500}">
  453. </center>
  454.  
  455. {block:Caption}
  456. <div id="captions">
  457. {Caption}</div>
  458. {/block:Caption}
  459.  
  460. {/block:Photo}
  461.  
  462.  
  463.  
  464. {block:Photoset}
  465.  
  466. <div class="photoset">
  467. {Photoset-500}
  468. </div>
  469.  
  470. {block:Caption}
  471. <div id="captions">
  472. {Caption}</div>
  473. {/block:Caption}
  474.  
  475. {/block:Photoset}
  476.  
  477.  
  478.  
  479. {block:Quote}
  480.  
  481. ❝{Quote}❞
  482.  
  483. {block:Source}
  484. <br><br>—{Source}
  485. {/block:Source}
  486.  
  487. {/block:Quote}
  488.  
  489.  
  490.  
  491. {block:Link}
  492.  
  493. <a href="{URL}" {Target}>+ {Name}</a>
  494.  
  495. {block:Description}
  496. {Description}
  497. {/block:Description}
  498.  
  499. {/block:Link}
  500.  
  501.  
  502.  
  503. {block:Chat}
  504.  
  505. {block:Title}
  506. <div class="hello">{Title}</div>
  507. {/block:Title}
  508.  
  509.  
  510. {block:Lines}<br>
  511. {block:Label}<b>{Label}</b>{/block:Label} {Line}
  512. {/block:Lines}
  513.  
  514.  
  515. {/block:Chat}
  516.  
  517.  
  518.  
  519. {block:Audio}
  520.  
  521.  
  522.  
  523. {AudioPlayerWhite}
  524. <br>
  525. {block:TrackName}<b></b> {TrackName}{/block:TrackName} -
  526. {block:Artist}<b></b>{Artist}{/block:Artist}
  527. {block:Caption}
  528. <div id="audiocaptions">
  529. {Caption}</div>
  530. {/block:Caption}
  531.  
  532. {/block:Audio}
  533.  
  534.  
  535.  
  536. {block:Video}
  537.  
  538. <div class="video">
  539. {block:IndexPage}{Video-500}{/block:IndexPage}
  540. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  541. </div>
  542. {block:Caption}
  543. <div id="captions">
  544. {Caption}</div>
  545. {/block:Caption}
  546.  
  547. {/block:Video}
  548.  
  549.  
  550.  
  551. {block:Answer}
  552.  
  553. <center> <div style="font-size: 110%; text-transform: uppercase; letter-spacing: 1px;">{Asker}</div> <br>
  554. <i>{Question}</i>
  555.  
  556. <div style="line-height: 8px;padding-top: 10px;">{Answer}</div></center>
  557.  
  558. {/block:Answer}
  559.  
  560. <div id="info">
  561.  
  562. {block:Date}<a href="{permalink}">{TimeAgo}</a>{/block:Date}&#160<a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom}&#160<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}&#160{block:ContentSource}<a href="{SourceURL}">source</a>{/block:ContentSource}
  563. <br>
  564. <div id="tags">{block:HasTags}{block:Tags}+ <a href="{tagurl}">{tag} {/block:Tags} {/block:HasTags}</div>
  565.  
  566. {block:PermalinkPage}
  567. <div style="text-align:left;">{block:PostNotes}
  568. {PostNotes}
  569. {/block:PostNotes}</div>
  570. {/block:PermalinkPage}
  571.  
  572. </div>
  573.  
  574. </div>
  575.  
  576.  
  577.  
  578. {/block:Posts}
  579.  
  580.  
  581. <div id="credit"><a href="http://diaemonds.tumblr.com/">[C] DIAEMONDS </a></div>
  582.  
  583. </div>
  584. <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>
  585. </body>
  586. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement