Advertisement
Jyuubi

[Theme] → #18 Atlantica

Jul 22nd, 2012
18,926
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.99 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3.  
  4. <!--
  5. PLEASE DO NOT REMOVE THIS.
  6. THE REMOVAL OF THIS PART WILL CONSIDER YOU A THIEF.
  7. IF YOU REMOVE CREDIT, MAKE SURE IT'S ON A CREDITS PAGE.
  8.  
  9. THEME: #18 ATLANTICA
  10. jyuubi.org | manatopia.org
  11.  
  12. --RULES--
  13. 1) DO NOT REMOVE CREDIT.
  14. 2) DO NOT USE TO MAKE YOUR OWN THEME TO RESDISTRIBUTE.
  15. 3) DO NOT USE TO MAKE YOUR OWN THEME AND REMOVE CREDIT.
  16. 4) IF YOU USE ANYTHING FROM MY THEMES, ALWAYS CREDIT.
  17. 5) DO USE ANY GRAPHICS MADE FOR A PREVIEW.
  18. -->
  19.  
  20. <meta name="color:BackgroundM" content="#383838">
  21. <meta name="color:Bold Text" content="#8e3230">
  22. <meta name="color:Italic Text" content="#416a77">
  23. <meta name="color:Link Text" content="#5F4755">
  24.  
  25. <meta name="color:Navi Background" content="#202020">
  26. <meta name="color:Navi Link Background" content="#2e464f">
  27. <meta name="color:Navi Link Background Hover" content="#546f4f">
  28. <meta name="color:Navi Link Text" content="#202020">
  29.  
  30. <meta name="color:Sidebar Background" content="#2e2e2e">
  31. <meta name="color:Sidebar Border" content="#5f2c2c">
  32. <meta name="color:Sidebar Title" content="#546f4f">
  33. <meta name="color:Sidebar Text" content="#867965">
  34.  
  35. <meta name="color:Post Wrap" content="#2f2f2f">
  36. <meta name="color:Post Background" content="#262626">
  37. <meta name="color:Post Title" content="#867965">
  38. <meta name="color:Post Text" content="#525252">
  39.  
  40. <meta name="color:Question Background" content="#242424">
  41.  
  42. <meta name="color:Stats Background" content="#5f2c2c">
  43. <meta name="color:Stats Text" content="#9c917f">
  44.  
  45. <meta name="image:BackgroundM" content="http://static.tumblr.com/pdgxkke/oc5m1q5zw/atlanticabg.png">
  46. <meta name="image:Sidebar" content="">
  47.  
  48. <meta name="if:Infinite Scroll" content="0">
  49. <meta name="if:Smaller Posts" content="1">
  50. <meta name="if:Show Captions" content="0">
  51. <meta name="if:Photo Fading" content="1">
  52. <meta name="if:Sidebar Photo Fading" content="1">
  53.  
  54. <meta name="text:Sidebar Title" content="">
  55.  
  56. <meta name="text:Name 1" content="">
  57. <meta name="text:URL 1" content="http://">
  58. <meta name="text:Name 2" content="">
  59. <meta name="text:URL 2" content="http://">
  60. <meta name="text:Name 3" content="">
  61. <meta name="text:URL 3" content="http://">
  62. <meta name="text:Name 4" content="">
  63. <meta name="text:URL 4" content="http://">
  64. <meta name="text:Name 5" content="">
  65. <meta name="text:URL 5" content="http://">
  66.  
  67. <head>
  68. <link href='http://fonts.googleapis.com/css?family=Almendra+SC' rel='stylesheet' type='text/css'>
  69. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  70. <title>{Title}</title>
  71. <link rel="shortcut icon" href="{Favicon}">
  72. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  73. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  74.  
  75. <style type="text/css">
  76. /* BODY */
  77. body {
  78. background-image: url('{image:BackgroundM}');
  79. background-attachment: fixed;
  80. background-color: {color:BackgroundM};
  81. margin: 0;
  82. }
  83.  
  84. ::-webkit-scrollbar-thumb:vertical {
  85. background-color: {color:Bold Text};
  86. height: 50px;
  87. }
  88.  
  89. ::-webkit-scrollbar {
  90. height: 10px;
  91. width: 3px;
  92. background-color: {color:Post Wrap};
  93. }
  94.  
  95. /* NAVIGATION */
  96. #nav {
  97. background-color: {color:Navi Background};
  98. width: 70px;
  99. padding-top: 10px;
  100. padding-bottom: 10px;
  101. position: fixed;
  102. left: 50px;
  103. top: 0;
  104. -moz-border-radius: 0px 0px 40px 40px;
  105. -webkit-border-radius: 0px 0px 40px 40px;
  106. border-radius: 0px 0px 40px 40px;
  107. }
  108.  
  109. #links {
  110. top: 25px;
  111. margin-left: 10px;
  112. }
  113.  
  114. #links a {
  115. background-color: {color:Navi Link Background};
  116. display: block;
  117. height: 50px;
  118. width: 50px;
  119. -moz-border-radius: 50px;
  120. -webkit-border-radius: 50px;
  121. border-radius: 50px;
  122. margin-bottom: 6px;
  123. font-family: consolas;
  124. font-size: 9px;
  125. color: {color:Navi Link Text};
  126. text-decoration: none;
  127. text-transform: uppercase;
  128. text-align: center;
  129. line-height: 50px;
  130. -webkit-transition: all 0.5s ease-in-out;
  131. -moz-transition: all 0.5s ease-in-out;
  132. -o-transition: all 0.5s ease-in-out;
  133. -ms-transition: all 0.5s ease-in-out;
  134. transition: all 0.5s ease-in-out;
  135. }
  136.  
  137. #links a:hover {
  138. background-color: {color:Navi Link Background Hover};
  139. transform: rotate(360deg);
  140. -moz-transform: rotate(360deg);
  141. -webkit-transform: rotate(360deg);
  142. -o-transform: rotate(360deg);
  143. }
  144.  
  145. /* SIDEBAR */
  146. #sidebar {
  147. width: 250px;
  148. position: fixed;
  149. left: 170px;
  150. top: 30px;
  151. }
  152.  
  153. #header {
  154. font-family: 'Almendra SC', serif;
  155. font-size: 20px;
  156. width: 270px;
  157. color: {color:Sidebar Title};
  158. text-align: right;
  159. }
  160.  
  161. #description {
  162. background-color: {color:Sidebar Background};
  163. border-bottom: 5px solid {color:Sidebar Border};
  164. width: 230px;
  165. padding: 20px;
  166. font-family: georgia;
  167. font-size: 10px;
  168. color: {color:Sidebar Text};
  169. letter-spacing: 1px;
  170. text-align: justify;
  171. margin-bottom: 3px;
  172. }
  173.  
  174. #sidebar b, strong {
  175. color: {color:Bold Text};
  176. }
  177.  
  178. #sidebar i, em {
  179. color: {color:Italic Text};
  180. }
  181.  
  182. #sidebar a {
  183. color: {color:Link Text};
  184. text-decoration: none;
  185. }
  186.  
  187. #sidebar img {
  188. max-width: 230px;
  189. margin-bottom: 10px;
  190. {block:IfSidebarPhotoFading}opacity: .5;{/block:IfSidebarPhotoFading}
  191. }
  192.  
  193. #page {
  194. width: 272px;
  195. margin-left: -2px;
  196. }
  197.  
  198. #page a {
  199. background-color: {color:Navi Link Background};
  200. display: inline-block;
  201. width: 132px;
  202. height: 15px;
  203. line-height: 13px;
  204. font-family: georgia;
  205. font-size: 16px;
  206. color: {color:Navi Link Text};
  207. text-align: center;
  208. margin-left: 2px;
  209. -webkit-transition: all 0.5s ease-in-out;
  210. -moz-transition: all 0.5s ease-in-out;
  211. -o-transition: all 0.5s ease-in-out;
  212. -ms-transition: all 0.5s ease-in-out;
  213. transition: all 0.5s ease-in-out;
  214. }
  215.  
  216. #page a:hover {
  217. background-color: {color:Navi Link Background Hover};
  218. color: {color:Navi Link Text};
  219. }
  220.  
  221. /* ENTRIES */
  222. #postwrap {
  223. background-color: {color:Post Wrap};
  224. position: fixed;
  225. {block:IfNotSmallerPosts}width: 540px;{/block:IfNotSmallerPosts}
  226. {block:IfSmallerPosts}width: 440px;{/block:IfSmallerPosts}
  227. height: 100%;
  228. left: 490px;
  229. top: 0;
  230. }
  231.  
  232. #posts {
  233. margin-top: 10px;
  234. margin-left: 500px;
  235. }
  236.  
  237. .entry {
  238. background-color: {color:Post Background};
  239. padding: 10px;
  240. overflow: hidden;
  241. position: relative;
  242. {block:IfNotSmallerPosts}width: 500px;{/block:IfNotSmallerPosts}
  243. {block:IfSmallerPosts}width: 400px;{/block:IfSmallerPosts}
  244. margin-bottom: 15px;
  245. font-family: georgia;
  246. font-size: 10px;
  247. color: {color:Post Text};
  248. letter-spacing: 1px;
  249. }
  250.  
  251. .entry b, strong {
  252. color: {color:Bold Text};
  253. }
  254.  
  255. .entry i, em {
  256. color: {color:Italic Text};
  257. }
  258.  
  259. .entry a {
  260. color: {color:Link Text};
  261. text-decoration: none;
  262. }
  263.  
  264. .entry h1 {
  265. font-family: georgia;
  266. font-size: 16px;
  267. color: {color:Post Title};
  268. font-weight: normal;
  269. text-transform: uppercase;
  270. text-align: right;
  271. margin: 0;
  272. }
  273.  
  274. .entry h1 a {
  275. color: {color:Post Title};
  276. }
  277.  
  278. .entry img {
  279. {block:IfNotSmallerPosts}max-width: 500px;{/block:IfNotSmallerPosts}
  280. {block:IfSmallerPosts}max-width: 400px;{/block:IfSmallerPosts}
  281. margin-bottom: -3px;
  282. {block:IfPhotoFading}opacity: .7;{/block:IfPhotoFading}
  283. }
  284.  
  285. {block:IfPhotoFading}
  286. .photo {
  287. opacity: .7;
  288. }
  289. {/block:IfPhotoFading}
  290.  
  291. .entry blockquote {
  292. border-left: 5px solid {color:Post Wrap};
  293. padding-left: 6px;
  294. margin-left: 5px;
  295. }
  296.  
  297. /* QUOTE */
  298. .quote {
  299. font-family: georgia;
  300. font-size: 24px;
  301. color: {color:Bold Text};
  302. float: left;
  303. }
  304.  
  305. .entry h2 {
  306. font-family: georgia;
  307. font-size: 12px;
  308. color: {color:Post Title};
  309. font-weight: normal;
  310. text-transform: uppercase;
  311. margin: 0;
  312. }
  313.  
  314. /* AUDIO */
  315. .audio {
  316. background-color: #000000;
  317. {block:IfNotSmallerPosts}width: 500px;{/block:IfNotSmallerPosts}
  318. {block:IfSmallerPosts}width: 400px;{/block:IfSmallerPosts}
  319. height: 27px;
  320. }
  321.  
  322. /* QUESTIONS */
  323. .ask {
  324. background-color: {color:Question Background};
  325. padding: 3px;
  326. }
  327.  
  328. /* STATISTICS */
  329. .stats {
  330. background-color: {color:Stats Background};
  331. opacity: 0;
  332. {block:IfNotSmallerPosts}width: 515px;{/block:IfNotSmallerPosts}
  333. {block:IfSmallerPosts}width: 415px;{/block:IfSmallerPosts}
  334. height: 8px;
  335. line-height: 8px;
  336. position: absolute;
  337. left: 0px;
  338. bottom: 0px;
  339. font-family: consolas;
  340. font-size: 8px;
  341. letter-spacing: 2px;
  342. text-align: center;
  343. text-transform: uppercase;
  344. padding-right: 5px;
  345. -webkit-transition: all 0.4s ease-in-out;
  346. -moz-transition: all 0.4s ease-in-out;
  347. -o-transition: all 0.4s ease-in-out;
  348. -ms-transition: all 0.4s ease-in-out;
  349. transition: all 0.4s ease-in-out;
  350. }
  351.  
  352. .stats a {
  353. color: {color:Stats Text};
  354. text-decoration: none;
  355. }
  356.  
  357. .entry:hover .stats {
  358. opacity: 1;
  359. padding-top: 6px;
  360. padding-bottom: 6px;
  361. }
  362.  
  363. /* PERMALINK PAGE */
  364. .permalink {
  365. font-family: georgia;
  366. font-size: 10px;
  367. color: {color:Post Text};
  368. text-transform: lowercase;
  369. text-align: center;
  370. {block:IfNotSmallerPosts}width: 520px;{/block:IfNotSmallerPosts}
  371. {block:IfSmallerPosts}width: 420px;{/block:IfSmallerPosts}
  372. position: relative;
  373. z-index: 999;
  374. }
  375.  
  376. .permalink b {
  377. color: {color:Bold Text};
  378. font-weight: normal;
  379. }
  380.  
  381. #date {
  382. color: {color:Italic Text};
  383. }
  384.  
  385. .permalink a {
  386. color: {color:Link Text};
  387. text-decoration: none;
  388. }
  389.  
  390. ol.notes {
  391. padding: 0px;
  392. margin: 15px 0px;
  393. list-style-type: none;
  394. background: transparent;
  395. border: 0px;
  396. letter-spacing: 0px;
  397. text-transform: lowercase;
  398. }
  399.  
  400. ol.notes li.note {
  401. padding: 1px;
  402. text-align: left;
  403. letter-spacing: 0px;
  404. text-transform: lowercase;
  405. }
  406.  
  407. .notes img{
  408. width: 8px;
  409. position: relative;
  410. top: 1px;
  411. opacity: .5;
  412. }
  413.  
  414. /* FOLLOW CODE */
  415. iframe#tumblr_controls {
  416. right:3px !important;
  417. position: fixed !important;
  418. -webkit-transition: opacity 0.7s linear;
  419. opacity: 0.2;
  420. -webkit-transition: all 0.8s ease-out;
  421. -moz-transition: all 0.8s ease-out;
  422. transition: all 0.8s ease-out;
  423. }
  424.  
  425. iframe#tumblr_controls:hover {
  426. -webkit-transition: opacity 0.7s linear;
  427. opacity: 1;
  428. -webkit-transition: all 0.4s ease-out;
  429. -moz-transition: all 0.4s ease-out;
  430. transition: all 0.4s ease-out;
  431. }
  432.  
  433. {CustomCSS}
  434. </style>
  435. {block:IfInfiniteScroll}
  436. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  437. {/block:IfInfiniteScroll}
  438. </head>
  439. <body>
  440.  
  441. <div id="nav">
  442. <div id="links">
  443. <a href="/">refresh</a>
  444. <a href="/archive">archive</a>
  445. <a href="/ask">message</a>
  446. {block:IfName1}<a href="{text:URL 1}">{text:Name 1}</a>{/block:IfName1}
  447. {block:IfName2}<a href="{text:URL 2}">{text:Name 2}</a>{/block:IfName2}
  448. {block:IfName3}<a href="{text:URL 3}">{text:Name 3}</a>{/block:IfName3}
  449. {block:IfName4}<a href="{text:URL 4}">{text:Name 4}</a>{/block:IfName4}
  450. {block:IfName5}<a href="{text:URL 5}">{text:Name 5}</a>{/block:IfName5}
  451. <a href="http://jyuubi.org">theme</a>
  452. </div>
  453. </div>
  454. <div id="sidebar">
  455. <div id="header">{text:Sidebar Title}</div>
  456. <div id="description">
  457. <center><img src="{image:Sidebar}" alt=""></center>
  458. {Description}
  459. </div>
  460. {block:IfNotInfiniteScroll}{block:Pagination}<div id="page">
  461. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>{/block:PreviousPage}
  462. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  463. </div>{/block:Pagination}{/block:IfNotInfiniteScroll}
  464. </div>
  465.  
  466. <div id="postwrap"></div>
  467.  
  468. <div class="autopagerize_page_element">
  469. <div id="posts">
  470. {block:Posts}
  471.  
  472. <div class="entry">
  473.  
  474. {block:Text}
  475. {block:Title}<h1>{Title}</h1>{/block:Title}
  476. {Body}
  477. {/block:Text}
  478.  
  479. {block:Photo}
  480. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}</center>
  481. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  482. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  483. {Caption}
  484. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  485. {/block:Photo}
  486.  
  487. {block:Photoset}
  488. <div class="photo">{block:IfNotSmallerPosts}{Photoset-500}{/block:IfNotSmallerPosts}
  489. {block:IfSmallerPosts}{Photoset-400}{/block:IfSmallerPosts}</div>
  490. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  491. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  492. {Caption}
  493. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  494. {/block:Photoset}
  495.  
  496. {block:Quote}
  497. <div class="quote">&#10077;</div>
  498. <h2>{Quote}</h2>
  499. {block:Source}<p align="right">{Source} <b>&mdash;</b></p>{/block:Source}
  500. {/block:Quote}
  501.  
  502. {block:Link}
  503. <h1><a href="{URL}" target="{Target}">{Name}</a></h1>
  504. {block:Description}{Description}{/block:Description}
  505. {/block:Link}
  506.  
  507. {block:Chat}
  508. {block:Title}<h1>{Title}</h1>{/block:Title}
  509. {block:Lines}
  510. {block:Label}
  511. <b>{Label}</b>
  512. {/block:Label}
  513. {Line}<br />
  514. {/block:Lines}
  515. {/block:Chat}
  516.  
  517. {block:Audio}
  518. <div class="audio">{AudioPlayerBlack}</div>
  519. <center><b>{FormattedPlayCount}</b> plays{block:Artist} | by <i>{Artist}</i>{/block:Artist}</center>
  520. {block:IfShowCaptions}{block:Caption}<br />{Caption}{/block:Caption}{/block:IfShowCaptions}
  521. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}<br />
  522. {Caption}
  523. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  524. {/block:Audio}
  525.  
  526. {block:Video}
  527. {block:IfNotSmallerPosts}{Video-500}{/block:IfNotSmallerPosts}
  528. {block:IfSmallerPosts}{Video-400}{/block:IfSmallerPosts}
  529. <center><i>{FormattedPlayCount}</i> plays</center><br />
  530. {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
  531. {block:IfNotShowCaptions}{block:PermalinkPage}{block:Caption}
  532. {Caption}
  533. {/block:Caption}{/block:PermalinkPage}{/block:IfNotShowCaptions}
  534. {/block:Video}
  535.  
  536. {block:Answer}
  537. <div class="ask">{Asker} <b>sent:</b> {Question}</div>
  538. {Answer}
  539. {/block:Answer}
  540.  
  541. {block:IndexPage}<div class="stats">
  542. <a href="{Permalink}">{TimeAgo}{block:NoteCount} / {NoteCountWithLabel}{/block:NoteCount}</a>
  543. </div>{/block:IndexPage}
  544. </div>
  545.  
  546. {block:PermalinkPage}
  547. <div class="permalink">
  548. <center><div id="date">{block:Date}posted {12Hour}:{Minutes} {AmPm} on {DayOfWeek}, {Month} {DayOfMonth}, {Year}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</div>{block:RebloggedFrom}<b>origin:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> &nbsp;|&nbsp; <b>via:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br />{/block:RebloggedFrom}
  549. {block:HasTags}<b>tags &raquo;</b> {block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}</center>
  550. {block:PostNotes}
  551. {PostNotes}
  552. {/block:PostNotes}
  553. </div>
  554. {/block:PermalinkPage}
  555.  
  556. {/block:Posts}
  557. </div>
  558. </div>
  559.  
  560. </body>
  561. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement