Advertisement
128mg

atomic theme

Jul 5th, 2015
937
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.22 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--THEME BY SOFTHAYOUNG
  5. DO NOT REDISTRIBUTE, USE AS A BASE OR REMOVE CREDIT. THANK YOU!! -->
  6.  
  7.  
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{favicon}">
  10. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  11. <meta name="description" content="" />
  12. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  13.  
  14. <meta name="color:Background" content="#fff"/>
  15. <meta name="color:Accent" content="#ededed"/>
  16. <meta name="color:text" content="#000"/>
  17. <meta name="color:link" content="#000"/>
  18. <meta name="color:hover" content="#fff"/>
  19.  
  20. <meta name="text:Link1URL" content="/"/>
  21. <meta name="text:Link1URLname" content="one"/>
  22. <meta name="text:Link2URL" content="/"/>
  23. <meta name="text:Link2URLname" content="two"/>
  24. <meta name="text:Link3URL" content="/"/>
  25. <meta name="text:Link3URLname" content="three"/>
  26.  
  27. <meta name="image:Sidebar" content="http://static.tumblr.com/i7x1dht/u8unqzi7t/large__1_.jpg"/>
  28. <meta name="image:Container" content=""/>
  29.  
  30.  
  31. <!--pop up ask start-->
  32. <script type="text/javascript"
  33. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  34. <script>
  35. $(document).ready(function() {
  36. //
  37. $('a.poplight[href^=#]').click(function() {
  38. var popID = $(this).attr('rel'); //Get Popup Name
  39. var popURL = $(this).attr('href'); //Get Popup href to define size
  40. var query= popURL.split('?');
  41. var dim= query[1].split('&');
  42. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  43. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/i7x1dht/KRKnqzjtx/f_003_61_copy.png" class="btn_close" title="Close" alt="Close" /></a>');
  44. var popMargTop = ($('#' + popID).height() + 80) / 2;
  45. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  46. //Apply Margin to Popup
  47. $('#' + popID).css({
  48. 'margin-top' : -popMargTop,
  49. 'margin-left' : -popMargLeft
  50. });
  51. $('body').append('<div id="fade"></div>');
  52. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  53. return false;
  54. });
  55. $('a.close, #fade').live('click', function() {
  56. $('#fade , .popup_block').fadeOut(function() {
  57. $('#fade, a.close').remove(); //fade them both out
  58. });
  59. return false;
  60. });
  61. });
  62. </script>
  63. <!--end of popup ask-->
  64.  
  65. <style type="text/css">
  66.  
  67. iframe, img, embed, object, video {max-width: 100%;border: none;}
  68.  
  69. body {
  70. font-size: 10px;
  71. font-family: Helvetica, arial,sans-serif;
  72. color: {color:Text};
  73. background-color: {color:Background};}
  74.  
  75. .container {
  76. width: 65%;
  77. height:100%;
  78. float: right;
  79. overflow: auto;
  80. background-color: {color:Accent};
  81. background-image: url({image:Container});}
  82.  
  83. a:link, a:active, a:visited {
  84. color: {color:Link};
  85. text-decoration: none;
  86. cursor:pointer;
  87. -moz-transition-duration: 0.5s;
  88. -o-transition-duration: 0.5s;
  89. -webkit-transition-duration: 0.5s;
  90. transition-duration: 0.5s;}
  91.  
  92. a:hover {
  93. color: {color:Hover};
  94. text-decoration: underline;
  95. -moz-transition-duration: 0.5s;
  96. -o-transition-duration: 0.5s;
  97. -webkit-transition-duration: 0.5s;
  98. transition-duration: 0.5s;}
  99.  
  100. .desc{
  101. font-family: helvetica, arial, sans-serif;
  102. font-size: 13px;
  103. color: #000;
  104. padding:5px;}
  105.  
  106. .nav{
  107. font-size: 12px;
  108. line-height: 160%;
  109. color: #bdbdbd;
  110. letter-spacing;30px}
  111.  
  112. .nav a:hover{
  113. color:#000;}
  114.  
  115. .title{
  116. font-size: 40px;
  117. font-weight: bold;}
  118.  
  119. .title a{
  120. text-decoration:none;}
  121.  
  122. .sidebar{
  123. width:250px;
  124. height:155px;
  125. position: fixed;
  126. color:{color:Text};
  127. background-color:{color:Accent};
  128. padding: 20px;
  129. margin-left:140px;
  130. margin-top:400px;
  131. text-align: right;}
  132.  
  133. .sidebarimage {
  134. width:115px;
  135. height:115px;
  136. margin-top:15px;
  137. border-radius:100%;
  138. margin-left:-85px;
  139. float:left;
  140. border:solid;
  141. border-width:7px;
  142. border-color:{color:Accent};}
  143.  
  144. .postcol {
  145. width: 540px;
  146. margin: auto;}
  147.  
  148. .posts {
  149. margin-top:20px;
  150. margin-bottom: 20px;
  151. padding: 20px;
  152. background-color:#fff;
  153. width: 400px;
  154. margin-right:auto;}
  155.  
  156. .posts h2 {
  157. font-weight: bolder;
  158. font-variant: lowercase;
  159. font-style: oblique;
  160. color: {color:Text};
  161. font-size: 12px;
  162. margin: 0px;}
  163.  
  164. .posts li {
  165. list-style: square;}
  166.  
  167. .posts blockquote {
  168. border-left: 1px solid #000;
  169. padding-left: 5px;}
  170.  
  171. #posts img, .posts li, .posts blockquote {
  172. max-width: 100%;}
  173.  
  174. #askr {
  175. color: #000;
  176. background-color:{color:Accent};
  177. padding:20px;}
  178.  
  179. #askr a{
  180. font-weight:bold;}
  181.  
  182. #answr{
  183. margin-left:10px;}
  184.  
  185. #source{
  186. font-style: oblique;}
  187.  
  188. #posts h2 a {
  189. font-variant: small-caps;
  190. font-size:17px;
  191. letter-spacing: 1px;}
  192.  
  193. #cover {
  194. position: relative;
  195. z-index: 1;}
  196.  
  197. #playbutton {
  198. width: 20px;
  199. height: 30px;
  200. overflow: hidden;
  201. position: relative;
  202. z-index: 1000}
  203.  
  204. .quoted {
  205. font-size:15px;
  206. font-style:italic;}
  207.  
  208. .quote {
  209. text-align:right;}
  210.  
  211. .back, .next {
  212. font-size:20px;
  213. font-family:helvetica;
  214. color: #fff;
  215. -webkit-transition-duration: 0.8s;
  216. -moz-transition-duration: 0.8s;
  217. transition-duration: 0.8s;
  218. -o-transition-duration: 0.8s;}
  219.  
  220.  
  221. /* DO NOT EVEN THINK ABOUT TOUCHING! */
  222. #credit {
  223. font-family:Arial;
  224. font-size:20px;
  225. letter-spacing:0px;
  226. float:right;
  227. position:fixed;
  228. bottom:25px;
  229. right:20px;
  230. color: #ededed;
  231. }
  232.  
  233. #credit a {
  234. padding:5px;
  235. text-transform:uppercase;
  236. color: #000;
  237. }
  238.  
  239. #credit a:hover {
  240. color:#980000;
  241. text-shadow:0 0 2px ;
  242. text-decoration:none;
  243. -moz-transition-duration:0.5s;
  244. -webkit-transition-duration:0.5s;
  245. -o-transition-duration:0.5s;
  246. }
  247. /* DO NOT EVEN THINK ABOUT TOUCHING! */
  248.  
  249. #info{
  250. padding: 6px;
  251. color: #000;
  252. text-align: right;}
  253.  
  254. #info a {
  255. color: #000;}
  256.  
  257. #info a:hover {
  258. color: #686868;}
  259.  
  260. #tags{
  261. color: #000;
  262. text-align: right;}
  263.  
  264. #tags a{
  265. color: #000;}
  266.  
  267. #tags a:hover{
  268. color: #686868;}
  269.  
  270. ::-webkit-scrollbar-thumb:vertical {
  271. background-color:{color:Accent};
  272. -moz-border-radius:10px;
  273. -webkit-border-radius:10px;}
  274.  
  275. ::-webkit-scrollbar {
  276. width:7px;
  277. height:5px;
  278. background-color:#fff;}
  279.  
  280. .playerbuttonbg {
  281. position: absolute;
  282. left: 20px;
  283. top: 20px;
  284. width: 19px;
  285. height: 19px;
  286. background-color: #ffffff;
  287. padding: 10px;
  288. -webkit-border-radius: 40px;
  289. -moz-border-radius: 40px;
  290. border-radius: 40px;
  291. opacity: .4;
  292. filter: alpha(opacity=40);
  293. -moz-opacity: 0.4;
  294. -khtml-opacity: 0.4;
  295. transition: opacity .7s ease-in-out;
  296. -moz-transition: opacity .7s ease-in-out;
  297. -webkit-transition: opacity .7s ease-in-out;}
  298.  
  299. .playerbuttonbg:hover {
  300. opacity: 1;
  301. filter: alpha(opacity=100);
  302. -moz-opacity: 1;
  303. -khtml-opacity: 1; }
  304.  
  305. .newplayerbutton {
  306. position: relative;
  307. width: 19px;
  308. height: 19px;
  309. overflow: hidden;}
  310.  
  311. .playerbuttonhug {
  312. position: absolute;
  313. top: -18px;
  314. left: -7px;}
  315.  
  316. .tumblr_audio_player {
  317. height: 50px;
  318. width: 100px;
  319. -moz-transform: scale(0.60, 0.60);
  320. -webkit-transform: scale(0.60, 0.60);
  321. -o-transform: scale(0.60, 0.60);
  322. -ms-transform: scale(0.60, 0.60);
  323. transform: scale(0.60, 0.60);
  324. -moz-transform-origin: top left;
  325. -webkit-transform-origin: top left;
  326. -o-transform-origin: top left;
  327. -ms-transform-origin: top left;
  328. transform-origin: top left;}
  329.  
  330. .audioimgwrapper {
  331. position: absolute;
  332. left: 0px;
  333. top: 0px;
  334. -webkit-border-radius: 40px;
  335. -moz-border-radius: 40px;
  336. border-radius: 40px;
  337. overflow: hidden;
  338. width: 79px;
  339. height: 79px;}
  340.  
  341. .audioimgwrapper img {
  342. width: 90%;
  343. height: auto;
  344. -webkit-border-radius: 40px;
  345. -moz-border-radius: 40px;
  346. border-radius: 40px;}
  347.  
  348. .trackdetails {
  349. width: auto;
  350. display:inline-block;
  351. margin-top:20px;
  352. margin-left: 90px;
  353. min-height: 85px;}
  354.  
  355. .audiowrapper {
  356. position: relative;
  357. display:inline-block;}
  358.  
  359. #notes {
  360. font-size:10.5px;
  361. font-style:none;
  362. letter-spacing:0px;
  363. font-weight:normal;}
  364.  
  365. #notes a {
  366. color:#000;}
  367.  
  368. #notes img {
  369. display:none;}
  370.  
  371. .convo{
  372. line-height:170%;}
  373.  
  374. .label{
  375. font-weight:bold;}
  376.  
  377. /*--for pop up ask! do not touch--*/
  378. #fade { /*--Transparent background layer--*/
  379. display: none; /*--hidden by default--*/
  380. background: #000;
  381. position: fixed; left: 0; top: 0;
  382. width: 100%; height: 100%;
  383. opacity: .80;
  384. z-index: 9999;
  385. }
  386. .popup_block{
  387. display: none; /*--hidden by default--*/
  388. background: #fcfbf8;
  389. padding: 10px;
  390. border: 5px solid #f2e7e2;
  391. float: left;
  392. font-size: 10;
  393. position: fixed;
  394. top: 50%; left: 50%;
  395. z-index: 99999;
  396. /*--CSS3 Box Shadows--*/
  397. -webkit-box-shadow: 0px 0px 20px #000;
  398. -moz-box-shadow: 0px 0px 20px #000;
  399. box-shadow: 0px 0px 20px #000;
  400. /*--CSS3 Rounded Corners--*/
  401. -webkit-border-radius: 5px;
  402. -moz-border-radius: 5px;
  403. border-radius: 5px;
  404. }
  405. img.btn_close {
  406. float: right;
  407. margin: -20 -20px 0 0;
  408. }
  409. /*--Making IE6 Understand Fixed Positioning--*/
  410. *html #fade {
  411. position: absolute;
  412. }
  413. *html .popup_block {
  414. position: absolute;
  415. }
  416. /*--for pop up ask! do not touch--*/
  417.  
  418. </style>
  419. </head>
  420.  
  421. <body>
  422.  
  423. <div class="sidebar">
  424.  
  425. <img src="{image:Sidebar}" class="sidebarimage">
  426.  
  427. <div class= "title"><a href="/">{title}</a></div>
  428.  
  429. <span class="nav">
  430. <a href="/">index</a>
  431. <a href="#?w=500" rel="02" class="poplight">mssg</a>
  432. <a href="{text:Link1URL}">{text:Link1URLname}</a>
  433. <a href="{text:Link2URL}">{text:Link2URLname}</a>
  434. <a href="{text:Link3URL}">{text:Link3URLname}</a>
  435. </span><br><br>
  436.  
  437. <span class="desc">{description}</span>
  438.  
  439. <br><br>
  440.  
  441. {block:Pagination}
  442. {block:PreviousPage}<a href="{PreviousPage}">newer</a>{/block:PreviousPage} // {block:NextPage}<a href="{NextPage}">older</a>{/block:NextPage}
  443. {block:PermalinkPagination}
  444. {block:PreviousPost}<a href="{PreviousPost}">newer</a>{/block:PreviousPost} // {block:NextPost}<a href="{NextPost}">older</a>{/block:NextPost}
  445. {/block:PermalinkPagination}
  446. {/block:Pagination}
  447.  
  448. </div>
  449. <content>
  450.  
  451. <div class="container">
  452.  
  453. <div class="postcol">
  454.  
  455. {block:Posts}
  456. <div class="posts">
  457.  
  458.  
  459. {block:Text}
  460. {block:Title}<h2>{Title}</h2>{/block:Title}
  461. {Body}
  462. {/block:Text}
  463.  
  464. {block:Answer}
  465. <div id="askr">{Asker} asked: {Question}</div>
  466. <div id="answr">{Answer}</div>
  467. {/block:Answer}
  468.  
  469. {block:Quote}
  470. <div class="quote"><div class="quoted">
  471. <div class="quotetext_{Length}">"{Quote}"</div></div>&nbsp;&nbsp;
  472. {block:Source}<div class="source">{Source}</div>{/block:Source}
  473. </div>
  474. {/block:Quote}
  475.  
  476. {block:Link}
  477. <h2><a href="{URL}">{Name}</a></h2>
  478. {block:Description}{Description}{/block:Description}
  479. {/block:Link}
  480.  
  481. {block:Chat}
  482. {block:Title}<h2>{Title}</h2>{/block:Title}
  483. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  484. {Line}</li>{/block:Lines}</ul>
  485. {/block:Chat}
  486.  
  487. {block:Photo}
  488. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}" width="400px">{LinkCloseTag}
  489.  
  490. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  491. {/block:Photo}
  492.  
  493. {block:Photoset}
  494. {Photoset-400}
  495. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  496. {/block:Photoset}
  497.  
  498. {block:Video}
  499. {Video-400}
  500. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  501. {/block:Video}
  502.  
  503. {block:Audio}
  504. {block:AudioPlayer}
  505. <div class="audiowrapper">
  506. {block:AlbumArt}<div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  507.  
  508. <div class="playerbuttonbg">
  509. <div class="newplayerbutton">
  510. <div class="playerbuttonhug">
  511. {AudioPlayerWhite}</div></div></div>
  512. <div class="trackdetails">
  513. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  514. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  515. {block:Album}Album: {Album}{/block:Album}<br/>
  516. {PlayCountWithLabel}</div></div>
  517. {/block:AudioPlayer}
  518. {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:Audio}
  519.  
  520.  
  521. {block:Date}<div id="info"> <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:Date}
  522.  
  523. {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  524. {block:ContentSource} © <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a> {/block:RebloggedFrom}
  525. </div>
  526.  
  527. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  528.  
  529. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}</div>
  530. {/block:Posts}
  531.  
  532. <div id="credit"><a href="http://softhayoung.tumblr.com/" title="softhayoung">+</a></div>
  533. </div></div>
  534. </content>
  535.  
  536. </div>
  537.  
  538. </body>
  539.  
  540. <div id="02" class="popup_block">
  541.  
  542. <Center><iframe frameborder="0" scrolling="yes" width="100%" height="190" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe>
  543. </center></div>
  544.  
  545. </div></div></div></div></div></div></div></div></div></div>
  546. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement