Advertisement
vassilias

Theme 03. Cold Nites

Dec 31st, 2014
2,846
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.35 KB | None | 0 0
  1. <!--Theme by Wren @ vassilias
  2.  
  3. * D O N O T R E P R O D U C E
  4. A N Y P A R T O F T H I S T H E M E
  5.  
  6. * D O N O T R E M O V E T H I S C R E D I T
  7.  
  8. * D O N O T U S E T H I S
  9. T H E M E A S A B A S E C O D E
  10.  
  11. Theme by Wren @ vassilias-->
  12.  
  13. <!DOCTYPE html>
  14. <head>
  15.  
  16.  
  17. <title>{Title}</title>
  18.  
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  22.  
  23. <!--Default Variables-->
  24. <meta name="if:500px Width" content="1"/>
  25. <meta name="if:400px Width" content="0"/>
  26.  
  27. <meta name="color:Background" content="#ffffff"/>
  28. <meta name="color:Primary Accent Color" content="#fafafa"/>
  29. <meta name="color:Text" content="#aaaaaa"/>
  30. <meta name="color:Links" content="#000000"/>
  31. <meta name="color:Links Hover Color" content="#000000"/>
  32. <meta name="image:Sidebar Image" content=""/>
  33. <meta name="if:Show Sidebar Image" content="0">
  34. <meta name="color:Sidebar Links Color" content="#000000"/>
  35. <meta name="color:Sidebar Links Background Color" content="#fafafa"/>
  36. <meta name="color:Sidebar Links Hover Color" content="#2a2a2a"/>
  37. <meta name="color:Sidebar Links Background Hover Color" content="#f5f5f5"/>
  38. <meta name="color:Blog Title Color" content="#000000"/>
  39. <meta name="color:Blog Title Hover Color" content="#000000"/>
  40. <meta name="color:Scrollbar" content="#f0f0f0" />
  41. <meta name="color:Scrollbar Background" content="#fafafa" />
  42.  
  43. <meta name="text:Link 1 URL" content="" />
  44. <meta name="text:Link 1" content="" />
  45. <meta name="text:Link 2 URL" content="" />
  46. <meta name="text:Link 2" content="" />
  47. <meta name="text:Link 3 URL" content="" />
  48. <meta name="text:Link 3" content="" />
  49. <meta name="text:Link 4 URL" content="" />
  50. <meta name="text:Link 4" content="" />
  51.  
  52. <!-- jquery for tooltips-->
  53.  
  54.  
  55.  
  56. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  57.  
  58. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  59.  
  60. <script>
  61.  
  62. (function($){
  63.  
  64. $(document).ready(function(){
  65.  
  66. $("a[title]").style_my_tooltips({
  67.  
  68. tip_follows_cursor:true,
  69.  
  70. tip_delay_time:30,
  71.  
  72. tip_fade_speed:300,
  73.  
  74. attribute:"title"
  75.  
  76. });
  77.  
  78. });
  79.  
  80. })(jQuery);
  81.  
  82. </script>
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89. <!--CSS customization here. -->
  90.  
  91. <style type="text/css">
  92.  
  93. #s-m-t-tooltip{
  94. position:absolute;
  95. margin-top: 15px;
  96. z-index:9999;
  97. font-size: 7px;
  98. padding: 8px;
  99. background:{color:Primary Accent Color};
  100. }
  101.  
  102. ::-webkit-scrollbar {
  103. height: 8px;
  104. width: 8px;
  105. background: {color:Scrollbar Background};
  106. }
  107.  
  108. ::-webkit-scrollbar-thumb {
  109. background: {color:Scrollbar};
  110. }
  111.  
  112. /*basics*/
  113.  
  114. body {
  115. background:{color:Background};
  116. color:{color:Text};
  117. font-family:courier;
  118. font-size:9px;
  119. text-align:justify;
  120. margin:0;
  121. line-height:25px;
  122. }
  123.  
  124. blockquote {
  125. padding: 15px;
  126. border-left:1px dotted {color:Text};
  127. margin-left:20px;
  128. }
  129.  
  130. a {
  131. color:{color:Links};
  132. text-decoration:none;
  133. padding: 5px;
  134. -webkit-transition: all 0.3s ease-out;
  135. -moz-transition: all 0.3s ease-out;
  136. -o-transition: all 0.3s ease-out;
  137. }
  138.  
  139. a:hover {
  140. text-decoration:none;
  141. color:{color:Links Hover Color};
  142. -webkit-transition: all 0.3s ease-out;
  143. -moz-transition: all 0.3s ease-out;
  144. -o-transition: all 0.3s ease-out;
  145. }
  146.  
  147. img{
  148. opacity:1;
  149. border:none;
  150. text-decoration:none;
  151. }
  152.  
  153. small {
  154. font-size:8px;
  155. }
  156.  
  157. big {
  158. font-size:12px;
  159. }
  160.  
  161.  
  162. #title {
  163. font-size:9px;
  164. font-weight:bold;
  165. margin-bottom:10px;
  166. text-align:left;
  167. }
  168.  
  169. /*sidebar*/
  170.  
  171. #sidebar {
  172. text-align:left;
  173. position:fixed;
  174. {block:if400pxWidth}margin-left:50px;{/block:if400pxWidth}
  175. {block:if500pxWidth}margin-left: 130px;{/block:if500pxWidth}
  176. margin-top:100px;
  177. width:160px;
  178. padding: 30px;
  179. -webkit-transition: all 0.4s ease-out;
  180. -moz-transition: all 0.4s ease-out;
  181. -o-transition: all 0.4s ease-out;
  182. }
  183.  
  184. #sidebarimage {
  185. width:80px;
  186. height:80px;
  187. overflow:hidden;
  188. margin-bottom:10px;
  189. border: solid 40px {color:Primary Accent Color};
  190. }
  191.  
  192. #sidebarimage img {
  193. width:80px;
  194. }
  195.  
  196. #blogt {
  197. text-align:center;
  198. margin-bottom: 20px;
  199. }
  200.  
  201. #blogt a {
  202. font-size: 10px;
  203. letter-spacing: 1px;
  204. font-weight: bold;
  205. padding: 5px;
  206. color:{color:Blog Title Color};
  207. text-transform: uppercase;
  208. }
  209.  
  210. #blogt a:hover {
  211. color:{color:Blog Title Hover Color};
  212. }
  213.  
  214. #sidebar .links {
  215. opacity:0;
  216. -webkit-transition: all 0.4s ease-out;
  217. -moz-transition: all 0.4s ease-out;
  218. -o-transition: all 0.4s ease-out;
  219. }
  220.  
  221. #sidebar:hover .links {
  222. opacity:1;
  223. -webkit-transition: all 0.4s ease-out;
  224. -moz-transition: all 0.4s ease-out;
  225. -o-transition: all 0.4s ease-out;
  226. }
  227.  
  228. .links {
  229. line-height:16px;
  230. text-transform:lowercase;
  231. text-align: center;
  232. font-size: 8px;
  233. }
  234.  
  235. .links a {
  236. margin-right:5px;
  237. display:inline-block;
  238. margin-bottom:5px;
  239. text-align: center;
  240. padding: 10px;
  241. color: {color:Sidebar Links Color};
  242. }
  243.  
  244. .links a:hover {
  245. text-decoration:none;
  246. font-weight:bold;
  247. color:{color:Sidebar Links Hover Color};
  248. }
  249.  
  250. #description {
  251. margin:20px 0;
  252. background: {color:Primary Accent Color};
  253. text-align: justify;
  254. width: 100px;
  255. padding: 30px;
  256. line-height: 15px;
  257. }
  258.  
  259. #tabled {
  260. border:none;
  261. width:160px;
  262. }
  263.  
  264. td {
  265. background:{color:Sidebar Links Background Color};
  266. }
  267.  
  268. td:hover {
  269. background:{color:Sidebar Links Background Hover Color};
  270. }
  271.  
  272. /*pagination*/
  273.  
  274. #pagination {
  275. padding:10px;
  276. margin-top: -50px;
  277. font-size: 9px;
  278. margin-bottom: 150px;
  279. text-align: center;
  280. }
  281.  
  282. #pagination a {
  283. padding: 20px;
  284. text-transform: uppercase;
  285. text-align: center;
  286. font-size: 7px;
  287. letter-spacing: 1px;
  288. background:{color:Primary Accent Color};
  289. margin: 10px;
  290. }
  291.  
  292. /*container*/
  293.  
  294. #con {
  295. left:50%;
  296. position:absolute;
  297. }
  298.  
  299. /*posts*/
  300.  
  301. #entries {
  302. margin-top: 135px;
  303. {block:if500pxWidth}
  304. width:500px;
  305. margin-left: -450px;
  306. {/block:if500pxWidth}
  307. {block:if400pxWidth}
  308. width:400px;
  309. margin-left: -450px;
  310. {/block:if400pxWidth}
  311.  
  312. }
  313.  
  314. #posts {
  315. {block:if500pxWidth}width:500px;{/block:if500pxWidth}
  316. {block:if400pxWidth}width:400px;{/block:if400pxWidth}
  317. {block:IndexPage}
  318. margin-bottom:150px;
  319. {/block:IndexPage}
  320. {block:PermalinkPage}
  321. margin-bottom:100px;
  322. {/block:PermalinkPage}
  323. }
  324.  
  325. #posts img {
  326. margin-left:-5px;
  327. {block:if500pxWidth}width:500px;{/block:if500pxWidth}
  328. {block:if400pxWidth}width:400px;{/block:if400pxWidth}
  329. }
  330.  
  331.  
  332. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  333.  
  334. .caption {
  335. margin-top:5px;
  336. padding: 20px;
  337. background: {color:Primary Accent Color};
  338. }
  339.  
  340. /*quote*/
  341.  
  342. #titlequote{
  343. text-align:justify;
  344. font-size:9px;
  345. background: {color:Primary Accent Color};
  346. padding: 20px;
  347. }
  348.  
  349. #source {
  350. margin-top:10px;
  351. padding: 20px;
  352. background: {color:Primary Accent Color};
  353. }
  354.  
  355. /*audio*/
  356.  
  357. .player {
  358. width:25px;
  359. height:25px;
  360. overflow:hidden;
  361. position:absolute;
  362. background:{color:Background};
  363. margin-top: 25px;
  364. }
  365.  
  366. .audioinfo {
  367. margin-left:50px;
  368. background: {color:Primary Accent Color};
  369. padding: 20px;
  370. margin-bottom: 10px;
  371. }
  372.  
  373.  
  374.  
  375. /*asks*/
  376.  
  377. .q {
  378. margin-bottom:10px;
  379. background: {color:Primary Accent Color};
  380. padding: 20px;
  381. }
  382.  
  383. .as {
  384. font-weight:bold;
  385. text-transform: uppercase;
  386. }
  387.  
  388. .as a {
  389. font-size: 9px;
  390. }
  391.  
  392. .a {
  393. margin-top:10px;
  394. background: {color:Primary Accent Color};
  395. padding: 20px;
  396. }
  397.  
  398.  
  399. /*chat*/
  400.  
  401. .chat ol {
  402. padding:20px;
  403. list-style:none;
  404. background: {color:Primary Accent Color};
  405. }
  406.  
  407. .line {
  408. padding:5px 0;
  409. }
  410.  
  411. .label {
  412. font-weight:bold;
  413. }
  414.  
  415. /*permalink and notes*/
  416.  
  417. #permalink {
  418. margin-top:15px;
  419. font-size:8px;
  420. text-transform:uppercase;
  421. text-align: left;
  422. }
  423.  
  424. #permalink a {
  425. padding: 10px;
  426. font-size: 8px;
  427. }
  428.  
  429. #posts .tags {
  430. {block:IndexPage}
  431. opacity:0;
  432. -webkit-transition: all 0.4s ease-out;
  433. -moz-transition: all 0.4s ease-out;
  434. -o-transition: all 0.4s ease-out;
  435. {/block:IndexPage}
  436. }
  437.  
  438. #posts:hover .tags {
  439. {block:IndexPage}
  440. opacity: 1;
  441. -webkit-transition: all 0.4s ease-out;
  442. -moz-transition: all 0.4s ease-out;
  443. -o-transition: all 0.4s ease-out;
  444. {/block:IndexPage}
  445. }
  446.  
  447. .tags a {
  448. font-size: 7px;
  449. }
  450.  
  451. .tags {
  452. word-break:break-all;
  453. font-size:9px;
  454. }
  455.  
  456. .pagenotes {
  457. {block:IndexPage}
  458. display: none!important;
  459. {/block:IndexPage}
  460. {block:if500pxWidth}width:460px;{/block:if500pxWidth}
  461. {block:if400pxWidth}width:360px;{/block:if400pxWidth}
  462. text-align:left;
  463. font-size: 6px;
  464. letter-spacing: 1px;
  465. text-transform:uppercase;
  466. overflow-y:auto;
  467. height: 200px;
  468. padding: 20px;
  469. background: {color:Primary Accent Color};
  470. margin-bottom: 100px;
  471. }
  472.  
  473. .pagenotes img {
  474. display:none!important;
  475. }
  476.  
  477. .pagenotes li {
  478. list-style-type:none;
  479. padding:5px 0px;
  480. text-align:left;
  481. margin:0 0 0 -40px;
  482. }
  483.  
  484. .pagenotes a {
  485. font-weight: bold;
  486. }
  487.  
  488. /*Credit - DO NOT REMOVE */
  489.  
  490. .credit a {
  491. position: fixed;
  492. bottom: 0;
  493. right: 0;
  494. color: #000;
  495. padding: 15px;
  496. font-family: arial;
  497. font-size: 7px;
  498. letter-spacing: 1;
  499.  
  500. }
  501. .credit a:hover {
  502. text-decoration: none;
  503. }
  504.  
  505.  
  506. {CustomCSS}
  507.  
  508.  
  509. </style>
  510.  
  511.  
  512.  
  513. </head>
  514.  
  515. <body>
  516.  
  517. <div class="credit"><a title="vassilias" href="http://vassilias.tumblr.com">&copy;</div></a>
  518.  
  519. <div id="con">
  520.  
  521.  
  522. <div id="sidebar">
  523. <div id="blogt"><a href="/">{Title}</a></div>
  524. {block:ifShowSidebarImage}
  525. <div id="sidebarimage"><img src="{image:Sidebar Image}"></div>
  526. {/block:IfShowSidebarImage}
  527. <div id="description">{Description}</div>
  528.  
  529. <table border="0" class="tabled" cellpadding="4" cellspacing="1" style="text-align: center; width: 160px;">
  530. <tr>
  531. <td class="links">{block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}</td>
  532. <td class="links">{block:ifLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:ifLink2}</td>
  533. </tr>
  534. <tr>
  535. <td class="links">{block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a> {/block:ifLink3}</td>
  536. <td class="links">{block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}</td>
  537. </tr>
  538. </table>
  539.  
  540.  
  541.  
  542. </div>
  543.  
  544.  
  545.  
  546.  
  547. <div id="entries">
  548.  
  549. {block:Posts}
  550. <div id="posts">
  551.  
  552.  
  553. {block:Quote}
  554.  
  555.  
  556. <div id="titlequote">“{Quote}”</div>
  557. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  558. {/block:Quote}
  559.  
  560.  
  561.  
  562. {block:Text}
  563.  
  564. {block:Title}
  565. <div id="title">{Title}</div>{/block:Title}
  566. {Body}
  567. {/block:Text}
  568.  
  569. {block:Link}
  570. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  571. {/block:Link}
  572.  
  573. {block:Chat}
  574. {block:Title}
  575. <h1>{Title}</h1>
  576. {/block:Title}
  577. <div class="chat">
  578. <ol>{block:Lines}
  579. <li class="line {Alt}">
  580. {block:Label}
  581. <span class="label">
  582. {Label}</span>
  583. {/block:Label}{Line}</li>
  584. {/block:Lines}
  585. </ol></div>
  586. {/block:Chat}
  587.  
  588. {block:Photo}
  589. {LinkOpenTag}<img src="{block:if500pxWidth}{PhotoURL-500}{/block:if500pxWidth}{block:if400pxWidth}{PhotoURL-400}{/block:if400pxWidth}" alt="{PhotoAlt}"/>{LinkCloseTag}
  590. {/block:Photo}
  591.  
  592. {block:Photoset}
  593. {block:if500pxWidth}{Photoset-500}{/block:if500pxWidth}{block:if400pxWidth}{Photoset-400}{/block:if400pxWidth}
  594. {/block:Photoset}
  595.  
  596. {block:Video}
  597. {block:if500pxWidth}{Video-500}{/block:if500pxWidth}{block:if400pxWidth}{Video-400}{/block:if400pxWidth}
  598. {/block:Video}
  599.  
  600. {block:Audio}
  601. <div class="player">{AudioPlayerWhite}</div>
  602. <div class="audioinfo">
  603. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  604. </div>
  605. {/block:Audio}
  606.  
  607. {block:Answer}
  608. <div class="q">
  609. <div class="as">{Asker} said: </div>
  610. {Question}</div>
  611. <div class="a">{Answer}</div>
  612. {/block:Answer}
  613.  
  614. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  615.  
  616. {block:Date}
  617. <div id="permalink">
  618. <a href="{Permalink}" >{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}</a>{block:NoteCount}<a href="{Permalink}">{NoteCount} NOTES</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}{block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}" style="font-size: 7px;">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  619. </div>
  620. {/block:Date}
  621.  
  622.  
  623.  
  624.  
  625. </div>
  626.  
  627.  
  628. {block:PostNotes}
  629. <div class="pagenotes">
  630. {PostNotes}
  631. </div>
  632. {/block:PostNotes}
  633. {/block:Posts}
  634.  
  635. <div id="pagination">
  636. {block:Pagination}
  637. {block:PreviousPage}
  638. <a href="{PreviousPage}">previous</a>
  639. {/block:PreviousPage}
  640.  
  641.  
  642. {block:NextPage}
  643. <a href="{NextPage}">next</a>
  644. {/block:NextPage}
  645. {/block:Pagination}
  646. </div>
  647.  
  648.  
  649.  
  650. </div>
  651.  
  652. </div>
  653.  
  654.  
  655. {block:ContentSource}
  656. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  657. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  658. {/block:SourceLogo}
  659. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  660. {/block:ContentSource}
  661.  
  662. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement