Advertisement
lovedbyliam

Theme 16: Happy AU

Feb 12th, 2014
439
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.56 KB | None | 0 0
  1. <html>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <!----------------------
  5. ✧・゚: *✧・゚:* \(◕△◕✿)/ *:・゚✧*:・゚✧
  6. (c) asschlin.tumblr.com
  7. please don't use this as a base
  8. or claim as your own....?
  9. ✧・゚: *✧・゚:* \(◕︿◕✿)/ *:・゚✧*:・゚✧
  10. ---------------------------->
  11.  
  12.  
  13. <head>
  14. <title>{Title}</title>
  15.  
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}
  19. <meta name="description" content="{MetaDescription}" />
  20. {/block:Description}
  21.  
  22. <!-- DEAFULT VARIABLES -->
  23. <meta name="color:entry" content="#FFFFFF" />
  24. <meta name="color:link" content="#888888" />
  25. <meta name="color:link hover" content="#AAAAAA" />
  26. <meta name="color:text" content="#AAAAAA" />
  27. <meta name="color:1" content="#EDEDED">
  28. <meta name="color:2" content="#EDEDED">
  29. <meta name="color:3" content="#EDEDED">
  30. <meta name="color:4" content="#EDEDED">
  31. <meta name="color:5" content="#EDEDED">
  32. <meta name="color:6" content="#EDEDED">
  33.  
  34.  
  35. <meta name="text:linkA" content="">
  36. <meta name="text:linkA url" content="/">
  37. <meta name="text:linkB" content="">
  38. <meta name="text:linkB url" content="/">
  39. <meta name="text:linkC" content="">
  40. <meta name="text:linkC url" content="/">
  41.  
  42. <meta name="text:drop down title" content="# DROP THE BASS">
  43. <meta name="text:drop down 1" content="DD. 01">
  44. <meta name="text:drop down 1 url" content="/">
  45. <meta name="text:drop down 2" content="DD. 02">
  46. <meta name="text:drop down 2 url" content="/">
  47. <meta name="text:drop down 3" content="DD. 03">
  48. <meta name="text:drop down 3 url" content="/">
  49. <meta name="text:drop down 4" content="DD. 04">
  50. <meta name="text:drop down 4 url" content="/">
  51. <meta name="text:drop down 5" content="DD. 05">
  52. <meta name="text:drop down 5 url" content="/">
  53. <meta name="text:drop down 6" content="DD. 06">
  54. <meta name="text:drop down 6 url" content="/">
  55.  
  56. <meta name="image:sidebar" content="" />
  57.  
  58.  
  59. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
  60. </script>
  61. <script>
  62. $(document).ready(function(){
  63. $("#more").click(function(){
  64. $("#morecontent").slideToggle("slow");
  65. });
  66. });
  67. </script>
  68.  
  69.  
  70.  
  71.  
  72.  
  73. </head>
  74. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  75. <link href='http://fonts.googleapis.com/css?family=Noto+Sans' rel='stylesheet' type='text/css'>
  76. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  77. <style type="text/css">
  78.  
  79.  
  80. ::-webkit-scrollbar-thumb{
  81. background-color: transparent;
  82. border: 2px solid transparent;
  83. height:auto;
  84. }
  85.  
  86. ::-webkit-scrollbar {
  87. height:auto;
  88. width:0px;
  89. background-color: transparent;
  90. border:5px solid transparent;
  91. }
  92.  
  93. body {
  94. text-align:justify;
  95. font-family:arial;
  96. font-size:9px;
  97. background-color:{color:background};
  98. color:#000;
  99. }
  100.  
  101. a:link, a:visited {
  102. text-decoration: none;
  103. -webkit-transition: 0.3s linear;
  104. -moz-transition: 0.3s linear;
  105. -o-transition: 0.3s linear;
  106. transition: 0.3s linear;
  107. color:#000;
  108. }
  109.  
  110. a:hover {
  111. color:{color:link hover};
  112. -webkit-transition: 0.3s linear;
  113. -moz-transition: 0.3s linear;
  114. -o-transition: 0.3s linear;
  115. transition: 0.3s linear;
  116. }
  117.  
  118. a:link img {
  119. border:0px;
  120. background-color:transparent
  121. }
  122.  
  123. h1 {
  124. color:#222222;
  125. font-family:arial;
  126. font-size:10px;
  127. text-transform:uppercase;
  128. letter-spacing:-1px;
  129. text-align:center;
  130. font-style:normal;
  131. font-weight:bold;}
  132.  
  133.  
  134. p {margin-top:7px; margin-bottom:7px;}
  135.  
  136. ul {
  137. list-style:square
  138. }
  139.  
  140. #blogtitle {
  141. padding: 3px 2px 3px 2px;
  142. margin-left:0px;
  143. margin-bottom:0px;
  144. color:#444444;
  145. font-size:19px;
  146. font-family:arial;
  147. letter-spacing:0px;
  148. font-weight: 600;
  149. text-transform:uppercase;
  150. text-align:center;
  151. line-height:90%;
  152. width:190px;
  153. -webkit-transition: 0.3s linear;
  154. -moz-transition: 0.3s linear;
  155. -o-transition: 0.3s linear;
  156. transition: 0.3s linear;}
  157.  
  158. #blogtitle a:hover{color:{color:2};}
  159.  
  160. #description {
  161. font-family:Arial;
  162. font-size:9px;
  163. text-align:center;
  164. width:190px;
  165. padding:5px;
  166. margin-left:auto;
  167. margin-right:auto;
  168. margin-bottom:5px;}
  169.  
  170. #sidebar {
  171. position:fixed;
  172. left:170px;
  173. top:100px;
  174. width:203px;
  175. height:100%;
  176. background:transparent;
  177. overflow:hidden;
  178. text-align:center;}
  179.  
  180. .image {
  181. text-align:left;
  182. width:203px;
  183. }
  184.  
  185. .image img {
  186. width:200px;
  187. margin-top:-2px;
  188. margin-left:-5px;
  189. }
  190.  
  191. .links {
  192. text-align:center;
  193. width:203px;
  194. margin-left:0px;
  195. padding-bottom:2px;
  196. -webkit-transition: all 0.7s ease-in-out;
  197. -moz-transition: all 0.7s ease-in-out;
  198. -o-transition: all 0.7s ease-in-out;
  199. transition: all 0.7s ease-in-out;
  200. border-bottom:1px solid #e9e7e7;}
  201.  
  202. .links a{
  203. text-align:center;
  204. display:inline-block;
  205. width:57px;
  206. padding:4px;
  207. font-family:calibri;
  208. color:#777;
  209. font-size:8px;
  210. text-transform:uppercase;
  211. background:#f6f6f6;
  212. -webkit-transition: all 0.4s ease-in-out;
  213. -moz-transition: all 0.4s ease-in-out;
  214. -o-transition: all 0.4s ease-in-out;
  215. transition: all 0.4s ease-in-out;}
  216.  
  217. .links a:hover{
  218. opacity:1;
  219. color:#fff;}
  220.  
  221. .links2 {
  222. margin:10px 5px;
  223. height:auto;
  224. margin-left:0px;
  225. text-align:left;
  226. -webkit-transition: all 0.7s ease-in-out;
  227. -moz-transition: all 0.7s ease-in-out;
  228. -o-transition: all 0.7s ease-in-out;
  229. -transition: all 0.7s ease-in-out;}
  230.  
  231. .links2 a{
  232. display:inline-block;
  233. width:180px;
  234. background:#f6f6f6;
  235. padding:5px;
  236. border-left:4px solid #f4f4f4;
  237. text-align:center;
  238. margin-bottom:3px;
  239. font-family:calibri;
  240. font-size:8px;
  241. letter-spacing:1px;
  242. text-transform:uppercase;
  243. color:#777;}
  244.  
  245. .links2 a.hover1:hover {color:{color:1};border-left:4px solid {color:1};}
  246. .links2 a.hover2:hover {color:{color:2};border-left:4px solid {color:2};}
  247. .links2 a.hover3:hover {color:{color:3};border-left:4px solid {color:3};}
  248. .links2 a.hover4:hover {color:{color:4};border-left:4px solid {color:4};}
  249. .links2 a.hover5:hover {color:{color:5};border-left:4px solid {color:5};}
  250. .links2 a.hover6:hover {color:{color:6};border-left:4px solid {color:6};}
  251.  
  252. #more {margin-top:5px; margin-left:-5px;}
  253. #more a {
  254. cursor:pointer;
  255. padding: 3px 2px 3px 2px;
  256. margin-left:0px;
  257. margin-top:5px;
  258. color:#444444;
  259. font-size:18px;
  260. font-family:arial;
  261. letter-spacing:-2px;
  262. font-weight: 600;
  263. text-transform:uppercase;
  264. text-align:center;
  265. line-height:90%;
  266. width:203px;}
  267.  
  268. #morecontent {
  269. text-transform:none;
  270. display:none;}
  271.  
  272.  
  273.  
  274. .page {
  275. opacity:1;
  276. text-align:center;
  277. width:200px;
  278. margin-top:3px;
  279. margin-left:0px;
  280. -webkit-transition:0.5s linear;
  281. }
  282.  
  283. .page a {
  284. color:#777;
  285. display:inline-block;
  286. text-transform:lowercase;
  287. background:#f8f8f8;
  288. font-family:arial;
  289. font-style:normal;;
  290. font-size:9px;
  291. width:10px;
  292. text-align:center;
  293. height:10px;
  294. padding:5px;
  295. }
  296.  
  297.  
  298. #box {
  299. width:500px;
  300. text-align:justify;
  301. padding:15px;
  302. font-size: 9px;
  303. height: auto;
  304. margin-left:450px;
  305. margin-top:20px;
  306. color: #000;
  307. background-color:{color:entry};
  308. }
  309.  
  310. blockquote {
  311. margin-left:5px;
  312. padding-left:5px;
  313. border-left: 2px solid #e4e4e4
  314. }
  315.  
  316. .quote {
  317. font-family:Arial;
  318. font-size:11px;
  319. font-style:normal;
  320. text-align: center;
  321. text-transform:uppercase;
  322. font-weight:600;
  323. color:{color:2};
  324. }
  325.  
  326. .text {
  327. font-family:Arial;
  328. font-size:11px;
  329. font-style:normal;
  330. text-align: center;
  331. text-transform:uppercase;
  332. font-weight:600;
  333. color:{color:5};}
  334.  
  335. .from {
  336. font-size:10px;
  337. font-family:times;
  338. text-align:left;
  339. }
  340.  
  341. .chat {
  342. padding:3px;
  343. background-color:{color:background};
  344. margin-bottom:3px}
  345.  
  346.  
  347. .audio{
  348. background-color:#fff;
  349. height:64px;
  350. display:block}
  351.  
  352. .audioback {
  353. margin-left:65px;
  354. z-index:99;
  355. display:block;
  356. }
  357.  
  358.  
  359. #asker {
  360. padding:5px;
  361. padding-bottom:10px;
  362. padding-left:10px;
  363. text-align:left;
  364. color:#000;
  365. line-height:100%;}
  366.  
  367. #asker img {
  368. margin-left:-2px;
  369. margin-bottom:-9px;
  370. padding:2px;}
  371.  
  372. #answer {
  373. text-align:left;
  374. padding:8px;
  375. color:#000;}
  376.  
  377. .info {
  378. font-weight:normal;
  379. text-transform:lowercase;
  380. font-size:9px;
  381. background:transparent;
  382. padding-top:6px;
  383. padding-left:4px;
  384. text-align:left;
  385. word-spacing:2px;
  386. width:100%;
  387. }
  388.  
  389. .tags {
  390. padding-top:5px;
  391. padding-left:0px;
  392. opacity:0;
  393. -moz-transition-duration:1s;
  394. -webkit-transition-duration:1s;
  395. -o-transition-duration:1s;}
  396.  
  397. .tags a, .tags a:hover {
  398. font-size:9px;
  399. text-transform:lowercase;
  400. background:#f8f8f8;
  401. text-decoration:none;
  402. margin-left:-5px;
  403. padding:1px 2px 1px 2px;}
  404.  
  405. #box:hover .tags{
  406. opacity:1;
  407. -moz-transition-duration:1s;
  408. -webkit-transition-duration:1s;
  409. -o-transition-duration:1s;}
  410.  
  411. ol.notes, .notes li {padding:2px;list-style:none; margin-top:10px;text-align:justify;}
  412. .notes img {width: 7px;padding-right:2px;}
  413.  
  414. #credit a {
  415. position:fixed;
  416. bottom:8px;
  417. right:8px;
  418. font-family:calibri;
  419. font-size:8px;
  420. color:#777;
  421. text-transform:uppercase;
  422. background-color:#f9f9f9;
  423. padding:4px;
  424. letter-spacing:0px;
  425. border:1px solid #f3f3f3;}
  426.  
  427. #credit a:hover {
  428. background-color:{color:2};
  429. color:#555;}
  430.  
  431. </style>
  432. <body>
  433. <div id="sidebar">
  434. <div id="blogtitle"><a>{title}</a></div>
  435. <span class="image"><img src="{image:sidebar}"/></span>
  436. <div id="description">
  437. {Description}
  438. </div>
  439. <div class="links">
  440. <a href="{text:linkA url}">{text:linkA}</a>
  441. <a href="{text:linkB url}">{text:linkB}</a>
  442. <a href="{text:linkC url}">{text:linkC}</a>
  443. </div>
  444. <div id="more"><a>{text:drop down title}</a></div>
  445. <div id="morecontent"><p>
  446. <div class="links2">
  447. <a href="{text:drop down 1 url}" class="hover1">{text:drop down 1}</a>
  448. <a href="{text:drop down 2 url}" class="hover2">{text:drop down 2}</a>
  449. <a href="{text:drop down 3 url}" class="hover3">{text:drop down 3}</a>
  450. <a href="{text:drop down 4 url}" class="hover4">{text:drop down 4}</a>
  451. <a href="{text:drop down 5 url}" class="hover5">{text:drop down 5}</a>
  452. <a href="{text:drop down 6 url}" class="hover6">{text:drop down 6}</a>
  453. </div></div>
  454.  
  455. {block:Pagination}
  456. <div class="page">
  457. {block:PreviousPage}
  458. <a href="{PreviousPage}">-</a>
  459. {/block:PreviousPage}
  460. {block:NextPage}
  461. <a href="{NextPage}">+</a>
  462. {/block:NextPage}
  463. </div>
  464. {/block:Pagination}
  465.  
  466. </div> <!-- sidebar -->
  467.  
  468.  
  469. <br><br>
  470. {block:Posts}
  471. <div id="box">
  472.  
  473. {block:Text}
  474. {block:Title}<div class="text">{title}</div>{/block:Title}
  475. {Body}
  476. {/block:Text}
  477.  
  478. {block:Photo}
  479. <a href="{Permalink}"><img src="{PhotoURL-500}"></a>
  480. {block:Caption}{Caption}{/block:Caption}
  481. {/block:Photo}
  482.  
  483. {block:Photoset}
  484. <div id="photoset">
  485. {Photoset-500}
  486. </div>
  487. {block:Caption}{Caption}{/block:Caption}
  488. {/block:Photoset}
  489.  
  490.  
  491. {block:Link}
  492. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  493. {block:Description}{Description}{/block:Description}
  494. {/block:Link}
  495.  
  496. {block:Chat}
  497. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  498. {block:Lines}
  499. <div class="chat">
  500. {block:Label}<b>{Label}</b>{/block:Label}
  501. {Line}<br></div>
  502. {/block:Lines}
  503. {/block:Chat}
  504.  
  505. {block:Audio}
  506. <img src="http://static.tumblr.com/hsl9jor/anpma2l8t/white.png" width="64px" style="position:absolute">
  507. {block:AlbumArt}<img src="{AlbumArtURL}" width="64px" style="position:absolute;">{/block:AlbumArt}
  508. <div class="audio"><div class="audioback">{AudioPlayerBlack}</div></div>
  509. {block:PermalinkPage}
  510. {block:Caption}
  511. {Caption}
  512. {/block:Caption}
  513. {/block:PermalinkPage}
  514. {/block:Audio}
  515.  
  516. {block:Video}
  517. {Video-500}
  518. {block:Caption}{Caption}{/block:Caption}
  519. {/block:Video}
  520.  
  521. {block:Quote}
  522. <div class="quote">
  523. &#8220;{Quote}&#8221;</div>
  524. <div class="from">
  525. &mdash; {block:Source}{Source}{/block:Source}</div><br>
  526. {/block:Quote}
  527.  
  528. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-16}"> <span style="text-align:lowercase; color:black; "><i>{Asker}</i></span>: {Question}</div><div id="answer">{Answer}</div>{/block:answer}
  529.  
  530. <div class="info">
  531. {block:Date}
  532. <a href="{Permalink}">
  533. <span style="text-decoration:underline">
  534. {Month} {DayOfMonth}{DayOfMonthSuffix}</span></a>
  535. {/block:Date}
  536.  
  537. {block:NoteCount}
  538. &nbsp; <a href="{Permalink}">
  539. {NoteCountWithLabel}</a>
  540. {/block:NoteCount}
  541.  
  542. {block:ContentSource}
  543. &nbsp; <a href="{SourceURL}">source</a>
  544. {/block:ContentSource}
  545.  
  546. <div class="tags">
  547. {block:HasTags}
  548. tagged:
  549. {block:Tags}
  550. &nbsp;<a href="{TagURL}">{Tag}</a>
  551. {/block:Tags}
  552. {/block:HasTags}
  553. </div>
  554. {block:PostNotes}{PostNotes}{/block:PostNotes}
  555. </div></div></div>
  556.  
  557. {/block:Posts}
  558.  
  559. {block:ContentSource}
  560. <!— {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>{/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  561.  
  562. <div id="credit">
  563.  
  564. <a href="http://keciasthemes.tumblr.com/">ASCHLN</a>
  565.  
  566. </div>
  567.  
  568.  
  569. </body>
  570. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement