Advertisement
MAThemes

Theme #8

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