Advertisement
ItsRenata

theme

Dec 12th, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.97 KB | None | 0 0
  1. <head>
  2.  
  3. <!--
  4. 04. Queen of Rap by tinyxo
  5. Do not remove any credits, redistribute or use as a base.
  6. If you have any questions or problems, send me a message!
  7. -->
  8.  
  9. <meta name="color:background" content="#FFFFFF" />
  10. <meta name="color:border" content="#c5c4c4" />
  11. <meta name="color:sidebar" content="#e1e1e1" />
  12. <meta name="color:ask" content="#ededed" />
  13. <meta name="color:text" content="#5c5c5c" />
  14.  
  15. <meta name="color:link" content="#222222" />
  16. <meta name="color:hover" content="#999999" />
  17. <meta name="color:bglink" content="#e9e9e9" />
  18.  
  19. <meta name="image:sidebar" content=""/>
  20. <meta name="image:ava" content=""/>
  21. <meta name="text:title" content="" />
  22. <meta name="text:title size" content="20px" />
  23.  
  24. <meta name="text:Link1 Url" content=""/>
  25. <meta name="text:Link1 Name" content="link 1"/>
  26. <meta name="text:Link2 Url" content=""/>
  27. <meta name="text:Link2 Name" content="link 2"/>
  28. <meta name="text:Link3 Url" content=""/>
  29. <meta name="text:Link3 Name" content="link 3"/>
  30. <meta name="text:Link4 Url" content=""/>
  31. <meta name="text:Link4 Name" content="link 4"/>
  32. <meta name="text:Link5 Url" content=""/>
  33. <meta name="text:Link5 Name" content="link 5"/>
  34. <meta name="text:Link6 Url" content=""/>
  35. <meta name="text:Link6 Name" content="link 6"/>
  36.  
  37. <title>{Title}</title>
  38. <link rel="shortcut icon" href="{Favicon}">
  39. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  40. {block:Description}
  41. <meta name="description" content="{MetaDescription}" />
  42. {/block:Description}
  43.  
  44. <!-- thank you jumpingpuddles on tumblr! -->
  45. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  46. <script type="text/javascript">
  47. window.onload = function() {
  48. $('iframe.photoset').contents().find('.photoset_row').attr("style", "width:500px; margin-bottom: -3px;");
  49. $('iframe.photoset').contents().find('.photoset_row').find('img').attr("style", "width:500px; margin-bottom: -3px;");
  50. $('iframe.photoset').contents().find('.photoset_row_2').find('img').attr("style", "width:245px; margin-right: 0px; margin-bottom: -3px;");
  51. $('iframe.photoset').contents().find('.photoset_row_3').find('img').attr("style", "width:160px; margin-right: 0px; margin-bottom: -3px;");
  52. }
  53. </script>
  54. </head>
  55.  
  56.  
  57. <html>
  58.  
  59. <style type="text/css">
  60. /* SCROLLBAR */
  61. ::selection{
  62. background: {color:link};
  63. color: {color:background};
  64. }
  65. ::-moz-selection{
  66. background: {color:link};
  67. color: {color:background};
  68. }
  69.  
  70. ::-webkit-scrollbar-thumb:vertical{
  71. background-color: {color:link};
  72. border: 1px {color:background} solid;
  73. }
  74.  
  75. ::-webkit-scrollbar-thumb:horizontal{
  76. background-color: {color:link};
  77. border: 1px {color:background} solid;
  78. }
  79.  
  80. ::-webkit-scrollbar{
  81. height: 5px;
  82. width: 5px;
  83. background: {color:background};
  84. }
  85.  
  86. ::-webkit-scrollbar-track-piece {
  87. background: {color:background};
  88. width: 5pt;
  89. }
  90.  
  91. /* BASICS */
  92. body {
  93. margin:0 auto;
  94. background-color: {color:background};
  95. background-image: url({image:background});
  96. background-attachment: fixed;
  97. color: {color:text};
  98. text-align: justify;
  99. font-family: arial;
  100. font-size: 12px;
  101. }
  102. p {
  103. line-height: 12px;
  104. }
  105.  
  106. .credit {
  107. bottom: 5px;
  108. right: 5px;
  109. position: fixed;
  110. padding: 5px;
  111. text-transform: uppercase;
  112. font-family: calibri;
  113. font-size: 8px;
  114. }
  115.  
  116. a:link,a:active,a:visited {
  117. color: {color:link};
  118. text-decoration: none;
  119. -webkit-transition: all 0.5s ease-out;
  120. -moz-transition: all 0.5s ease-out;
  121. transition: all 0.5s ease-out;
  122. }
  123. a:hover{
  124. text-decoration: none;
  125. color: {color:hover};
  126. -webkit-transition: all 0.5s ease-out;
  127. -moz-transition: all 0.5s ease-out;
  128. transition: all 0.5s ease-out;
  129. }
  130.  
  131. .links a {
  132. margin-bottom: 1px;
  133. padding: 7px 5px;
  134. background-color: {color:bglink};
  135. color: {color:link};
  136. display: block;
  137. }
  138. .links a:hover {
  139. background-color: {color:link};
  140. color: {color:background};
  141. letter-spacing: 3px;
  142. }
  143.  
  144. .pagination a {
  145. padding: 0 10px 0;
  146. color: {color:link};
  147. }
  148.  
  149. .pagination a:hover {
  150. color: {color:hover};
  151. }
  152.  
  153. #info1 {
  154. padding-right: 4px;
  155. color: {color:link};
  156. font-family: calibri;
  157. font-size: 9px;
  158. font-weight: bold;
  159. text-transform: uppercase;
  160. }
  161.  
  162. #info2 {
  163. padding-right: 4px;
  164. color: {color:hover};
  165. font-size: 9px;
  166. opacity: .8;
  167. }
  168. #info2:hover {
  169. color: {color:link};
  170. opacity: 1;
  171. }
  172.  
  173. img a:hover {
  174. background: none;
  175. }
  176. /* END OF BASICS*/
  177.  
  178. /* ENTRIES */
  179. .posts {
  180. margin: 30px 0 0 550px;
  181. position: absolute;
  182. width: 500px;
  183. text-align: justify;
  184. }
  185. #entry{
  186. width: 500px;
  187. {block:PermalinkPage}padding-bottom: 40px;{/block:PermalinkPage}
  188. }
  189. #info {
  190. margin-top: 5px;
  191. padding: 2px 0 2px 0;
  192. background-color: none;
  193. text-align: left;
  194. line-height: 12px;
  195. font-family: arial;
  196. font-size: 10px;
  197. text-transform: lowercase;
  198. {block:PermalinkPage}margin-bottom: 10px;{/block:PermalinkPage}
  199. {block:IndexPage}margin-bottom: 40px;{/block:IndexPage}
  200. }
  201.  
  202. .right {
  203. float: right;
  204. }
  205. /* END OF ENTRIES*/
  206.  
  207. /* SIDEBAR */
  208. .desc {
  209. position: fixed;
  210. top: 0px;
  211. left: 250px;
  212. padding: 80px 30px;
  213. width: 180px;
  214. height: 100%;
  215. letter-spacing: -1px;
  216. }
  217.  
  218. .desc img {
  219. margin: 0 auto 15px;
  220. width: 150px;
  221. -webkit-border-radius: 500px;
  222. -moz-border-radius: 500px;
  223. border-radius: 500px;
  224. }
  225.  
  226. #descf {
  227. position: fixed;
  228. left: 0px;
  229. width: 250px;
  230. height: 100%;
  231. background-color: {color:sidebar};
  232. background-image: url({image:sidebar});
  233. background-position: bottom;
  234. background-repeat: no-repeat;
  235. }
  236.  
  237. .title {
  238. margin-bottom: 10px;
  239. width: 180px;
  240. color: {color:link};
  241. font-family: arial;
  242. font-size: {text:title size};
  243. font-weight: bold;
  244. letter-spacing: -2px;
  245. line-height: 22px;
  246. text-align: center;
  247. text-transform: lowercase;
  248. }
  249.  
  250. .links {
  251. margin: 15px 0 15px;
  252. font-family: arial;
  253. font-size: 10px;
  254. text-align: center;
  255. letter-spacing: 0px;
  256. text-transform: uppercase;
  257. }
  258.  
  259. .pagination {
  260. margin: 0px 0 35px;
  261. width: 500px;
  262. font-family: arial;
  263. font-size: 16px;
  264. font-weight: bold;
  265. letter-spacing: -1px;
  266. text-align: center;
  267. text-transform: lowercase;
  268. }
  269. /* END OF SIDEBAR */
  270.  
  271. /* ENTRY FONTS */
  272. .link {
  273. font-size: 15px;
  274. font-size: 20px;
  275. font-style: italic;
  276. font-weight: bold;
  277. text-align: center;
  278. text-transform: lowercase;
  279. }
  280.  
  281. .ask {
  282. padding: 20px;
  283. background-color: {color:ask};
  284. font-size: 8px;
  285. text-align: justify;
  286. text-transform: uppercase;
  287. }
  288.  
  289. .quote {
  290. letter-spacing: 1px;
  291. font-size: 13px;
  292. font-family: georgia;
  293. color:#555;
  294. font-style: italic;
  295. }
  296.  
  297. .chat {
  298. margin-top: 7px;
  299. }
  300.  
  301. .mus {
  302. width: 100%;
  303. min-height: 50px;
  304. height: 50px;
  305. padding: 0px 20px;
  306. padding-left: 0px;
  307. display: table;
  308. }
  309.  
  310. .mus img {
  311. width: 50px;
  312. height: 50px;
  313. position: absolute;
  314. }
  315.  
  316. .minfo {
  317. text-align: center;
  318. display: table-cell;
  319. vertical-align: middle;
  320. background-color: {color:ask};
  321. color: {color:link};
  322. font-size: 8px;
  323. font-family: calibri;
  324. text-transform: uppercase;
  325. letter-spacing: 1px;
  326. }
  327.  
  328. .audioverlay {
  329. margin-top: 5px;
  330. margin-left: 5px;
  331. opacity: 0.7;
  332. position: absolute;
  333. z-index: 10000;
  334. }
  335.  
  336. .audioarrow {
  337. margin: 7px 17px 6px 7px;
  338. width: 28px;
  339. height: 30px;
  340. overflow: hidden;
  341. }
  342.  
  343. b, strong {
  344. color: {color:text};
  345. font-weight: bold;
  346. }
  347.  
  348. i, em {
  349. color: {color:text};
  350. }
  351.  
  352. h1 {
  353. margin-bottom: -5px;
  354. font-size: 20px;
  355. color: {color:link};
  356. font-family: arial;
  357. font-size: 20px;
  358. font-weight: bold;
  359. letter-spacing: -1px;
  360. text-align: left;
  361. text-transform: lowercase;
  362. }
  363.  
  364. small, sub {
  365. font-size: 11px;
  366. font-family: arial;
  367. text-transform: none;
  368. }
  369.  
  370. blockquote {
  371. border-left: 1px solid {color:bglink};
  372. padding-left: 10px;
  373. padding-right: 10px;
  374. margin:1em 10px;
  375. }
  376. blockquote img {
  377. display: block;
  378. max-width: 100%;
  379. }
  380.  
  381. pre, code {
  382. display: block;
  383. }
  384.  
  385. img {
  386. border: none;
  387. background-color: none;
  388. }
  389. a img {
  390. border: none;
  391. background: none;
  392. }
  393. a img:hover {
  394. border: none;
  395. background: none;
  396. }
  397. /* END OF ENTRY FONTS */
  398.  
  399. /* ETC */
  400. li {
  401. margin-left: -10px;
  402. margin-right: 10px;
  403. }
  404. .user_1 .label {
  405. color: {color:link};
  406. font-weight:bold;
  407. list-style: none;
  408. }
  409. .user_2 .label {
  410. color: #6f6b6b;
  411. font-weight:bold;
  412. list-style: none;
  413. }
  414. ul.chat, .chat ol, .chat li {
  415. list-style: none;
  416. margin: 0px;
  417. padding: 0px;
  418. }
  419. ol.notes, .notes li {
  420. list-style: none;
  421. margin: 0px;
  422. margin-left: -2px;
  423. padding: 2px;
  424. font-family: calibri;
  425. text-transform: uppercase;
  426. font-size: 8px;
  427. }
  428. .notes img {
  429. display: none;
  430. }
  431. /* END OF ETC */
  432. </style>
  433.  
  434. <body>
  435.  
  436.  
  437. <div id="descf">
  438. </div>
  439.  
  440. <div class="desc">
  441. <div id="desc">
  442.  
  443. <center><img src="{image:ava}"></center>
  444.  
  445. <div class="title">{text:title}</div>
  446. {block:Description}{Description}{/block:Description}
  447.  
  448. <div class="links">
  449. <a href="/">index</a>
  450. <a href="/ask">message</a>
  451. {block:IfLink1Name}<a href="{text:Link1 Url}" id="sidelinks">{text:Link1 Name}</a>{/block:IfLink1Name}
  452. {block:IfLink2Name}<a href="{text:Link2 Url}" id="sidelinks">{text:Link2 Name}</a>{/block:IfLink2Name}
  453. {block:IfLink3Name}<a href="{text:Link3 Url}" id="sidelinks">{text:Link3 Name}</a>{/block:IfLink3Name}
  454. {block:IfLink4Name}<a href="{text:Link4 Url}" id="sidelinks">{text:Link4 Name}</a>{/block:IfLink4Name}
  455. {block:IfLink4Name}<a href="{text:Link5 Url}" id="sidelinks">{text:Link5 Name}</a>{/block:IfLink4Name}
  456. {block:IfLink4Name}<a href="{text:Link6 Url}" id="sidelinks">{text:Link6 Name}</a>{/block:IfLink4Name}
  457. </div>
  458. </div>
  459. </div>
  460.  
  461.  
  462.  
  463. <div class="posts">
  464.  
  465. {block:Posts}
  466.  
  467. <div id="entry">
  468.  
  469. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  470.  
  471. {block:Photo}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500">
  472. {block:Caption}{Caption}{/block:Caption}
  473. {/block:Photo}
  474.  
  475.  
  476. {block:Photoset}
  477. {Photoset-500}
  478. {block:Caption}{Caption}{/block:Caption}
  479. {/block:Photoset}
  480.  
  481.  
  482. {block:Quote}
  483. <div class="quote">{Quote}</div>
  484. {block:Source}~{Source}{/block:Source}
  485. {/block:Quote}
  486.  
  487.  
  488. {block:Link}
  489. <div class="link"><a href="{URL}" {Target}>{Name}</a></div></center>
  490. {block:Description}{Description}{/block:Description}
  491. {/block:Link}
  492.  
  493.  
  494. {block:Chat}
  495. {block:Title}<h1>{Title}</h1>{/block:Title}
  496. <div class="chat">
  497. <ul class="chat">{block:Lines}
  498. <li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  499. </div>{/block:Chat}
  500.  
  501.  
  502. {block:Audio}
  503. <div class="mus">
  504. {block:AudioPlayer}
  505. <div class="audioverlay">
  506. <div class="audioarrow">
  507. {AudioPlayerWhite}
  508. </div>
  509. </div>
  510.  
  511. {block:AlbumArt}
  512. <img class="cover" src="{AlbumArtURL}" />
  513. {/block:AlbumArt}
  514.  
  515. <div class="minfo">
  516. {block:TrackName}{TrackName}{/block:TrackName} by
  517. {block:Artist}{Artist}{/block:Artist}<Br>
  518. {block:Album}{Album}{/block:Album}<br>
  519. {block:Playcount}{Playcount} Plays{/block:Playcount}
  520. </div>
  521. </div>
  522. {/block:AudioPlayer}
  523.  
  524. {block:AudioEmbed}{AudioEmbed-500}</div>{/block:AudioEmbed}
  525.  
  526. {block:Caption}{Caption}{/block:Caption}
  527. {/block:Audio}
  528.  
  529.  
  530. {block:Video}
  531. {VideoEmbed-500}
  532. {block:Caption}{Caption}{/block:Caption}
  533. {/block:Video}
  534.  
  535.  
  536. {block:Answer}
  537. <div class="ask"><b>{Asker}</b>: {Question}</div>
  538. {Answer}
  539. {/block:Answer}
  540.  
  541.  
  542. {block:Date}<div id="info">
  543. <a href="{Permalink}" id="info1">{block:NoteCount}{NoteCountWithLabel} since {/block:NoteCount}{timeago}{/block:Date}</a>
  544.  
  545. <div class="right">{block:RebloggedFrom} <a href="{ReblogParentURL}" id="info1">VIA</a>{/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}" id="info1">SOURCE</a>{/block:ContentSource}</div>
  546.  
  547. {block:HasTags}<br>{block:Tags}<a href="{TagUrl}" id="info2">{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}
  548.  
  549. </div>
  550.  
  551. {block:PostNotes}
  552. {PostNotes}
  553. {/block:PostNotes}
  554.  
  555. </div>
  556.  
  557. {/block:Posts}
  558.  
  559.  
  560. {block:Pagination}<div class="pagination">
  561. {block:PreviousPage}<a href="{PreviousPage}">previous</a>{/block:PreviousPage}
  562. {block:NextPage}<a href="{NextPage}">next</a> {/block:NextPage}
  563. </div>{/block:Pagination}
  564.  
  565. </div>
  566.  
  567. </div>
  568.  
  569. </div>
  570.  
  571.  
  572. <!-- IMPORTANT, DO NOT REMOVE CREDIT -->
  573. <div class="credit"><a href="http://tinyxo.tumblr.com/">TINY</a></div>
  574.  
  575. </body>
  576. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement