Advertisement
MAThemes

Theme #4

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