Advertisement
MAThemes

Theme #3

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