Advertisement
MAThemes

Theme #17

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