Advertisement
Guest User

Rose Theme by iconsmarieg

a guest
Aug 22nd, 2013
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.48 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--
  5. ✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧
  6. rose theme by iconsmarieg.tumblr.com
  7. if you want a background in your sidebar find this
  8. background-image:url()
  9. and put the image url in the empty space
  10. background-image:url(image url goes here)
  11. ✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧
  12.  
  13. Don't copy, use as base or claim as yours. I can find you and report you. watch out.
  14. ✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧✧
  15. -->
  16.  
  17. <title>{Title}</title>
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}
  21. <meta name="description" content="{MetaDescription}" />
  22. {/block:Description}
  23. <meta name="image:Sidebar Background" content"" />
  24. <meta name="color:Background" content="#FFFFFF"/>
  25. <meta name="color:Font" content="#919191"/>
  26. <meta name="color:Link" content="#585858"/>
  27. <meta name="color:Link Hover" content="#777777"/>
  28. <meta name="color:Sidebar Font" content="#919191"/>
  29. <meta name="color:Sidebar Link" content="#585858"/>
  30. <meta name="color:Sidebar Link Hover" content="#777777"/>
  31. <meta name="color:Ask" content="#f7f7f7"/>
  32. <meta name="color:Sidebar" content="#f7f7f7"/>
  33. <meta name="color:Sidebar Border" content="#f7f7f7"/>
  34. <meta name="color:Border" content="#f7f7f7"/>
  35. <meta name="color:Post Info" content="#f7f7f7"/>
  36. <meta name="color:Post Info Border" content="#f7f7f7"/>
  37. <meta name="text:Link 1" content="" />
  38. <meta name="text:Link 1 Text" content="" />
  39. <meta name="text:Link 2" content="" />
  40. <meta name="text:Link 2 Text" content="" />
  41. <meta name="text:Link 3" content="" />
  42. <meta name="text:Link 3 Text" content="" />
  43. <meta name="text:Link 4" content="" />
  44. <meta name="text:Link 4 Text" content="" />
  45. <meta name="text:Link 5" content="" />
  46. <meta name="text:Link 5 Text" content="" />
  47. <meta name="if:Show Link 1" content="1" />
  48. <meta name="if:Show Link 2" content="1" />
  49. <meta name="if:Show Link 3" content="1" />
  50. <meta name="if:Show Link 4" content="1" />
  51. <meta name="if:Show Link 5" content="1" />
  52. <meta name="if:Show Sidebar Border" content="1" />
  53. <meta name="if:Show Post Info Border" content="1" />
  54. <meta name="if: Show Title" content={title}>
  55.  
  56. </head>
  57.  
  58.  
  59. <body>
  60.  
  61. <style type="text/css">
  62.  
  63. body {
  64. background-color: {color:Background};
  65. fixed no-repeat;
  66. background-position: bottom right;
  67. background-repeat: no-repeat;
  68. background-attachment: fixed;
  69. font-family: consolas;
  70. font-size: 9px;
  71. line-height: 14px;
  72. font-color: {color:Font};
  73. }
  74.  
  75. a:link, a:visited, a:active {
  76. color: {color:Link};
  77. text-decoration: none;
  78. font-weight: normal;
  79. -webkit-transition:all 0.5s ease-out;
  80. -moz-transition:all 0.5s ease-out;
  81. transition:all 0.5s ease-out;}
  82.  
  83. a:hover {
  84. color: {color:Link Hover};
  85. text-decoration: none;
  86. font-weight: normal;
  87. -webkit-transition: all 0.3s ease-out;
  88. -moz-transition: all 0.3s ease-out;
  89. transition: all 0.3s ease-out;
  90. }
  91.  
  92. i, em {font-style:italic;}
  93. u {text-decoration:underline;}
  94. strong, b, strong a, strong a:visited, b a, b a:visited {font-weight: bold; color: {color:font}}
  95. small, small a, small a:visited {font-size: 9px; line-height: 16px;}
  96.  
  97. ul {
  98. list-style-type: square;
  99. }
  100.  
  101. img { border:0px; max-width: 500px; height: auto;}
  102. img:hover { border:0px;}
  103. a.img, a.img:visited { border:0px;}
  104. a.img:hover { border:0px;}
  105.  
  106. h1, h3, h1 a, h3 a, h1 a:link, h3 a:link {
  107. font-size: 11px;
  108. padding-bottom: 0px;
  109. color: {color:Font};
  110. font-weight: 500;
  111. letter-spacing: 1px;
  112. text-transform: uppercase;
  113. }
  114.  
  115. h1 a:hover, h3 a:hover {
  116. text-decoration: none;
  117. color: {color:link hover};
  118. }
  119.  
  120.  
  121. h3, h3 a, h3 a:link, h3 a:link {
  122. font-size: 11px;
  123. padding-bottom: 0px;
  124. color: {color:Font};
  125. letter-spacing: 1px;
  126. text-transform: uppercase;
  127. }
  128.  
  129. h3 a:hover {
  130. text-decoration: none;
  131. color: {color:link hover};
  132. }
  133.  
  134.  
  135. #sidebar {
  136. height: 35%;
  137. width: 100%;
  138. position: center;
  139. color: {color:Sidebar Font};
  140. line-height: 12px;
  141. {block:IfSidebarBackgroundImage}
  142. background-image:url("");
  143. {/block:IfSidebarBackgroundImage}
  144. margin-top: -10px;
  145. padding: 10px 15px 10px 10px;
  146. margin-left: -10px;
  147. {block:IfShowSidebarBorder}
  148. border-right: 1px solid {color:Sidebar Border};
  149. {/block:IfShowSidebarBorder}
  150. }
  151.  
  152. .sidebar {
  153. width: 130px;
  154. text-align: right;
  155. padding-left:center ;
  156. margin-top: 30px;
  157. }
  158.  
  159. .sidebar a {
  160. color: {color: Sidebar link};
  161. }
  162.  
  163. .sidebar a:hover {
  164. color: {color: Sidebar link hover};
  165. }
  166.  
  167.  
  168. .description {
  169.  
  170. font-size: 10px;
  171. line-height: 10px;
  172. }
  173.  
  174. .description a {
  175. color: {color:Sidebar link};
  176. }
  177.  
  178. .title {
  179. font-size: 48px;
  180. line height: 48px;
  181. }
  182.  
  183. .description img {
  184. border: 1px solid {color:border};
  185. padding: 3px;
  186. margin-bottom: 5px;
  187. }
  188.  
  189. .sidenav {
  190. padding: 250px;
  191. width: 250px;
  192. margin-top: 165px;
  193. position: fixed;
  194. color: {color:Font};
  195. margin-left: 665px;
  196. line-height: 12px;
  197. text-transform: uppercase;
  198. text-align: left;
  199. }
  200.  
  201. .sidenav a {
  202. color: {color:Font};
  203. font-size: 8px;
  204. }
  205.  
  206. .sidenav a:hover {
  207. color: {color:Link};
  208. }
  209.  
  210. #container {
  211. margin-left: 255px;;
  212. }
  213.  
  214.  
  215. #posts {
  216. width: 500px;
  217. }
  218.  
  219. .post {
  220. margin: auto;
  221. margin-top: -0px;
  222. width: 500px;
  223. padding: 0px;
  224. padding-top: 10px;
  225. margin-bottom: 0px;
  226. background-color: {color:Background};
  227. font-size: 10px;
  228. line-height: 14px;
  229. color: {color:Font};
  230. }
  231.  
  232. .caption {
  233. line-height: 9px;
  234. color: {color:Font};
  235. }
  236.  
  237. .post text {
  238. margin-top: 0px;
  239. }
  240.  
  241. .photo img:hover {
  242. filter: alpha(opacity=100);}
  243. .photo img {
  244. max-width: 500px;
  245. border:0px;}
  246. .photo img:hover {
  247. max-width: 500px;
  248. }
  249.  
  250. .centeredImage {
  251. display: block;
  252. text-align:center;
  253. margin-top:0px;
  254. margin-bottom:5px;
  255. padding:0px;
  256. }
  257.  
  258. ol.notes {
  259. display : block;
  260. background-repeat : no-repeat;
  261. vertical-align : middle;
  262. text-decoration : none;
  263. margin-bottom : 1px;
  264. font-color: {color:font};
  265. list-style-type: none;
  266. margin-left: -40px;
  267. }
  268. ol.notes li.note {
  269. padding: 2px;}
  270. ol.notes li.note img.avatar {display: none; font-color: {color:font};}
  271. ol.notes li.note span.action {font-color: {color:font};}
  272. ol.notes li.note .answer_content {font-weight: normal;font-color: {color:font};}
  273. ol.notes li.note blockquote {border-color: {color:post info};padding: 2px 2px;margin: 10px 0px 0px 25px;font-color: {color:font};}
  274. .quote {
  275. width: 500px;
  276. color: {color:Quote};
  277. }
  278.  
  279. blockquote {
  280. display: block;
  281. margin: 10px;
  282. font-size: 10px;
  283. padding-left: 5px;
  284. padding-right: 5px;
  285. color: {color:font};
  286. border-left: 1px solid{color:ask};
  287. font-style: none;
  288. width: 450px;
  289. }
  290.  
  291. span {
  292. color: {color:link};
  293. }
  294.  
  295. .chat ul {
  296. list-style-type: none;
  297. width: 500px;
  298. display: block;
  299. margin: auto;
  300. padding: 0px;
  301. font-spacing: 1px;
  302. text-transform: uppercase;
  303. }
  304.  
  305. .odd {
  306. padding: 3px;
  307. color: {color:font};
  308. background-color: {color:ask};
  309. font-size: 8px;
  310. }
  311.  
  312. .even {
  313. padding: 3px;
  314. color: {color:link};
  315. font-size: 8px;
  316. }
  317.  
  318. .source {
  319. font-size: 8px;
  320. line-height: 10px;
  321. color: {color:font};
  322. font-style: normal;
  323. padding-top: 5px;
  324. text-align: right;
  325. padding-bottom: 5px;
  326. text-transform: uppercase;
  327. letter-spacing: 1px;
  328. }
  329. .date {
  330. font-size: 8px;
  331. text-transform: uppercase;
  332. color: {color:font};
  333. letter-spacing: 1px;
  334. }
  335.  
  336. .lehits a {
  337. color: #ffffff;
  338. }
  339.  
  340. .lehits a:hover {
  341. color: #ffffff;
  342. }
  343.  
  344. .lehits {
  345. color: #ffffff;
  346. }
  347.  
  348. .date a {
  349. color: {color:link};
  350. text-decoration: none;
  351. font-weight: normal;
  352. -webkit-transition:all 0.5s ease-out;
  353. -moz-transition:all 0.5s ease-out;
  354. transition:all 0.5s ease-out;
  355. }
  356.  
  357. .date a:hover {
  358. color: {color:link hover};
  359. text-decoration: none;
  360. font-weight: normal;
  361. -webkit-transition: all 0.3s ease-out;
  362. -moz-transition: all 0.3s ease-out;
  363. transition: all 0.3s ease-out;
  364. }
  365.  
  366. .stats {
  367. text-transform: uppercase;
  368. color: {color:font};
  369. letter-spacing: 0px;
  370. font-style: none;
  371. padding: 2px;
  372. text-align: left;
  373. margin-top: 5px;}
  374.  
  375.  
  376. .fnotes {
  377. text-align: right;
  378. text-transform: uppercase;
  379. margin-bottom:-15px;
  380. }
  381.  
  382.  
  383. .meta a {
  384. color: {color:link};
  385. text-transform: uppercase;
  386. text-decoration: none;
  387. font-weight: normal;
  388. -webkit-transition: all 0.3s ease-out;
  389. -moz-transition: all 0.3s ease-out;
  390. transition: all 0.3s ease-out;
  391. }
  392.  
  393. .meta a:hover {
  394. color: {color:link hover};
  395. text-decoration: none;
  396. font-weight: normal;
  397. -webkit-transition: all 0.3s ease-out;
  398. -moz-transition: all 0.3s ease-out;
  399. transition: all 0.3s ease-out;
  400. }
  401.  
  402. .meta {
  403. color: #deea27;
  404. margin-bottom: 5px;
  405. text-transform: lowercase;
  406. background-color: {color:post info};
  407. padding: 5px;
  408. {block:IfShowPostInfoBorder}
  409. border-top: 1px solid {color:Post Info Border};
  410. {/block:IfShowPostInfoBorder}
  411. }
  412.  
  413. .albumart img {
  414. float: left;
  415. margin-right: 20px;
  416. width: 26px;
  417. height: 26px;
  418. }
  419.  
  420. .audioback {
  421. background-color: White;
  422. display:block;
  423. margin-left:30px;
  424. }
  425.  
  426. #question {
  427. background-color: {color:Background};
  428. width: 500px;
  429. height: auto;
  430. margin: auto;
  431. font-size: 16px;
  432. line-height: 22px;
  433. color: #a99d95;
  434. font-weight: 500;
  435. letter-spacing: 0px;
  436. font-style: italic;
  437. }
  438.  
  439.  
  440. hr {
  441. display: none;
  442. }
  443.  
  444. .askerb {
  445. font-size: 8px;
  446. text-transform: uppercase;
  447. padding: 5px;
  448. background-color: {color:ask};
  449. letter-spacing: 1px;
  450. }
  451.  
  452. .askerb a {
  453. color: {color:link};
  454. letter-spacing: 1px;
  455. }
  456.  
  457. .askerb2 {
  458. font-size: 10px;
  459. text-transform: lowercase;
  460. color: {color:font};
  461. padding-left: 10px;
  462. padding-right: 10px;
  463. }
  464.  
  465. .answerb {
  466. font-size: 10px;
  467. text-transform: lowercase;
  468. color: {color:font};
  469. margin-top: -5px;
  470. }
  471. .askerb a {
  472. color: {color:link};
  473. }
  474.  
  475. .askbox {
  476. background: {color:background};
  477. margin:0px 0px 0px 0px;
  478. text-align: left;
  479. font-size: 8px;
  480. text-transform: uppercase;
  481. }
  482.  
  483. .lenote {
  484. color: {color:font};
  485. font-style: none;
  486. }
  487.  
  488. .titlee a{
  489. color: {color:link};
  490. font-family: consolas;
  491. font-size: 40px;
  492. }
  493.  
  494.  
  495.  
  496. .menu {
  497. -webkit-transition:all 0.2s ease-out;
  498. -moz-transition:all 0.2s ease-out;
  499. transition:all 0.2s ease-out;
  500. margin-bottom: 3px;
  501. color: {color:background};
  502. }
  503.  
  504. .menu a {
  505. color: {color:Sidebar link};
  506. margin-bottom: -10px;
  507. text-transform: uppercase;
  508. opacity: 1;
  509. padding-top: 1px;
  510. padding-bottom: 1px;
  511. padding-left: 1px;
  512. padding-right: 1px;
  513. height: 14.5px;
  514. font-size: 8px;
  515. letter-spacing: 2px;
  516. }
  517.  
  518. .menu a:hover {
  519. color: {color:Sidebar link hover};
  520. }
  521.  
  522. .taggie {
  523. margin-top: -3px;
  524. color: {color:font};
  525. margin-left: 15px;
  526. }
  527.  
  528. .taggie a {
  529. color: {color:link};
  530. margin-bottom: -10px;
  531. text-transform: uppercase;
  532. opacity: 1;
  533. font-size: 8px;
  534. margin-right: 3px;
  535. margin-left: 2px;
  536. }
  537.  
  538. .taggie a:hover {
  539. color: {color:link hover};
  540. }
  541.  
  542. @font-face {
  543. font-family: 'coneria_script_demo';
  544. src: url('http://static.tumblr.com/py6tjph/gkRmbykuc/demo_coneriascript.ttf') format('truetype');
  545. font-style: normal;
  546. }
  547.  
  548. #pagination {
  549. font-size: 8px;
  550. line-height: 21px;
  551. }
  552.  
  553. #pagination a {
  554. margin: 0 1px 0 0;
  555. padding: 2px 5px;
  556. color: {color:Sidebar link};
  557. text-decoration: none;}
  558. #pagination a:hover {
  559. background: {color:background};
  560. border: none;}
  561. #pagination span.pagination_a {
  562. margin: 0 1px 0 0;
  563. padding: 2px 5px;
  564. color: {color:Sidebar link};
  565. text-decoration: none;}
  566. #pagination span.info {
  567. margin: 0 1px 0 0;
  568. padding: 2px 5px;
  569. color: {color:Sidebar font};
  570. text-decoration: none;}
  571.  
  572. </style>
  573. <title>{title}</title>
  574.  
  575. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  576.  
  577. </head>
  578.  
  579.  
  580. <body>
  581.  
  582. <div id="sidebar">
  583. <center><div class="sidebar">
  584.  
  585.  
  586. <div class="description">
  587.  
  588. <span class="blogtitle">{Title}</span>
  589.  
  590. <div class="menu">
  591. <a href="/ask">ask</a> {block:IfShowLink1}
  592.  
  593. <a href="{text:Link 1}"> {text:Link 1 Text}</a>{/block:IfShowLink1}{block:IfShowLink2}<a href="{text:Link 2}"> {text:Link 2 Text}</a>{/block:IfShowLink2}{block:IfShowLink3}<a href="{text:Link 3}"> {text:Link 3 Text}</a>{/block:IfShowLink3}{block:IfShowLink4}<a href="{text:Link 4}"> {text:Link 4 Text}</a>{/block:IfShowLink4}{block:IfShowLink5}<a href="{text:Link 5}"> {text:Link 5 Text}</a>{/block:IfShowLink5}
  594. </div>
  595. {Description}
  596.  
  597. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">&laquo;</a>{/block:PreviousPage}{/block:Pagination}
  598. {block:JumpPagination length="4"}
  599. {block:CurrentPage}<span class="pagination_a">{PageNumber}</span>{/block:CurrentPage}
  600. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  601. {/block:JumpPagination}
  602. {block:Pagination}{block:NextPage}<a href="{NextPage}">&raquo;</a>{/block:NextPage}{/block:Pagination}
  603. </div>
  604. </div>
  605. </div>
  606. </center>
  607. </div>
  608.  
  609. <div id="container">
  610.  
  611. <div id="posts">
  612.  
  613. {block:Posts}
  614.  
  615. {block:Text}
  616. <div class="post text">
  617. {block:Title}
  618. <h3><a href="{Permalink}">{Title}</a></h3>
  619. {/block:Title}
  620.  
  621. {Body}
  622. </div>
  623. {/block:Text}
  624.  
  625.  
  626.  
  627. {block:Photo}
  628. <div class="post photo">
  629. <img src="{PhotoURL-500}">
  630. {block:Caption}
  631. <div class="caption">{Caption}</div>
  632. {/block:Caption}
  633. </div>
  634. {/block:Photo}
  635.  
  636.  
  637. {block:Photoset}
  638. <div class="post photoset">
  639. <div style="margin-bottom: 5px;">
  640. {Photoset-500}
  641. {block:Caption}
  642. <div class="caption">{Caption}</div>
  643. {/block:Caption}
  644. </div></div>
  645. {/block:Photoset}
  646.  
  647.  
  648. {block:Quote}
  649. <div class="post quote">
  650. <div style="margin-bottom: 5px;">
  651. <div style="color: {color:font}; font-size: 12px;
  652. font-style: bold; font-family: consolas;">"{Quote}"</div>
  653. {block:Source}
  654. <div class="source">- {Source}</div>
  655. {/block:Source}
  656. </div>
  657. </div>
  658. {/block:Quote}
  659.  
  660.  
  661. {block:Link}
  662. <div class="post link">
  663. <h1><a href="{URL}" class="link" {Target}>{Name} →</a></h1>
  664. {block:Description}
  665. {Description}
  666. {/block:Description}
  667. </div>
  668. {/block:Link}
  669.  
  670.  
  671. {block:Chat}
  672. <div class="post chat">
  673. <div style="margin-bottom: 5px;">
  674. {block:Title}
  675. <h3><a href="{Permalink}">{Title}</a></h3>
  676. {/block:Title}
  677. <ul class="chat">
  678. {block:Lines}
  679. <li class="{Alt} user_{UserNumber}">
  680. {block:Label}
  681. <span class="label">{Label}</span>
  682. {/block:Label}
  683. {Line}
  684. </li>
  685. {/block:Lines}
  686. </ul>
  687. </div>
  688. </div>
  689. {/block:Chat}
  690.  
  691.  
  692. {block:Video}
  693. <div class="post video">
  694. <div style="margin-top: 0px;">
  695. <center>{Video-500}</center>
  696. {block:Caption}
  697. <div class="caption">{Caption}</div>
  698. {/block:Caption}
  699. </div></div>
  700. {/block:Video}
  701.  
  702.  
  703. {block:Audio}
  704. <div class="post audio">
  705. <div style="margin-top: 0px;">
  706. {block:AlbumArt}
  707. <div class="albumart"><img src="{AlbumArtURL}"></div>
  708. {/block:AlbumArt}
  709. <span class="audioback"><center>
  710. {AudioPlayerWhite}</center></span>
  711. {block:Caption}
  712. <div class="caption">{Caption}</div>
  713. {/block:Caption}
  714. </div></div>
  715. {/block:Audio}
  716.  
  717. {block:Answer}
  718. <div class="post answer">
  719. <div class="askbox"><div class="askerb">{Asker} asked: {Question}</div>
  720. <div class="answerb">{Answer}</div>
  721. </div>
  722. {/block:Answer}
  723.  
  724.  
  725.  
  726. <div class="meta">{block:Date}<div class="date"><center>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a><br>
  727. {block:HasTags}<div class="taggie">{block:Tags} #<a href="/tagged/{Tag}">{Tag}</a> &nbsp;{/block:Tags}</div>{/block:HasTags}</center>
  728.  
  729.  
  730. </div>
  731. </div>
  732.  
  733. <div class="lenote">
  734. {block:PostNotes}{PostNotes} {block:NoteCount} {/block:NoteCount}{/block:PostNotes}
  735. </div>
  736.  
  737. {/block:Date}
  738. {/block:Posts}
  739.  
  740. </div>
  741. </div>
  742.  
  743. <div style="position:fixed; color:{color:link}; bottom:3px; font-family: consolas; font-size: 10px; right:3px;">
  744. <a href="http://iconsmarieg.tumblr.com"><i>c</i>redits</a></div>
  745.  
  746. </body>
  747. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement