Advertisement
Guest User

flower petals theme #6 by cuteofrp

a guest
Oct 18th, 2014
344
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 14.42 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <!-- made by cuteofrp. you can edit as much as you want for personal use c: if you want to post an edited version, could you please send me an ask? just so I know you edited.
  5. please don't repost or claim as your own, i've worked my ass off on this and yeah..i tried to make this a cute theme after editing it  a bit since i used this for charityrp first so yah people requested this, hope y'all like it lmao!!! -->
  6.  
  7. <head>
  8.  
  9. <meta name="color:bg" content="#FFFFFF">
  10. <meta name="color:link" content="#E6E4E4">
  11. <meta name="color:hover" content="#454545">
  12. <meta name="color:infobg" content="#FCFCFC">
  13. <meta name="color:text" content="#9A9A9A">
  14. <meta name="color:tags" content="#EDEDED">
  15. <meta name="color:scrollbar" content="#D6D5D5">
  16. <meta name="color:border" content="#FAFAFA">
  17. <meta name="color:postinfo" content="#FAFAFA">
  18.  
  19. <meta name="image:sidebar1" content=""/>
  20. <meta name="image:sidebar2" content=""/>
  21. <meta name="image:background" content=""/>
  22.  
  23. <meta name="text:titlenavi" content="">
  24. <meta name="text:linkA" content="">
  25. <meta name="text:linkA url" content="/">
  26. <meta name="text:linkB" content="">
  27. <meta name="text:linkB url" content="/">
  28. <meta name="text:linkC" content="">
  29. <meta name="text:linkC url" content="/">
  30. <meta name="text:linkD" content="">
  31. <meta name="text:linkD url" content="/">
  32. <meta name="text:linkE" content="">
  33. <meta name="text:linkE url" content="/">
  34. <meta name="text:linkF" content="">
  35. <meta name="text:linkF url" content="/">
  36.  
  37. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  38. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  39. <link rel="shortcut icon" href="{Favicon}" />
  40. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  41. <script type="text/javascript"
  42. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" ></script>
  43.  
  44.  
  45.  
  46.  
  47. <script type="text/javascript">
  48. $(window).load(function () {
  49. $('#posts').masonry(),
  50. $('.masonryWrap').infinitescroll({
  51. navSelector : "div.navigation",
  52. // selector for the paged navigation (it will be hidden)
  53. nextSelector : ".navigation a#next",
  54. // selector for the NEXT link (to page 2)
  55. itemSelector : ".post",
  56. // selector for all items you'll retrieve
  57. bufferPx : 10000,
  58. extraScrollPx: 10000,
  59. loadingImg : "http://static.tumblr.com/bcpenwm/o5Nmy3k0o/florels.gif",
  60. loadingText : "<em></em>",
  61. },
  62. // call masonry as a callback.
  63. function() { $('#posts').masonry({ appendedContent: $(this) }); }
  64. );
  65. });
  66. </script>
  67.  
  68.  
  69. <style type="text/css">
  70.  
  71. ::-webkit-scrollbar {background-color:{color:text}; height:8px; width:5px}
  72. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  73. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important;}
  74.  
  75. html {
  76. background: url('{image:background}') no-repeat center center fixed;
  77. -webkit-background-size: cover;
  78. -moz-background-size: cover;
  79. -o-background-size: cover;
  80. background-size: cover;
  81. }
  82.  
  83.  
  84.  
  85. body {
  86. background-color:#e7e7ef;
  87. -webkit-background-size: repeat;
  88. -moz-background-size: repeat;
  89. -o-background-size: repeat;
  90. background-size: repeat;
  91. font-family: 'calibri';
  92. font-weight:normal;
  93. font-size:11px;
  94. background-image:url('{image:background}');
  95. background-attachment:fixed;
  96. cursor:url(http://i.imgur.com/ZOrzC.png),auto;
  97. letter-spacing:2px;
  98. text-decoration:none;
  99. text
  100. }
  101.  
  102.  
  103. h1 {
  104. font-weight:normal;
  105. font-size:9px;
  106. text-align:center;
  107. font-style:normal;
  108. line-height:80%;
  109. letter-spacing:1px;
  110. text-transform:uppercase;
  111. color:{color:text};
  112. text-decoration:none;
  113. }
  114.  
  115. h2 {
  116. font-size:13px;
  117. text-align:center;
  118. line-height:100%;
  119. letter-spacing:1px;
  120. color:{color:text};
  121. font-weight:normal;
  122. padding:5px;
  123. padding-bottom:2px;
  124. text-decoration:none;
  125. }
  126.  
  127. pre {
  128. background-color:{color:text};
  129. color:{color:bg};
  130. text-align:center;
  131. margin:-1px;
  132. border-color:{color:border};
  133. border-right:3px solid;
  134. font-size:12px;
  135. padding-bottom:7px;
  136. padding-top:7px;
  137. font-family: 'calibri';
  138. text-decoration:underline;
  139. text-transform:lowercase;
  140. }
  141.  
  142.  
  143. blockquote {
  144. border-left:3px solid {color:text};
  145. background-color:{color:bg};
  146. margin:10px;
  147. padding:10px;
  148. }
  149.  
  150. #theme {
  151. background-color:{color:bg};
  152. width:700px;
  153. margin: 0 auto -12px auto;
  154. text-align: center;
  155. }
  156.  
  157. #sidebar1:hover #desc {
  158. opacity:1;
  159. -moz-transition-duration:0.7s;
  160. -webkit-transition-duration:0.7s;
  161. -o-transition-duration:0.7s;
  162. position:fixed;
  163. z-index:999999999;
  164. margin-left:35px;
  165. margin-top:-180px;
  166. }
  167.  
  168. #sidebar1 {
  169. color:{color:text};
  170. position:fixed;
  171. margin-top:350px;
  172. margin-left:-150px;
  173. }
  174.  
  175. #sidebar1 img {
  176. width:380px;
  177. height:205px;
  178. border:4px solid;
  179. transition: all 0.4s ease-in-out 0.2s;
  180. opacity: 1;
  181. }
  182.  
  183. #sidebar2 {
  184. color:{color:text};
  185. position:fixed;
  186. margin-top:125px;
  187. margin-left:-150px;
  188. }
  189.  
  190. #sidebar2 img {
  191. width:380px;
  192. height:205px;
  193. border:4px solid;
  194. opacity: 1;
  195. position:fixed;
  196. }
  197.  
  198. .links {
  199. margin-bottom:10px;
  200. font-size:8px;
  201. text-transform:uppercase;
  202. text-align:center;
  203. letter-spacing:2px;
  204. text-decoration:none;
  205. }
  206.  
  207. .links a{
  208. padding:3px;
  209. color:{color:link};
  210. letter-spacing:0px;
  211. text-decoration:none;
  212. -moz-transition-duration:1s;
  213. -webkit-transition-duration:1s;
  214. -o-transition-duration:1s;
  215. }
  216.  
  217. .links a:hover{
  218. color:{color:hover};
  219. -moz-transition-duration:1s;
  220. -webkit-transition-duration:1s;
  221. -o-transition-duration:1s;
  222. }
  223.  
  224.  
  225. #desc{
  226. margin-left:-150px;
  227. margin-top:-270px;
  228. width:300px;
  229. height:150px;
  230. overflow:auto;
  231. background:{color:bg};
  232. opacity:0;
  233. padding:1px;
  234. z-index:9999999;
  235. position:relative;
  236. border: 5px solid;
  237. border-color:{color:border};
  238. -moz-transition-duration:1s;
  239. -webkit-transition-duration:1s;
  240. -o-transition-duration:1s;
  241. }
  242.  
  243. .desc {
  244. margin-bottom:10px;
  245. margin-top:10px;
  246. text-align:center;
  247. font-size:10px;
  248. color:{color:text};
  249. letter-spacing:1px;
  250. z-index:999999999;
  251. -moz-transition-duration:1s;
  252. -webkit-transition-duration:1s;
  253. -o-transition-duration:1s;
  254. }
  255.  
  256. .desc a {
  257. color:{color:link};
  258. text-decoration:none;
  259. -moz-transition-duration:1s;
  260. -webkit-transition-duration:1s;
  261. -o-transition-duration:1s;
  262. }
  263.  
  264. #pagi {
  265. font-size:40px;
  266. text-transform:lowercase;
  267. letter-spacing:1px;
  268. font-style:normal;
  269. margin-left:-150px;
  270. margin-top:570px;
  271. text-align:center;
  272. color:{color:infobg};
  273. text-decoration:none;
  274. background-color:{color:bg};
  275. width: 385px;
  276. position:fixed;
  277. border:1px solid;
  278. }
  279.  
  280. #pagi a {
  281. color:{color:infobg};
  282. text-decoration:none;
  283. text-transform:lowercase;
  284. letter-spacing:1px;
  285. }
  286.  
  287. #stuffcontainer {
  288. float:left;
  289. margin-left:250px;
  290. margin-top:100px;
  291. text-align:justify;
  292. color:{color:text};
  293. margin-bottom: 30px;
  294. }
  295.  
  296.  
  297. #stuff {
  298. width:500px;
  299. margin-top:25px;
  300. text-align:justify;
  301. font-size:11px;
  302. line-height:100%;
  303. letter-spacing:0x;
  304. color:{color:text};
  305. background-color:{color:infobg};
  306. padding:10px;
  307. height:auto;
  308. }
  309.  
  310. #stuff a {
  311. color:{color:link};
  312. text-align:center;
  313. letter-spacing:1px;
  314. font-style:normal;
  315. text-decoration:none;
  316. }
  317.  
  318. #stuff a:hover {
  319. color:{color:hover};
  320. -moz-transition-duration:1s;
  321. -webkit-transition-duration:1s;
  322. -o-transition-duration:1s;
  323. }
  324.  
  325.  
  326. .caption {
  327. width:500px;
  328. text-align:justify;
  329. line-height:120%;
  330. }
  331.  
  332. .asker {
  333. text-align:center;
  334. text-transform:lowercase;
  335. font-style:bold;
  336. padding-bottom:4px;
  337. font-family:'calibri';
  338. }
  339.  
  340. .ask {
  341. background-color:{color:border};
  342. border-top:3px solid {color:bg};
  343. color:{color:bg};
  344. padding-bottom:11px;
  345. padding-left:10px;
  346. padding-top:10px;
  347. position:relative;
  348. }
  349.  
  350. .audio {
  351. width:500px;
  352. padding-bottom:10px;
  353. background-color:{color:infobg};
  354. }
  355.  
  356. .albumart {
  357. float:left;
  358. padding:0px 10px 10px 0px;
  359. }
  360.  
  361. .albumart img {
  362. width:45px;
  363. height:45px;
  364. }
  365.  
  366. .playercontainer {
  367. text-align:left;
  368. padding:10px;
  369. background-color:#ffffff;
  370. width:480px;
  371. }
  372.  
  373. .audioinfo {
  374. padding:10px;
  375. color:{color:text};
  376. }
  377.  
  378. #postinfo {
  379. width:506px;
  380. padding:7px;
  381. margin-left:-10px;
  382. margin-top:15px;
  383. font-size:9px;
  384. color:{color:postinfo};
  385. text-transform:lowercase;
  386. font-style:normal;
  387. letter-spacing:2px;
  388. text-align:left;
  389. background-color:{color:bg};
  390. border-top:5px solid {color:border};
  391. -moz-transition-duration:0.5s;
  392. -webkit-transition-duration:0.5s;
  393. -o-transition-duration:0.5s;
  394. }
  395.  
  396. #postinfo a {
  397. color:{color:link};
  398. text-align:center;
  399. letter-spacing:1px;
  400. font-style:normal;
  401. text-decoration:none;
  402. }
  403.  
  404. #postinfo a:hover {
  405. color:{color:hover};
  406. -moz-transition-duration:1s;
  407. -webkit-transition-duration:1s;
  408. -o-transition-duration:1s;
  409. }
  410.  
  411. #stuff:hover .tags {
  412. opacity:1;
  413. margin-top:6px;
  414. -webkit-transition-duration:1s;
  415. -moz-transition-duration::1s;
  416. -o-transition-duration:1s;
  417. }
  418.  
  419. .note {
  420. text-transform:uppercase;
  421. font-style:normal;
  422. letter-spacing:0px;
  423. font-size: 9px;
  424. text-align:left;
  425. line-height:90%;
  426. margin-left:-40px;
  427. }
  428.  
  429. .note li {
  430. list-style-type:none;
  431. border-bottom:1px solid {color:border};
  432. padding:10px 25px 10px 25px;
  433. text-align:left;
  434. margin:0px;
  435. -moz-transition-duration:0.5s;
  436. -webkit-transition-duration:0.5s;
  437. -o-transition-duration:0.5s;
  438. }
  439.  
  440. .tags {
  441. font-style:normal;
  442. width:500px;
  443. text-transform:lowercase;
  444. font-style:normal;
  445. color:{color:tags};
  446. letter-spacing:2px;
  447. line-height:120%;
  448. margin-top:-25px;
  449. font-size:8px;
  450. text-align:left;
  451. padding:2px;
  452. -moz-transition-duration:1s;
  453. -webkit-transition-duration:1s;
  454. -o-transition-duration:1s;
  455. opacity:0;
  456. }
  457.  
  458. .tags a {
  459. color:{color:tags};
  460. letter-spacing:1px;
  461. padding:1px;
  462. }
  463.  
  464. .tags a:hover {
  465. color:{color:link};
  466. -moz-transition-duration:1s;
  467. -webkit-transition-duration:1s;
  468. -o-transition-duration:1s;
  469. }
  470.  
  471. ul.chat, .chat ol, .chat li {
  472. list-style:none;
  473. margin:0px;
  474. padding:2px;
  475. }
  476.  
  477. .label {
  478. font-weight:700;
  479. background-color:{color:infobg};
  480. margin-right:5px;
  481. }
  482.  
  483.  
  484. #credit {
  485. bottom:5px;
  486. right:5px;
  487. width:30px;
  488. height:15px;
  489. color:{color:text};
  490. text-align:center;
  491. background-color:{color:infobg};
  492. font-size:10px;
  493. transition:width 2s;
  494. -webkit-transition: all 0.4s ease-in-out;
  495. padding:3px;
  496. border:1px solid;
  497. position:fixed;
  498. }
  499.  
  500. #credit:hover {
  501. text-align: center;
  502. background-color:{color:bg};
  503. transition:width 2s;
  504. -webkit-transition: all 0.4s ease-in-out;
  505. }
  506.  
  507.  
  508.  
  509. #linkcontainer {
  510. position:fixed;
  511. -moz-transition-duration:0.7s;
  512. -webkit-transition-duration:0.7s;
  513. -o-transition-duration:0.7s;
  514. border:3px solid;
  515. border-color:{color:border};
  516. background-color:{color:infobg};
  517. width:205px;
  518. height:100px;
  519. padding:5px;
  520. margin-left:90px;
  521. color:{color:text};
  522. text-align:center;
  523. }
  524.  
  525. #sidebar2:hover #linkcontainer {
  526. margin-top:-100px;
  527. }
  528.  
  529. #sidebar2:hover #linkctitle {
  530. margin-top:-100px;
  531. }
  532.  
  533. #linkctitle {
  534. position:fixed;
  535. -moz-transition-duration:0.7s;
  536. -webkit-transition-duration:0.7s;
  537. -o-transition-duration:0.7s;
  538. border:3px solid;
  539. border-color:{color:border};
  540. background-color:{color:infobg};
  541. margin-top:-20px;
  542. height:10px;
  543. padding:5px;
  544. width:205px;
  545. color:{color:text};
  546. margin-left:90px;
  547. text-align:center;
  548. }
  549.  
  550. #linko{
  551. text-align:center;
  552. width:150px;
  553. height:15px;
  554. position:fixed;
  555. margin-left:23px;
  556. margin-top:5px;
  557. -moz-transition-duration:0.7s;
  558. -webkit-transition-duration:0.7s;
  559. -o-transition-duration:0.7s;
  560. }
  561.  
  562. #linko a{
  563. width:150px;
  564. height:15px;
  565. text-align:center;
  566. color:{color:text};
  567. border:1px solid;
  568. border-color:{color:border};
  569. display:inline-block;
  570. text-decoration:none;
  571. padding:3px;
  572. background-color:{color:bg};
  573. margin-top:3px;
  574. box-shadow:inset 0px 3px {color:text};
  575. -moz-transition-duration:1s;
  576. -webkit-transition-duration:1s;
  577. -o-transition-duration:1s;
  578. }
  579.  
  580. #linko a:hover {
  581. color:{color:bg};
  582. background-color:{color:text};
  583. -moz-transition-duration:1s;
  584. -webkit-transition-duration:1s;
  585. -o-transition-duration:1s;
  586. box-shadow:inset 0px 30px {color:text};
  587. }
  588.  
  589.  
  590. {CustomCSS}
  591.  
  592. </style></head>
  593.  
  594. <body>
  595. <div id="theme">
  596. <div id="sidebar2">
  597. <div id="linkctitle">LINKS</div>
  598. <div id="linkcontainer">
  599. <center>
  600. <div id="linko">
  601. <a href="/">home</a>
  602. <a href="/ask">message</a>
  603. <a href="/nav">navigation</a>
  604. </div>
  605. </center></div>
  606. <img src="{image:sidebar1}"></div>
  607. <div id="sidebar1">
  608. <img src="{image:sidebar2}">
  609. <div id="desc">
  610. <div class="desc">
  611. {Description}
  612. </div>
  613. </div>
  614. </div>
  615. {block:Pagination}
  616. <div id="pagi">
  617. {block:PreviousPage}
  618. <a href="{PreviousPage}">«</a>
  619. {/block:PreviousPage}
  620. {block:NextPage}
  621. <a href="{NextPage}">»</a>
  622. {/block:NextPage}
  623. </div>
  624. {/block:Pagination}
  625.  
  626.  
  627.  
  628.  
  629.  
  630. <a href="http://cuteofrp.tumblr.com"><div id="credit">◕‿◕</div></a>
  631. <div id="stuffcontainer">
  632. {block:Posts}
  633.  
  634. <div id="stuff">
  635.  
  636. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  637.  
  638. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  639.  
  640. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  641. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  642.  
  643. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  644.  
  645. {block:Photoset}<center>{Photoset-500}</center>
  646. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  647.  
  648. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  649.  
  650. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  651.  
  652. {block:Answer}
  653. <div class="asker">{Asker} asked:</div><div class="ask">{Question}</div>{Answer}{/block:Answer}
  654.  
  655. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  656. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  657. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  658. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  659. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  660.  
  661.  
  662.  
  663. {block:Date}<div id="postinfo"> posted <a href="{Permalink}">{TimeAgo}</a>{block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  664. {block:ContentSource} © <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>{/block:Date}
  665. {block:HasTags}
  666. <div class="tags">
  667. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  668. {/block:HasTags}
  669. <div class="note">
  670. {block:PostNotes}{PostNotes}{/block:PostNotes}
  671. </div>
  672. </div>
  673. {/block:Posts}
  674. </div>
  675. </div>
  676. </div>
  677. </div>
  678. </div>
  679. </div>
  680. </div>
  681. </body>
  682. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement