Advertisement
MAThemes

Theme #1

Jul 20th, 2012
700
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.83 KB | None | 0 0
  1. <!--
  2.  
  3. "Maybe it's the nine pounds?" made by:
  4. myackles.tumblr.com
  5.  
  6. Do not claim as your own or remove the credit!
  7.  
  8. -->
  9.  
  10.  
  11. <html><head>
  12.  
  13. <link href='http://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
  14.  
  15. <link href='http://fonts.googleapis.com/css?family=Overlock|Pontano+Sans|Advent+Pro|Signika' rel='stylesheet' type='text/css'>
  16.  
  17.  
  18. <meta name="color:Background" content="#f8edde"/>
  19. <meta name="color:Font" content="#b1a697"/>
  20. <meta name="color:Links" content="#dbb18e"/>
  21. <meta name="color:Links Hover" content="#be684b"/>
  22. <meta name="color:Bold" content="#d3886f"/>
  23. <meta name="color:Posts Title" content="#cca483"/>
  24. <meta name="color:Blog Title" content="#ca7458"/>
  25. <meta name="color:Blog Title Shadow" content="#f1d0bc"/>
  26. <meta name="color:Posts Info Background" content="#fdf1e1"/>
  27. <meta name="color:Sidebar Image Border" content="#ebd2ba"/>
  28. <meta name="color:Post Info Border" content="#ebd2ba"/>
  29. <meta name="color:Scrollbar" content="#f1d0bc"/>
  30.  
  31. <meta name="text:Blog Title" content="Maybe it's the nine pounds"/>
  32.  
  33. <meta name="text:Link 1 url" content="/" />
  34. <meta name="text:Link 1 title" content="home" />
  35. <meta name="text:Link 2 url" content="/ask" />
  36. <meta name="text:Link 2 title" content="message" />
  37. <meta name="text:Link 3 url" content="/" />
  38. <meta name="text:Link 3 title" content="link 1" />
  39. <meta name="text:Link 4 url" content="/" />
  40. <meta name="text:Link 4 title" content="link 2" />
  41. <meta name="text:Link 5 url" content="/" />
  42. <meta name="text:Link 5 title" content="link 3" />
  43. <meta name="text:Link 6 url" content="/" />
  44. <meta name="text:Link 6 title" content="link 4" />
  45. <meta name="text:Link 7 url" content="/" />
  46. <meta name="text:Link 7 title" content="link 5" />
  47. <meta name="text:Link 8 url" content="/" />
  48. <meta name="text:Link 8 title" content="link 6" />
  49.  
  50.  
  51. <meta name="image:Sidebar Image" content="
  52. http://prikachi.com/images/559/5036559L.gif"/>
  53. <meta name="image:Background Image" content=""/>
  54.  
  55.  
  56. <title>{Title}</title>
  57. <link rel="shortcut icon" href="{Favicon}">
  58.  
  59.  
  60.  
  61.  
  62. <style type="text/css">
  63.  
  64.  
  65.  
  66. /*
  67.  
  68. ~ BASICS ~
  69.  
  70. */
  71.  
  72.  
  73. body {
  74. font-family: 'Pontano Sans';
  75. font-size: 11px;
  76. line-height: 100%;
  77. text-align: justify;
  78. color: {color:Font};
  79. background-color: {color:Background};
  80. background-image: url('{image:Background Image}');
  81. background-attachment: fixed;
  82. background-position: left top;
  83. background-repeat: no-repeat; }
  84.  
  85.  
  86. a:link, a:visited, a:active {
  87. text-decoration: none;
  88. color: {color:Links};
  89. -webkit-transition: all 0.4s ease-in-out;
  90. -moz-transition: all 0.4s ease-in-out;
  91. -o-transition: all 0.4s ease-in-out;
  92. transition: all 0.4s ease-in-out;
  93. }
  94.  
  95. a:hover {
  96.  
  97. color: {color:Links Hover};
  98. -webkit-transition: all 0.4s ease-in-out;
  99. -moz-transition: all 0.4s ease-in-out;
  100. -o-transition: all 0.4s ease-in-out;
  101. transition: all 0.4s ease-in-out; }
  102.  
  103.  
  104.  
  105. l {
  106. padding: 1px 7px 2px 3px;
  107. text-decoration: none;
  108. font-size: 12px;
  109. font-family: 'Pontano Sans';
  110. color: {color:Links};
  111. border: 1px solid {color:Background};
  112. -webkit-transition: all 0.4s ease-in-out;
  113. -moz-transition: all 0.4s ease-in-out;
  114. -o-transition: all 0.4s ease-in-out;
  115. transition: all 0.4s ease-in-out;
  116. border-bottom: 0px solid transparent; }
  117.  
  118. b, strong {
  119. color: {color:Bold}; }
  120.  
  121.  
  122. blockquote {
  123. margin-left: 0px;
  124. padding-left:4px;
  125. border-left: 4px solid {color:Bold}; }
  126.  
  127.  
  128. #title {
  129. margin-top: 5px;
  130. margin-bottom: 5px;
  131. padding-bottom: 4px;
  132. font-size: 16px;
  133. text-align: center; }
  134.  
  135. #link {
  136. margin-top: 5px;
  137. padding-bottom: 4px;
  138. font-size: 16px;
  139. text-align: center; }
  140.  
  141.  
  142.  
  143.  
  144. h1 {
  145. font-size: 19px;
  146. line-height: 15px;
  147. letter-spacing: 0px;
  148. text-transform: none;
  149. font-weight: normal;
  150. text-align: left;
  151. margin-top: 0px;
  152. margin-bottom: -5px;
  153. padding: 0px;
  154. color: {color:Posts Title}; }
  155.  
  156.  
  157.  
  158. /*
  159.  
  160. ~ PAGES ~
  161.  
  162. */
  163.  
  164.  
  165. #prev {
  166. position: fixed;
  167. margin-top: 70px;
  168. margin-left: -40px;
  169. width: 0px;
  170. -webkit-transition-duration: .90s; }
  171.  
  172. #next {
  173. position: fixed;
  174. margin-top: 70px;
  175. margin-left: 205px;
  176. width: 0px;
  177. -webkit-transition-duration: .90s; }
  178.  
  179.  
  180. .pages {
  181. display: block;
  182. width: 30px;
  183. padding: 0px 2px 4px 2px;
  184. font: 35px tahoma;
  185. text-align: center;
  186. color: {color:Links};
  187. background: none;
  188. -webkit-transition-duration: .90s; }
  189. .pages a, a {
  190. text-decoration: none;
  191. text-transform: none;
  192. color: {color:Links}; }
  193. .pages:hover {
  194. color: {color:Font};
  195. background: none; }
  196.  
  197.  
  198.  
  199. /*
  200.  
  201. ~ POSTS ~
  202.  
  203. */
  204.  
  205. #entries {
  206. font-family: 'Pontano Sans';
  207. margin-left: 300px;
  208. margin-top: 30px;
  209. margin-bottom: 20px;
  210. width: 520px; }
  211.  
  212. #posts {
  213. overflow: hidden;
  214. font-family: 'Pontano Sans';
  215. margin-bottom: 40px;
  216. padding: 10px 10px 0px 10px;
  217. }
  218.  
  219.  
  220.  
  221. /*
  222.  
  223. ~ POST INFO ~
  224.  
  225. */
  226.  
  227. #info {
  228.  
  229.  
  230. position: absolute;
  231. opacity: 1;
  232. margin-top: 2px;
  233. margin-left: -10px;
  234. width: 510px;
  235. padding: 1px 5px 3px 5px;
  236. text-transform: uppercase;
  237. font-family: Calibri;
  238.  
  239. font-size: 9px;
  240. line-height:130%;
  241. border-top: 1px solid {color:Post Info Border};
  242. text-align: center;
  243. color: {color:Links};
  244. background-color: {color:Posts Info Background};
  245. -webkit-transition: 0.4s linear;}
  246.  
  247. #info a {
  248. color: {color:Links}; }
  249.  
  250. #info a:hover {
  251. color: {color:Links Hover}; }
  252.  
  253.  
  254. /*
  255.  
  256. ~ QUOTE ~
  257.  
  258. */
  259.  
  260. #quote {
  261. margin: 10px 32px;
  262. font-family: 'Dancing Script';
  263. font-size: 16px; }
  264.  
  265. #source {
  266. font-size: 11px; }
  267.  
  268. #speechmark {
  269. position: absolute;
  270. margin: 10px 0 0 -30px;
  271. padding-right: 10px;
  272. font-family: 'Dancing Script';
  273. font-size: 50px;
  274. font-weight: bold;
  275. color: {color:Bold}; }
  276.  
  277. #speechmarkk {
  278. position: absolute;
  279. margin: 10px 0 0 440px;
  280. padding-right: 10px;
  281. font-family: 'Dancing Script';
  282. font-size: 50px;
  283. font-weight: bold;
  284. color: {color:Bold}; }
  285.  
  286.  
  287.  
  288. /*
  289.  
  290. ~ AUDIO ~
  291.  
  292. */
  293.  
  294. #audio { padding: 0px; }
  295.  
  296. .qu {
  297. opacity: 0.7;
  298. font-family: georgia;
  299. font-size: 25px;
  300. font-weight: bold;
  301. line-height: 33px;}
  302.  
  303. .ote {
  304. opacity: 0.9;
  305. margin-top: -34px;
  306. text-indent: 15px; }
  307.  
  308. .audio {
  309. background-color :white;
  310. display: block; }
  311.  
  312.  
  313.  
  314. /*
  315.  
  316. ~ QUESTION ~
  317.  
  318. */
  319.  
  320.  
  321. #question {
  322.  
  323. background-color: {color:Post Info Background};
  324. width: 500px;
  325. height: auto;
  326. margin: auto;
  327. font-family: 'Pontano Sans';
  328. font-size: 16px;
  329. line-height: 22px;
  330. color: #a99d95;
  331. font-weight: 500;
  332. letter-spacing: 0px;
  333. font-style: italic;
  334. }
  335.  
  336.  
  337. /*
  338.  
  339. ~ CHAT ~
  340.  
  341. */
  342.  
  343. .user_1 .label {color:{color:links}; font-weight:bold;}
  344. .user_2 .label {color:{color:links}; font-weight:bold;}
  345. .user_3 .label {color:{color:links}; font-weight:bold;}
  346. .user_4 .label {color:{color:links}; font-weight:bold;}
  347. .user_5 .label {color:{color:links}; font-weight:bold;}
  348. .user_6 .label {color:{color:links}; font-weight:bold;}
  349. .user_7 .label {color:{color:links}; font-weight:bold;}
  350. .user_8 .label {color:{color:links}; font-weight:bold;}
  351. .user_9 .label {color:{color:links}; font-weight:bold;}
  352. .user_10 .label {color:{color:links}; font-weight:bold;}
  353. .user_11 .label {color:{color:links}; font-weight:bold;}
  354. .user_12 .label {color:{color:links}; font-weight:bold;}
  355. .user_13 .label {color:{color:links}; font-weight:bold;}
  356. .user_14 .label {color:{color:links}; font-weight:bold;}
  357. .user_15 .label {color:{color:links}; font-weight:bold;}
  358. .user_16 .label {color:{color:links}; font-weight:bold;}
  359. .user_17 .label {color:{color:links}; font-weight:bold;}
  360. .user_18 .label {color:{color:links}; font-weight:bold;}
  361. .user_19 .label {color:{color:links}; font-weight:bold;}
  362. .user_20 .label {color:{color:links}; font-weight:bold;}
  363.  
  364. ul.chat, .chat ol, .chat li {
  365. margin:0px;
  366. padding:0px;
  367. list-style:none;}
  368.  
  369.  
  370. /*
  371.  
  372. ~ SCROLLBAR ~
  373.  
  374. */
  375.  
  376.  
  377. ::-webkit-scrollbar-thumb:vertical {
  378. height:10px;
  379. background-color: {color:Scrollbar}; }
  380.  
  381. ::-webkit-scrollbar-thumb:horizontal {
  382. height:10px;
  383. background-color: {color:Scrollbar}; }
  384.  
  385. ::-webkit-scrollbar {
  386. height: 10px;
  387. width: 5px;
  388. background-color: {color:Background}; }
  389.  
  390.  
  391. /*
  392.  
  393. ~ PERMALINK NOTES PAGE ~
  394.  
  395. */
  396.  
  397.  
  398. #postnotes {
  399. margin:0px 0px 0px 0px;
  400. width:510px;
  401. padding:5px;
  402. font-size:11px;
  403. background-color: none; }
  404.  
  405.  
  406. #postnotes a {
  407. margin-top:5px; }
  408.  
  409. ol.notes li.note {
  410. padding:1px;
  411. border-bottom: solid 0px;}
  412.  
  413. ol.notes li.note img.avatar {
  414. vertical-align:-4px;
  415. margin-right:0px;
  416. width:16px;
  417. height:16px;
  418. }
  419.  
  420.  
  421.  
  422. /*
  423.  
  424. ~ SIDEBAR ~
  425.  
  426. */
  427.  
  428.  
  429. #center {
  430. margin-left: auto;
  431. margin-right: auto;
  432. width: 800px; }
  433.  
  434. #position {
  435. position: fixed;
  436. margin-top: 50px;
  437. width: 200px; }
  438.  
  439.  
  440. .sidebar {
  441. margin-left: 45px;
  442. width: 200px;
  443. padding: 4px 4px 2px 4px;
  444. font: 10px 'Pontano Sans';
  445. color: {color:Font};
  446.  
  447. background: {color:Sidebar Image Border}; }
  448.  
  449.  
  450. .ttl {
  451. margin-left: 0px;
  452. width:300px;
  453. font: 25px 'Dancing Script';
  454.  
  455.  
  456. letter-spacing: 2px;
  457. text-shadow:2px 2px {color:Blog Title Shadow};
  458. color: {color:Blog Title}; }
  459.  
  460.  
  461. #description {
  462. position: fixed;
  463. opacity: 0.9;
  464. overflow: hidden;
  465. margin-top: 0px;
  466. margin-left: -5px;
  467. width: 210px;
  468. font-size: 10px;
  469. font-family: 'Pontano Sans';
  470. padding: 6px 0px 4px 0px;
  471. text-align: justify;
  472. color: {color:Font};
  473. background: none;
  474. -webkit-transition-duration:;
  475.  
  476. }
  477.  
  478.  
  479. /*
  480.  
  481. ~ SUBLINKS ~
  482.  
  483. */
  484.  
  485. .sublinks {
  486. margin-top: 6px;
  487. font-family:'Pontano Sans';
  488. font-size: 8px;
  489. text-transform: uppercase;
  490. letter-spacing: 2px;
  491. color: {color:Links};
  492. padding-bottom: 4px;
  493. }
  494.  
  495. .sublinks a {
  496. font-family: 'Pontano Sans';
  497. font-size: 8px;
  498.  
  499. text-transform: uppercase;
  500. letter-spacing: 2px;
  501. color: {color:Links};
  502. padding-bottom: 4px;
  503. }
  504.  
  505. .sublinks a:hover{
  506. font-family:'Pontano Sans';
  507. font-size: 8px;
  508. font-weight: Bold;
  509. text-transform: uppercase;
  510. letter-spacing: 2px;
  511. color: {color:Links Hover};
  512. padding-bottom: 4px;
  513. }
  514.  
  515.  
  516.  
  517. /*
  518.  
  519. ~ PAGES ~
  520.  
  521. */
  522.  
  523.  
  524. #prev {
  525. position: fixed;
  526. top: 250px;
  527. left: 0;
  528. width: 100px;
  529. -webkit-transition-duration: .90s; }
  530.  
  531. #next {
  532. position: fixed;
  533. top: 250px;
  534. right: 0;
  535. width: 100px;
  536. -webkit-transition-duration: .90s; }
  537.  
  538.  
  539. .pages {
  540. display: block;
  541. width: 30px;
  542. padding: 0px 4px 4px 4px;
  543. font: 35px Dancing Script;
  544. text-align: center;
  545. color: {color:Links};
  546. background: none;
  547. -webkit-transition-duration: .90s; }
  548. .pages a, a {
  549. text-decoration: none;
  550. text-transform: none;
  551. color: {color:Links}; }
  552. .pages:hover {
  553. color: {color:Links Hover};
  554. background: {color:Nav Links Hover Background}; }
  555.  
  556.  
  557.  
  558. /*
  559.  
  560. ~ CREDIT ~
  561.  
  562. */
  563.  
  564.  
  565. #credit {
  566. position: fixed;
  567. bottom: 4px;
  568. right: 10px;
  569. width: 40px;
  570. -webkit-transition-duration: .90s; }
  571.  
  572. .crdt {
  573. display: block;
  574. width: 40px;
  575. padding: 2px 0px 4px 0px;
  576. font: 10px 'Pontano Sans';
  577. font-style: italic;
  578. text-align: center;
  579. color: {color:Links};
  580. background: {color:Background};
  581. border: 1px solid {color:Background};
  582. -webkit-transition-duration: .90s; }
  583. .crdt a, a {
  584. text-decoration: none;
  585. text-transform: none;
  586. color: {color:Links}; }
  587. .crdt:hover {
  588. color: {color:Links Hover};
  589. background: {color:Background};
  590.  
  591.  
  592. </style>
  593. </head>
  594.  
  595.  
  596. <body>
  597.  
  598. <div id="credit">
  599. <a href="http://myackles.tumblr.com target="_blank">
  600. <div class="crdt">theme</div></a>
  601. </div>
  602.  
  603.  
  604. <div id="center">
  605.  
  606.  
  607. <div id="position">
  608.  
  609. <div class="ttl"><br>
  610. <center>
  611. {text:Blog Title}
  612. </center>
  613. </div>
  614.  
  615.  
  616. <div class="sidebar">
  617.  
  618. <img src="{image:Sidebar Image}" width="200px">
  619.  
  620. <div id="description">
  621. <center>
  622.  
  623. <div class="sublinks">
  624. <a href="{text:Link 1 url}">{text:Link 1 title}</a> -
  625. <a href="{text:Link 2 url}">{text:Link 2 title}</a> -
  626. <a href="{text:Link 3 url}">{text:Link 3 title}</a> -
  627. <a href="{text:Link 4 url}">{text:Link 4 title}</a>
  628. <br>
  629. <a href="{text:Link 5 url}">{text:Link 5 title}</a> -
  630. <a href="{text:Link 6 url}">{text:Link 6 title}</a> -
  631. <a href="{text:Link 7 url}">{text:Link 7 title}</a> -
  632. <a href="{text:Link 8 url}">{text:Link 8 title}</a>
  633. </div>
  634.  
  635.  
  636.  
  637. {description}
  638.  
  639. </center>
  640. </div>
  641. </div>
  642. </div>
  643.  
  644.  
  645. <div id="prev"><center>
  646. {block:Pagination}
  647. {block:PreviousPage}
  648. <a href="{PreviousPage}"> <div class="pages">ยซ</div></a>
  649. {/block:PreviousPage}
  650. {/block:Pagination}
  651. </center></div>
  652.  
  653. <div id="next"><center>
  654. {block:Pagination}
  655. {block:NextPage}
  656. <a href="{NextPage}"> <div class="pages">ยป</div></a>
  657. {/block:NextPage}
  658. {/block:Pagination}
  659. </center></div>
  660.  
  661.  
  662.  
  663. <div id="entries">
  664. {block:Posts}
  665. <div id="posts">
  666.  
  667.  
  668. {block:Title}
  669. <h1>{Title}&nbsp;</h1>
  670. {/block:Title}
  671.  
  672. {block:Text}
  673. {Body}
  674. {/block:Text}
  675.  
  676. {block:Quote}
  677. <div id="quote">
  678. <div id="speechmark">โ€œ</div>
  679. <center>
  680. {Quote}
  681. </center>
  682. <div id="speechmarkk">โ€</div>
  683. </div>
  684. {block:Source}
  685. <div id="source">
  686. <center>
  687. {Source}
  688. </center>
  689. </div>{/block:Source}
  690. {/block:Quote}
  691.  
  692. {block:Link}
  693. <a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  694. {block:Description}{Description}{/block:Description}
  695. {/block:Link}
  696.  
  697. {block:Photo}
  698. {LinkOpenTag}
  699. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  700. {LinkCloseTag}<br>
  701. {block:Caption}
  702. {Caption}
  703. {/block:Caption}
  704. {/block:Photo}
  705.  
  706. {block:Photoset}
  707. {Photoset-500}
  708. {block:Caption}
  709. {Caption}
  710. {/block:Caption}
  711. {/block:Photoset}
  712.  
  713. {block:Chat}
  714. <ul class="chat">
  715. {block:Lines}
  716. <li class="user_{UserNumber}">
  717. {block:Label}
  718. <span class="label">{Label}</span>
  719. {/block:Label}
  720. &nbsp;{Line}</li>
  721. {/block:Lines}</ul>
  722. {/block:Chat}
  723.  
  724. {block:Video}
  725. {Video-500}
  726. {block:Caption}
  727. {Caption}
  728. {/block:Caption}
  729. {/block:Video}
  730.  
  731. {block:Answer}
  732. <div class="asker">
  733. <img src="{AskerPortraitURL-24}"><b>{Asker}</b> asked:
  734. <div class="questions">
  735. {Question}
  736. </div></div>
  737. <div class="answer">
  738. {Answer}
  739. </div>
  740. {/block:Answer}
  741.  
  742. {block:Audio}
  743. <div id="audio">
  744. {block:AlbumArt}
  745. <img src="{AlbumArtURL}" width="55px" height="55px" align="left" style="margin-right:10px" />
  746. {/block:AlbumArt}
  747. {block:TrackName}
  748. Song: <b>{TrackName}</b><br>
  749. {/block:TrackName}
  750. {block:Artist}
  751. Artist: <b>{Artist}</b><br><br>
  752. {/block:Artist}<br>
  753. {AudioPlayerBlack}<br>
  754. </div>
  755. {block:Caption}
  756. {Caption}
  757. {/block:Caption}
  758. {/block:Audio}
  759.  
  760. <br><div id="info">
  761. {block:Date}
  762. <a href="{Permalink}">{TimeAgo}</a>
  763. {/block:Date}
  764. {block:NoteCount}
  765. | <a href="{Permalink}">{NoteCount} notes</a>
  766. {/block:NoteCount}
  767. | <a href="{ReblogURL}" target="_blank">reblog</a><br>
  768. {block:RebloggedFrom}
  769. via: <a href="{ReblogParentURL}">
  770. <a href="{ReblogParentURL}">{ReblogParentName}</a> |
  771. {/block:RebloggedFrom}
  772. {block:ContentSource}
  773. source: <a href="{SourceURL}">{SourceLink}</a><br>
  774. {/block:ContentSource}
  775. {block:HasTags}
  776. - {block:Tags}<a href="/tagged/{Tag}">{Tag}</a> - {/block:Tags}
  777. {/block:HasTags}
  778. </div>
  779.  
  780.  
  781. </div>
  782. {/block:Posts}
  783.  
  784. {block:PostNotes}
  785. <div id="postnotes">{PostNotes}</div>
  786. {/block:PostNotes}
  787.  
  788. </div>
  789.  
  790.  
  791. </body>
  792. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement