Advertisement
MAThemes

Theme #1, Version 2

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