Advertisement
MAThemes

Theme #6

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