Advertisement
MAThemes

Theme #11

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