Advertisement
MAThemes

Theme #10

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