Advertisement
thematchgirl

Theme 04 v2

Jan 3rd, 2013
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 23.99 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3.  <head>
  4.   <title>{title}</title>
  5.     <link href='http://fonts.googleapis.com/css?family=Grand+Hotel|PT+Sans+Narrow|Playball|Ruda|Codystar' rel='stylesheet' type='text/css'>
  6.   <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  </head>
  10. <meta name="color:background" content="" />
  11. <meta name="color:background2" content="" />
  12. <meta name="color:scrollbar" content="#FBC5D8" />
  13. <meta name="color:scrollbar border" content="#FBC5D8" />
  14. <meta name="color:selection" content="#FBC5D8" />
  15. <meta name="color:post" content="#fff" />
  16. <meta name="color:post border" content="#feedfe" />
  17. <meta name="color:description" content="#fff" />
  18. <meta name="color:description border" content="#feedfe" />
  19. <meta name="color:icon border" content="#feedfe" />
  20. <meta name="color:text" content="#8B7A5E" />
  21. <meta name="color:italic" content="#8B7A5E" />
  22. <meta name="color:bold" content="#8B7A5E" />
  23. <meta name="color:shadow" content="#ff99cc" />
  24. <meta name="color:line" content="#FBC5D8" />
  25. <meta name="color:title" content="#FFFF" />
  26. <meta name="color:link" content="#FBC5D8" />
  27. <meta name="color:link shadow" content="#ccc" />
  28. <meta name="color:link hover" content="#FCD9E5" />
  29. <meta name="color:date background" content="#FBC5D8" />
  30. <meta name="color:date color" content="#FFFFFF" />
  31. <meta name="color:tag" content="#8B7A5E" />
  32. <meta name="color:quote" content="#f7f7f7" />
  33. <meta name="color:blockquote background" content="#f7f7f7" />
  34. <meta name="color:blockquote border" content="#FBC5D8" />
  35. <meta name="color:links background" content="#FFFFFF" />
  36. <meta name="color:links background hover" content="#FFEAF2" />
  37. <meta name="color:links color" content="#FBC5D8" />
  38. <meta name="color:links color hover" content="#FFFFFF" />
  39. <meta name="color:links border" content="#FFEAF2" />
  40. <meta name="color:links border hover" content="#FCD9E5" />
  41. <meta name="color:tooltip" content="#FFFFFF" />
  42. <meta name="color:tooltip border" content="#feedfe" />
  43. <meta name="color:music" content="#feedfe" />
  44. <meta name="color:pagination background" content="#FFFFFF" />
  45. <meta name="color:pagination border" content="#feedfe" />
  46. <meta name="color:pagination background hover" content="#FFFFFF" />
  47. <meta name="color:pagination border hover" content="#feedfe" />
  48. <meta name="color:little petal" content="#ffccff" />
  49. <meta name="color:big petal" content="#ffecf5" />
  50. <meta name="color:flower circle" content="#ff33ff" />
  51. <meta name="color:scrolltotop" content="#ffccff" />
  52.  
  53. <meta name="image:background" content="http://www.pastelpatterns.com/small/smallpattern-13.png" />
  54. <meta name="image:background2" content="http://www.pastelpatterns.com/small/smallpattern-6.png" />
  55.  
  56. <meta name="text:Music" content="" >
  57. <meta name="text:Link1" content="" />
  58. <meta name="text:Link1URL" content=""/>
  59. <meta name="text:Link2" content="" />
  60. <meta name="text:Link2URL" content=""/>
  61. <meta name="text:Link3" content="" />
  62. <meta name="text:Link3URL" content=""/>
  63. <meta name="text:Link4" content="" />
  64. <meta name="text:Link4URL" content=""/>
  65. <meta name="text:Link5" content="" />
  66. <meta name="text:Link5URL" content=""/>
  67. <meta name="text:Link6" content="" />
  68. <meta name="text:Link6URL" content=""/>
  69. <meta name="text:Link7" content="" />
  70. <meta name="text:Link7URL" content=""/>
  71. <meta name="text:Link8" content="" />
  72. <meta name="text:Link8URL" content=""/>
  73.  
  74. <meta name="if:Fading Images" content="1" />
  75. <meta name="if:Show Captions" content="1" />
  76. <meta name="if:Music Player" content="0" />
  77. <meta name="if:Show Tags" content="0" />
  78. <meta name="if:Show Title" content="1" />
  79.  
  80. <style>
  81. body {
  82. background:url({image:background});
  83. font-family: ruda;
  84.    font-size: 11px;
  85.    background-color: {color:background};
  86.    background-attachment: fixed;
  87.    text-align: justify;
  88.    color:{color:text} ;
  89. overflow:auto;
  90. }
  91.  
  92. ::-webkit-scrollbar-thumb:vertical {
  93.     background-color: {color:scrollbar};
  94.     width:10px;
  95.     height:auto;
  96.     border:1px solid {color:scrollbar border};
  97.     }
  98.  
  99. ::-webkit-scrollbar-thumb:horizontal {
  100.     background-color: {color:scrollbar};
  101.     width:auto;
  102.     height:10px;
  103.     border:1px solid {color:scrollbar border};
  104.     }
  105.  
  106. ::-webkit-scrollbar {
  107.     height:10px;
  108.     width:10px;
  109.     background-color: {color:background};
  110.     }
  111.  
  112.  
  113. ::-moz-selection {background-color:{color:selection}; color: #fff;}
  114. ::selection {background-color: {color:selection}; color: #fff;}
  115.  
  116. a:link, a:active, a:visited {
  117. font-size:9px;
  118. text-transform:uppercase;
  119. color:{color:link};
  120. text-decoration:none;
  121. -webkit-transition: all 0.6s ease-in-out;
  122. -moz-transition: all 0.6s ease-in-out;
  123. -o-transition: all 0.6s ease-in-out;
  124. transition: all 0.6s ease-in-out;
  125. text-shadow: 1px 1px 2px {color:link shadow};
  126. }
  127.  
  128. a:hover {
  129. color:{color:link hover};
  130. -webkit-transition: all 0.6s ease-in-out;
  131. -moz-transition: all 0.6s ease-in-out;
  132. -o-transition: all 0.6s ease-in-out;
  133. transition: all 0.6s ease-in-out;
  134. }
  135.  
  136. i, em {
  137. text-shadow: 1px 1px 1px {color:shadow};
  138. color:{color:italic}
  139. }
  140.  
  141.  
  142. b, strong {
  143. text-shadow: 1px 1px 1px {color:shadow};
  144. color:{color:bold}
  145. }
  146.  
  147. hr {
  148. background-color:{color:line};
  149. border:0;
  150. clear:both;
  151. color:{color:line};
  152. height:1px;
  153. }
  154.  
  155. blockquote {
  156. background:{color:blockquote b};
  157. border-left:5px solid {color:blockquote border};
  158. border-top:1px dotted {color:blockquote border};
  159. border-bottom:1px dotted {color:blockquote border};
  160. border-right:1px dotted {color:blockquote border};
  161. padding:5px;
  162. width:80%;
  163. }
  164.  
  165. .petal1 {
  166.   -webkit-border-top-left-radius: 100%;
  167. -webkit-border-bottom-right-radius: 100%;
  168. -moz-border-radius-topleft: 100%;
  169. -moz-border-radius-bottomright: 100%;
  170. border-top-left-radius: 100%;
  171. border-bottom-right-radius: 100%;
  172. background:{color:little petal};
  173. display:inline;
  174. width:50px;
  175. height:50px;
  176. position:absolute;
  177. margin-left:85px;
  178. margin-top:90px;
  179. }
  180.  
  181. .petal2 {
  182. -webkit-border-top-right-radius: 100%;
  183. -webkit-border-bottom-left-radius: 100%;
  184. -moz-border-radius-topright: 100%;
  185. -moz-border-radius-bottomleft: 100%;
  186. border-top-right-radius: 100%;
  187. border-bottom-left-radius: 100%;
  188. background:{color:little petal};
  189. display:inline;
  190. width:50px;
  191. height:50px;
  192. position:absolute;
  193. margin-left:135px;
  194. margin-top:90px;
  195. }
  196.  
  197. .petal3 {
  198. -webkit-border-top-right-radius: 100%;
  199. -webkit-border-bottom-left-radius: 100%;
  200. -moz-border-radius-topright: 100%;
  201. -moz-border-radius-bottomleft: 100%;
  202. border-top-right-radius: 100%;
  203. border-bottom-left-radius: 100%;
  204. background:{color:little petal};
  205. display:inline;
  206. width:50px;
  207. height:50px;
  208. position:absolute;
  209. margin-left:75px;
  210. margin-top:50px;
  211. transform:rotate(150deg);
  212. -ms-transform:rotate(150deg);
  213. -moz-transform:rotate(150deg);
  214. -webkit-transform:rotate(150deg);
  215. -o-transform:rotate(150deg);
  216. }
  217.  
  218. .petal4 {
  219. -webkit-border-top-right-radius: 100%;
  220. -webkit-border-bottom-left-radius: 100%;
  221. -moz-border-radius-topright: 100%;
  222. -moz-border-radius-bottomleft: 100%;
  223. border-top-right-radius: 100%;
  224. border-bottom-left-radius: 100%;
  225. background:{color:little petal};
  226. display:inline;
  227. width:50px;
  228. height:50px;
  229. position:absolute;
  230. margin-left:145px;
  231. margin-top:50px;
  232. transform:rotate(120deg);
  233. -ms-transform:rotate(120deg);
  234. -moz-transform:rotate(120deg);
  235. -webkit-transform:rotate(120deg);
  236. -o-transform:rotate(120deg);
  237. }
  238.  
  239. .petal5 {
  240.   -webkit-border-top-left-radius: 100%;
  241. -webkit-border-bottom-right-radius: 100%;
  242. -moz-border-radius-topleft: 100%;
  243. -moz-border-radius-bottomright: 100%;
  244. border-top-left-radius: 100%;
  245. border-bottom-right-radius: 100%;
  246. background:{color:little petal};
  247. display:inline;
  248. width:50px;
  249. height:50px;
  250. position:absolute;
  251. margin-left:110px;
  252. margin-top:25px;
  253. transform:rotate(-45deg);
  254. -ms-transform:rotate(-45deg); /* Internet Explorer */
  255. -moz-transform:rotate(-45deg); /* Firefox */
  256. -webkit-transform:rotate(-45deg); /* Safari and Chrome */
  257. -o-transform:rotate(-45deg); /* Opera */
  258. }
  259.  
  260. .bulet {
  261. z-index:1000;
  262. position:absolute;
  263. top:70px;
  264. left:118px;
  265. width:35px;
  266. height:35px;
  267. background:{color:flower circle};
  268. -webkit-border-radius: 50%;
  269. -moz-border-radius: 50%;
  270. border-radius: 50%;
  271. }
  272.  
  273. .bigpetal1 {
  274. z-index:-1;
  275. -webkit-border-radius: 50%;
  276. -moz-border-radius: 50%;
  277. border-radius: 50%;
  278. background:{color:big petal};
  279. width:75px;
  280. height:75px;
  281. margin-left:95px;
  282. margin-top:0px;
  283. position:absolute;
  284. }
  285.  
  286. .bigpetal2 {
  287. z-index:-1;
  288. -webkit-border-radius: 50%;
  289. -moz-border-radius: 50%;
  290. border-radius: 50%;
  291. background:{color:big petal};
  292. width:75px;
  293. height:75px;
  294. margin-left:48px;
  295. margin-top:32px;
  296. position:absolute;
  297. }
  298.  
  299. .bigpetal3 {
  300. z-index:-1;
  301. -webkit-border-radius: 50%;
  302. -moz-border-radius: 50%;
  303. border-radius: 50%;
  304. background:{color:big petal};
  305. width:75px;
  306. height:75px;
  307. margin-left:62px;
  308. margin-top:85px;
  309. position:absolute;
  310. }
  311.  
  312. .bigpetal4 {
  313. z-index:-1;
  314. -webkit-border-radius: 50%;
  315. -moz-border-radius: 50%;
  316. border-radius: 50%;
  317. background:{color:big petal};
  318. width:75px;
  319. height:75px;
  320. margin-left:129px;
  321. margin-top:85px;
  322. position:absolute;
  323. }
  324.  
  325. .bigpetal5 {
  326. z-index:-1;
  327. -webkit-border-radius: 50%;
  328. -moz-border-radius: 50%;
  329. border-radius: 50%;
  330. background:{color:big petal};
  331. width:75px;
  332. height:75px;
  333. margin-left:142px;
  334. margin-top:32px;
  335. position:absolute;
  336. }
  337.  
  338. .backflo {
  339. background:{color:big petal};
  340. width:50px;
  341. height:50px;
  342. margin-left:100px;
  343. margin-top:90px;
  344. position:absolute;
  345. }
  346.  
  347. #flower {
  348. position:fixed;
  349. bottom:63%;
  350. left:650px;
  351. }
  352.  
  353. #background2 {
  354. position:fixed;
  355. z-index:-10000;
  356. width:100%;
  357. height:50%;
  358. left:0;
  359. bottom:0;
  360. background:url({image:background2});
  361. background-color:{color:background2};
  362. border-top:10px solid {color:links border};
  363. }
  364.  
  365. #desc {
  366. position:fixed;
  367. top:35%;
  368. margin-left:-250px;
  369. z-index:100000000000000;
  370. opacity:0;
  371. -webkit-transition: all 0.5s ease-in-out;
  372.     -moz-transition: all 0.5s ease-in-out;
  373.     -o-transition: all 0.5s ease-in-out;
  374.     -ms-transition: all 0.5s ease-in-out;
  375.     transition: all 0.5s ease-in-out;
  376. }
  377.  
  378. #deskripsi {
  379. background:{color:description};
  380. border:3px solid {color:description border};
  381. padding:5px;
  382. text-align:justify;
  383. width:225px;
  384. }
  385.  
  386. #flower:hover #desc {
  387. opacity:1;
  388. margin-left:200px;
  389. }
  390.  
  391. #posts {
  392. width:500px;
  393. margin-left:50px;
  394. margin-top:25px;
  395. }
  396.  
  397. .entry {
  398. background:{color:post};
  399. padding: 20px;
  400. position: relative;
  401. margin: 10px;
  402. border:1px solid {color:post border};
  403. width:500px;
  404. margin-bottom:25px;
  405. transition: all 1s ease-out;
  406. -o-transition: all 1s ease-out;
  407. -webkit-transition: all 1s ease-out;
  408. -moz-transition: all 1s ease-out;
  409. }
  410.  
  411. #albumart {
  412. border:5px inset {color:post border};
  413. }
  414.  
  415. #audioplayer {
  416. width:30px;
  417. height:30px;
  418. overflow:hidden;
  419. position:absolute;
  420. margin-top:40px;
  421. margin-left:35px;
  422. opacity: 0.7;
  423. filter:alpha(opacity=70);
  424. -moz-opacity: 0.7;
  425. -khtml-opacity: 0.7;
  426. }
  427.  
  428. #user {
  429. position:fixed;
  430. left:725px;
  431. top:15%;
  432. width:110px;
  433. font-size:10px;
  434. z-index:5;
  435. }
  436.  
  437. #user img {
  438. border:5px solid {color:icon border};
  439. }
  440.  
  441. #line {
  442. background:{color:icon border};
  443. width:10px;
  444. left:780px;
  445. height:50%;
  446. top:0;
  447. position:fixed;
  448. z-index:-10;
  449. }
  450.  
  451. #stats {
  452. margin-top:-30px;
  453. padding:5px;
  454. text-align:center;
  455. font-size:9px;
  456. background: {color:date background};
  457. color:{color:date color};
  458. margin-bottom:10px;
  459. position:absolute;
  460. }
  461.  
  462. #stats a {
  463. color:{color:date color};
  464. text-shadow:none;
  465. }
  466.  
  467. #info {
  468. padding:5px;
  469. text-align:center;
  470. font-size:8px;
  471. background: {color:date background};
  472. color:{color:date color};
  473. margin-bottom:10px;
  474. {block:IndexPage}opacity:0;{/block:IndexPage}
  475. transition: all 1s ease-out;
  476. -o-transition: all 1s ease-out;
  477. -webkit-transition: all 1s ease-out;
  478. -moz-transition: all 1s ease-out;
  479. {block:IndexPage}position:absolute;{/block:IndexPage}
  480. {block:PermalinkPage}position:relative;{/block:PermalinkPage}
  481. {block:PermalinkPage}opacity:1;{/block:PermalinkPage}
  482. text-shadow:none;
  483. }
  484.  
  485. #info a {
  486. color:{color:date color};
  487. text-shadow:none;
  488. }
  489.  
  490. {block:IndexPage}.entry:hover #info {
  491. opacity:1;{/block:IndexPage}
  492. }
  493.  
  494. .tag {
  495. font-size:8px;
  496. margin-top:15px;
  497. }
  498.  
  499. .tag a {
  500. border-bottom:1px dotted {color:tag};
  501. color:{color:tag};
  502. text-shadow:none;
  503. text-transform:lowercase;
  504. }
  505.  
  506. #link {
  507. position:fixed;
  508. left:725px;
  509. top:63%;
  510. }
  511.  
  512. #link a {
  513. padding: 5px;
  514.     margin-bottom: 4px;
  515.     width: 100px;
  516.     font-family: consolas;
  517.     font-size: 10px;
  518.     text-transform: uppercase;
  519.     letter-spacing: 1px;
  520.     display: inline-block;
  521.     text-align: center;
  522.     color: {color:links color};
  523.     background-color:{color:links background};
  524.     -webkit-transition: all 0.5s ease-in-out;
  525.     -moz-transition: all 0.5s ease-in-out;
  526.     -o-transition: all 0.5s ease-in-out;
  527.     -ms-transition: all 0.5s ease-in-out;
  528.     transition: all 0.5s ease-in-out;
  529.     border-left: 10px solid {color:links border};
  530.     border-right: 10px solid {color:links border};
  531.     text-shadow:none;
  532. }
  533.  
  534. #link a:hover {
  535. color: {color:links color hover};
  536. background-color:{color:links background hover};
  537. border-left: 10px solid {color:links border hover};
  538. border-right: 10px solid {color:links border hover};
  539. }
  540.  
  541. #nama {
  542. position:fixed;
  543. font-family:Codystar;
  544. width:250px;
  545. font-size:35px;
  546. line-height:35px;
  547. margin-top:50px;
  548. margin-left:625px;
  549. color:{color:title};
  550. -webkit-transform: rotate(-90deg);
  551. -moz-transform: rotate(-90deg);
  552. -o-transform: rotate(-90deg);
  553. writing-mode: tb-rl;
  554. filter: flipV flipH;
  555. }
  556.  
  557. iframe#tumblr_controls {
  558. right:0;
  559. top:250px;
  560. position:fixed;
  561. font-family:ruda;
  562. -webkit-transition: opacity 0.7s linear;
  563. opacity: 0.2;
  564. -webkit-transition: all 0.8s ease-out;
  565. -moz-transition: all 0.8s ease-out;
  566. transition: all 0.8s ease-out;
  567. white-space:nowrap;
  568. -webkit-filter: invert(100%);
  569. -moz-filter: invert(100%);
  570. -o-filter: invert(100%);
  571. -ms-filter: invert(100%);
  572. filter: invert(100%);
  573. }
  574.  
  575.  
  576. #s-m-t-tooltip{
  577.   max-width: 500px;
  578.   z-index:5000;
  579.   margin:24px 14px 7px 12px;
  580.   padding:5px;
  581.   font-size:9px;
  582.   line-height:16px;
  583.   background:{color:tooltip};
  584. border:1px solid {color:tooltip border};
  585. }
  586.  
  587. .title a {
  588. text-align:center;
  589. font-size:20px;
  590. font-family:Grand Hotel;
  591. text-shadow:none;
  592. color:{color:title};
  593. }
  594.  
  595. #music {
  596. width:200px;
  597. position:fixed;
  598. left:650px;
  599. bottom:-50px;
  600. padding:15px;
  601. transition: all 0.4s ease-out;
  602. -o-transition: all 0.4s ease-out;
  603. -webkit-transition: all 0.4s ease-out;
  604. -moz-transition: all 0.4s ease-out;
  605. z-index:80000000000000000000;
  606. }
  607.  
  608. #gambar {
  609. width:10px;
  610. height:10px;
  611. padding:15px;
  612. background:{color:music};
  613. }
  614.  
  615. #musik {
  616. opacity:1;
  617. height:10px;
  618. padding:10px;
  619. background:{color:music};
  620. transition: all 0.4s ease-out;
  621. -o-transition: all 0.4s ease-out;
  622. -webkit-transition: all 0.4s ease-out;
  623. -moz-transition: all 0.4s ease-out;
  624. width:100px;
  625. }
  626.  
  627. #music:hover {
  628. bottom:-15px;
  629. }
  630.  
  631. ul {list-style-type:circle;}
  632.  
  633. {block:ifFadingImages}.entry .photo {
  634. opacity: .5;
  635. transition: all 0.8s ease-out;
  636. -o-transition: all 0.8s ease-out;
  637. -webkit-transition: all 0.8s ease-out;
  638. -moz-transition: all 0.8s ease-out;
  639. }
  640.  
  641. .entry .photo:hover {
  642. opacity:1;
  643. }
  644.  
  645. .entry img {
  646. opacity: .5;
  647. transition: all 0.8s ease-out;
  648. -o-transition: all 0.8s ease-out;
  649. -webkit-transition: all 0.8s ease-out;
  650. -moz-transition: all 0.8s ease-out;
  651. }
  652.  
  653. .entry img:hover {
  654. opacity:1;
  655. }
  656. {/block:ifFadingImages}
  657.  
  658. #next {
  659. position:fixed;
  660. top:50%;
  661. left:650px;
  662. padding:10px;
  663. background:{color:pagination background};
  664. z-index:500000000000;
  665. border:5px solid {color:pagination border};
  666. color: {color:pagination border};
  667. transition: all 0.8s ease-out;
  668. -o-transition: all 0.8s ease-out;
  669. -webkit-transition: all 0.8s ease-out;
  670. -moz-transition: all 0.8s ease-out;
  671. text-shadow:none;
  672. }
  673.  
  674. #next:hover {
  675. background:{color:pagination background hover};
  676. border:5px solid {color:pagination border hover};
  677. color: {color:pagination border hover};
  678. transition: all 0.8s ease-out;
  679. -o-transition: all 0.8s ease-out;
  680. -webkit-transition: all 0.8s ease-out;
  681. -moz-transition: all 0.8s ease-out;
  682. }
  683.  
  684. #prev {
  685. position:fixed;
  686. top:45%;
  687. left:650px;
  688. padding:10px;
  689. background:{color:pagination background};
  690. z-index:500000000000;
  691. border:5px solid {color:pagination border};
  692. color: {color:pagination border};
  693. transition: all 0.8s ease-out;
  694. -o-transition: all 0.8s ease-out;
  695. -webkit-transition: all 0.8s ease-out;
  696. -moz-transition: all 0.8s ease-out;
  697. text-shadow:none;
  698. }
  699.  
  700. #prev:hover {
  701. background:{color:pagination background hover};
  702. border:5px solid {color:pagination border hover};
  703. color: {color:pagination border hover};
  704. transition: all 0.8s ease-out;
  705. -o-transition: all 0.8s ease-out;
  706. -webkit-transition: all 0.8s ease-out;
  707. -moz-transition: all 0.8s ease-out;
  708. }
  709.  
  710. #credit {
  711. padding:5px;
  712. font-size:20px;
  713. background:#feedfe;
  714. color:#ffff;
  715. position:fixed;
  716. bottom:0;
  717. right:-150px;
  718. transition: all 0.8s ease-out;
  719. -o-transition: all 0.8s ease-out;
  720. -webkit-transition: all 0.8s ease-out;
  721. -moz-transition: all 0.8s ease-out;
  722. text-shadow:none;
  723. }
  724.  
  725. #credit:hover {
  726. right:0;
  727. }
  728.  
  729. #credit a {
  730. color:#ffff;
  731. text-shadow:none;
  732. }
  733.  
  734. .td1 {
  735. background:{color:date background};
  736. font-size:8px;
  737. color:{color:date color};
  738. text-shadow: 2px 2px 2px {color:shadow};
  739. width:25%;
  740. }
  741.  
  742. .td1 a {
  743. color:{color:date color};
  744. }
  745.  
  746. .td2 {
  747. background:{color:quote};
  748. text-shadow: 2px 2px 2px {color:shadow};
  749. width:75%;
  750. padding:5px;
  751. }
  752.  
  753. .td1 a {
  754. color:{color:date color};
  755. }
  756.  
  757. #scrolltotop {
  758. font-size:50px;
  759. color:{color:scrolltotop};
  760. position:fixed;
  761. bottom:25%;
  762. right:15%;
  763. }
  764.  
  765. #scrollToTop:link,
  766.     #scrollToTop:visited {
  767.         color: {color:scrolltotop};
  768.         background-color: transparent;
  769.         display: none;
  770.         position: fixed;
  771.         bottom: 150px;
  772.         right: 150px;
  773. font-size:50px;
  774.     }
  775.  
  776. </style>
  777.  
  778. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  779. <script src="http://static.tumblr.com/pdgxkke/bRomet3vm/jquery.style-my-tooltips.js"></script>
  780. <script>
  781.     (function($){
  782.         $(document).ready(function(){
  783.             $("[title]").style_my_tooltips();
  784.         });
  785.     })(jQuery);
  786. </script>
  787.  
  788. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  789.  
  790.  <body>
  791.  
  792.     <div class="topp">
  793.         <a href="javascript:;" id="scrollToTop"></a>
  794.     </div>
  795.  
  796. <a href="http://thematchgirl.tumblr.com" title="theme maker"><div id="credit">❊ THE MATCH GIRL</div></a>
  797.  
  798. {block:NextPage}<a href="{NextPage}"><div id="next">&gt;&gt;</div></a>{/block:NextPage}
  799. {block:PreviousPage}<a href="{PreviousPage}"><div id="prev">&lt;&lt;</div></a>{/block:PreviousPage}
  800.  
  801. {block:IfMusicPlayer}
  802. {block:IndexPage}<div id="music">
  803.  <div id="gambar"><img src="http://media.tumblr.com/tumblr_m7vzt8IQjM1r6o8v2.gif"></div>
  804.  <div id="musik">{text:Music}</div>
  805. </div>
  806. {/block:IndexPage}
  807. {/block:IfMusicPlayer}
  808.  
  809. {block:ifShowTitle}<div id="nama">{title}</div>{/block:ifShowTitle}
  810.  
  811. <div id="link"><a href="/" title="Home">Home</a><br>
  812. <a href="/ask" title="Message Me!">Message</a><br>
  813. <a href="/archive" title="This Blog Archive">Archive</a><br>
  814. <a href="/mobile" title="Mobile Version">mobile</a><br>
  815.  {block:iflink1}<a href="{text:Link1URL}" title="{text:Link1}" >{text:Link1}</a><br> {/block:iflink1}
  816.  {block:iflink2}<a href="{text:Link2URL}" title="{text:Link2}" >{text:Link2}</a><br> {block:iflink2}
  817.  {block:iflink3}<a href="{text:Link3URL}" title="{text:Link3}" >{text:Link3}</a><br> {/block:iflink3}
  818. </div>
  819. <div id="background2">
  820. </div>
  821. <div id="flower">
  822. {block:description}<div id="desc"><table><tr><td><span style="font-size:50px;margin-top:20px;margin-right:-10px;color:{color:description border};"></td><td><div id="deskripsi">{description}</div></td></tr></table>{/block:description}</div>
  823. <div class="backflo"></div>
  824.  <div class="bigpetal1"></div>
  825.  <div class="bigpetal2"></div>
  826.  <div class="bigpetal3"></div>
  827.  <div class="bigpetal4"></div>
  828.  <div class="bigpetal5"></div>
  829.  {block:iflink4}<a href="{text:Link4URL}" title="{text:Link4}" >{/block:iflink4}<div class="petal1"></div>{block:iflink4}</a>{/block:iflink4}
  830.   {block:iflink5}<a href="{text:Link5URL}" title="{text:Link5}" >{/block:iflink5}<div class="petal2"></div></a>{block:iflink5}</a>{/block:iflink5}
  831.   {block:iflink6}<a href="{text:Link6URL}" title="{text:Link6}" >{/block:iflink6}<div class="petal3"></div></a>{block:iflink6}</a>{/block:iflink6}
  832.   {block:iflink7}<a href="{text:Link7URL}" title="{text:Link7}" >{/block:iflink7}<div class="petal4"></div></a>{block:iflink7}</a>{/block:iflink7}
  833.   {block:iflink8}<a href="{text:Link8URL}" title="{text:Link8}" >{/block:iflink8}<div class="petal5"></div></a>{block:iflink8}</a>{/block:iflink8}
  834.   <div class="bulet"></div>
  835.   </div>
  836.  
  837.   <div id="posts">
  838. {block:Posts}
  839.  
  840. <div class="entry">
  841.  
  842. <div id="stats">
  843.     {block:Date}<a href="{Permalink}" title="Permalink" >{ShortMonth} {DayOfMonth}{DayOfMonthSuffix} {Year}</a>{/block:Date}
  844. </div>
  845.  
  846.  
  847. {block:Text}
  848.     {block:Title}
  849.     <div class="title"><a href="{Permalink}" class="ttitle" title="Title" >{Title}</a></div>
  850.     {/block:Title}
  851.     {Body}
  852.     {/block:Text}
  853.    
  854.    {block:Photo}
  855. <center><a href="{PhotoURL-HighRes}"><img src="{PhotoURL-500}" alt=""></a></center>
  856. {block:IndexPage}{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}{/block:IndexPage}
  857. {block:PermalinkPage}{block:Caption}
  858. {Caption}
  859. {/block:Caption}{/block:PermalinkPage}
  860. {/block:Photo}
  861.  
  862. {block:Photoset}
  863. <div class="photo">{Photoset-500}</div>
  864. {block:IndexPage}{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}{/block:IndexPage}
  865. {block:PermalinkPage}{block:Caption}
  866. {Caption}
  867. {/block:Caption}{/block:PermalinkPage}
  868. {/block:Photoset}
  869.    
  870.     {block:Quote}
  871.    <table><tr><td valign="middle" class="td1"><center><span style="font-size:30px;padding:5px;"></span><br>{block:Source}{Source}{/block:Source}</center></td><td class="td2">{Quote}</td></tr></table>
  872.     {/block:Quote}
  873.    
  874.    {block:Answer}
  875.    <table><tr><td valign="middle" class="td1"><center><img src="{AskerPortraitURL-40}" style="margin:3px;padding:5px;"><br>{Asker}</center></td><td class="td2">{Question}</div></td></tr></table>
  876.     {Answer}
  877.     {/block:Answer}
  878.  
  879.     {block:Link}
  880.     <div class="title"><a href="{URL}" target="{Target}" class="ttitle"  title="Title"> {Name}  →</a></div>
  881.     {block:Description} {Description} {/block:Description}
  882.     {/block:Link}
  883.    
  884.     {block:Chat}
  885.    {block:Title}
  886.     <div class="title"><a href="{Permalink}" class="ttitle"  title="Title">{Title}</a></div>
  887.     {/block:Title}
  888.     {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  889.  
  890.     {/block:Lines}
  891.     {/block:Chat}
  892.  
  893.  
  894.     {block:Audio}
  895. <table><tr><td><div id="audioplayer">{AudioPlayerWhite} </div>      
  896. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div></td><td  class="td2"><b>Plays:</b>{PlayCountWithLabel}
  897. <br>{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}
  898. <br>{block:Album}<b>Album:</b> {Album}{/block:Album}
  899. <br>{block:TrackName}<b>Title:</b> {TrackName}{/block:TrackName}
  900. </td></tr></table>
  901. {block:IndexPage}{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}{/block:IndexPage}
  902. {block:PermalinkPage}{block:Caption}
  903. {Caption}
  904. {/block:Caption}{/block:PermalinkPage}
  905. {/block:Audio}
  906.  
  907.  
  908.     {block:Video}
  909. {Video-500}
  910. {block:IndexPage}{block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}{/block:IndexPage}
  911. {block:PermalinkPage}{block:Caption}
  912. {Caption}
  913. {/block:Caption}{/block:PermalinkPage}
  914.     {/block:Video}
  915.    
  916.    
  917.  
  918. <div id="info">
  919.    {block:RebloggedFrom}✄ <a href="{ReblogParentURL}" title="Reblogged From" >VIA</a>{/block:RebloggedFrom} {block:ContentSource} ✄  <a href="{SourceURL}" title="Source" >SOURCE</a>{/block:ContentSource}</a>
  920. {block:NoteCount}{NoteCount} ♥ ✄ {/block:NoteCount}<a href="{ReblogURL}" target="_blank" title="Reblog this post!">REBLOG</a>
  921. </div>
  922.  
  923.    {block:IfShowTags} <div class="tag">{block:HasTags}{block:Tags}→<a href="{TagURL}"> {Tag}</a> {/block:Tags}<br>{/block:HasTags}
  924. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>{/block:IfShowTags}
  925.  
  926. </div>
  927.  
  928.  
  929.  
  930. {/block:Posts}
  931. </div>
  932. <div id="line"></div>
  933.  
  934.  </body>
  935. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement