Advertisement
Guest User

rosa theme

a guest
Dec 20th, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.77 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. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  6.  
  7. <!---- this is theme 20 by Hollywhood
  8. please don't remove the credit
  9. thank you
  10. --->
  11.  
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Text" content="#9B9B9B"/>
  14. <meta name="color:Link" content="#b8b8b8"/>
  15. <meta name="color:Link Hover" content="#eeeeee"/>
  16. <meta name="color:Scrollbar" content="#eeeeee"/>
  17.  
  18.  
  19. <meta name="text:link1" content="" />
  20. <meta name="text:link1 url" content="/">
  21. <meta name="text:link2" content="" />
  22. <meta name="text:link2 url" content="/">
  23. <meta name="text:link3" content="" />
  24. <meta name="text:link3 url" content="/">
  25. <meta name="text:link4" content="" />
  26. <meta name="text:link4 url" content="/">
  27. <meta name="text:link5" content="" />
  28. <meta name="text:link5 url" content="/">
  29.  
  30. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  31.  
  32. <style>
  33. div#qTip {
  34. padding: 4px;
  35. display: none;
  36. text-align: center;
  37. position: absolute;
  38. font-style:normal;
  39. margin-top:6px;
  40. margin-left:15px;
  41. font-size:8px;
  42. line-height:9px;
  43. font-family:monospace;
  44. z-index: 1000;
  45. background-color:#888;
  46. color: #fff;
  47. text-transform:uppercase;
  48. letter-spacing: 1px;
  49. }
  50. </style>
  51.  
  52. <style type="text/css">
  53.  
  54. @font-face {
  55. font-family: "tinytots";
  56. src: url('http://static.tumblr.com/mx0ldcu/6WJneqzn4/tinytots.ttf');
  57. }
  58.  
  59. ::-webkit-scrollbar {background-color:transparent} height:8px; width:10px}
  60. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  61. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:10px!important}
  62.  
  63. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}
  64.  
  65. iframe#tumblr_controls {
  66. top: 0% !important;
  67. right:0% !important;
  68. opacity:0.3;
  69. position: fixed !important;
  70. filter:alpha(opacity=30);
  71. -webkit-transition: all 0.7s ease;
  72. -moz-transition: all 0.7s ease;
  73. -o-transition: all 0.7s ease;
  74. }
  75. iframe#tumblr_controls:hover{
  76. top: 0% !important;
  77. right:0% !important;
  78. opacity:0.8;
  79. position: fixed !important;
  80. filter:alpha(opacity=80);
  81. -webkit-transition: all 0.7s ease;
  82. -moz-transition: all 0.7s ease;
  83. -o-transition: all 0.7s ease;
  84. }
  85.  
  86.  
  87. h1 {
  88. font-weight:normal;
  89. font-size:13px;
  90. text-align:center;
  91. font-style:normal;
  92. line-height:100%;
  93. letter-spacing:1px;
  94. text-transform:normal;
  95. color:{color:text};
  96. }
  97.  
  98. h2 {
  99. font-size:10px;
  100. text-align:left;
  101. line-height:100%;
  102. letter-spacing:-0.5px;
  103. color:{color:text};
  104. font-weight:bold;
  105. text-transform:uppercase;
  106. padding:0px;
  107. padding-bottom:2px;
  108. }
  109.  
  110. #container {margin: auto;
  111. width: 1000px;}
  112.  
  113. #pcontainer {
  114. opacity: 1.0;
  115. background-color: transparent;
  116. padding: 10px;
  117. padding-top:0px;
  118. height: 350px;
  119. width: 400px;
  120. top:225px;
  121. right:305px;
  122. margin: auto;
  123. position:absolute;
  124. overflow-y:auto;
  125. overflow-x:hidden;
  126. border-image: url() 30 30 30 700 round;
  127. z-index: 2;
  128.  
  129. }
  130.  
  131. blockquote {
  132. border-left:2px solid {color:text};
  133. padding-left:5px;
  134. margin:5px;
  135. }
  136.  
  137.  
  138. body {
  139. background-image: url("http://i.imgur.com/sinj88u.png");
  140. background-repeat:no-repeat;
  141. background-position: left top;
  142. margin:0px;
  143. color:{color:text};
  144. font-family:monospace;
  145. font-size:11px;
  146. line-height:120%;
  147. bold: #760101;
  148. }
  149.  
  150. a {
  151. text-decoration:none;
  152. outline:none;
  153. -moz-outline-style:none;
  154. color:{color:link};
  155. -moz-transition-duration:0.5s;
  156. -webkit-transition-duration:0.5s;
  157. -o-transition-duration:0.5s;
  158. }
  159.  
  160. a:hover {
  161. text-decoration:none;
  162. outline:none;
  163. -moz-outline-style:none;
  164. color:{color:link hover};
  165. }
  166.  
  167. img {
  168. border:none;
  169. }
  170.  
  171. blockquote {
  172. padding-left:5px;
  173. border-left:2px solid;
  174. }
  175.  
  176. blockquote blockquote {
  177. padding-left:5px;
  178. border-left:2px solid;
  179. }
  180.  
  181. #post {
  182. width:250px;
  183. padding-bottom:0px;
  184. padding-right:5px;
  185. margin-top:0px;
  186. padding:10px;
  187. border: none;
  188. background-color: transparent;
  189. }
  190.  
  191. #entries {
  192. padding:10px;
  193. padding-top:0px;
  194. padding-left:10px;
  195. width:250px;
  196. left:13px;
  197. top:20px;
  198. }
  199.  
  200. #theme {
  201. width:500px;
  202. margin:0 auto -12px auto;
  203. }
  204.  
  205. #sidebar {
  206. color: transparent;
  207. position:fixed;
  208. width:91px;
  209. height:auto;
  210. margin-top:0px;
  211. margin-left:0px;
  212. padding:5px;
  213. text-align:left;
  214. z-index: 1;
  215.  
  216. }
  217.  
  218. #links {
  219. position:fixed;
  220. letter-spacing:8px;
  221. font-family:impact;
  222. width:300px;
  223. height:100px;
  224. margin-left:35px;
  225. margin-top:91px;
  226. font-size:36px;
  227. text-transform:uppercase;
  228. text-align:left;
  229. text-shadow: 3px 4px 6px #9e434f;
  230. line-height:170%;
  231. }
  232.  
  233. #links a{
  234. background-color:transparent;
  235. width:300px;
  236. line-height:200%;
  237. padding:1px;
  238. margin-top:1px;
  239. margin-bottom:100px;
  240. margin-left:3px;
  241. opacity:.9;
  242. color:#d87d89;
  243. letter-spacing:1px;
  244. text-decoration:none;
  245. -moz-transition-duration:.7s;
  246. -webkit-transition-duration:.7s;
  247. -o-transition-duration:.7s;
  248. }
  249.  
  250. #links a:hover {
  251. color: #d87d89;
  252. background-color:transparent;
  253. opacity:2;
  254. width:78px;
  255. -moz-transition-duration:.4s;
  256. -webkit-transition-duration:.4s;
  257. -o-transition-duration:.4s;
  258.  
  259. }
  260.  
  261. #description {
  262. width:500px;
  263. font-family: agency fb;
  264. margin-left: -5px;
  265. margin-top: 137px;
  266. padding-left:6px;
  267. border-left: 1px solid transparent;
  268. text-align:justify;
  269. font-size:250%;
  270. text-shadow: 3px 4px 6px #702e37;
  271. color: #fff;
  272. letter-spacing:1px;
  273. line-height:200%;
  274. z-index: 4;
  275. font-style: italic;
  276. }
  277.  
  278. #description a {
  279. color:{color:link};
  280. }
  281.  
  282. #description a:hover {
  283. color:{color:link hover};
  284. }
  285.  
  286. #sidebar .pagination {
  287. width: 260px;
  288. text-align: center;
  289. padding: 3px 0;
  290. }
  291.  
  292. #pagination {
  293. font-size:9px;
  294. text-transform:lowercase;
  295. top:0px;
  296. left:0px;
  297. letter-spacing:1px;
  298. word-spacing:4px;
  299. font-style:italic;
  300. text-align:center;
  301. }
  302.  
  303. #pagination a {
  304. color:#000;
  305. }
  306.  
  307. #info {
  308. font-family:cambria;
  309. width:250px;
  310. margin-top:3px;
  311. padding:1px;
  312. padding-top:5px;
  313. font-size:8px;
  314. letter-spacing:1px;
  315. color:{color:text};
  316. text-transform:lowercase;
  317. font-style:italic;
  318. text-align:left;
  319. border-top:1px solid {color:border};
  320. -moz-transition-duration:0.5s;
  321. -webkit-transition-duration:0.5s;
  322. -o-transition-duration:0.5s;
  323. }
  324.  
  325. #info a {
  326. color:{color:link};
  327. text-align:right;
  328. font-style:italic;
  329. }
  330.  
  331. #info a:hover {
  332. color:{color:link hover};
  333. }
  334.  
  335. .tags {
  336. font-family:times;
  337. font-style:normal;
  338. width:250px;
  339. text-transform:italic;
  340. color:{color:link};
  341. line-height:120%;
  342. font-size:10px;
  343. text-align:left;
  344. padding-top:0px;
  345. -moz-transition-duration:0.2s;
  346. -webkit-transition-duration:0.2s;
  347. -o-transition-duration:0.2s;
  348. }
  349.  
  350. #post .tags {
  351. opacity:0;
  352. -moz-transition-duration:1s;
  353. -webkit-transition-duration:1s;
  354. -o-transition-duration:1s;
  355. }
  356.  
  357. #post:hover .tags {
  358. width:250px;
  359. opacity:1;
  360. -moz-transition-duration:1s;
  361. -webkit-transition-duration:1s;
  362. -o-transition-duration:1s;
  363.  
  364. }
  365.  
  366. audio{
  367. background-color:#e5e5e5;
  368. height:65px;
  369. overflow:hidden;
  370. }
  371.  
  372. .question {
  373. padding:7px;
  374. text-align:left;
  375. text-transform:italic;
  376. color:{color:text};
  377. border:1px solid ##a2979c;
  378. line-height:120%;
  379. }
  380.  
  381. .answer {
  382. text-align:left;
  383. padding:7px;
  384. color:{color:text};
  385. }
  386.  
  387.  
  388. #credit {
  389. font-size:9px;
  390. font-family:cambria;
  391. font-style:italic;
  392. letter-spacing:1px;
  393. -moz-transition-duration:0.5s;
  394. -webkit-transition-duration:0.5s;
  395. -o-transition-duration:0.5s;
  396. }
  397.  
  398. #credit a {
  399. color:#fff;
  400. background-color:#db596a;
  401. padding:5px;
  402. border:1px solid #99374d;
  403. position:fixed;
  404. right:15px;
  405. bottom:10px
  406. }
  407.  
  408. #credit a:hover {
  409. color:#fff;
  410. background-color:#99374d;
  411. }
  412.  
  413. {CustomCSS}
  414.  
  415. #post img{
  416.  
  417. opacity:0.8;
  418.  
  419. -webkit-transition: all 0.6s ease-in-out;
  420.  
  421. -moz-transition: all 0.6s ease-in-out;
  422.  
  423. -o-transition: all 0.6s ease-in-out;
  424.  
  425. -ms-transition: all 0.6s ease-in-out;
  426.  
  427. transition: all 0.6s ease-in-out;
  428.  
  429. }
  430.  
  431. #post img:hover{
  432.  
  433. opacity:1;
  434.  
  435. -webkit-transition: all 0.6s ease-in-out;
  436.  
  437. -moz-transition: all 0.6s ease-in-out;
  438.  
  439. -o-transition: all 0.6s ease-in-out;
  440.  
  441. -ms-transition: all 0.6s ease-in-out;
  442.  
  443. transition: all 0.6s ease-in-out;
  444.  
  445. }
  446.  
  447.  
  448. </style></head><body>
  449.  
  450. <div style="width: 200px; height: 10px; position: absolute; top: 195px; left: 475px; z-index: 4;">
  451. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="25" height="20">
  452. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
  453. <param name="bgcolor" value="#db596a" />
  454. <param name="FlashVars" value="mp3=https%3A//dl-web.dropbox.com/get/Let%2520it%2520Go%2520-%2520Dragonette%2520%2528Audio%2529.mp3%3F_subject_uid%3D355902522%26w%3DAABzy45BOa70XyIlmrQa7KDq3-hs40XK7dTuA0ZPXkS4XA&amp;width=25&amp;loop=1&amp;autoplay=1&amp;showslider=0&amp;bgcolor=db596a&amp;bgcolor1=db596a&amp;bgcolor2=db596a&amp;buttoncolor=a3424f&amp;buttonovercolor=bc4d5e" />
  455. </object>
  456. </div>
  457.  
  458.  
  459. <img style="position: fixed; left: 0px; bottom: 0px; z-index: 3" src="">
  460.  
  461. <img src="" style="position:fixed;top:-165px;left:620px;z-index:3"/>
  462.  
  463. <img src="" style="position:fixed;bottom:-5px;left:830px;z-index:5"/>
  464.  
  465. <img src="" style="position:fixed;bottom:200px;left:87px;z-index:4"/>
  466.  
  467. <div id="theme">
  468.  
  469. <div id="sidebar">
  470.  
  471. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  472.  
  473. <div id="links">
  474. <a href="{text:link1 url}" title="{text:link1}">01.</a>
  475. <a href="{text:link2 url}" title="{text:link2}">02.</a>
  476. <a href="{text:link3 url}" title="{text:link3}">03.</a>
  477. <a href="{text:link4 url}" title="{text:link4}">04.</a>
  478.  
  479. </div>
  480.  
  481. <div id="description">{description}</div>
  482.  
  483. <p></p><small><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">← older</a>{/block:PreviousPage}{/block:Pagination}
  484. {block:Pagination}{block:NextPage}<a href="{NextPage}">newer →</a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center> </small>
  485. </div>
  486.  
  487. <div id="pcontainer">
  488.  
  489. <div id="entries">{block:Posts}<div id="post">
  490.  
  491. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  492.  
  493. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  494.  
  495. {block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  496.  
  497. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  498.  
  499. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  500.  
  501. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  502.  
  503.  
  504. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  505.  
  506. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  507.  
  508. {block:Answer}<div class="question">{Asker}: <i>{Question}</i></div><div class="answer">{Answer}</div>{/block:answer}
  509.  
  510. {block:Date}<div id="info"><a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount}{block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  511. {block:ContentSource} © <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}{/block:Date}</div>
  512. {block:HasTags}
  513. <div class="tags">
  514. {block:Tags} # <a href="{TagURL}"> {Tag}</a>{/block:Tags}</div>
  515. {/block:HasTags}
  516. <div class="postnote">
  517. {block:PostNotes}{PostNotes}{/block:PostNotes}
  518. </div>
  519. </div>
  520. {/block:Posts}
  521.  
  522. </div>
  523. <div id="credit"><a href="http://hollywhood.tumblr.com">HW</div> </div>
  524.  
  525. </body>
  526. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement