Advertisement
MAThemes

Theme #2

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