Advertisement
MAThemes

Theme #7

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