Advertisement
Guest User

oxygenthemes icarus theme

a guest
May 30th, 2015
1,486
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.46 KB | None | 0 0
  1. <!--theme by ella (oxygenthemes) for public use.
  2. enjoy using the code and feel free to message if you encounter any issues!-->
  3.  
  4. <!DOCTYPE html>
  5. <head>
  6.  
  7.  
  8. <title>{Title}</title>
  9.  
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13.  
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Text" content="#aaaaaa"/>
  16. <meta name="color:Link" content="#000000"/>
  17. <meta name="color:sidebar links" content=""/>
  18. <meta name="image:Sidebar Image" content=""/>
  19.  
  20. <meta name="text:Link 1 URL" content="" />
  21. <meta name="text:Link 1" content="" />
  22. <meta name="text:Link 2 URL" content="" />
  23. <meta name="text:Link 2" content="" />
  24. <meta name="text:Link 3 URL" content="" />
  25. <meta name="text:Link 3" content="" />
  26. <meta name="text:Link 4 URL" content="" />
  27. <meta name="text:Link 4" content="" />
  28. <meta name="text:Link 5 URL" content="" />
  29. <meta name="text:Link 5" content="" />
  30.  
  31.  
  32.  
  33. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  34.  
  35. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  36.  
  37. <script>
  38.  
  39. (function($){
  40.  
  41. $(document).ready(function(){
  42.  
  43. $("a[title]").style_my_tooltips({
  44.  
  45. tip_follows_cursor:true,
  46.  
  47. tip_delay_time:30,
  48.  
  49. tip_fade_speed:300,
  50.  
  51. attribute:"title"
  52.  
  53. });
  54.  
  55. });
  56.  
  57. })(jQuery);
  58.  
  59. </script>
  60.  
  61.  
  62. <style type="text/css">
  63.  
  64. #s-m-t-tooltip{
  65. position:absolute;
  66. padding:5px;
  67. margin:10px 0px 0px 25px;
  68. z-index:9999;
  69. text-transform:uppercase;
  70. font-size:9px;
  71. font-style:italic;
  72. background:{color:background};
  73. }
  74.  
  75.  
  76.  
  77. /*basics*/
  78. blockquote {
  79. margin-left:4px;
  80. padding-left:4px;
  81. border-left:2px solid;
  82. font-style:italic;
  83. font-size:9px;
  84. text-transform:uppercase;
  85. }
  86.  
  87. blockquote blockquote {
  88. margin-left:8px;
  89. padding-left:4px;
  90. border-left:2px solid;
  91. font-style:italic;
  92. font-size:9px;
  93. text-transform:uppercase;
  94. }
  95.  
  96. body {
  97. background:{color:background};
  98. color:{color:text};
  99. font-family:calibri;
  100. font-size:10px;
  101. text-align:justify;
  102. margin:0;
  103. line-height:16px;}
  104.  
  105.  
  106. a {
  107. color:{color:link};
  108. text-decoration:none;
  109. -webkit-transition: 0.5s all;
  110. -moz-transition: 0.5s all;
  111. -o-transition: 0.5s all;
  112. transition:0.5s all;
  113. }
  114.  
  115. a:hover {
  116. text-decoration:none;
  117. color:{color:text};
  118. -webkit-transition: 0.5s all;
  119. -moz-transition: 0.5s all;
  120. -o-transition: 0.5s all;
  121. transition:0.5s all;
  122. }
  123.  
  124. img{opacity:1;
  125. border:none;
  126. text-decoration:none}
  127.  
  128.  
  129. small {
  130. font-size:9px;}
  131.  
  132. big {
  133. font-size:12px;}
  134.  
  135.  
  136. h1 {
  137. font-size:12px;
  138. line-height:18px;
  139. font-weight:normal;
  140. font-style:italic;
  141. margin-bottom:10px;
  142. text-transform:uppercase;
  143. text-align:center;
  144.  
  145. }
  146.  
  147. #title {
  148. font-size:12px;
  149. line-height:18px;
  150. font-weight:normal;
  151. font-style:italic;
  152. margin-bottom:10px;
  153. text-transform:uppercase;
  154. text-align:center;
  155. }
  156.  
  157.  
  158. /*sidebar*/
  159. #sidebar {text-align:left;
  160. position:fixed;
  161. margin-left:-225px;
  162. margin-top:220px;
  163. width:145px;
  164. }
  165.  
  166. #sidebarim {margin-bottom:20px}
  167.  
  168. #sidebarim img {width:145px}
  169.  
  170. #blogt {font-size:14px;
  171. font-weight:bold;
  172. text-transform:uppercase;
  173. letter-spacing:.5px;
  174. text-align:center;
  175. color:{color:sidebar links};
  176. }
  177.  
  178. #links {
  179. line-height:16px;
  180. text-transform:uppercase;
  181. font-size:10px;
  182. text-align:center;
  183. word-spacing:120%;
  184. font-weight:bold;
  185. width:140px;
  186. }
  187.  
  188.  
  189. #links a {
  190.  
  191. display:inline-block;
  192. margin-bottom:5px;
  193. color:{color:sidebar links};
  194. }
  195.  
  196. #description {
  197. text-align:center;
  198. padding-top:20px;
  199. padding-bottom:20px;
  200. }
  201.  
  202.  
  203. #pagination {
  204. text-align:center;
  205. text-transform:lowercase;
  206. font-weight:normal;
  207. font-size:13px;
  208. }
  209. #pagination a {
  210. padding:15px;
  211. }
  212.  
  213.  
  214. /*container*/
  215. #con {
  216. left:50%;
  217. margin-left:-250px;
  218. position:absolute;
  219. }
  220.  
  221.  
  222.  
  223. /*posts*/
  224.  
  225. #entries {
  226. margin-top:75px;
  227. width:400px;
  228. padding-left:100px;
  229. }
  230.  
  231.  
  232.  
  233. #posts {
  234. width:400px;
  235. {block:IndexPage}
  236. margin-bottom:75px;
  237. {/block:IndexPage}
  238. {block:PermalinkPage}
  239. margin-bottom:50px;
  240. {/block:PermalinkPage}
  241.  
  242. }
  243. #posts img {
  244. max-width:400px;
  245. }
  246.  
  247. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  248. .caption {width:100%;
  249. margin-top:10px;
  250.  
  251. }
  252.  
  253. /*quote*/
  254.  
  255. #titlequote{text-align:left;
  256. font-size:12px;
  257. line-height:18px;
  258. font-weight:normal;
  259. font-style:italic;
  260. text-transform:uppercase;
  261. }
  262. #source {
  263. margin-top:15px;
  264. margin-left:15px;
  265. font-weight:bold;
  266. text-transform:uppercase;
  267. font-style:normal;
  268. }
  269.  
  270. /*audio*/
  271.  
  272. .player {
  273. width:25px;
  274. height:25px;
  275. overflow:hidden;
  276. position:absolute;
  277. background:white;}
  278.  
  279. .audioinfo {
  280. margin-left:50px;
  281. }
  282.  
  283.  
  284. /*asks*/
  285. .q {margin-bottom:10px;
  286. }
  287. .as {
  288. font-weight:bold;}
  289.  
  290. .a {
  291. margin-top:10px;
  292. }
  293.  
  294.  
  295. /*chat*/
  296.  
  297. .chat ol {
  298. padding:0;
  299. list-style:none;
  300. }
  301. .line {padding:5px 0;}
  302.  
  303. .label {font-weight:bold;
  304. }
  305.  
  306.  
  307.  
  308.  
  309.  
  310. /*permalink and notes*/
  311.  
  312. #permalink {
  313. border-top:1px solid #eeeeee;
  314. margin-top:15px;
  315. font-size:9px;
  316. padding:8px;
  317. text-transform:uppercase;
  318. opacity:0;
  319. -webkit-transition: 0.5s all;
  320. -moz-transition: 0.5s all;
  321. -o-transition: 0.5s all;
  322. transition:0.5s all;
  323. }
  324.  
  325. #permalink a {margin-right:10px;color:{color:text};
  326. }
  327.  
  328. #posts:hover #permalink {
  329. opacity:1;
  330. -webkit-transition: 0.5s all;
  331. -moz-transition: 0.5s all;
  332. -o-transition: 0.5s all;
  333. transition:0.5s all;
  334. }
  335.  
  336. .tags a {
  337. word-break:break-all;
  338. font-size:9px;
  339. font-style:italic;
  340. color:{color:link};
  341. }
  342.  
  343. .pagenotes {
  344. {block:IndexPage}
  345. display: none!important;
  346. {/block:IndexPage}
  347. width:400px;
  348. text-align:left;
  349.  
  350. }
  351. .pagenotes img {
  352. display:none!important;}
  353. .pagenotes li {
  354. list-style-type:none;
  355. padding:5px 0px;
  356. text-align:left;
  357. margin:0 0 0 -40px;
  358. }
  359.  
  360.  
  361. #pineapple {
  362. bottom:15px;
  363. font-size:13px;
  364. right:15px;
  365. position:fixed;
  366. }
  367.  
  368. {CustomCSS}
  369.  
  370.  
  371. </style>
  372.  
  373.  
  374.  
  375. </head>
  376.  
  377. <body>
  378.  
  379. <div id="con">
  380.  
  381. <div id="sidebar">
  382. <div id="sidebarim"><img src="{image:Sidebar Image}"></div>
  383. <div id="blogt">{Title}</div>
  384. <div id="description">{Description}</div>
  385. <div id="links">
  386. <a href="/">index</a>
  387. <a href="/ask">message</a>
  388. <a href="/archive">history</a>
  389. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  390. {block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}
  391. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}
  392. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a> {/block:ifLink4}
  393. {block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a> {/block:ifLink5}
  394. </div>
  395.  
  396. <div id="pagination">
  397. {block:Pagination}
  398. {block:PreviousPage}
  399. <a href="{PreviousPage}" title="fall">-</a>
  400. {/block:PreviousPage}
  401.  
  402.  
  403. {block:NextPage}
  404. <a href="{NextPage}" title="soar">+</a>
  405. {/block:NextPage}
  406. {/block:Pagination}
  407. </div>
  408.  
  409.  
  410. </div>
  411.  
  412.  
  413.  
  414.  
  415. <div id="entries">
  416.  
  417. {block:Posts}
  418. <div id="posts">
  419.  
  420.  
  421. {block:Quote}
  422.  
  423.  
  424. <div id="titlequote">“{Quote}”</div>
  425. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  426. {/block:Quote}
  427.  
  428.  
  429.  
  430. {block:Text}
  431.  
  432. {block:Title}
  433. <div id="title">{Title}</div>{/block:Title}
  434. {Body}
  435. {/block:Text}
  436.  
  437. {block:Link}
  438. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  439. {/block:Link}
  440.  
  441. {block:Chat}
  442. {block:Title}
  443. <h1>{Title}</h1>
  444. {/block:Title}
  445. <div class="chat">
  446. <ol>{block:Lines}
  447. <li class="line {Alt}">
  448. {block:Label}
  449. <span style="font-style:italic;font-weight:normal;color:{color:link};text-transform:uppercase" class="label">
  450. {Label}</span>
  451. {/block:Label}{Line}</li>
  452. {/block:Lines}
  453. </ol></div>
  454. {/block:Chat}
  455.  
  456. {block:Photo}
  457. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  458. {/block:Photo}
  459.  
  460. {block:Photoset}
  461. {Photoset-400}
  462. {/block:Photoset}
  463.  
  464. {block:Video}
  465. {Video-400}
  466. {/block:Video}
  467.  
  468. {block:Audio}
  469. <div class="player">{AudioPlayerWhite}</div>
  470. <div class="audioinfo">
  471. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  472. </div>
  473. {/block:Audio}
  474.  
  475. {block:Answer}
  476. <div class="q">
  477. <div class="as">{Asker} said: </div>
  478. {Question}</div>
  479. <div class="a">{Answer}</div>
  480. {/block:Answer}
  481.  
  482. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  483.  
  484. {block:Date}
  485. <div id="permalink">
  486. <a href="{Permalink}" title="{TimeAgo}">{shortmonth} {dayofmonth}{dayofmonthsuffix}</a>{block:NoteCount}<a title="{NoteCountWithLabel}"href="{Permalink}"><b style="color:#E371AE">♥</b> {notecount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" style="float:right"title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" style="float:right" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  487. {block:HasTags}<div class="tags"><b>indexed:&nbsp;&nbsp;</b>{block:Tags}<a href="{TagUrl}">{Tag},</a>{/block:Tags}</div>{/block:HasTags}
  488. </div>
  489. {/block:Date}
  490.  
  491.  
  492.  
  493. </div>
  494.  
  495.  
  496. {block:PostNotes}
  497. <div class="pagenotes">
  498. {PostNotes}
  499. </div>
  500. {/block:PostNotes}
  501.  
  502.  
  503. {/block:Posts}
  504.  
  505.  
  506.  
  507.  
  508. </div>
  509.  
  510. </div>
  511.  
  512.  
  513. {block:ContentSource}
  514. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  515. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  516. {/block:SourceLogo}
  517. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  518. {/block:ContentSource}
  519.  
  520. </body>
  521. <div id="pineapple"><a href="http://oxygenthemes.tumblr.com" title="oxygenthemes">O<sub>2</sub></a></div>
  522. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement