Advertisement
MAThemes

Theme #11 No Fade In

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