Advertisement
vassilias

Theme 04. Alibi

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