modernesse

POLAR THEME BY MODERNESSE

Apr 2nd, 2013
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.62 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4.  
  5. Polar Theme by Modernesse (Modernesse @ Tumblr)
  6. Used a base code by getnakedmiley/sunsgodownthemes
  7. I edited it a lot, so please do not remove the credit.
  8. Please do not claim this theme as your own.
  9. You may use this theme as a BASE CODE, but please credit me somewhere, doesn't matter where.
  10. Enjoy!
  11.  
  12. -->
  13.  
  14. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  15.  
  16.  
  17. <head>
  18.  
  19.  
  20. <meta name="color:bg" content="#FFFFFF">
  21. <meta name="color:link" content="#A1FF00">
  22. <meta name="color:title" content="#5A4F50">
  23. <meta name="color:hover" content="#CF00F">
  24. <meta name="color:infobg" content="#FCFCFC">
  25. <meta name="color:text" content="#5A4F50">
  26. <meta name="color:description" content="#000000">
  27. <meta name="color:tags" content="#EDEDED">
  28. <meta name="color:scrollbar" content="#00DEFF">
  29. <meta name="color:border" content="#FFFFFF">
  30.  
  31. <meta name="if:Show Title" content="" />
  32. <meta name="if:Updates Tab" content="yes">
  33.  
  34. <meta name="image:sidebar" content=""/>
  35.  
  36. <meta name="text:Updates" content="This is your updates tab! You can change it to a networks tab if you want to!">
  37. <meta name="text:asked" content="asked">
  38. <meta name="text:linkA" content="">
  39. <meta name="text:linkA url" content="/">
  40. <meta name="text:linkB" content="">
  41. <meta name="text:linkB url" content="/">
  42. <meta name="text:linkC" content="">
  43. <meta name="text:linkC url" content="/">
  44. <meta name="text:linkD" content="">
  45. <meta name="text:linkD url" content="/">
  46.  
  47. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  48. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  49. <link rel="shortcut icon" href="{Favicon}" />
  50. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  51. <!------
  52. Google Fonts
  53. -------->
  54. <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'>
  55. <script type="text/javascript">
  56. WebFontConfig = {
  57. google: { families: [ 'Source+Sans+Pro::latin' ] }
  58. };
  59. (function() {
  60. var wf = document.createElement('script');
  61. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  62. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  63. wf.type = 'text/javascript';
  64. wf.async = 'true';
  65. var s = document.getElementsByTagName('script')[0];
  66. s.parentNode.insertBefore(wf, s);
  67. })(); </script>
  68.  
  69. <link href='http://fonts.googleapis.com/css?family=Patrick+Hand+SC' rel='stylesheet' type='text/css'>
  70. <script type="text/javascript">
  71. WebFontConfig = {
  72. google: { families: [ 'Patrick+Hand+SC::latin' ] }
  73. };
  74. (function() {
  75. var wf = document.createElement('script');
  76. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  77. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  78. wf.type = 'text/javascript';
  79. wf.async = 'true';
  80. var s = document.getElementsByTagName('script')[0];
  81. s.parentNode.insertBefore(wf, s);
  82. })(); </script>
  83.  
  84. <!--- fonts finish --->
  85.  
  86. <style type="text/css">
  87.  
  88.  
  89. ::-webkit-scrollbar {width: 6px; height: 4px; background: #f4f4f4; }
  90.  
  91. ::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.5); -webkit-border-radius: 1ex; }
  92.  
  93.  
  94.  
  95.  
  96. a {
  97. color:{color:link};
  98. text-decoration:none;
  99. -webkit-transition: color 0.6s ease-out;
  100. -moz-transition: color 0.6s ease-out;
  101. transition: color 0.6s ease-out;
  102. }
  103.  
  104. a:hover {
  105. color:{color:hover};
  106. text-decoration:none;
  107. text-shadow: {color:hover} 0px 0px 1px;
  108. -moz-transition-duration:0.5s;
  109. -webkit-transition-duration:0.5s;
  110. -o-transition-duration:0.5s;
  111.  
  112. }
  113.  
  114.  
  115. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  116. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  117. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  118.  
  119. body {
  120. background-color:{color:bg};
  121. font-family:'Source Sans Pro', sans serif;
  122. font-weight:normal;
  123. }
  124.  
  125.  
  126.  
  127.  
  128. h1 {
  129. font-weight:normal;
  130. font-size:10px;
  131. text-align:center;
  132. font-style:normal;
  133. line-height:80%;
  134. letter-spacing:1px;
  135. text-transform:uppercase;
  136. color:{color:text};
  137. }
  138.  
  139. h2 {
  140. font-size:15px;
  141. text-align:center;
  142. line-height:100%;
  143. letter-spacing:-0.5px;
  144. color:{color:text};
  145. font-weight:normal;
  146. padding:5px;
  147. padding-bottom:2px;
  148. }
  149.  
  150. h3 {
  151. font-size:30px;
  152. font-family:'Patrick Hand SC', cursive;
  153. text-align:center;
  154. line-height:100%;
  155. letter-spacing:-0.2px;
  156. color:{color:title};
  157. font-weight:bold;
  158. padding:5px;
  159. padding-bottom:2px;
  160.  
  161. }
  162.  
  163. h4 {
  164. font-size:35px;
  165. font-family:'Patrick Hand SC', cursive;
  166. text-align:center;
  167. line-height:100%;
  168. color:{color:Title}
  169. font-weight:bold;
  170. padding:5px;
  171. padding-bottom:2px;
  172. }
  173.  
  174.  
  175. blockquote {
  176. border-left:2px solid {color:text};
  177. padding-left:5px;
  178. margin:5px;
  179. }
  180.  
  181. #theme {
  182. background-color:{color:bg};
  183. width:600px;
  184. margin: 0 auto -12px auto;
  185. text-align: center;
  186. }
  187.  
  188.  
  189. #sidebar {
  190. color:{color:sidebartext};
  191. position:fixed;
  192. width:170px;
  193. height:auto;
  194. margin-top:180px;
  195. text-align:left;
  196. }
  197.  
  198. #sidebar img {
  199. width:156px;
  200. height:220px;
  201. margin-bottom:1px;
  202. }
  203.  
  204. #sidebar a {
  205. font-size:16px;
  206. font-family:'times new roman', sans serif;
  207.  
  208.  
  209. }
  210.  
  211. #sidebar a:hover {
  212. text-decoration:underline;
  213.  
  214. }
  215.  
  216.  
  217. .links {
  218. margin-bottom:10px;
  219. font-size:8px;
  220. text-transform:uppercase;
  221. text-align:center;
  222. letter-spacing:2px;
  223. line-height:170%;
  224. }
  225.  
  226. .links a{
  227. padding:3px;
  228. color:{color:link};
  229. letter-spacing:0px;
  230. text-decoration:none;
  231. -moz-transition-duration:1s;
  232. -webkit-transition-duration:1s;
  233. -o-transition-duration:1s;
  234. }
  235.  
  236. .links a:hover{
  237. color:{color:hover};
  238. -moz-transition-duration:1s;
  239. -webkit-transition-duration:1s;
  240. -o-transition-duration:1s;
  241. }
  242.  
  243. .desc {
  244. margin-bottom:10px;
  245. text-align:justify;
  246. font-size:10px;
  247. color:{color:description};
  248. letter-spacing:1px;
  249. line-height:150%;
  250. }
  251.  
  252. .desc a {
  253. color:{color:link};
  254. }
  255.  
  256. .pagi {
  257. font-size:8px;
  258. text-transform:uppercase;
  259. letter-spacing:3px;
  260. font-style:normal;
  261. text-align:center;
  262. }
  263.  
  264. .pagi a {
  265. color:{color:link};
  266. }
  267.  
  268. #stuffcontainer {
  269. float:left;
  270. margin-left:200px;
  271. margin-top:75px;
  272. text-align:justify;
  273. background-color:{color:bg};
  274. color:{color:text};
  275. margin-bottom: 35px;
  276. }
  277.  
  278.  
  279. #stuff {
  280. width:500px;
  281. margin-top:75px;
  282. text-align:justify;
  283. font-size:11px;
  284. line-height:90%;
  285. letter-spacing:0x;
  286. color:{color:text};
  287. }
  288.  
  289. .caption {
  290. width:500px;
  291. text-align:justify;
  292. line-height:120%;
  293. }
  294.  
  295. .ask {
  296. padding:10px;
  297. text-align:left;
  298. color:{color:text};
  299. background-color:{color:infobg};
  300. border-bottom:1px solid {color:border};
  301. border-right:1px solid {color:border};
  302. }
  303.  
  304. .ans {
  305. text-align:left;
  306. padding:10px;
  307. color:{color:text};
  308. }
  309.  
  310. .audio {
  311. width:500px;
  312. padding-bottom:10px;
  313. background-color:{color:infobg};
  314. }
  315.  
  316. .albumart {
  317. float:left;
  318. padding:0px 10px 10px 0px;
  319. }
  320.  
  321. .albumart img {
  322. width:45px;
  323. height:45px;
  324. }
  325.  
  326. .playercontainer {
  327. text-align:left;
  328. padding:10px;
  329. background-color:#ffffff;
  330. width:480px;
  331. }
  332.  
  333. .audioinfo {
  334. padding:10px;
  335. color:{color:text};
  336. }
  337.  
  338. #postinfo {
  339. width:300px;
  340. padding:5px;
  341. font-size:8px;
  342. color:{color:link};
  343. text-transform:uppercase;
  344. font-style:normal;
  345. letter-spacing:1px;
  346. text-align:left;
  347. border-top:1px solid {color:border};
  348. border-bottom:1px solid {color:border};
  349. -moz-transition-duration:0.5s;
  350. -webkit-transition-duration:0.5s;
  351. -o-transition-duration:0.5s;
  352. }
  353.  
  354. #postinfo a {
  355. color:{color:link};
  356. text-align:center;
  357. letter-spacing:1px;
  358. font-style:normal;
  359. }
  360.  
  361. #postinfo a:hover {
  362. color:{color:hover};
  363. }
  364.  
  365. .note {
  366. text-transform:uppercase;
  367. font-style:normal;
  368. letter-spacing:0px;
  369. font-size: 9px;
  370. text-align:left;
  371. line-height:90%;
  372. margin-left:-40px;
  373. }
  374.  
  375. .note li {
  376. list-style-type:none;
  377. border-bottom:1px solid {color:border};
  378. padding:10px 25px 10px 25px;
  379. text-align:left;
  380. margin:0px;
  381. -moz-transition-duration:0.5s;
  382. -webkit-transition-duration:0.5s;
  383. -o-transition-duration:0.5s;
  384. }
  385.  
  386. .tags {
  387. font-style:normal;
  388. width:500px;
  389. text-transform:uppercase;
  390. font-style:normal;
  391. color:{color:tags};
  392. letter-spacing:2px;
  393. line-height:120%;
  394. font-size:8px;
  395. text-align:left;
  396. padding:2px;
  397. -moz-transition-duration:0.5s;
  398. -webkit-transition-duration:0.5s;
  399. -o-transition-duration:0.5s;
  400. }
  401.  
  402. .tags a {
  403. color:{color:tags};
  404. letter-spacing:1px;
  405. padding:1px;
  406. }
  407.  
  408. .tags a:hover {
  409. color:{color:link};
  410. }
  411.  
  412. ul.chat, .chat ol, .chat li {
  413. list-style:none;
  414. margin:0px;
  415. padding:2px;
  416. }
  417.  
  418. .label {
  419. text-decoration:underline;
  420. font-weight:700;
  421. background-color:{color:infobg};
  422. margin-right:5px;
  423. }
  424.  
  425. #cred {
  426. position:fixed;
  427. font-size:8px;
  428. font-weight:normal;
  429. line-height:150%;
  430. letter-spacing:2px;
  431. right:10px;
  432. bottom:10px;
  433. text-transform:uppercase;
  434. text-align:center;
  435. }
  436.  
  437. #cred a {
  438. padding:3px;
  439. color:{color:bg};
  440. background-color:{color:link};
  441. -moz-transition-duration:0.5s;
  442. -webkit-transition-duration:0.5s;
  443. -o-transition-duration:0.5s;
  444. }
  445.  
  446. #yellow {
  447. text-align: center;
  448. font-size: 11px;
  449. position:fixed;
  450. left:5px;
  451. top:-311px;
  452. -webkit-transition: all .5s ease-in-out;
  453. -moz-transition: all .5s ease-in-out;
  454. -o-transition: all .5s ease-in-out;
  455. z-index:999;
  456. }
  457.  
  458. #yellow:hover {top:0px;}
  459.  
  460. #blue {
  461. text-align: center;
  462. font-size: 11px;
  463. position:fixed;
  464. left:10px;
  465. top:-111px;
  466. -webkit-transition: all .5s ease-in-out;
  467. -moz-transition: all .5s ease-in-out;
  468. -o-transition: all .5s ease-in-out;
  469. z-index:999;
  470. }
  471.  
  472. #blue:hover {top:0px;}
  473.  
  474. #pink {
  475. border-right-style:solid;
  476. border-bottom-style:solid;
  477. border-left-style:solid;
  478. border-width:1px;
  479. border-color:#000;
  480. padding: 5px 0 5px 0;
  481. background: #fff;
  482. width:250px;
  483. height:100px;
  484. border-bottom-right-radius: 5px;
  485. -moz-border-radius-bottomright: 5px;
  486. -webkit-border-bottom-right-radius: 5px;
  487. z-index: 9999;
  488. }
  489.  
  490. #pinktab {
  491. border-top-style:none;
  492. border-right-style:solid;
  493. border-bottom-style:solid;
  494. border-left-style:solid;
  495. border-width:1px;
  496. border-color:#000;
  497. text-align: center;
  498. height:11px;
  499. padding: 2px 0 8px 0;
  500. background:#fff;
  501. border-bottom-left-radius: 5px;
  502. -moz-border-radius-bottomleft: 5px;
  503. -webkit-border-bottom-left-radius: 5px;
  504. border-bottom-right-radius: 5px;
  505. -moz-border-radius-bottomright: 5px;
  506. -webkit-border-bottom-right-radius: 5px;
  507. width: 75px;
  508. }
  509.  
  510. {CustomCSS}
  511.  
  512. </style>
  513.  
  514. </head>
  515.  
  516. <body>
  517. {block:ifUpdatesTab}
  518. <div id="blue">
  519. <div id="pink"> <center>
  520.  
  521. {text:Updates}
  522.  
  523. </center></div>
  524. <div id="pinktab">*HOVER*</div>
  525. </div>
  526.  
  527. <div id="yellow">
  528. </div>
  529. {/block:ifUpdatesTab}
  530.  
  531. <div id="theme">
  532. <div id="sidebar">
  533. {block:ifShowTitle}
  534. <h3>{Title}</h3>
  535. {/block:ifShowTitle}
  536. <img src="{image:sidebar}">
  537. <div class="links">
  538. {block:AskEnabled}<a href="/ask">message</a>{/block:AskEnabled}
  539. {block:SubmitEnabled}<a href="/submit">submit</a>{/block:SubmitEnabled}
  540. {block:IfLinkA}
  541. <a href="{text:linkA url}">{text:linkA}</a>
  542. {/block:IfLinkA}
  543. {block:IfLinkB}
  544. <a href="{text:linkB url}">{text:linkB}</a>
  545. {/block:IfLinkB}
  546. {block:IfLinkC}
  547. <a href="{text:linkC url}">{text:linkC}</a>
  548. {/block:IfLinkC}
  549. {block:IfLinkD}
  550. <a href="{text:linkD url}">{text:linkD}</a>
  551. {/block:IfLinkD}
  552. <a href="http://modernesse.tumblr.com/">theme</a>
  553. </div>
  554. <div class="desc">
  555. <center>{Description}</center>
  556. </div>
  557. {block:Pagination}
  558. <div class="pagi">
  559. {block:PreviousPage}
  560. <a href="{PreviousPage}"><<<</a>
  561. {/block:PreviousPage}
  562. {block:NextPage}
  563. <a href="{NextPage}">>></a>
  564. {/block:NextPage}
  565. </div>
  566. {/block:Pagination}
  567. </div>
  568.  
  569. <div id="stuffcontainer">
  570.  
  571. <div class = "autopagerize_page_element" >
  572.  
  573. {block:Posts}
  574.  
  575. <div id="stuff">
  576.  
  577. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  578.  
  579. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  580.  
  581. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  582. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  583.  
  584. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}<center>{Caption}</center>{/block:Caption}{/block:Photo}
  585.  
  586. {block:Photoset}<center>{Photoset-500}</center>
  587. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  588.  
  589. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  590.  
  591. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  592.  
  593. {block:Answer}<div class="ask">{Asker} {text:asked}: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  594.  
  595. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  596. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  597. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  598. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  599. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  600.  
  601.  
  602.  
  603. {block:Date}<div id="postinfo"><center>posted {MonthNumberWithZero}-{DayOfMonthWithZero} / <a href="{Permalink}">permalink</a> / <a href="{ReblogURL}">reblog</a>{block:NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}{/block:RebloggedFrom}
  604. {block:ContentSource}{/block:ContentSource}</div>{/block:Date}
  605. <br></br>
  606. {block:HasTags}
  607. {/block:HasTags}
  608. <div class="note">
  609. {block:PostNotes}{/block:PostNotes}
  610. <div class="reblog">
  611. </center>
  612. </div>
  613. </div>
  614. {/block:Posts}
  615.  
  616. </div>
  617. </div>
  618.  
  619. <div id="cred"><a href="http://modernesse.tumblr.com/">theme</a></div>
  620.  
  621. </div>
  622. </div>
  623. </div>
  624. </body>
  625. </html>
Advertisement
Add Comment
Please, Sign In to add comment