Advertisement
MAThemes

Theme #13

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