Advertisement
horanique

THEME07

Apr 19th, 2013
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.09 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 claim as yours // delete or move credit // basically just use it ok it's not that difficult--->
  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:scrollbar"content="" />
  17. <meta name="color:border" content="" />
  18.  
  19. <meta name="text:link1url" content""/>
  20. <meta name="text:linktitle1" content""/>
  21. <meta name="text:link2url" content""/>
  22. <meta name="text:linktitle2" content""/>
  23. <meta name="text:link3url" content""/>
  24. <meta name="text:linktitle3" content""/>
  25. <meta name="text:link4url" content""/>
  26. <meta name="text:linktitle4" content""/>
  27.  
  28.  
  29.  
  30. <style type="text/css">
  31.  
  32.  
  33. body {
  34. font-family: times new;
  35. font-size: 10px;
  36. color: {color:text};
  37. margin: 0;
  38. }
  39.  
  40. a {
  41. color: {color:links};
  42. text-decoration: none;
  43. -webkit-transition: all 0.5s ease;
  44. -moz-transition: all 0.5s ease;
  45. -o-transition: all 0.5s ease;
  46. }
  47.  
  48. a:hover {
  49. color: {color:linkhover};
  50. -webkit-transition: all 0.5s ease;
  51. -moz-transition: all 0.5s ease;
  52. -o-transition: all 0.5s ease;
  53. }
  54.  
  55. ::-webkit-scrollbar {background-color:#fff; height:8px; width:5px}
  56. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  57. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  58.  
  59.  
  60. #content {
  61. width: 500px;
  62. margin: auto;
  63. line-height: 8px;
  64. font-family: times new;
  65. }
  66.  
  67. .hello {
  68. text-transform: uppercase;
  69. letter-spacing: 1px;
  70. font-size: 120%;
  71. margin-left: 20px;
  72. padding-bottom: 20px;
  73. }
  74.  
  75.  
  76.  
  77.  
  78. .posts {
  79. padding: 19px;
  80. margin-top: 20px;
  81. margin-left: 10px;
  82. overflow: hidden;
  83. background: #FFF;
  84. width: 500px;
  85. }
  86.  
  87.  
  88.  
  89.  
  90. blockquote {
  91. border-left: 2px solid #F0F0F0;
  92. padding: 1px 1px 1px 10px;
  93. margin: 5px;
  94. }
  95.  
  96.  
  97.  
  98. #captions {
  99. display: block;
  100. padding: 1px 10px 1px 10px;
  101. margin-top: 10px;
  102. {block:IfNotShowCaptions}
  103. {block:IndexPage}
  104. display: none;
  105. {/block:IndexPage}
  106. {/block:IfNotShowCaptions}
  107. }
  108.  
  109. #audiocaptions {
  110. display: block;
  111. padding: 1px 10px 1px 10px;
  112. margin-top: 10px;
  113. {block:IfNotShowCaptions}
  114. {block:IndexPage}
  115. display: none;
  116. {/block:IndexPage}
  117. {/block:IfNotShowCaptions}
  118. }
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125. #albumart img {
  126. width: 50px;
  127. height: 50px;
  128. }
  129.  
  130.  
  131. #permalink {
  132. padding: 5px 10px 5px 10px;
  133.  
  134. }
  135.  
  136.  
  137. #sidebar {
  138. width: 200px;
  139. position: fixed;
  140. margin-top: 150px;
  141. left: 200px;
  142. text-align: justify;
  143. }
  144.  
  145.  
  146. #daimage img {
  147. width: 100px;
  148. height: 150px;
  149. padding: 3px;
  150. }
  151.  
  152.  
  153. #desc {
  154. overflow: auto;
  155. width: 80px;
  156. height: 40px;
  157. border: 1px solid {color:border};
  158. padding:5px;
  159. text-align: justify;
  160. font-family: times new;
  161. letter-spacing: 1px;
  162. text-transform: lowercase;
  163. font-size: 8px;
  164. margin-top: -70px;
  165. margin-left: 110px;
  166. line-height: 8px;
  167. color: {color:desc};
  168. opacity:1;
  169. transition: all 0.9s ease-out;
  170. -o-transition-transition: all 0.9s ease-out;
  171. -webkit-transition: all 0.9s ease-out;
  172. -moz-transition: all 0.9s ease-out
  173. }
  174.  
  175. #sidebar:hover #desc {
  176. opacity: 0;
  177. transition: all 0.9s ease-out;
  178. -o-transition-transition: all 0.9s ease-out;
  179. -webkit-transition: all 0.9s ease-out;
  180. -moz-transition: all 0.9s ease-out;
  181. }
  182.  
  183. .navi {
  184. overflow: auto:
  185. padding: 5px;
  186. width: 90px;
  187. height: 50px;
  188. border: 1px solid {color:border};
  189. margin-top:-52px;
  190. margin-left: 110px;
  191. text-align: center;
  192. line-height: 20px;
  193. font-family: times new;
  194. letter-spacing: 1px;
  195. font-style: oblique;
  196. opacity: 0;
  197. transition: all 0.9s ease-out;
  198. -o-transition-transition: all 0.9s ease-out;
  199. -webkit-transition: all 0.9s ease-out;
  200. -moz-transition: all 0.9s ease-out
  201.  
  202. }
  203.  
  204. .navi a {
  205. width: 40px;
  206. float: left;
  207. color: {color:desc};
  208. padding: 2px;
  209. }
  210.  
  211.  
  212. .navi a:hover {
  213. opacity: .8;
  214. }
  215.  
  216. #sidebar:hover .navi {
  217. opacity: .9;
  218.  
  219. }
  220.  
  221.  
  222.  
  223. #info {
  224. text-transform: uppercase;
  225. font-size: 80%;
  226. letter-spacing: 1px;
  227. font-family: consolas;
  228. text-align: right;
  229. margin-right: 10px;
  230. margin-top: 20px;
  231. line-height: 8px;
  232. word-spacing: -1px;
  233. color: {color:links};
  234. opacity: .9;
  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.  
  242. #info a {
  243. color: {color:text};
  244. }
  245.  
  246.  
  247.  
  248. #tags {
  249. padding-right: 5px;
  250. font-size: 8px;
  251. color: {color:links};
  252. text-align: right;
  253. opacity: 0;
  254. transition: all 0.7s ease-out;
  255. -o-transition-transition: all 0.7s ease-out;
  256. -webkit-transition: all 0.7s ease-out;
  257. -moz-transition: all 0.7s ease-out;
  258. }
  259.  
  260. .posts:hover #tags {
  261. opacity: .8;
  262. }
  263.  
  264. iframe#tumblr_controls {
  265. position: fixed !important;
  266. z-index: 9999;
  267. }
  268.  
  269.  
  270. #pagination {
  271. width: 100px;
  272. word-spacing: 10px;
  273. margin-left: 107px;
  274. margin-top: -65px;
  275. font-size:8px;
  276. letter-spacing: 1px;
  277. text-align:center;
  278. opacity: 1;
  279. font-family: times new;
  280. font-style: oblique;
  281. transition: all 0.7s ease-out;
  282. -o-transition-transition: all 0.7s ease-out;
  283. -webkit-transition: all 0.7s ease-out;
  284. -moz-transition: all 0.7s ease-out;
  285.  
  286. }
  287.  
  288. #credit a {
  289. position:fixed;
  290. bottom:5px;
  291. right:-52px;
  292. text-transform:uppercase;
  293. color:#666666;
  294. font-size:8px;
  295. width:80px;
  296. font-family:consolas;
  297. text-align:center;
  298. transition: all 0.7s ease-out;
  299. -o-transition-transition: all 0.7s ease-out;
  300. -webkit-transition: all 0.7s ease-out;
  301. -moz-transition: all 0.7s ease-out;
  302. }
  303.  
  304. #credit a:hover {
  305. right: -3px;
  306. transition: all 0.7s ease-out;
  307. -o-transition-transition: all 0.7s ease-out;
  308. -webkit-transition: all 0.7s ease-out;
  309. -moz-transition: all 0.7s ease-out;
  310. }
  311.  
  312.  
  313.  
  314. </style>
  315.  
  316. </head>
  317.  
  318.  
  319.  
  320. <body>
  321.  
  322.  
  323. <div id="content">
  324.  
  325.  
  326. <div id="sidebar">
  327.  
  328.  
  329. <div id="daimage"><img src="{image:sidebar}"></div>
  330.  
  331.  
  332.  
  333. <div id="desc">{Description}</div>
  334.  
  335. <div class="navi">
  336. <a href="{text:link1url}" >{text:linktitle1}</a>
  337. <a href="{text:link2url}" >{text:linktitle2}</a><br>
  338. <a href="{text:link3url}" >{text:linktitle3}</a>
  339. <a href="{text:link4url}" >{text:linktitle4}</a>
  340. </div>
  341.  
  342. <div id="pagination">
  343. {block:Pagination}
  344. <div class="ha">
  345. {block:PreviousPage}
  346. <a href="{PreviousPage}">backward</a>
  347. {/block:PreviousPage}
  348. {block:NextPage}
  349. <a href="{NextPage}">further</a>
  350. {/block:NextPage}
  351. </div>
  352. {/block:Pagination}
  353. </div>
  354.  
  355.  
  356. </div>
  357.  
  358.  
  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. <center> <div style="font-size: 110%; text-transform: uppercase; letter-spacing: 1px;">{Asker}</div> <br>
  485. <i>{Question}</i>
  486.  
  487. <div style="line-height: 8px;padding-top: 10px;">{Answer}</div></center>
  488.  
  489. {/block:Answer}
  490.  
  491. <div id="info">
  492.  
  493. {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}
  494. <br>
  495. <div id="tags">{block:HasTags}{block:Tags}+ <a href="{tagurl}">{tag} {/block:Tags} {/block:HasTags}</div>
  496.  
  497. {block:PermalinkPage}
  498. <div style="text-align:left;">{block:PostNotes}
  499. {PostNotes}
  500. {/block:PostNotes}</div>
  501. {/block:PermalinkPage}
  502.  
  503. </div>
  504.  
  505. </div>
  506.  
  507.  
  508.  
  509. {/block:Posts}
  510.  
  511.  
  512. <div id="credit"><a href="http://diaemonds.tumblr.com/">[C] DIAEMONDS </a></div>
  513.  
  514. </div>
  515. <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>
  516. </body>
  517. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement