Themes are tracked and installed via the packager.
Detach themes from core JB framework.
This commit is contained in:
parent
fdfb9c4c6f
commit
5b2cc52c18
30 changed files with 0 additions and 3512 deletions
|
@ -1,74 +0,0 @@
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
||||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
||||||
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
|
|
||||||
<head>
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
||||||
<title>{{ page.title }} ← {{ page.top }}</title>
|
|
||||||
<meta name="author" content="{{ site.author.name }}" />
|
|
||||||
|
|
||||||
<link rel="start" href="{{ HOME_PATH }}" />
|
|
||||||
|
|
||||||
{% if page.keywords %}
|
|
||||||
<meta name="keywords" content="{{ page.keywords }}">
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
{% if page.feed %}
|
|
||||||
<link rel="alternate" type="application/atom+xml" href="{{ page.feed }}" title="RSS feed" />
|
|
||||||
{% endif %}
|
|
||||||
|
|
||||||
<!-- syntax highlighting CSS -->
|
|
||||||
<link rel="stylesheet" href="{{ ASSET_PATH }}/css/syntax.css" type="text/css" />
|
|
||||||
|
|
||||||
<!-- Homepage CSS -->
|
|
||||||
<link rel="stylesheet" href="{{ ASSET_PATH }}/css/screen.css" type="text/css" />
|
|
||||||
|
|
||||||
</head>
|
|
||||||
<body id="{{ page.section }}">
|
|
||||||
<div id="site">
|
|
||||||
|
|
||||||
<div id="header">
|
|
||||||
<h1>
|
|
||||||
<a href="{{ HOME_PATH }}" title="{{ site.title }}">{{ site.title }}</a>
|
|
||||||
<span class="byline">← <a href="{{ HOME_PATH }}">{{ site.author.name }}</a></span>
|
|
||||||
</h1>
|
|
||||||
<ul class="nav">
|
|
||||||
<li><a class="home" href="{{ HOME_PATH }}">Home</a></li>
|
|
||||||
<li><a href="/archive.html">Archive</a></li>
|
|
||||||
<li><a href="/pages.html">Pages</a></li>
|
|
||||||
<li><a href="/categories.html">Categories</a></li>
|
|
||||||
<li><a href="/tags.html">Tags</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{{ content }}
|
|
||||||
|
|
||||||
<div id="footer">
|
|
||||||
<address>
|
|
||||||
<span class="copyright">
|
|
||||||
Content by <a href="/info/site.html">{{ site.author.name }}</a>. Design by
|
|
||||||
<a href="http://mark.reid.name/">Mark Reid</a>
|
|
||||||
<br/>
|
|
||||||
(<a rel="licence" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Some rights reserved</a>)
|
|
||||||
</span>
|
|
||||||
<span class="engine">
|
|
||||||
Powered by <a href="http://github.com/mojombo/jekyll/" title="A static, minimalist CMS">Jekyll</a>
|
|
||||||
</span>
|
|
||||||
</address>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<!--[if IE 6]>
|
|
||||||
<script type="text/javascript">
|
|
||||||
/*Load jQuery if not already loaded*/ if(typeof jQuery == 'undefined'){ document.write("<script type=\"text/javascript\" src=\"http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js\"></"+"script>"); var __noconflict = true; }
|
|
||||||
var IE6UPDATE_OPTIONS = {
|
|
||||||
icons_path: "http://static.ie6update.com/hosted/ie6update/images/"
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
<script type="text/javascript" src="http://static.ie6update.com/hosted/ie6update/ie6update.js"></script>
|
|
||||||
<![endif]-->
|
|
||||||
|
|
||||||
{% include JB/analytics %}
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,6 +0,0 @@
|
||||||
<div id="page">
|
|
||||||
|
|
||||||
<h1 class="emphnext">{{ page.title }}</h1>
|
|
||||||
{{ content }}
|
|
||||||
|
|
||||||
</div><!-- End Page -->
|
|
|
@ -1,28 +0,0 @@
|
||||||
<div id="page">
|
|
||||||
|
|
||||||
<h1 class="emphnext">{{ page.title }}</h1>
|
|
||||||
<ul class="tag_box inline">
|
|
||||||
{% assign tags_list = page.tags %}
|
|
||||||
{% include JB/tags_list %}
|
|
||||||
</ul>
|
|
||||||
|
|
||||||
{{ content }}
|
|
||||||
|
|
||||||
<address class="signature">
|
|
||||||
<a class="author" href="{{ HOME_PATH }}">{{ site.author.name }}</a>
|
|
||||||
<span class="date">{{ page.date | date_to_long_string }}</span>
|
|
||||||
<span class="location">{{ page.location }}</span>
|
|
||||||
</address>
|
|
||||||
|
|
||||||
<div class="prev-next">
|
|
||||||
{% if page.next %}
|
|
||||||
<a href="{{ page.next.url }}" class="next" title="{{ page.next.title }}">Next Post →</a>
|
|
||||||
{% endif %}
|
|
||||||
{% if page.previous %}
|
|
||||||
<a href="{{ page.previous.url }}" class="prev" title="{{ page.previous.title }}">← Earlier Post</a>
|
|
||||||
{% endif %}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
</div><!-- End Page -->
|
|
||||||
|
|
||||||
{% include JB/comments %}
|
|
|
@ -1,2 +0,0 @@
|
||||||
theme :
|
|
||||||
name : mark-reid
|
|
|
@ -1,83 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7 ie" lang="en"> <![endif]-->
|
|
||||||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8 ie" lang="en"> <![endif]-->
|
|
||||||
<!--[if IE 8]> <html class="no-js lt-ie9 ie" lang="en"> <![endif]-->
|
|
||||||
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
||||||
<title>{{ page.title }}</title>
|
|
||||||
<meta name="author" content="{{ site.author.name }}">
|
|
||||||
<link href='{{ ASSET_PATH }}/css/style.css' rel="stylesheet" media="all">
|
|
||||||
<link href="http://feeds.feedburner.com/{{ site.author.feedbaname }}" rel="alternate" title="{{ page.title }}" type="application/atom+xml">
|
|
||||||
<script src="http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.0.6/modernizr.min.js"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<div id="page" class="hentry">
|
|
||||||
<header class="the-header">
|
|
||||||
<div class="unit-head">
|
|
||||||
<div class="unit-inner unit-head-inner">
|
|
||||||
<p class="logo"><a href="{{ HOME_PATH }}">{{ site.title }}</a></p>
|
|
||||||
<nav class="nav-global">
|
|
||||||
<ul>
|
|
||||||
<li class="archive"><a href="/archive.html">archive</a></li>
|
|
||||||
<li class="page"><a href="/pages.html">pages</a></li>
|
|
||||||
<li class="category"><a href="/categories.html">categories</a></li>
|
|
||||||
<li class="tag"><a href="/tags.html">tags</a></li>
|
|
||||||
<li class="forkme"><iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=plusjade&repo=jekyll-bootstrap&type=fork&count=true"
|
|
||||||
allowtransparency="true" frameborder="0" scrolling="0" width="95px" height="20px"></iframe></li>
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
</div><!-- unit-inner -->
|
|
||||||
</div><!-- unit-head -->
|
|
||||||
</header>
|
|
||||||
<div class="body" role="main">
|
|
||||||
<div class="unit-body">
|
|
||||||
<div class="unit-inner unit-body-inner">
|
|
||||||
<div class="entry-content">
|
|
||||||
{{ content }}
|
|
||||||
</div>
|
|
||||||
</div><!-- unit-inner -->
|
|
||||||
</div><!-- unit-body -->
|
|
||||||
</div><!-- body -->
|
|
||||||
<footer class="the-footer">
|
|
||||||
<div class="unit-foot">
|
|
||||||
<div class="unit-inner unit-foot-inner">
|
|
||||||
<div class="misc vcard">
|
|
||||||
<h4>about</h4>
|
|
||||||
<ul>
|
|
||||||
<li class="contact"><address><span class="author fn n">{{ site.author.name }}</span> - <span class="fn email">{{ site.author.email }}</span></address></li>
|
|
||||||
<li class="github"><a href="http://github.com/{{ site.author.github }}/" rel="me">github.com/{{ site.author.github }}</a></li>
|
|
||||||
<li class="twitter"><a href="http://twitter.com/{{ site.author.twitter }}/" rel="me">twitter.com/{{ site.author.twitter }}</a></li>
|
|
||||||
<li class="rss"><a href="http://feeds.feedburner.com/{{ site.author.feedname }}">Subscribe to RSS Feed</a></li>
|
|
||||||
</ul>
|
|
||||||
</div><!-- misc -->
|
|
||||||
<p class="licence">
|
|
||||||
Theme: <a href="http://layouts-the.me">the_minimum</a> based on <a href="http://jekyllbootstrap.com/">Jekyll-bootstrap</a>.<br>
|
|
||||||
Powered by <a href="https://github.com/mojombo/jekyll">Jekyll</a>.
|
|
||||||
</p>
|
|
||||||
</div><!-- unit-foot-inner -->
|
|
||||||
</div><!-- unit-foot -->
|
|
||||||
</footer>
|
|
||||||
</div><!-- page -->
|
|
||||||
<script>
|
|
||||||
(function(d, s) {
|
|
||||||
var js, fjs = d.getElementsByTagName(s)[0], load = function(url, id) {
|
|
||||||
if (d.getElementById(id)) {return;}
|
|
||||||
js = d.createElement(s); js.src = url; js.id = id;
|
|
||||||
fjs.parentNode.insertBefore(js, fjs);
|
|
||||||
};
|
|
||||||
load('//platform.twitter.com/widgets.js', 'tweetjs');
|
|
||||||
// load('https://apis.google.com/js/plusone.js', 'gplus1js'); // Checkout http://j.mp/ApDgMr for usage html for this is <div class="g-plusone" data-size="medium"></div>
|
|
||||||
// load('//connect.facebook.net/en_US/all.js#xfbml=1', 'fbjssdk'); // Checkout http://j.mp/wZw2xR for using open graph protorol html for this is <div class="fb-like" data-href="{{ page.url }}" data-send="false" data-layout="button_count" data-width="450" data-show-faces="false" data-font="verdana"></div>
|
|
||||||
}(document, 'script'));
|
|
||||||
</script>
|
|
||||||
<script>
|
|
||||||
/*! A fix for the iOS orientationchange zoom bug.Script by @scottjehl, rebound by @wilto. MIT License.*/
|
|
||||||
(function(j){var i=j.document;if(!i.querySelectorAll){return}var l=i.querySelectorAll("meta[name=viewport]")[0],a=l&&l.getAttribute("content"),h=a+", maximum-scale=1.0",d=a+", maximum-scale=10.0",g=true,c=j.orientation,k=0;if(!l){return}function f(){l.setAttribute("content",d);g=true}function b(){l.setAttribute("content",h);g=false}function e(m){c=Math.abs(j.orientation);k=Math.abs(m.gamma);if(k>8&&c===0){if(g){b()}}else{if(!g){f()}}}j.addEventListener("orientationchange",f,false);j.addEventListener("deviceorientation",e,false)})(this);
|
|
||||||
</script>
|
|
||||||
|
|
||||||
{% include JB/analytics %}
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,28 +0,0 @@
|
||||||
<article class="unit-article layout-page">
|
|
||||||
<div class="unit-inner unit-article-inner">
|
|
||||||
<div class="content">
|
|
||||||
<header>
|
|
||||||
<div class="unit-head">
|
|
||||||
<div class="unit-inner unit-head-inner">
|
|
||||||
<h1 class="h2 entry-title">{{ page.title }}</h1>
|
|
||||||
</div><!-- unit-inner -->
|
|
||||||
</div><!-- unit-head -->
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<div class="bd">
|
|
||||||
<div class="entry-content">
|
|
||||||
{{ content }}
|
|
||||||
</div><!-- entry-content -->
|
|
||||||
</div><!-- bd -->
|
|
||||||
|
|
||||||
<footer class="unit-foot">
|
|
||||||
<div class="unit-inner unit-foot-inner">
|
|
||||||
<p class="gotop">
|
|
||||||
<a href="#page">Back to Top</a>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
</div><!-- content -->
|
|
||||||
</div><!-- unit-inner -->
|
|
||||||
</article>
|
|
|
@ -1,71 +0,0 @@
|
||||||
<article class="unit-article layout-post">
|
|
||||||
<div class="unit-inner unit-article-inner">
|
|
||||||
<div class="content">
|
|
||||||
<header>
|
|
||||||
<div class="unit-head">
|
|
||||||
<div class="unit-inner unit-head-inner">
|
|
||||||
<h1 class="h2 entry-title">{{ page.title }}</h1>
|
|
||||||
</div><!-- unit-inner -->
|
|
||||||
</div><!-- unit-head -->
|
|
||||||
</header>
|
|
||||||
|
|
||||||
<div class="bd">
|
|
||||||
<div class="entry-content">
|
|
||||||
{{ content }}
|
|
||||||
<div class="meta">
|
|
||||||
<p class="date-publish">
|
|
||||||
Published:
|
|
||||||
<date class="date-pub" title="{{ page.date | date_to_xmlschema }}" datetime="{{ page.date | date_to_xmlschema }}" pubdate>
|
|
||||||
<span class="month"><abbr>{{ page.date | date: '%B' }}</abbr></span>
|
|
||||||
<span class="day">{{ page.date | date: '%d' }}</span>
|
|
||||||
<span class="year">{{ page.date | date: '%Y' }}</span>
|
|
||||||
</date>
|
|
||||||
</p>
|
|
||||||
<ul class="list-category list-linear">
|
|
||||||
<li class="list-head">category: </li>
|
|
||||||
{% assign categories_list = page.categories %}
|
|
||||||
{% include JB/categories_list %}
|
|
||||||
</ul>
|
|
||||||
<ul class="list-tag list-linear">
|
|
||||||
<li class="list-head">tags: </li>
|
|
||||||
{% assign tags_list = page.tags %}
|
|
||||||
{% include JB/tags_list %}
|
|
||||||
</ul>
|
|
||||||
</div><!-- meta -->
|
|
||||||
</div><!-- entry-content -->
|
|
||||||
<div class="misc-content">
|
|
||||||
<div class="social">
|
|
||||||
<ul class="list-linear">
|
|
||||||
<li><div class="twitter-tweet"><a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="{{ site.author.twitter }}" data-lang="en">Tweet</a></div></li>
|
|
||||||
<li><div class="twitter-follow"><a href="https://twitter.com/{{ site.author.twitter }}" class="twitter-follow-button" data-show-count="false" data-lang="en"></a></div></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{% include JB/comments %}
|
|
||||||
</div><!-- misc-content -->
|
|
||||||
|
|
||||||
</div><!-- bd -->
|
|
||||||
<footer class="unit-foot">
|
|
||||||
<div class="unit-inner unit-foot-inner">
|
|
||||||
<nav class="pagination">
|
|
||||||
<ul>
|
|
||||||
{% if page.previous %}
|
|
||||||
<li class="prev"><a class="internal" rel="prev" href="{{ page.previous.url }}" title="View {{ page.previous.title }}">« {{ page.previous.title }}</a></li>
|
|
||||||
{% endif %}
|
|
||||||
{% if page.previous and page.next %}
|
|
||||||
<li class="pipe"> | </li>
|
|
||||||
{% endif %}
|
|
||||||
{% if page.next %}
|
|
||||||
<li class="next"><a class="internal" rel="next" href="{{ page.next.url }}" title="View {{ page.next.title }}">{{ page.next.title }} »</a></li>
|
|
||||||
{% endif %}
|
|
||||||
</ul>
|
|
||||||
</nav>
|
|
||||||
<p class="gotop">
|
|
||||||
<a href="#page">Back to Top</a>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
</div><!-- content -->
|
|
||||||
</div><!-- unit-inner -->
|
|
||||||
</article>
|
|
|
@ -1,2 +0,0 @@
|
||||||
theme :
|
|
||||||
name : the-minimum
|
|
|
@ -1,58 +0,0 @@
|
||||||
<!DOCTYPE html>
|
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
|
|
||||||
<head>
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
|
|
||||||
<title>{{ page.title }}</title>
|
|
||||||
<meta name="author" content="{{ site.author.name }}" />
|
|
||||||
<link href="http://feeds.feedburner.com/username" rel="alternate" title="your title" type="application/atom+xml" />
|
|
||||||
|
|
||||||
<!-- syntax highlighting CSS -->
|
|
||||||
<link rel="stylesheet" href="{{ ASSET_PATH }}/css/syntax.css" type="text/css" />
|
|
||||||
|
|
||||||
<!-- Homepage CSS -->
|
|
||||||
<link rel="stylesheet" href="{{ ASSET_PATH }}/css/screen.css" type="text/css" media="screen, projection" />
|
|
||||||
|
|
||||||
<!-- Typekit -->
|
|
||||||
<script type="text/javascript" src="http://use.typekit.com/jpd0pfm.js"></script>
|
|
||||||
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
|
|
||||||
<div class="site">
|
|
||||||
<div class="title">
|
|
||||||
<a href="{{ HOME_PATH }}">{{ site.title }}</a>
|
|
||||||
<a class="extra" href="/archive.html">Archive</a>
|
|
||||||
<a class="extra" href="/pages.html">Pages</a>
|
|
||||||
<a class="extra" href="/categories.html">Categories</a>
|
|
||||||
<a class="extra" href="/tags.html">Tags</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{{ content }}
|
|
||||||
|
|
||||||
<div class="footer">
|
|
||||||
<div class="contact">
|
|
||||||
<p>
|
|
||||||
{{ site.author.name }}<br />
|
|
||||||
{{ site.tagline }}<br />
|
|
||||||
{{ site.author.email }}
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<div class="contact">
|
|
||||||
<p>
|
|
||||||
<a href="http://github.com/{{ site.author.github }}/">github.com/{{ site.author.github }}</a><br />
|
|
||||||
<a href="http://twitter.com/{{ site.author.twitter }}/">twitter.com/{{ site.author.twitter }}</a><br />
|
|
||||||
<a href="http://flickr.com/photos/username/">flickr.com/photos/username</a>
|
|
||||||
</p>
|
|
||||||
</div>
|
|
||||||
<div class="rss">
|
|
||||||
<a href="http://feeds.feedburner.com/username">
|
|
||||||
<img src="/images/rss.png" alt="Subscribe to RSS Feed" />
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<a href="http://github.com/{{ site.author.github }}"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub" /></a>
|
|
||||||
|
|
||||||
{% include JB/analytics %}
|
|
||||||
</body>
|
|
||||||
</html>
|
|
|
@ -1,3 +0,0 @@
|
||||||
<div id="post">
|
|
||||||
{{ content }}
|
|
||||||
</div>
|
|
|
@ -1,19 +0,0 @@
|
||||||
<div id="post">
|
|
||||||
<h1>{{ page.title }}</h1>
|
|
||||||
<p class="meta">
|
|
||||||
{{ page.date | date_to_long_string }}
|
|
||||||
{% if page.location %}{{ page.location }}{% endif %}
|
|
||||||
</p>
|
|
||||||
{{ content }}
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="related">
|
|
||||||
<h2>Related Posts</h2>
|
|
||||||
<ul class="posts">
|
|
||||||
{% for post in site.related_posts limit:3 %}
|
|
||||||
<li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}">{{ post.title }}</a></li>
|
|
||||||
{% endfor %}
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{% include JB/comments %}
|
|
|
@ -1,2 +0,0 @@
|
||||||
theme :
|
|
||||||
name : tom
|
|
|
@ -1,549 +0,0 @@
|
||||||
/* @override http://mark.reid.dev/files/css/screen.css */
|
|
||||||
|
|
||||||
/* @override
|
|
||||||
http://mark.reid.dev/files/css/screen.css
|
|
||||||
http://mark.reid.name/files/css/screen.css
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* screen.css
|
|
||||||
*
|
|
||||||
* A clean, simple stylesheet that aims for
|
|
||||||
* a consistent vertical rhythm.
|
|
||||||
*
|
|
||||||
* Base font height: 16px
|
|
||||||
* Base line length: 24px
|
|
||||||
*
|
|
||||||
* AUTHOR: Mark Reid <mark@reid.name>
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* @group Reset */
|
|
||||||
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,abbr { margin:0; padding:0;}
|
|
||||||
/* @end */
|
|
||||||
|
|
||||||
body {
|
|
||||||
font-family: Palatino, georgia, "times new roman", serif;
|
|
||||||
background-color: whitesmoke;
|
|
||||||
background-position: center -18em;
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Hack via Joel Spolsky to make image rescaling nicer in IE */
|
|
||||||
img { -ms-interpolation-mode:bicubic; }
|
|
||||||
|
|
||||||
/* IE6 ignores this and uses default size of 16pt */
|
|
||||||
html>body { font-size:16px; }
|
|
||||||
p { margin: 0 0 1.5em 0; text-align: justify; }
|
|
||||||
|
|
||||||
a { text-decoration: none; color: #339; }
|
|
||||||
a:hover { text-decoration: underline; color: #33f; }
|
|
||||||
a.pdf:before {
|
|
||||||
margin-right: 1em;
|
|
||||||
content: url(/files/css/icon_pdf.gif); }
|
|
||||||
|
|
||||||
h1,h2,h3,h4 {
|
|
||||||
line-height:1em;
|
|
||||||
font-size:1.5em;
|
|
||||||
font-weight: normal;
|
|
||||||
clear: left;
|
|
||||||
font-family: 'lucida grande', sans-serif;
|
|
||||||
}
|
|
||||||
h1 { margin-bottom: 1em; }
|
|
||||||
h2 {
|
|
||||||
font-size: 100%;
|
|
||||||
line-height: 1.5em;
|
|
||||||
margin:1.5em 0 1.5em 0;
|
|
||||||
font-weight:bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
hr {
|
|
||||||
border-top: 1px solid silver;
|
|
||||||
border-bottom: none;
|
|
||||||
padding: 0;
|
|
||||||
margin: 1.46em 0 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
sup { line-height: 1ex; }
|
|
||||||
|
|
||||||
#site {
|
|
||||||
max-width: 46em;
|
|
||||||
margin: 1.5em auto 3em auto;
|
|
||||||
line-height:1.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#page, #disqus_thread {
|
|
||||||
background: white;
|
|
||||||
/* background-image: url(grid.png); */
|
|
||||||
padding: 3em 3em 1.5em 3em;
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* More experimental CSS3 features */
|
|
||||||
#page, #disqus_thread {
|
|
||||||
box-shadow: 2px 2px 8px #aaa;
|
|
||||||
-webkit-box-shadow: 2px 2px 8px #aaa;
|
|
||||||
-moz-box-shadow: 2px 2px 8px #aaa;
|
|
||||||
}
|
|
||||||
|
|
||||||
#disqus_thread { padding-top: 0; }
|
|
||||||
|
|
||||||
/* TODO
|
|
||||||
#page { counter-reset: section; }
|
|
||||||
#page h2:before {
|
|
||||||
margin-left: -3.5ex;
|
|
||||||
color: silver;
|
|
||||||
content: "§" counter(section) ". ";
|
|
||||||
counter-increment: section 2;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* @group FancyFirst */
|
|
||||||
.emphnext + p:first-letter, p.emphfirst:first-letter {
|
|
||||||
font-size: 48px;
|
|
||||||
padding: 0 0.15em 0 0;
|
|
||||||
margin: 0.05em 0 -0.15em 0;
|
|
||||||
line-height: 1em;
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.emphnext + p:first-line, p.emphfirst:first-line {
|
|
||||||
font-variant: small-caps;
|
|
||||||
font-size: larger;
|
|
||||||
}
|
|
||||||
/* @end */
|
|
||||||
|
|
||||||
.right { float: right; clear: left; }
|
|
||||||
.left { float: left; clear: right; }
|
|
||||||
.inset {
|
|
||||||
border: 1px solid silver;
|
|
||||||
padding: 2px;
|
|
||||||
margin: 0em 0.8em 0.8em 0.8em;
|
|
||||||
}
|
|
||||||
.right.inset { margin-right: 0 !important; }
|
|
||||||
.left.inset { margin-left: 0 !important; }
|
|
||||||
.quiet {
|
|
||||||
color: grey;
|
|
||||||
font-size: 0.875em;
|
|
||||||
line-height: 1.714em;
|
|
||||||
}
|
|
||||||
blockquote {
|
|
||||||
padding: 0 2.8em;
|
|
||||||
margin: 1.714em 0;
|
|
||||||
color: #444;
|
|
||||||
font-size: 0.875em;
|
|
||||||
line-height: 1.714em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.note {
|
|
||||||
padding-top: 0.5em;
|
|
||||||
background-color: #fafaff;
|
|
||||||
border-top: 1px solid silver;
|
|
||||||
border-bottom: 1px solid silver;
|
|
||||||
}
|
|
||||||
/* @group Table */
|
|
||||||
table.neat {
|
|
||||||
width: 80%;
|
|
||||||
margin: 1.5em auto 1.5em auto;
|
|
||||||
table-layout: fixed;
|
|
||||||
border-spacing: 0;
|
|
||||||
}
|
|
||||||
table.neat tr { text-align: center; }
|
|
||||||
table.neat th { font-weight: normal; background-color: #eeeeee; }
|
|
||||||
table.neat td { background-color: white; }
|
|
||||||
table.neat th.title { border-bottom: 1px solid gray; border-top: 1px solid gray; vertical-align: bottom; background-color: lightgrey; }
|
|
||||||
caption {
|
|
||||||
color: #333;
|
|
||||||
font-size: 0.875em;
|
|
||||||
margin: 0.875em auto 0 auto;
|
|
||||||
line-height: 1.14em;
|
|
||||||
text-align: justify;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* @end */
|
|
||||||
|
|
||||||
/* @group Lists */
|
|
||||||
ul {
|
|
||||||
margin-top: 1.5em;
|
|
||||||
margin-bottom: 1.5em;
|
|
||||||
line-height: 1.5em;
|
|
||||||
padding-left: 1.5em;
|
|
||||||
}
|
|
||||||
ul li {
|
|
||||||
list-style-type: square;
|
|
||||||
list-style-position: outside;
|
|
||||||
}
|
|
||||||
ol li {
|
|
||||||
list-style-type: decimal;
|
|
||||||
list-style-position: inside;
|
|
||||||
}
|
|
||||||
dt { font-weight: bold;}
|
|
||||||
dd { margin: 0 0 1.5em 0; text-align: justify; }
|
|
||||||
|
|
||||||
ul.compact { margin: 0; padding: 0;}
|
|
||||||
ul.compact li { list-style: ;
|
|
||||||
list-style-type: square;
|
|
||||||
list-style-position: inside;
|
|
||||||
}
|
|
||||||
ul.compact li span.date {
|
|
||||||
display: none;
|
|
||||||
color: grey;
|
|
||||||
width: 20%;
|
|
||||||
}
|
|
||||||
ul.compact li a {
|
|
||||||
width: 70%;
|
|
||||||
}
|
|
||||||
/* @end */
|
|
||||||
|
|
||||||
/* @group Header */
|
|
||||||
#header, #header a { color: silver; }
|
|
||||||
#header .hover { color: transparent; }
|
|
||||||
#header:hover a { color: black; text-shadow: #aaa 2px 2px 3px;}
|
|
||||||
#header:hover a:hover { text-decoration: none; }
|
|
||||||
#header a:hover .hover { color: silver; }
|
|
||||||
#header {
|
|
||||||
position: relative;
|
|
||||||
font-variant: small-caps;
|
|
||||||
line-height: 1em;
|
|
||||||
margin-top: .5em;
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
#header h1 {
|
|
||||||
font-family: Palatino, georgia, "times new roman", serif;
|
|
||||||
margin-bottom: 0;
|
|
||||||
line-height: 0.9em;
|
|
||||||
display: block;
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
#header ul {
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
right: 0;
|
|
||||||
font-size: 100%;
|
|
||||||
line-height: 1.6em;
|
|
||||||
display: block;
|
|
||||||
margin: 0;
|
|
||||||
width: 50%;
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
#header ul li { display: inline; }
|
|
||||||
#header ul li a {
|
|
||||||
padding: 0.4em 0.3em 0 0.3em;
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
#header ul li a:hover {
|
|
||||||
color: blue;
|
|
||||||
border-bottom: 2px solid blue;
|
|
||||||
}
|
|
||||||
#header .byline {
|
|
||||||
color: silver;
|
|
||||||
font-size: 10pt;
|
|
||||||
line-height: 75%
|
|
||||||
}
|
|
||||||
#header:hover .byline a { color: silver; text-shadow: none; }
|
|
||||||
#header:hover .byline a:hover { color: black; text-shadow: #aaa 1px 1px 2px;}
|
|
||||||
|
|
||||||
/* @group Twitter */
|
|
||||||
#twitter_update_list { display: inline; margin: 0; }
|
|
||||||
#twitter_update_list li { display: inline; margin: 0;}
|
|
||||||
.twitter-title { display: inline; margin: 0; }
|
|
||||||
.twitter-title a { display: inline; }
|
|
||||||
/* @end */
|
|
||||||
|
|
||||||
body#Work #header a.work,
|
|
||||||
body#Home #header a.home,
|
|
||||||
body#Play #header a.play,
|
|
||||||
body#Info #header a.info,
|
|
||||||
body#Code #header a.code,
|
|
||||||
body#Past #header a.past,
|
|
||||||
body#Kith #header a.kith
|
|
||||||
{
|
|
||||||
border-bottom: 2px solid silver;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* @end */
|
|
||||||
|
|
||||||
/* @group Footnotes */
|
|
||||||
.footnotes { color: grey; }
|
|
||||||
.footnotes:hover { color: black; }
|
|
||||||
.footnotes ol li {
|
|
||||||
list-style-type: decimal;
|
|
||||||
list-style-position: inside;
|
|
||||||
font-size: 75%;
|
|
||||||
line-height: 1.5em;
|
|
||||||
}
|
|
||||||
.footnotes ol li > a { display: none; }
|
|
||||||
/* @end */
|
|
||||||
|
|
||||||
/* @group Sections */
|
|
||||||
.section {
|
|
||||||
font-size: 87.5%;
|
|
||||||
line-height: 1.43em;
|
|
||||||
margin-bottom: 1.43em;
|
|
||||||
margin-top: 1.43em;
|
|
||||||
margin-left: 7.5em;
|
|
||||||
padding-right: 3em;
|
|
||||||
}
|
|
||||||
.section h1 {
|
|
||||||
font-family: Palatino, georgia, serif;
|
|
||||||
font-size: 100%;
|
|
||||||
line-height: 1.43em;
|
|
||||||
position: absolute;
|
|
||||||
width: 6em;
|
|
||||||
max-width: 6em;
|
|
||||||
margin-left: -7.5em;
|
|
||||||
font-weight: bold;
|
|
||||||
font-variant: small-caps;
|
|
||||||
}
|
|
||||||
.section p { margin-bottom: 1.43em; }
|
|
||||||
|
|
||||||
/* @end */
|
|
||||||
|
|
||||||
.list .title { font-weight: bold; }
|
|
||||||
p.line { position: relative; margin: 0; }
|
|
||||||
p.excerpt { margin: 0; }
|
|
||||||
.comments { font-size: smaller; position: absolute; color: silver; right: 0; top: 0; }
|
|
||||||
.excerpt { color: black; }
|
|
||||||
|
|
||||||
/* @group Signature */
|
|
||||||
.signature {
|
|
||||||
margin-top: 3em;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.signature .author {
|
|
||||||
font-variant: small-caps;
|
|
||||||
font-style: normal;
|
|
||||||
color: black;
|
|
||||||
display: block;
|
|
||||||
margin-bottom: 1.5em;
|
|
||||||
}
|
|
||||||
.signature .date {
|
|
||||||
font-size: 87.5%;
|
|
||||||
line-height: 1.5em;
|
|
||||||
display: block;
|
|
||||||
font-variant: small-caps;
|
|
||||||
font-style: normal;
|
|
||||||
position: absolute;
|
|
||||||
right: 0;
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
.signature .location {
|
|
||||||
display: block;
|
|
||||||
font-size: 87.5%;
|
|
||||||
line-height: 1.5em;
|
|
||||||
position: absolute;
|
|
||||||
right: 0;
|
|
||||||
top: 1.5em;
|
|
||||||
}
|
|
||||||
/* @end */
|
|
||||||
|
|
||||||
/* @group Code */
|
|
||||||
pre {
|
|
||||||
margin: 1em 0 1.5em 0;
|
|
||||||
font-size: 0.75em; /* Hack to make code look same size as body font */
|
|
||||||
line-height: 1.5em;
|
|
||||||
color: #111;
|
|
||||||
background: #fffff0;
|
|
||||||
border: 1px solid #ddc;
|
|
||||||
padding: 0.5em 1em;
|
|
||||||
overflow: hidden;
|
|
||||||
|
|
||||||
/* Experimental CSS3 stuff */
|
|
||||||
box-shadow: 1px 1px 6px #ccc;
|
|
||||||
-webkit-box-shadow: 1px 1px 6px #ccc;
|
|
||||||
-moz-box-shadow: 1px 1px 6px #ccc;
|
|
||||||
}
|
|
||||||
pre:hover {
|
|
||||||
border-right: none;
|
|
||||||
overflow: visible;
|
|
||||||
}
|
|
||||||
code {
|
|
||||||
font-size: 1em;
|
|
||||||
background-color: #f7f7ff;
|
|
||||||
line-height: 1.4em;
|
|
||||||
}
|
|
||||||
pre > code {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
/* @end */
|
|
||||||
|
|
||||||
|
|
||||||
/* @group Disqus */
|
|
||||||
#disqus_thread {
|
|
||||||
margin-top: 2.93em;
|
|
||||||
}
|
|
||||||
.dsq-comment-body {
|
|
||||||
text-align: justify;
|
|
||||||
line-height: 1.29em;
|
|
||||||
}
|
|
||||||
.dsq-comment {
|
|
||||||
padding-top: 0 !important;
|
|
||||||
margin-top: 1.7em !important;
|
|
||||||
margin-bottom: 1.9em !important;
|
|
||||||
background-image: none !important;
|
|
||||||
}
|
|
||||||
.dsq-comment-message {
|
|
||||||
line-height: 1.714em;
|
|
||||||
}
|
|
||||||
.dsq-comment-header {
|
|
||||||
background-color: whitesmoke !important;
|
|
||||||
border-top: 1px solid silver !important;
|
|
||||||
border-bottom: 1px solid silver !important;
|
|
||||||
margin-bottom: 1.15em !important;
|
|
||||||
}
|
|
||||||
.dsq-header-time { margin-left: 0 !important; }
|
|
||||||
.dsq-comment-header cite {
|
|
||||||
font-variant: small-caps;
|
|
||||||
margin-left: 0 !important;
|
|
||||||
}
|
|
||||||
.dsq-comment-footer {
|
|
||||||
font-size: 75% !important;
|
|
||||||
margin-top: 1px !important;
|
|
||||||
}
|
|
||||||
#dsq-options {
|
|
||||||
background: whitesmoke;
|
|
||||||
border-bottom: 1px solid silver;
|
|
||||||
border-top: 1px solid silver;
|
|
||||||
padding: 0 0 0 1em;
|
|
||||||
}
|
|
||||||
#dsq-comments-count {
|
|
||||||
margin-top: 0.8em !important;
|
|
||||||
margin-bottom: 1.2em !important;
|
|
||||||
}
|
|
||||||
#dsq-extra-links { padding-left: 0 !important; }
|
|
||||||
#dsq-extra-links li img { display: none; }
|
|
||||||
#dsq-options-toggle { color: silver; font-size: 75% !important;}
|
|
||||||
#dsq-add-new-comment {
|
|
||||||
margin-top: 1.19em !important;
|
|
||||||
margin-bottom: 1.25em !important;
|
|
||||||
}
|
|
||||||
/* The following position, width and height ensure
|
|
||||||
* that none of the body in the iframe shows through.
|
|
||||||
*/
|
|
||||||
form#comment {
|
|
||||||
position: absolute;
|
|
||||||
height: 100%;
|
|
||||||
width: 100%;
|
|
||||||
background-color: white !important;
|
|
||||||
}
|
|
||||||
/* @end */
|
|
||||||
|
|
||||||
/* @group LibraryThing */
|
|
||||||
span.LTtitle { display: none; }
|
|
||||||
div.LTitem { display: inline; margin-right: 0.7em; }
|
|
||||||
div.LTprovided { display: none; }
|
|
||||||
/* @end */
|
|
||||||
|
|
||||||
/* @group Last.fm */
|
|
||||||
#lastfm a { margin-right: 0.7em; }
|
|
||||||
/* @end */
|
|
||||||
|
|
||||||
/* @group Delicious */
|
|
||||||
.delicious-posts { }
|
|
||||||
.delicious-posts ul, .delicious-posts li, .delicious-banner { margin: 0; padding: 0 }
|
|
||||||
.delicious-posts li { list-style-position: outside; margin-bottom: 1em; margin-left: 1em; text-align: justify; }
|
|
||||||
.delicious-post { }
|
|
||||||
.delicious-banner { display: none; }
|
|
||||||
.delicious-posts a:hover { }
|
|
||||||
.delicious-posts a { }
|
|
||||||
.delicious-post a { font-weight: bold; }
|
|
||||||
p.delicious-extended { font-size: 100%; display: inline; }
|
|
||||||
p.delicious-extended:before { content: ' — '; }
|
|
||||||
/* @end */
|
|
||||||
|
|
||||||
/* @group Footer */
|
|
||||||
#footer {
|
|
||||||
margin-top: 0;
|
|
||||||
color: grey;
|
|
||||||
font-size: 87.5%;
|
|
||||||
line-height: 1.3em;
|
|
||||||
}
|
|
||||||
#footer address {
|
|
||||||
position: relative;
|
|
||||||
margin: .5em 0 0 0;
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
#footer a {
|
|
||||||
font-variant: small-caps;
|
|
||||||
font-style: normal;
|
|
||||||
color: #77d;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
#footer .copyright {
|
|
||||||
position: absolute;
|
|
||||||
left: 0;
|
|
||||||
text-align: left;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
#footer .engine {
|
|
||||||
position: absolute;
|
|
||||||
text-align: right;
|
|
||||||
display: block;
|
|
||||||
right: 0;
|
|
||||||
}
|
|
||||||
/* @end */
|
|
||||||
|
|
||||||
|
|
||||||
/* @group Figures and images */
|
|
||||||
dl.figure {
|
|
||||||
margin-top: 1.5em;
|
|
||||||
margin-bottom: 1.5em;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
dl.figure dd {
|
|
||||||
color: #333;
|
|
||||||
font-size: 0.875em;
|
|
||||||
margin: 0.875em auto 0 auto;
|
|
||||||
line-height: 1.14em;
|
|
||||||
text-align: justify;
|
|
||||||
width: 85%;
|
|
||||||
}
|
|
||||||
/* @end */
|
|
||||||
|
|
||||||
/* @group Equations */
|
|
||||||
div.maruku-equation { display: block ;text-align: center; }
|
|
||||||
div.maruku-equation img.maruku-png { position: relative; top: -0.75em;}
|
|
||||||
span.maruku-inline { }
|
|
||||||
img.maruku-png { }
|
|
||||||
/* @end */
|
|
||||||
|
|
||||||
/* .prev-next */
|
|
||||||
.prev-next {
|
|
||||||
position:relative;
|
|
||||||
}
|
|
||||||
.prev-next .next{
|
|
||||||
float:right;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* tag_box ======================================================== */
|
|
||||||
.tag_box {
|
|
||||||
list-style:none;
|
|
||||||
margin:0;
|
|
||||||
padding:5px 0 ;
|
|
||||||
overflow:hidden;
|
|
||||||
}
|
|
||||||
.tag_box li {
|
|
||||||
list-style:none;
|
|
||||||
line-height:1.8em;
|
|
||||||
}
|
|
||||||
.tag_box.inline li {
|
|
||||||
float:left;
|
|
||||||
}
|
|
||||||
.tag_box a {
|
|
||||||
padding: 3px 6px;
|
|
||||||
margin: 2px;
|
|
||||||
background: #eee;
|
|
||||||
border-radius: 3px;
|
|
||||||
border:1px dashed #ccc;
|
|
||||||
text-decoration:none;
|
|
||||||
}
|
|
||||||
.tag_box a span{
|
|
||||||
vertical-align:super;
|
|
||||||
font-size:0.8em;
|
|
||||||
}
|
|
||||||
.tag_box a.active {
|
|
||||||
background:#57A957;
|
|
||||||
border:1px solid #4C964D;
|
|
||||||
color:#FFF;
|
|
||||||
}
|
|
||||||
|
|
|
@ -1,60 +0,0 @@
|
||||||
.highlight { background: #ffffff; }
|
|
||||||
.highlight .c { color: #999988; font-style: italic } /* Comment */
|
|
||||||
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
|
|
||||||
.highlight .k { font-weight: bold } /* Keyword */
|
|
||||||
.highlight .o { font-weight: bold } /* Operator */
|
|
||||||
.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
|
|
||||||
.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
|
|
||||||
.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
|
|
||||||
.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
|
|
||||||
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
|
|
||||||
.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
|
|
||||||
.highlight .ge { font-style: italic } /* Generic.Emph */
|
|
||||||
.highlight .gr { color: #aa0000 } /* Generic.Error */
|
|
||||||
.highlight .gh { color: #999999 } /* Generic.Heading */
|
|
||||||
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
|
|
||||||
.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
|
|
||||||
.highlight .go { color: #888888 } /* Generic.Output */
|
|
||||||
.highlight .gp { color: #555555 } /* Generic.Prompt */
|
|
||||||
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
|
||||||
.highlight .gu { color: #aaaaaa } /* Generic.Subheading */
|
|
||||||
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
|
|
||||||
.highlight .kc { font-weight: bold } /* Keyword.Constant */
|
|
||||||
.highlight .kd { font-weight: bold } /* Keyword.Declaration */
|
|
||||||
.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
|
|
||||||
.highlight .kr { font-weight: bold } /* Keyword.Reserved */
|
|
||||||
.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
|
|
||||||
.highlight .m { color: #009999 } /* Literal.Number */
|
|
||||||
.highlight .s { color: #d14 } /* Literal.String */
|
|
||||||
.highlight .na { color: #008080 } /* Name.Attribute */
|
|
||||||
.highlight .nb { color: #0086B3 } /* Name.Builtin */
|
|
||||||
.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
|
|
||||||
.highlight .no { color: #008080 } /* Name.Constant */
|
|
||||||
.highlight .ni { color: #800080 } /* Name.Entity */
|
|
||||||
.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
|
|
||||||
.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
|
|
||||||
.highlight .nn { color: #555555 } /* Name.Namespace */
|
|
||||||
.highlight .nt { color: #000080 } /* Name.Tag */
|
|
||||||
.highlight .nv { color: #008080 } /* Name.Variable */
|
|
||||||
.highlight .ow { font-weight: bold } /* Operator.Word */
|
|
||||||
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
|
|
||||||
.highlight .mf { color: #009999 } /* Literal.Number.Float */
|
|
||||||
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
|
|
||||||
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
|
|
||||||
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
|
|
||||||
.highlight .sb { color: #d14 } /* Literal.String.Backtick */
|
|
||||||
.highlight .sc { color: #d14 } /* Literal.String.Char */
|
|
||||||
.highlight .sd { color: #d14 } /* Literal.String.Doc */
|
|
||||||
.highlight .s2 { color: #d14 } /* Literal.String.Double */
|
|
||||||
.highlight .se { color: #d14 } /* Literal.String.Escape */
|
|
||||||
.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
|
|
||||||
.highlight .si { color: #d14 } /* Literal.String.Interpol */
|
|
||||||
.highlight .sx { color: #d14 } /* Literal.String.Other */
|
|
||||||
.highlight .sr { color: #009926 } /* Literal.String.Regex */
|
|
||||||
.highlight .s1 { color: #d14 } /* Literal.String.Single */
|
|
||||||
.highlight .ss { color: #990073 } /* Literal.String.Symbol */
|
|
||||||
.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
|
|
||||||
.highlight .vc { color: #008080 } /* Name.Variable.Class */
|
|
||||||
.highlight .vg { color: #008080 } /* Name.Variable.Global */
|
|
||||||
.highlight .vi { color: #008080 } /* Name.Variable.Instance */
|
|
||||||
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
|
|
|
@ -1,365 +0,0 @@
|
||||||
// GO MOBILE FIRST!
|
|
||||||
.the-header {
|
|
||||||
.unit-inner {
|
|
||||||
width: @3cols;
|
|
||||||
margin-top: @line-height / @em;
|
|
||||||
margin-bottom: @line-height / @em;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
.logo a {
|
|
||||||
font-size: 32px;
|
|
||||||
line-height: 42px;
|
|
||||||
}
|
|
||||||
} // the-header
|
|
||||||
|
|
||||||
.unit-article {
|
|
||||||
|
|
||||||
.unit-head-inner, .entry-content, .misc-content, .unit-foot-inner {
|
|
||||||
width: @3cols;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.unit-head-inner {
|
|
||||||
.meta { margin-bottom: @line-height / @em; }
|
|
||||||
}
|
|
||||||
|
|
||||||
} // .the-article
|
|
||||||
|
|
||||||
.layout-page {
|
|
||||||
|
|
||||||
.unit-body {
|
|
||||||
.unit-body-inner {
|
|
||||||
width: @3cols;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
.article-list {
|
|
||||||
.meta { margin-bottom: @line-height / @em; }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
} // .layout-page
|
|
||||||
|
|
||||||
.the-footer {
|
|
||||||
|
|
||||||
.unit-foot {
|
|
||||||
width: @3cols;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
} // .the-footer
|
|
||||||
|
|
||||||
/*
|
|
||||||
IE
|
|
||||||
*/
|
|
||||||
|
|
||||||
.ie {
|
|
||||||
.the-header {
|
|
||||||
.unit-inner {
|
|
||||||
width: @11cols;
|
|
||||||
margin-top: @line-height / @em;
|
|
||||||
margin-bottom: @line-height / @em;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
.logo {
|
|
||||||
width: @5cols;
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
.nav-global {
|
|
||||||
margin-top: 50px;
|
|
||||||
text-align: right;
|
|
||||||
width: @5cols;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
} // the-header
|
|
||||||
|
|
||||||
.unit-article {
|
|
||||||
|
|
||||||
.unit-head-inner, .entry-content, .misc-content, .unit-foot-inner {
|
|
||||||
width: @11cols;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
.unit-head-inner, .entry-content, .misc-content {
|
|
||||||
h1, h2, h3, h4, h5, p, ul, ol, dl, blockquote {
|
|
||||||
margin-right: 210px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.unit-head-inner {
|
|
||||||
.meta {
|
|
||||||
width: @4cols;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
} // .unit-article
|
|
||||||
|
|
||||||
.layout-page {
|
|
||||||
|
|
||||||
.unit-body {
|
|
||||||
.unit-body-inner{
|
|
||||||
width: @8cols;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
.article-list {
|
|
||||||
width: @8cols;
|
|
||||||
.meta {
|
|
||||||
width: @4cols;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
} // layout-page
|
|
||||||
|
|
||||||
.the-footer {
|
|
||||||
|
|
||||||
.unit-foot {
|
|
||||||
width: @11cols;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
} // .the-footer
|
|
||||||
|
|
||||||
} // .ie
|
|
||||||
|
|
||||||
/*
|
|
||||||
Smartphone
|
|
||||||
*/
|
|
||||||
|
|
||||||
@media only screen and (min-width: 320px) and (max-width: 767px) {
|
|
||||||
img { max-width: 100%; }
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
Wide Smartphone
|
|
||||||
*/
|
|
||||||
|
|
||||||
@media only screen and (min-width: 480px) {
|
|
||||||
|
|
||||||
.the-header {
|
|
||||||
.unit-inner { width: @5cols; }
|
|
||||||
.logo a {
|
|
||||||
font-size: 42px;
|
|
||||||
line-height: 52px;
|
|
||||||
letter-spacing: -1px;
|
|
||||||
}
|
|
||||||
.nav-global {
|
|
||||||
margin-top: @line-height / @em;
|
|
||||||
letter-spacing: -0.31em;
|
|
||||||
*letter-spacing: normal;
|
|
||||||
word-spacing: -0.43em;
|
|
||||||
list-style: none;
|
|
||||||
padding-left: 0;
|
|
||||||
.home:after {
|
|
||||||
margin-left: 16px;
|
|
||||||
content: "/";
|
|
||||||
}
|
|
||||||
li {
|
|
||||||
display: inline-block;
|
|
||||||
*display: inline;
|
|
||||||
zoom: 1;
|
|
||||||
line-height: normal;
|
|
||||||
letter-spacing: normal;
|
|
||||||
margin-right: 16px;
|
|
||||||
word-spacing: normal;
|
|
||||||
vertical-align: middle;
|
|
||||||
&:last-child { margin-right: 0; }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
} // the-header
|
|
||||||
|
|
||||||
.unit-article {
|
|
||||||
|
|
||||||
.unit-head-inner, .entry-content, .misc-content, .unit-foot-inner { width: @5cols; }
|
|
||||||
.unit-foot {
|
|
||||||
.gotop { margin-top: @line-height / @em; }
|
|
||||||
}
|
|
||||||
|
|
||||||
} // .unit-article
|
|
||||||
|
|
||||||
.layout-page {
|
|
||||||
|
|
||||||
.unit-body {
|
|
||||||
.unit-body-inner { width: @5cols; }
|
|
||||||
.article-list { width: @5cols; }
|
|
||||||
}
|
|
||||||
|
|
||||||
} // .layout-page
|
|
||||||
|
|
||||||
.the-footer {
|
|
||||||
|
|
||||||
.unit-foot { width: @5cols; }
|
|
||||||
|
|
||||||
} // .the-footer
|
|
||||||
|
|
||||||
} // min-width: 480px
|
|
||||||
|
|
||||||
/*
|
|
||||||
Tablet
|
|
||||||
*/
|
|
||||||
|
|
||||||
@media only screen and (min-width: 768px) {
|
|
||||||
|
|
||||||
.the-header {
|
|
||||||
.unit-inner { width: @8cols; }
|
|
||||||
} // the-header
|
|
||||||
|
|
||||||
.unit-article {
|
|
||||||
|
|
||||||
.unit-head-inner, .entry-content, .misc-content, .unit-foot-inner { width: @8cols; }
|
|
||||||
|
|
||||||
.unit-head-inner {
|
|
||||||
.meta {
|
|
||||||
margin-bottom: 0;
|
|
||||||
text-align: right;
|
|
||||||
width: @4cols;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
} // .the-article
|
|
||||||
|
|
||||||
.layout-page {
|
|
||||||
|
|
||||||
.unit-body {
|
|
||||||
.unit-body-inner { width: @8cols; }
|
|
||||||
.article-list {
|
|
||||||
width: @8cols;
|
|
||||||
.meta {
|
|
||||||
margin-bottom: 0;
|
|
||||||
text-align: right;
|
|
||||||
width: @4cols;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
} // .layout-page
|
|
||||||
|
|
||||||
.the-footer {
|
|
||||||
|
|
||||||
.unit-foot { width: @8cols; }
|
|
||||||
|
|
||||||
} // the-footer
|
|
||||||
|
|
||||||
} // min-width: 768px
|
|
||||||
|
|
||||||
/*
|
|
||||||
Not that old computer layout
|
|
||||||
*/
|
|
||||||
|
|
||||||
@media only screen and (min-width: 1280px) {
|
|
||||||
|
|
||||||
.the-header {
|
|
||||||
.unit-inner { width: @11cols; }
|
|
||||||
.logo {
|
|
||||||
width: @5cols;
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
.nav-global {
|
|
||||||
margin-top: 21px;
|
|
||||||
text-align: right;
|
|
||||||
width: @5cols;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
} // the-header
|
|
||||||
|
|
||||||
.unit-article {
|
|
||||||
|
|
||||||
.unit-head-inner, .entry-content, .misc-content, .unit-foot-inner { width: @8cols; }
|
|
||||||
|
|
||||||
.unit-foot {
|
|
||||||
.pagination {
|
|
||||||
float: left;
|
|
||||||
width: @7cols;
|
|
||||||
}
|
|
||||||
.gotop {
|
|
||||||
float: right;
|
|
||||||
margin-top: 0;
|
|
||||||
text-align: right;
|
|
||||||
width: @4cols;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
} // .unit-article
|
|
||||||
|
|
||||||
.layout-page {
|
|
||||||
|
|
||||||
.unit-body {
|
|
||||||
.unit-body-inner { width: @8cols; }
|
|
||||||
.article-list {
|
|
||||||
width: @8cols;
|
|
||||||
.meta { width: @4cols; }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
} // .layout-page
|
|
||||||
|
|
||||||
.the-footer {
|
|
||||||
|
|
||||||
.unit-foot { width: @11cols; }
|
|
||||||
|
|
||||||
} // .the-footer
|
|
||||||
|
|
||||||
} // min-width: 1280px
|
|
||||||
|
|
||||||
/*
|
|
||||||
Huge-screen layout
|
|
||||||
*/
|
|
||||||
|
|
||||||
@media only screen and (min-width: 1410px) {
|
|
||||||
|
|
||||||
.the-header {
|
|
||||||
.unit-inner { width: @16cols; }
|
|
||||||
.logo { width: @8cols; }
|
|
||||||
.nav-global { width: @8cols; }
|
|
||||||
} // the-header
|
|
||||||
|
|
||||||
.unit-article {
|
|
||||||
|
|
||||||
.unit-head-inner, .entry-content, .misc-content { width: @8cols; }
|
|
||||||
.unit-foot-inner { width: @16cols; }
|
|
||||||
|
|
||||||
.unit-foot {
|
|
||||||
.pagination { width: @10cols; }
|
|
||||||
.gotop {
|
|
||||||
padding-right: 360px;
|
|
||||||
width: @2cols;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
} // .unit-article
|
|
||||||
|
|
||||||
.layout-page {
|
|
||||||
|
|
||||||
.unit-body {
|
|
||||||
.unit-body-inner { width: @8cols; }
|
|
||||||
.article-list {
|
|
||||||
width: @8cols;
|
|
||||||
.meta { width: @4cols; }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
} // .layout-page
|
|
||||||
|
|
||||||
.the-footer {
|
|
||||||
|
|
||||||
.unit-foot { width: @16cols; }
|
|
||||||
.unit-inner {
|
|
||||||
h1, h2, h3, h4, h5, p, ul, ol, dl, blockquote {
|
|
||||||
margin-left: 360px;
|
|
||||||
margin-right: 360px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
} // .the-footer
|
|
||||||
|
|
||||||
} // min-width: 1410px
|
|
|
@ -1,213 +0,0 @@
|
||||||
/*
|
|
||||||
Frameless <http://framelessgrid.com/>
|
|
||||||
by Joni Korpi <http://jonikorpi.com/>
|
|
||||||
licensed under CC0 <http://creativecommons.org/publicdomain/zero/1.0/>
|
|
||||||
|
|
||||||
No styleguide reference.
|
|
||||||
*/
|
|
||||||
|
|
||||||
@font-size: 16; // Your base font-size in pixels
|
|
||||||
@line-height: 26; // Your base line-height in pixels
|
|
||||||
@em: @font-size*1em; // Shorthand for outputting ems, e.g. "12/@em"
|
|
||||||
|
|
||||||
@column: 60; // The column-width of your grid in pixels
|
|
||||||
@gutter: 30; // The gutter-width of your grid in pixels
|
|
||||||
|
|
||||||
// Column-widths in variables, in ems
|
|
||||||
|
|
||||||
@1cols: ( 1 * (@column + @gutter) - @gutter) / @em; @1col: @1cols; // 60px
|
|
||||||
@2cols: ( 2 * (@column + @gutter) - @gutter) / @em; // 150px
|
|
||||||
@3cols: ( 3 * (@column + @gutter) - @gutter) / @em; // 240px
|
|
||||||
@4cols: ( 4 * (@column + @gutter) - @gutter) / @em; // 330px
|
|
||||||
@5cols: ( 5 * (@column + @gutter) - @gutter) / @em; // 420px
|
|
||||||
@6cols: ( 6 * (@column + @gutter) - @gutter) / @em; // 510px
|
|
||||||
@7cols: ( 7 * (@column + @gutter) - @gutter) / @em; // 600px
|
|
||||||
@8cols: ( 8 * (@column + @gutter) - @gutter) / @em; // 690px
|
|
||||||
@9cols: ( 9 * (@column + @gutter) - @gutter) / @em; // 780px
|
|
||||||
@10cols: (10 * (@column + @gutter) - @gutter) / @em; // 870px
|
|
||||||
@11cols: (11 * (@column + @gutter) - @gutter) / @em; // 960px
|
|
||||||
@12cols: (12 * (@column + @gutter) - @gutter) / @em; // 1050px
|
|
||||||
@13cols: (13 * (@column + @gutter) - @gutter) / @em; // 1140px
|
|
||||||
@14cols: (14 * (@column + @gutter) - @gutter) / @em; // 1230px
|
|
||||||
@15cols: (15 * (@column + @gutter) - @gutter) / @em; // 1320px
|
|
||||||
@16cols: (16 * (@column + @gutter) - @gutter) / @em; // 1410px
|
|
||||||
|
|
||||||
// Column-widths in a function, in ems
|
|
||||||
|
|
||||||
.width (@cols:1) { width: (@cols * (@column + @gutter) - @gutter) / @em; }
|
|
||||||
|
|
||||||
/*
|
|
||||||
Font families
|
|
||||||
|
|
||||||
No styleguide reference.
|
|
||||||
*/
|
|
||||||
|
|
||||||
@font-stack: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "MS PGothic", Osaka, Sans-Serif;
|
|
||||||
@webfont: junctionregularRegular, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "MS PGothic", Osaka, Sans-Serif;
|
|
||||||
|
|
||||||
/*
|
|
||||||
Base font size should be larger than 16px.
|
|
||||||
Calculation should be done via http://j.mp/rNg5uA
|
|
||||||
|
|
||||||
No styleguide reference.
|
|
||||||
*/
|
|
||||||
|
|
||||||
body {
|
|
||||||
font-family: @font-stack;
|
|
||||||
font-size: @font-size / 16*1em;
|
|
||||||
line-height: @line-height / @em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
Font size setting
|
|
||||||
Using Golden ratio section (Caliculated via http://j.mp/sB6oxM):
|
|
||||||
109.657 6.854 843.515 * h1
|
|
||||||
82.241 5.14 632.623
|
|
||||||
67.773 4.236 521.331
|
|
||||||
50.829 3.177 390.992
|
|
||||||
41.887 2.618 322.208 * h2
|
|
||||||
31.415 1.963 241.654
|
|
||||||
25.888 1.618 199.138 * h3
|
|
||||||
19.416 1.214 149.354 * h4
|
|
||||||
16.000 1 123.077 * Base font size
|
|
||||||
12.000 0.75 92.308 * Minimum font size
|
|
||||||
Vertical Rhythm is caluculated via http://j.mp/sUvKuN
|
|
||||||
|
|
||||||
No styleguide reference.
|
|
||||||
*/
|
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
|
||||||
font-family: @webfont;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1, .h1 {
|
|
||||||
font-size: 42px;
|
|
||||||
line-height: 52px;
|
|
||||||
margin-top: 52px;
|
|
||||||
margin-bottom: 26px;
|
|
||||||
letter-spacing: -1px;
|
|
||||||
}
|
|
||||||
h2, .h2 {
|
|
||||||
font-size: 42px;
|
|
||||||
line-height: 52px;
|
|
||||||
margin-top: 52px;
|
|
||||||
margin-bottom: 26px;
|
|
||||||
letter-spacing: -1px;
|
|
||||||
}
|
|
||||||
h3, .h3 {
|
|
||||||
font-size: 26px;
|
|
||||||
line-height: 26px;
|
|
||||||
margin-top: 26px;
|
|
||||||
margin-bottom: 26px;
|
|
||||||
}
|
|
||||||
h4, .h4 {
|
|
||||||
font-size: 20px;
|
|
||||||
line-height: 26px;
|
|
||||||
margin-top: 26px;
|
|
||||||
margin-bottom: 26px;
|
|
||||||
}
|
|
||||||
p, ul, ol, dl, img {
|
|
||||||
margin-top: 0;
|
|
||||||
margin-bottom: @line-height / @em;
|
|
||||||
}
|
|
||||||
small, .small, aside { font-size: 0.75 * (@font-size / @em); }
|
|
||||||
.font-size-default { font-size: @font-size / @em; }
|
|
||||||
|
|
||||||
blockquote { font-weight: bold; }
|
|
||||||
blockquote cite { font-weight: normal; }
|
|
||||||
strong { font-weight: bold; }
|
|
||||||
em { font-weight: bold; }
|
|
||||||
|
|
||||||
/*
|
|
||||||
Color schemes
|
|
||||||
|
|
||||||
No styleguide reference.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* solarized - http://j.mp/s9Xuw9
|
|
||||||
|
|
||||||
@base03: #002b36;
|
|
||||||
@base02: #073642;
|
|
||||||
@base01: #586e75;
|
|
||||||
@base00: #657b83;
|
|
||||||
@base0: #839496;
|
|
||||||
@base1: #93a1a1;
|
|
||||||
@base2: #eee8d5;
|
|
||||||
@base3: #fdf6e3;
|
|
||||||
@yellow: #b58900;
|
|
||||||
@orange: #cb4b16;
|
|
||||||
@red: #dc322f;
|
|
||||||
// @magenta: #d33682;
|
|
||||||
@violet: #6c71c4;
|
|
||||||
@blue: #268bd2;
|
|
||||||
@cyan: #2aa198;
|
|
||||||
@green: #859900;
|
|
||||||
|
|
||||||
*/
|
|
||||||
|
|
||||||
// Tomorrow Night - http://j.mp/wvO4U4
|
|
||||||
|
|
||||||
@base03: #2d2d2d;
|
|
||||||
@base02: #393939;
|
|
||||||
@base01: #515151;
|
|
||||||
@base0: #cccccc;
|
|
||||||
@subtle: #999999;
|
|
||||||
@yellow: #ffcc66;
|
|
||||||
@orange: #f99157;
|
|
||||||
@red: #f2777a;
|
|
||||||
@violet: #cc99cc;
|
|
||||||
@blue: #6699cc;
|
|
||||||
@cyan: #66cccc;
|
|
||||||
@green: #99cc99;
|
|
||||||
|
|
||||||
// Texture
|
|
||||||
|
|
||||||
@noise-100-90-5: "/assets/themes/the-minimum/skin/100-90-5-monochrome.png"; // http://noisepng.com/
|
|
||||||
@cross-hair: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAR0lEQVQYGYVOQQoAIAizHuJXpafqR4wFCw9Ggji2OSbubpkp3UI7Qmcidz9JIKniAYITEQasqovcJHhelquxFf9LVjfTeKFtWPOYLQ+xHqUAAAAASUVORK5CYII="; // http://ptrn.it/AmYV5d
|
|
||||||
|
|
||||||
/* Junction Font
|
|
||||||
* http://www.theleagueofmoveabletype.com/
|
|
||||||
* Using for Logo and headers
|
|
||||||
*/
|
|
||||||
|
|
||||||
@font-face {
|
|
||||||
font-family: 'junctionregularRegular';
|
|
||||||
src: url('/assets/themes/the-minimum/font/Junction-webfont.eot');
|
|
||||||
src: url('/assets/themes/the-minimum/font/Junction-webfont.eot?#iefix') format('embedded-opentype'),
|
|
||||||
url('/assets/themes/the-minimum/font/Junction-webfont.woff') format('woff'),
|
|
||||||
url('/assets/themes/the-minimum/font/Junction-webfont.ttf') format('truetype'),
|
|
||||||
url('/assets/themes/the-minimum/font/Junction-webfont.svg#junctionregularRegular') format('svg');
|
|
||||||
font-weight: normal !important;
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
|
||||||
LESS helper
|
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
|
||||||
List modules
|
|
||||||
.list-linear - list line up horizontally
|
|
||||||
|
|
||||||
No styleguide reference.
|
|
||||||
*/
|
|
||||||
|
|
||||||
.list-linear {
|
|
||||||
letter-spacing: -0.31em;
|
|
||||||
*letter-spacing: normal;
|
|
||||||
word-spacing: -0.43em;
|
|
||||||
list-style: none;
|
|
||||||
padding-left: 0;
|
|
||||||
li {
|
|
||||||
display: inline-block;
|
|
||||||
*display: inline;
|
|
||||||
zoom: 1;
|
|
||||||
line-height: normal;
|
|
||||||
letter-spacing: normal;
|
|
||||||
margin-right: 16px;
|
|
||||||
word-spacing: normal;
|
|
||||||
vertical-align: middle;
|
|
||||||
&:last-child { margin-right: 0; }
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,153 +0,0 @@
|
||||||
/*
|
|
||||||
HTML5 display definitions from [HTML5 Boilerplate](http://j.mp/rP0wmY)
|
|
||||||
|
|
||||||
No styleguide reference.
|
|
||||||
*/
|
|
||||||
|
|
||||||
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
|
|
||||||
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
|
|
||||||
audio:not([controls]) { display: none; }
|
|
||||||
[hidden] { display: none; }
|
|
||||||
|
|
||||||
/*
|
|
||||||
Base from [HTML5 Boilerplate](http://j.mp/rP0wmY)
|
|
||||||
- Correct text resizing oddly in IE6/7 when body font-size is set using em units
|
|
||||||
- Force vertical scrollbar in non-IE
|
|
||||||
- Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
|
|
||||||
- Remove text-shadow in selection highlight: h5bp.com/i
|
|
||||||
- These selection declarations have to be separate
|
|
||||||
- Also: hot pink! (or customize the background color to match your design)
|
|
||||||
|
|
||||||
No styleguide reference.
|
|
||||||
*/
|
|
||||||
|
|
||||||
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
|
|
||||||
body { margin: 0; font-size: 1em; line-height: 1.4; -webkit-tap-highlight-color: rgba(255,0,0, 0.62); }
|
|
||||||
body, button, input, select, textarea { font-family: sans-serif; }
|
|
||||||
::-moz-selection { background: #073642; color: #fff; text-shadow: none; }
|
|
||||||
::selection { background: #073642; color: #fff; text-shadow: none; }
|
|
||||||
|
|
||||||
/*
|
|
||||||
Links from [HTML5 Boilerplate](http://j.mp/rP0wmY)
|
|
||||||
|
|
||||||
No styleguide reference.
|
|
||||||
*/
|
|
||||||
|
|
||||||
a { color: #00e; }
|
|
||||||
a:visited { color: #551a8b; }
|
|
||||||
a:hover { color: #06e; }
|
|
||||||
a:focus { outline: thin dotted; }
|
|
||||||
a:hover, a:active { outline: 0; }
|
|
||||||
|
|
||||||
/*
|
|
||||||
Typography from [HTML5 Boilerplate](http://j.mp/rP0wmY)
|
|
||||||
|
|
||||||
No styleguide reference.
|
|
||||||
*/
|
|
||||||
|
|
||||||
abbr[title] { border-bottom: 1px dotted; }
|
|
||||||
b, strong { font-weight: bold; }
|
|
||||||
blockquote { margin: 1em 40px; }
|
|
||||||
dfn { font-style: italic; }
|
|
||||||
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
|
|
||||||
ins { background: #ff9; color: #000; text-decoration: none; }
|
|
||||||
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
|
|
||||||
/* Redeclare monospace font family: h5bp.com/j */
|
|
||||||
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
|
|
||||||
/* Improve readability of pre-formatted text in all browsers */
|
|
||||||
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
|
|
||||||
q { quotes: none; }
|
|
||||||
q:before, q:after { content: ""; content: none; }
|
|
||||||
small { font-size: 85%; }
|
|
||||||
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
|
|
||||||
sup { top: -0.5em; }
|
|
||||||
sub { bottom: -0.25em; }
|
|
||||||
|
|
||||||
/*
|
|
||||||
Lists from [HTML5 Boilerplate](http://j.mp/rP0wmY)
|
|
||||||
|
|
||||||
No styleguide reference.
|
|
||||||
*/
|
|
||||||
|
|
||||||
ul, ol { margin: 0; padding: 0 0 0 40px; }
|
|
||||||
dd { margin: 0 0 0 40px; }
|
|
||||||
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
|
|
||||||
|
|
||||||
/*
|
|
||||||
Embedded content from [HTML5 Boilerplate](http://j.mp/rP0wmY)
|
|
||||||
- Improve image quality when scaled in IE7: h5bp.com/d
|
|
||||||
- Remove the gap between images and borders on image containers: h5bp.com/e
|
|
||||||
|
|
||||||
No styleguide reference.
|
|
||||||
*/
|
|
||||||
|
|
||||||
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
|
|
||||||
svg:not(:root) { overflow: hidden; } /* Correct overflow not hidden in IE9 */
|
|
||||||
|
|
||||||
/*
|
|
||||||
Figures from [HTML5 Boilerplate](http://j.mp/rP0wmY)
|
|
||||||
|
|
||||||
No styleguide reference.
|
|
||||||
*/
|
|
||||||
|
|
||||||
figure { margin: 0; }
|
|
||||||
|
|
||||||
/*
|
|
||||||
Forms from [HTML5 Boilerplate](http://j.mp/rP0wmY)
|
|
||||||
See inline comments for detail
|
|
||||||
|
|
||||||
No styleguide reference.
|
|
||||||
*/
|
|
||||||
|
|
||||||
form { margin: 0; }
|
|
||||||
fieldset { border: 0; margin: 0; padding: 0; }
|
|
||||||
/* Indicate that 'label' will shift focus to the associated form element */
|
|
||||||
label { cursor: pointer; }
|
|
||||||
/*
|
|
||||||
* 1. Correct color not inheriting in IE6/7/8/9
|
|
||||||
* 2. Correct alignment displayed oddly in IE6/7
|
|
||||||
*/
|
|
||||||
legend { border: 0; *margin-left: -7px; padding: 0; }
|
|
||||||
/*
|
|
||||||
* 1. Correct font-size not inheriting in all browsers
|
|
||||||
* 2. Remove margins in FF3/4 S5 Chrome
|
|
||||||
* 3. Define consistent vertical alignment display in all browsers
|
|
||||||
*/
|
|
||||||
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
|
|
||||||
/*
|
|
||||||
* 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
|
|
||||||
*/
|
|
||||||
button, input { line-height: normal; }
|
|
||||||
/*
|
|
||||||
* 1. Display hand cursor for clickable form elements
|
|
||||||
* 2. Allow styling of clickable form elements in iOS
|
|
||||||
* 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
|
|
||||||
*/
|
|
||||||
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
|
|
||||||
/*
|
|
||||||
* Consistent box sizing and appearance
|
|
||||||
*/
|
|
||||||
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }
|
|
||||||
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
|
|
||||||
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
|
|
||||||
/*
|
|
||||||
* Remove inner padding and border in FF3/4: h5bp.com/l
|
|
||||||
*/
|
|
||||||
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
|
|
||||||
/*
|
|
||||||
* 1. Remove default vertical scrollbar in IE6/7/8/9
|
|
||||||
* 2. Allow only vertical resizing
|
|
||||||
*/
|
|
||||||
textarea { overflow: auto; vertical-align: top; resize: vertical; }
|
|
||||||
/* Colors for form validity */
|
|
||||||
input:valid, textarea:valid { }
|
|
||||||
input:invalid, textarea:invalid { background-color: #f0dddd; }
|
|
||||||
|
|
||||||
/*
|
|
||||||
Tables from [HTML5 Boilerplate](http://j.mp/rP0wmY)
|
|
||||||
|
|
||||||
No styleguide reference.
|
|
||||||
*/
|
|
||||||
|
|
||||||
table { border-collapse: collapse; border-spacing: 0; }
|
|
||||||
td { vertical-align: top; }
|
|
|
@ -1,49 +0,0 @@
|
||||||
/*
|
|
||||||
helper.css contains non-semantic helper classes
|
|
||||||
This must be the last file to import
|
|
||||||
|
|
||||||
No styleguide reference.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* For image replacement */
|
|
||||||
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
|
|
||||||
.ir br { display: none; }
|
|
||||||
/* Hide from both screenreaders and browsers: h5bp.com/u */
|
|
||||||
.hidden { display: none !important; visibility: hidden; }
|
|
||||||
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
|
|
||||||
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
|
|
||||||
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
|
|
||||||
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
|
|
||||||
/* Hide visually and from screenreaders, but maintain layout */
|
|
||||||
.invisible { visibility: hidden; }
|
|
||||||
/* Firefox had different box-sizing for hr. See: http://jsfiddle.net/sFgt7/ */
|
|
||||||
hr { -moz-box-sizing: content-box; }
|
|
||||||
/* Contain floats: h5bp.com/q */
|
|
||||||
.clearfix:before,
|
|
||||||
.clearfix:after,
|
|
||||||
.cf:before,
|
|
||||||
.cf:after,
|
|
||||||
.hasGrid:before,
|
|
||||||
.hasGrid:after,
|
|
||||||
.unit-inner:before,
|
|
||||||
.unit-inner:after,
|
|
||||||
.tag_box:before,
|
|
||||||
.tag_box:after { content: ""; display: table; }
|
|
||||||
.clearfix:after,
|
|
||||||
.cf:after,
|
|
||||||
.hasGrid:after,
|
|
||||||
.unit-inner:after,
|
|
||||||
.tag_box:after { clear: both; }
|
|
||||||
.clearfix,
|
|
||||||
.cf,
|
|
||||||
.hasGrid,
|
|
||||||
.unit-inner,
|
|
||||||
.tag_box { *zoom: 1; }
|
|
||||||
.left {
|
|
||||||
*display: inline;
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
.right {
|
|
||||||
*display: inline;
|
|
||||||
float: right;
|
|
||||||
}
|
|
|
@ -1,38 +0,0 @@
|
||||||
/*
|
|
||||||
Base .mod module from http://j.mp/svs81k
|
|
||||||
|
|
||||||
HTML should look like this and .bd is required:
|
|
||||||
<div class="mod">
|
|
||||||
<div class="inner">
|
|
||||||
<div class="hd"></div>
|
|
||||||
<div class="bd"></div>
|
|
||||||
<div class="ft"></div>
|
|
||||||
</div><!-- inner -->
|
|
||||||
</div><!-- mod -->
|
|
||||||
|
|
||||||
No styleguide reference.
|
|
||||||
*/
|
|
||||||
|
|
||||||
.mod .inner { position:relative; }
|
|
||||||
.mod .bd, .mod .ft, .mod .hd { overflow:hidden; *overflow:visible; zoom:1; }
|
|
||||||
|
|
||||||
/*
|
|
||||||
.media module from http://j.mp/tQCTa8
|
|
||||||
Since .media uses overflow: hidden, box-shadow needs padding to render correctly.
|
|
||||||
Using dropdown or pop over should be problematic. Anything try to go outside of this module box should have problem.
|
|
||||||
HTML should look like this and .media-left or .media-right and .bd is required:
|
|
||||||
|
|
||||||
<div class="media">
|
|
||||||
<a href="#" class="media-left"><img src="#" alt=""></a>
|
|
||||||
<a href="#" class="media-right"><img src="#" alt=""></a>
|
|
||||||
<div class="bd"></div>
|
|
||||||
</div><!-- media -->
|
|
||||||
|
|
||||||
No styleguide reference.
|
|
||||||
*/
|
|
||||||
|
|
||||||
.media { overflow:hidden; *overflow:visible; zoom:1; }
|
|
||||||
.media .media-left { float:left; margin-right: 14px; }
|
|
||||||
.media .img img { display:block; }
|
|
||||||
.media .media-right { float:right; margin-left: 14px; }
|
|
||||||
.media .bd, .media .ft, .media .hd { overflow:hidden; *overflow:visible; zoom:1; }
|
|
|
@ -1,852 +0,0 @@
|
||||||
@import "base.css";
|
|
||||||
|
|
||||||
@import "module.css";
|
|
||||||
|
|
||||||
@import "syntaxhighlighter.css";
|
|
||||||
|
|
||||||
@import "helper.css";
|
|
||||||
/*
|
|
||||||
Frameless <http://framelessgrid.com/>
|
|
||||||
by Joni Korpi <http://jonikorpi.com/>
|
|
||||||
licensed under CC0 <http://creativecommons.org/publicdomain/zero/1.0/>
|
|
||||||
|
|
||||||
No styleguide reference.
|
|
||||||
*/
|
|
||||||
/*
|
|
||||||
Font families
|
|
||||||
|
|
||||||
No styleguide reference.
|
|
||||||
*/
|
|
||||||
/*
|
|
||||||
Base font size should be larger than 16px.
|
|
||||||
Calculation should be done via http://j.mp/rNg5uA
|
|
||||||
|
|
||||||
No styleguide reference.
|
|
||||||
*/
|
|
||||||
body {
|
|
||||||
font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "MS PGothic", Osaka, Sans-Serif;
|
|
||||||
font-size: 1em;
|
|
||||||
line-height: 1.625em;
|
|
||||||
}
|
|
||||||
/*
|
|
||||||
Font size setting
|
|
||||||
Using Golden ratio section (Caliculated via http://j.mp/sB6oxM):
|
|
||||||
109.657 6.854 843.515 * h1
|
|
||||||
82.241 5.14 632.623
|
|
||||||
67.773 4.236 521.331
|
|
||||||
50.829 3.177 390.992
|
|
||||||
41.887 2.618 322.208 * h2
|
|
||||||
31.415 1.963 241.654
|
|
||||||
25.888 1.618 199.138 * h3
|
|
||||||
19.416 1.214 149.354 * h4
|
|
||||||
16.000 1 123.077 * Base font size
|
|
||||||
12.000 0.75 92.308 * Minimum font size
|
|
||||||
Vertical Rhythm is caluculated via http://j.mp/sUvKuN
|
|
||||||
|
|
||||||
No styleguide reference.
|
|
||||||
*/
|
|
||||||
h1,
|
|
||||||
h2,
|
|
||||||
h3,
|
|
||||||
h4,
|
|
||||||
h5,
|
|
||||||
h6 {
|
|
||||||
font-family: junctionregularRegular, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "MS PGothic", Osaka, Sans-Serif;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
h1, .h1 {
|
|
||||||
font-size: 42px;
|
|
||||||
line-height: 52px;
|
|
||||||
margin-top: 52px;
|
|
||||||
margin-bottom: 26px;
|
|
||||||
letter-spacing: -1px;
|
|
||||||
}
|
|
||||||
h2, .h2 {
|
|
||||||
font-size: 42px;
|
|
||||||
line-height: 52px;
|
|
||||||
margin-top: 52px;
|
|
||||||
margin-bottom: 26px;
|
|
||||||
letter-spacing: -1px;
|
|
||||||
}
|
|
||||||
h3, .h3 {
|
|
||||||
font-size: 26px;
|
|
||||||
line-height: 26px;
|
|
||||||
margin-top: 26px;
|
|
||||||
margin-bottom: 26px;
|
|
||||||
}
|
|
||||||
h4, .h4 {
|
|
||||||
font-size: 20px;
|
|
||||||
line-height: 26px;
|
|
||||||
margin-top: 26px;
|
|
||||||
margin-bottom: 26px;
|
|
||||||
}
|
|
||||||
p,
|
|
||||||
ul,
|
|
||||||
ol,
|
|
||||||
dl,
|
|
||||||
img {
|
|
||||||
margin-top: 0;
|
|
||||||
margin-bottom: 1.625em;
|
|
||||||
}
|
|
||||||
small, .small, aside {
|
|
||||||
font-size: 0.75em;
|
|
||||||
}
|
|
||||||
.font-size-default {
|
|
||||||
font-size: 1em;
|
|
||||||
}
|
|
||||||
blockquote {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
blockquote cite {
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
strong {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
em {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
/*
|
|
||||||
Color schemes
|
|
||||||
|
|
||||||
No styleguide reference.
|
|
||||||
*/
|
|
||||||
/* solarized - http://j.mp/s9Xuw9
|
|
||||||
|
|
||||||
@base03: #002b36;
|
|
||||||
@base02: #073642;
|
|
||||||
@base01: #586e75;
|
|
||||||
@base00: #657b83;
|
|
||||||
@base0: #839496;
|
|
||||||
@base1: #93a1a1;
|
|
||||||
@base2: #eee8d5;
|
|
||||||
@base3: #fdf6e3;
|
|
||||||
@yellow: #b58900;
|
|
||||||
@orange: #cb4b16;
|
|
||||||
@red: #dc322f;
|
|
||||||
// @magenta: #d33682;
|
|
||||||
@violet: #6c71c4;
|
|
||||||
@blue: #268bd2;
|
|
||||||
@cyan: #2aa198;
|
|
||||||
@green: #859900;
|
|
||||||
|
|
||||||
*/
|
|
||||||
/* Junction Font
|
|
||||||
* http://www.theleagueofmoveabletype.com/
|
|
||||||
* Using for Logo and headers
|
|
||||||
*/
|
|
||||||
@font-face {
|
|
||||||
font-family: 'junctionregularRegular';
|
|
||||||
src: url('/assets/themes/the-minimum/font/Junction-webfont.eot');
|
|
||||||
src: url('/assets/themes/the-minimum/font/Junction-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/themes/the-minimum/font/Junction-webfont.woff') format('woff'), url('/assets/themes/the-minimum/font/Junction-webfont.ttf') format('truetype'), url('/assets/themes/the-minimum/font/Junction-webfont.svg#junctionregularRegular') format('svg');
|
|
||||||
font-weight: normal !important;
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
||||||
/*
|
|
||||||
LESS helper
|
|
||||||
*/
|
|
||||||
/*
|
|
||||||
List modules
|
|
||||||
.list-linear - list line up horizontally
|
|
||||||
|
|
||||||
No styleguide reference.
|
|
||||||
*/
|
|
||||||
.list-linear {
|
|
||||||
letter-spacing: -0.31em;
|
|
||||||
*letter-spacing: normal;
|
|
||||||
word-spacing: -0.43em;
|
|
||||||
list-style: none;
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
.list-linear li {
|
|
||||||
display: inline-block;
|
|
||||||
*display: inline;
|
|
||||||
zoom: 1;
|
|
||||||
line-height: normal;
|
|
||||||
letter-spacing: normal;
|
|
||||||
margin-right: 16px;
|
|
||||||
word-spacing: normal;
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
.list-linear li:last-child {
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
/* LESS VARIABLES
|
|
||||||
--------------------------------------------------------------------------------- */
|
|
||||||
/* GLOBAL
|
|
||||||
--------------------------------------------------------------------------------- */
|
|
||||||
html {
|
|
||||||
background-color: #ffffff;
|
|
||||||
color: #2d2d2d;
|
|
||||||
}
|
|
||||||
/* LINK */
|
|
||||||
a:link {
|
|
||||||
color: #2d2d2d;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
a:visited {
|
|
||||||
color: #141414;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
a:hover {
|
|
||||||
color: #474747;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
/* HIGHLIGHTER */
|
|
||||||
pre {
|
|
||||||
margin-bottom: 1.625em;
|
|
||||||
}
|
|
||||||
pre {
|
|
||||||
color: #f2f2f2;
|
|
||||||
background-color: #393939;
|
|
||||||
border: 1px solid #393939;
|
|
||||||
font-family: "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
padding: 1.625em;
|
|
||||||
overflow: auto;
|
|
||||||
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.6);
|
|
||||||
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.6);
|
|
||||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.6);
|
|
||||||
}
|
|
||||||
/* meta */
|
|
||||||
/* HEADER
|
|
||||||
--------------------------------------------------------------------------------- */
|
|
||||||
.the-header .logo {
|
|
||||||
font-family: junctionregularRegular, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, "MS PGothic", Osaka, Sans-Serif;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
.the-header .logo a:visited {
|
|
||||||
color: #2d2d2d;
|
|
||||||
}
|
|
||||||
.the-header .nav-global {
|
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
|
||||||
.the-header .nav-global .forkme {
|
|
||||||
position: relative;
|
|
||||||
top: 2px;
|
|
||||||
}
|
|
||||||
/* MAIN
|
|
||||||
--------------------------------------------------------------------------------- */
|
|
||||||
.unit-article header {
|
|
||||||
background: url('/assets/themes/the-minimum/skin/100-90-5-monochrome.png');
|
|
||||||
background-repeat: repeat;
|
|
||||||
background-position: 0 0;
|
|
||||||
background-color: #BADA55;
|
|
||||||
margin-bottom: 1.625em;
|
|
||||||
padding-top: 1.625em;
|
|
||||||
padding-bottom: 1.625em;
|
|
||||||
}
|
|
||||||
.unit-article header h1 {
|
|
||||||
color: #2d2d2d;
|
|
||||||
margin-top: 0;
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
.unit-article .entry-content h2,
|
|
||||||
.unit-article .entry-content h3,
|
|
||||||
.unit-article .entry-content h4,
|
|
||||||
.unit-article .entry-content h5,
|
|
||||||
.unit-article .entry-content h6 {
|
|
||||||
color: #2d2d2d;
|
|
||||||
}
|
|
||||||
.unit-article .entry-content h2 a:link,
|
|
||||||
.unit-article .entry-content h3 a:link,
|
|
||||||
.unit-article .entry-content h4 a:link,
|
|
||||||
.unit-article .entry-content h5 a:link,
|
|
||||||
.unit-article .entry-content h6 a:link {
|
|
||||||
color: #2d2d2d;
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
.unit-article .entry-content h2 a:visited,
|
|
||||||
.unit-article .entry-content h3 a:visited,
|
|
||||||
.unit-article .entry-content h4 a:visited,
|
|
||||||
.unit-article .entry-content h5 a:visited,
|
|
||||||
.unit-article .entry-content h6 a:visited {
|
|
||||||
color: #141414;
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
.unit-article .entry-content h2 a:hover,
|
|
||||||
.unit-article .entry-content h3 a:hover,
|
|
||||||
.unit-article .entry-content h4 a:hover,
|
|
||||||
.unit-article .entry-content h5 a:hover,
|
|
||||||
.unit-article .entry-content h6 a:hover {
|
|
||||||
color: #474747;
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
.unit-article .entry-content:first-child h2,
|
|
||||||
.unit-article .entry-content:first-child h3,
|
|
||||||
.unit-article .entry-content:first-child h4,
|
|
||||||
.unit-article .entry-content:first-child h5,
|
|
||||||
.unit-article .entry-content:first-child h6 {
|
|
||||||
margin-top: 0;
|
|
||||||
}
|
|
||||||
.unit-article a:link {
|
|
||||||
border-bottom: 1px dotted #99cc99;
|
|
||||||
}
|
|
||||||
.unit-article a:visited {
|
|
||||||
border-bottom: 1px dotted #77bb77;
|
|
||||||
}
|
|
||||||
.unit-article a:hover {
|
|
||||||
border-bottom: 1px dotted #bbddbb;
|
|
||||||
}
|
|
||||||
.unit-article blockquote {
|
|
||||||
border-left: 1em solid rgba(21, 25, 25, 0.8);
|
|
||||||
padding-left: 1em;
|
|
||||||
}
|
|
||||||
.unit-article blockquote p {
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
.unit-article ul, .unit-article ol, .unit-article dl {
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
.unit-article ul {
|
|
||||||
list-style: square;
|
|
||||||
}
|
|
||||||
.unit-article ol {
|
|
||||||
list-style: decimal;
|
|
||||||
}
|
|
||||||
.unit-article li h1,
|
|
||||||
.unit-article dt h1,
|
|
||||||
.unit-article dd h1,
|
|
||||||
.unit-article li h2,
|
|
||||||
.unit-article dt h2,
|
|
||||||
.unit-article dd h2,
|
|
||||||
.unit-article li h3,
|
|
||||||
.unit-article dt h3,
|
|
||||||
.unit-article dd h3,
|
|
||||||
.unit-article li h4,
|
|
||||||
.unit-article dt h4,
|
|
||||||
.unit-article dd h4,
|
|
||||||
.unit-article li h5,
|
|
||||||
.unit-article dt h5,
|
|
||||||
.unit-article dd h5,
|
|
||||||
.unit-article li p,
|
|
||||||
.unit-article dt p,
|
|
||||||
.unit-article dd p,
|
|
||||||
.unit-article li ul,
|
|
||||||
.unit-article dt ul,
|
|
||||||
.unit-article dd ul,
|
|
||||||
.unit-article li ol,
|
|
||||||
.unit-article dt ol,
|
|
||||||
.unit-article dd ol,
|
|
||||||
.unit-article li dl,
|
|
||||||
.unit-article dt dl,
|
|
||||||
.unit-article dd dl,
|
|
||||||
.unit-article li blockquote,
|
|
||||||
.unit-article dt blockquote,
|
|
||||||
.unit-article dd blockquote,
|
|
||||||
.unit-article li .hasGrid,
|
|
||||||
.unit-article dt .hasGrid,
|
|
||||||
.unit-article dd .hasGrid {
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
.unit-article p code, .unit-article li code {
|
|
||||||
margin: 0 2px;
|
|
||||||
padding: 2px 5px;
|
|
||||||
white-space: nowrap;
|
|
||||||
border: 1px solid #CCC;
|
|
||||||
background-color: #F8F8F8;
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
-moz-border-radius: 3px;
|
|
||||||
border-radius: 3px;
|
|
||||||
-moz-background-clip: padding;
|
|
||||||
-webkit-background-clip: padding-box;
|
|
||||||
background-clip: padding-box;
|
|
||||||
}
|
|
||||||
.unit-article img {
|
|
||||||
display: block;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-left: auto;
|
|
||||||
}
|
|
||||||
.unit-article img.left {
|
|
||||||
margin-right: 16px;
|
|
||||||
}
|
|
||||||
.unit-article img.right {
|
|
||||||
margin-left: 16px;
|
|
||||||
}
|
|
||||||
.unit-article .date-publish {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
.unit-article .list-linear .list-head {
|
|
||||||
margin-right: 4px;
|
|
||||||
}
|
|
||||||
.unit-article .list-category a, .unit-article .list-tag a {
|
|
||||||
border: 0 none;
|
|
||||||
}
|
|
||||||
.unit-article .list-category a:hover span, .unit-article .list-tag a:hover span {
|
|
||||||
background-color: #f99157;
|
|
||||||
}
|
|
||||||
.unit-article .list-category span, .unit-article .list-tag span {
|
|
||||||
background-color: #e25608;
|
|
||||||
padding: 1px 5px;
|
|
||||||
-webkit-border-radius: 10px;
|
|
||||||
-moz-border-radius: 10px;
|
|
||||||
border-radius: 10px;
|
|
||||||
color: white;
|
|
||||||
text-transform: uppercase;
|
|
||||||
margin: 0 6px 0 0;
|
|
||||||
display: inline-block;
|
|
||||||
position: relative;
|
|
||||||
vertical-align: middle;
|
|
||||||
top: -2px;
|
|
||||||
font-weight: bold;
|
|
||||||
font-size: 10px;
|
|
||||||
}
|
|
||||||
.unit-article .list-category {
|
|
||||||
margin-bottom: 0;
|
|
||||||
text-transform: capitalize;
|
|
||||||
}
|
|
||||||
.unit-article .list-tag {
|
|
||||||
text-transform: capitalize;
|
|
||||||
}
|
|
||||||
.unit-article .unit-foot {
|
|
||||||
background: url('/assets/themes/the-minimum/skin/100-90-5-monochrome.png') repeat 0 0 #4d4d4d;
|
|
||||||
color: #fafafa;
|
|
||||||
padding-top: 1.625em;
|
|
||||||
padding-bottom: 1.625em;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.unit-article .unit-foot a:link {
|
|
||||||
color: #fafafa;
|
|
||||||
}
|
|
||||||
.unit-article .unit-foot a:visited {
|
|
||||||
color: #fafafa;
|
|
||||||
}
|
|
||||||
.unit-article .unit-foot a:hover {
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
.unit-article .unit-foot nav ul {
|
|
||||||
list-style: none;
|
|
||||||
}
|
|
||||||
.unit-article .unit-foot nav ul li {
|
|
||||||
display: inline;
|
|
||||||
}
|
|
||||||
.unit-article .unit-foot .gotop {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
/* post & page */
|
|
||||||
.layout-page .tag_box {
|
|
||||||
background: url('/assets/themes/the-minimum/skin/100-90-5-monochrome.png') repeat 0 0 #999999;
|
|
||||||
padding: 0.8125em;
|
|
||||||
list-style: none;
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
-moz-border-radius: 3px;
|
|
||||||
border-radius: 3px;
|
|
||||||
-moz-background-clip: padding;
|
|
||||||
-webkit-background-clip: padding-box;
|
|
||||||
background-clip: padding-box;
|
|
||||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.4);
|
|
||||||
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.4);
|
|
||||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.4);
|
|
||||||
}
|
|
||||||
.layout-page .tag_box li {
|
|
||||||
display: inline;
|
|
||||||
line-height: normal;
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
.layout-page .tag_box a {
|
|
||||||
background-color: #99cc99;
|
|
||||||
float: left;
|
|
||||||
border: 1px solid #448844;
|
|
||||||
padding: 3px 6px 3px 6px;
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
-moz-border-radius: 3px;
|
|
||||||
border-radius: 3px;
|
|
||||||
margin: 5px;
|
|
||||||
-moz-background-clip: padding;
|
|
||||||
-webkit-background-clip: padding-box;
|
|
||||||
background-clip: padding-box;
|
|
||||||
text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4);
|
|
||||||
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
|
|
||||||
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
|
|
||||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
|
|
||||||
-webkit-transition-duration: 0.2s;
|
|
||||||
-moz-transition-duration: 0.2s;
|
|
||||||
transition-duration: 0.2s;
|
|
||||||
-webkit-user-select: none;
|
|
||||||
-moz-user-select: none;
|
|
||||||
-ms-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
.layout-page .tag_box a:active {
|
|
||||||
-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
|
|
||||||
-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
|
|
||||||
box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
|
|
||||||
background: #336633;
|
|
||||||
border: solid #336633;
|
|
||||||
}
|
|
||||||
.layout-page .tag_box a:hover {
|
|
||||||
background-color: #77bb77;
|
|
||||||
border: 1px solid #336633;
|
|
||||||
}
|
|
||||||
.layout-page .tag_box a:hover span {
|
|
||||||
background-color: #e1e1e1;
|
|
||||||
border: 1px solid #77bb77;
|
|
||||||
}
|
|
||||||
.layout-page .tag_box span {
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid #99cc99;
|
|
||||||
padding: 1px 5px;
|
|
||||||
-webkit-border-radius: 10px;
|
|
||||||
-moz-border-radius: 10px;
|
|
||||||
border-radius: 10px;
|
|
||||||
color: #1a1a1a;
|
|
||||||
display: inline-block;
|
|
||||||
position: relative;
|
|
||||||
vertical-align: middle;
|
|
||||||
top: -2px;
|
|
||||||
font-weight: bold;
|
|
||||||
font-size: 10px;
|
|
||||||
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
|
|
||||||
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
|
|
||||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
|
|
||||||
}
|
|
||||||
/* FOOTER
|
|
||||||
----------------------------------------------- */
|
|
||||||
.the-footer {
|
|
||||||
background-color: #1a1a1a;
|
|
||||||
background-color: rgba(21, 25, 25, 0.8);
|
|
||||||
color: #fafafa;
|
|
||||||
color: rgba(250, 250, 250, 0.8);
|
|
||||||
padding-bottom: 1.625em;
|
|
||||||
}
|
|
||||||
.the-footer a:link {
|
|
||||||
color: #99cc99;
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
.the-footer a:visited {
|
|
||||||
color: #77bb77;
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
.the-footer a:hover {
|
|
||||||
color: #bbddbb;
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
.the-footer ul {
|
|
||||||
list-style: square;
|
|
||||||
padding-left: 1em;
|
|
||||||
}
|
|
||||||
.the-footer address {
|
|
||||||
font-style: normal;
|
|
||||||
}
|
|
||||||
.the-footer .license {
|
|
||||||
clear: both;
|
|
||||||
}
|
|
||||||
.the-footer .license p {
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
.the-header .unit-inner {
|
|
||||||
width: 15em;
|
|
||||||
margin-top: 1.625em;
|
|
||||||
margin-bottom: 1.625em;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
.the-header .logo a {
|
|
||||||
font-size: 32px;
|
|
||||||
line-height: 42px;
|
|
||||||
}
|
|
||||||
.unit-article .unit-head-inner,
|
|
||||||
.unit-article .entry-content,
|
|
||||||
.unit-article .misc-content,
|
|
||||||
.unit-article .unit-foot-inner {
|
|
||||||
width: 15em;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
.unit-article .unit-head-inner .meta {
|
|
||||||
margin-bottom: 1.625em;
|
|
||||||
}
|
|
||||||
.layout-page .unit-body .unit-body-inner {
|
|
||||||
width: 15em;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
.layout-page .unit-body .article-list .meta {
|
|
||||||
margin-bottom: 1.625em;
|
|
||||||
}
|
|
||||||
.the-footer .unit-foot {
|
|
||||||
width: 15em;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
/*
|
|
||||||
IE
|
|
||||||
*/
|
|
||||||
.ie .the-header .unit-inner {
|
|
||||||
width: 60em;
|
|
||||||
margin-top: 1.625em;
|
|
||||||
margin-bottom: 1.625em;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
.ie .the-header .logo {
|
|
||||||
width: 26.25em;
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
.ie .the-header .nav-global {
|
|
||||||
margin-top: 50px;
|
|
||||||
text-align: right;
|
|
||||||
width: 26.25em;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
.ie .unit-article .unit-head-inner,
|
|
||||||
.ie .unit-article .entry-content,
|
|
||||||
.ie .unit-article .misc-content,
|
|
||||||
.ie .unit-article .unit-foot-inner {
|
|
||||||
width: 60em;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
.ie .unit-article .unit-head-inner h1,
|
|
||||||
.ie .unit-article .entry-content h1,
|
|
||||||
.ie .unit-article .misc-content h1,
|
|
||||||
.ie .unit-article .unit-head-inner h2,
|
|
||||||
.ie .unit-article .entry-content h2,
|
|
||||||
.ie .unit-article .misc-content h2,
|
|
||||||
.ie .unit-article .unit-head-inner h3,
|
|
||||||
.ie .unit-article .entry-content h3,
|
|
||||||
.ie .unit-article .misc-content h3,
|
|
||||||
.ie .unit-article .unit-head-inner h4,
|
|
||||||
.ie .unit-article .entry-content h4,
|
|
||||||
.ie .unit-article .misc-content h4,
|
|
||||||
.ie .unit-article .unit-head-inner h5,
|
|
||||||
.ie .unit-article .entry-content h5,
|
|
||||||
.ie .unit-article .misc-content h5,
|
|
||||||
.ie .unit-article .unit-head-inner p,
|
|
||||||
.ie .unit-article .entry-content p,
|
|
||||||
.ie .unit-article .misc-content p,
|
|
||||||
.ie .unit-article .unit-head-inner ul,
|
|
||||||
.ie .unit-article .entry-content ul,
|
|
||||||
.ie .unit-article .misc-content ul,
|
|
||||||
.ie .unit-article .unit-head-inner ol,
|
|
||||||
.ie .unit-article .entry-content ol,
|
|
||||||
.ie .unit-article .misc-content ol,
|
|
||||||
.ie .unit-article .unit-head-inner dl,
|
|
||||||
.ie .unit-article .entry-content dl,
|
|
||||||
.ie .unit-article .misc-content dl,
|
|
||||||
.ie .unit-article .unit-head-inner blockquote,
|
|
||||||
.ie .unit-article .entry-content blockquote,
|
|
||||||
.ie .unit-article .misc-content blockquote {
|
|
||||||
margin-right: 210px;
|
|
||||||
}
|
|
||||||
.ie .unit-article .unit-head-inner .meta {
|
|
||||||
width: 20.625em;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
.ie .layout-page .unit-body .unit-body-inner {
|
|
||||||
width: 43.125em;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
.ie .layout-page .unit-body .article-list {
|
|
||||||
width: 43.125em;
|
|
||||||
}
|
|
||||||
.ie .layout-page .unit-body .article-list .meta {
|
|
||||||
width: 20.625em;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
.ie .the-footer .unit-foot {
|
|
||||||
width: 60em;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
/*
|
|
||||||
Smartphone
|
|
||||||
*/
|
|
||||||
@media only screen and (min-width: 320px) and (max-width: 767px) {
|
|
||||||
img {
|
|
||||||
max-width: 100%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
/*
|
|
||||||
Wide Smartphone
|
|
||||||
*/
|
|
||||||
@media only screen and (min-width: 480px) {
|
|
||||||
.the-header .unit-inner {
|
|
||||||
width: 26.25em;
|
|
||||||
}
|
|
||||||
.the-header .logo a {
|
|
||||||
font-size: 42px;
|
|
||||||
line-height: 52px;
|
|
||||||
letter-spacing: -1px;
|
|
||||||
}
|
|
||||||
.the-header .nav-global {
|
|
||||||
margin-top: 1.625em;
|
|
||||||
letter-spacing: -0.31em;
|
|
||||||
*letter-spacing: normal;
|
|
||||||
word-spacing: -0.43em;
|
|
||||||
list-style: none;
|
|
||||||
padding-left: 0;
|
|
||||||
}
|
|
||||||
.the-header .nav-global .home:after {
|
|
||||||
margin-left: 16px;
|
|
||||||
content: "/";
|
|
||||||
}
|
|
||||||
.the-header .nav-global li {
|
|
||||||
display: inline-block;
|
|
||||||
*display: inline;
|
|
||||||
zoom: 1;
|
|
||||||
line-height: normal;
|
|
||||||
letter-spacing: normal;
|
|
||||||
margin-right: 16px;
|
|
||||||
word-spacing: normal;
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
.the-header .nav-global li:last-child {
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
.unit-article .unit-head-inner,
|
|
||||||
.unit-article .entry-content,
|
|
||||||
.unit-article .misc-content,
|
|
||||||
.unit-article .unit-foot-inner {
|
|
||||||
width: 26.25em;
|
|
||||||
}
|
|
||||||
.unit-article .unit-foot .gotop {
|
|
||||||
margin-top: 1.625em;
|
|
||||||
}
|
|
||||||
.layout-page .unit-body .unit-body-inner {
|
|
||||||
width: 26.25em;
|
|
||||||
}
|
|
||||||
.layout-page .unit-body .article-list {
|
|
||||||
width: 26.25em;
|
|
||||||
}
|
|
||||||
.the-footer .unit-foot {
|
|
||||||
width: 26.25em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
/*
|
|
||||||
Tablet
|
|
||||||
*/
|
|
||||||
@media only screen and (min-width: 768px) {
|
|
||||||
.the-header .unit-inner {
|
|
||||||
width: 43.125em;
|
|
||||||
}
|
|
||||||
.unit-article .unit-head-inner,
|
|
||||||
.unit-article .entry-content,
|
|
||||||
.unit-article .misc-content,
|
|
||||||
.unit-article .unit-foot-inner {
|
|
||||||
width: 43.125em;
|
|
||||||
}
|
|
||||||
.unit-article .unit-head-inner .meta {
|
|
||||||
margin-bottom: 0;
|
|
||||||
text-align: right;
|
|
||||||
width: 20.625em;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
.layout-page .unit-body .unit-body-inner {
|
|
||||||
width: 43.125em;
|
|
||||||
}
|
|
||||||
.layout-page .unit-body .article-list {
|
|
||||||
width: 43.125em;
|
|
||||||
}
|
|
||||||
.layout-page .unit-body .article-list .meta {
|
|
||||||
margin-bottom: 0;
|
|
||||||
text-align: right;
|
|
||||||
width: 20.625em;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
.the-footer .unit-foot {
|
|
||||||
width: 43.125em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
/*
|
|
||||||
Not that old computer layout
|
|
||||||
*/
|
|
||||||
@media only screen and (min-width: 1280px) {
|
|
||||||
.the-header .unit-inner {
|
|
||||||
width: 60em;
|
|
||||||
}
|
|
||||||
.the-header .logo {
|
|
||||||
width: 26.25em;
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
.the-header .nav-global {
|
|
||||||
margin-top: 21px;
|
|
||||||
text-align: right;
|
|
||||||
width: 26.25em;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
.unit-article .unit-head-inner,
|
|
||||||
.unit-article .entry-content,
|
|
||||||
.unit-article .misc-content,
|
|
||||||
.unit-article .unit-foot-inner {
|
|
||||||
width: 43.125em;
|
|
||||||
}
|
|
||||||
.unit-article .unit-foot .pagination {
|
|
||||||
float: left;
|
|
||||||
width: 37.5em;
|
|
||||||
}
|
|
||||||
.unit-article .unit-foot .gotop {
|
|
||||||
float: right;
|
|
||||||
margin-top: 0;
|
|
||||||
text-align: right;
|
|
||||||
width: 20.625em;
|
|
||||||
}
|
|
||||||
.layout-page .unit-body .unit-body-inner {
|
|
||||||
width: 43.125em;
|
|
||||||
}
|
|
||||||
.layout-page .unit-body .article-list {
|
|
||||||
width: 43.125em;
|
|
||||||
}
|
|
||||||
.layout-page .unit-body .article-list .meta {
|
|
||||||
width: 20.625em;
|
|
||||||
}
|
|
||||||
.the-footer .unit-foot {
|
|
||||||
width: 60em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
/*
|
|
||||||
Huge-screen layout
|
|
||||||
*/
|
|
||||||
@media only screen and (min-width: 1410px) {
|
|
||||||
.the-header .unit-inner {
|
|
||||||
width: 88.125em;
|
|
||||||
}
|
|
||||||
.the-header .logo {
|
|
||||||
width: 43.125em;
|
|
||||||
}
|
|
||||||
.the-header .nav-global {
|
|
||||||
width: 43.125em;
|
|
||||||
}
|
|
||||||
.unit-article .unit-head-inner, .unit-article .entry-content, .unit-article .misc-content {
|
|
||||||
width: 43.125em;
|
|
||||||
}
|
|
||||||
.unit-article .unit-foot-inner {
|
|
||||||
width: 88.125em;
|
|
||||||
}
|
|
||||||
.unit-article .unit-foot .pagination {
|
|
||||||
width: 54.375em;
|
|
||||||
}
|
|
||||||
.unit-article .unit-foot .gotop {
|
|
||||||
padding-right: 360px;
|
|
||||||
width: 9.375em;
|
|
||||||
}
|
|
||||||
.layout-page .unit-body .unit-body-inner {
|
|
||||||
width: 43.125em;
|
|
||||||
}
|
|
||||||
.layout-page .unit-body .article-list {
|
|
||||||
width: 43.125em;
|
|
||||||
}
|
|
||||||
.layout-page .unit-body .article-list .meta {
|
|
||||||
width: 20.625em;
|
|
||||||
}
|
|
||||||
.the-footer .unit-foot {
|
|
||||||
width: 88.125em;
|
|
||||||
}
|
|
||||||
.the-footer .unit-inner h1,
|
|
||||||
.the-footer .unit-inner h2,
|
|
||||||
.the-footer .unit-inner h3,
|
|
||||||
.the-footer .unit-inner h4,
|
|
||||||
.the-footer .unit-inner h5,
|
|
||||||
.the-footer .unit-inner p,
|
|
||||||
.the-footer .unit-inner ul,
|
|
||||||
.the-footer .unit-inner ol,
|
|
||||||
.the-footer .unit-inner dl,
|
|
||||||
.the-footer .unit-inner blockquote {
|
|
||||||
margin-left: 360px;
|
|
||||||
margin-right: 360px;
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,321 +0,0 @@
|
||||||
@import "base.css";
|
|
||||||
@import "module.css";
|
|
||||||
@import "_less-base.less";
|
|
||||||
|
|
||||||
/* LESS VARIABLES
|
|
||||||
--------------------------------------------------------------------------------- */
|
|
||||||
@main-bg: #ffffff;
|
|
||||||
@subtle-bg: @base01;
|
|
||||||
@main-font-color: @base03;
|
|
||||||
@accent-color: @green;
|
|
||||||
|
|
||||||
/* GLOBAL
|
|
||||||
--------------------------------------------------------------------------------- */
|
|
||||||
html {
|
|
||||||
background-color: @main-bg;
|
|
||||||
color: @main-font-color;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* LINK */
|
|
||||||
a {
|
|
||||||
&:link {
|
|
||||||
color: @main-font-color;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
&:visited {
|
|
||||||
color: darken(@main-font-color, 10%);
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
&:hover {
|
|
||||||
color: lighten(@main-font-color, 10%);
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* HIGHLIGHTER */
|
|
||||||
pre { margin-bottom: @line-height / @em; }
|
|
||||||
pre {
|
|
||||||
color: #f2f2f2;
|
|
||||||
background-color: @base02;
|
|
||||||
border: 1px solid fadein(@base02, 30%);
|
|
||||||
font-family: "Bitstream Vera Sans Mono", "Courier New", Courier, monospace;
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
padding: @line-height / @em;
|
|
||||||
overflow: auto;
|
|
||||||
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.6);
|
|
||||||
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.6);
|
|
||||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.6);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* meta */
|
|
||||||
.meta {}
|
|
||||||
|
|
||||||
|
|
||||||
/* HEADER
|
|
||||||
--------------------------------------------------------------------------------- */
|
|
||||||
.the-header {
|
|
||||||
.logo {
|
|
||||||
font-family: @webfont;
|
|
||||||
margin: 0;
|
|
||||||
a:visited { color: @main-font-color; }
|
|
||||||
}
|
|
||||||
.nav-global {
|
|
||||||
text-transform: uppercase;
|
|
||||||
.forkme {
|
|
||||||
position: relative;
|
|
||||||
top: 2px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
} // .the-header
|
|
||||||
|
|
||||||
/* MAIN
|
|
||||||
--------------------------------------------------------------------------------- */
|
|
||||||
.unit-article {
|
|
||||||
|
|
||||||
header {
|
|
||||||
background: url('@{noise-100-90-5}');
|
|
||||||
background-repeat: repeat;
|
|
||||||
background-position: 0 0;
|
|
||||||
background-color: #BADA55;
|
|
||||||
margin-bottom: @line-height / @em;
|
|
||||||
padding-top: (@line-height / @em);
|
|
||||||
padding-bottom: (@line-height / @em) ;
|
|
||||||
h1 {
|
|
||||||
color: @main-font-color;
|
|
||||||
margin-top: 0;
|
|
||||||
margin-bottom: 0;
|
|
||||||
}
|
|
||||||
} // .article-inner header
|
|
||||||
|
|
||||||
.entry-content {
|
|
||||||
h2, h3, h4, h5, h6 {
|
|
||||||
color: @main-font-color;
|
|
||||||
a {
|
|
||||||
&:link {
|
|
||||||
color: @main-font-color;
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
&:visited {
|
|
||||||
color: darken(@main-font-color, 10%);
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
&:hover {
|
|
||||||
color: lighten(@main-font-color, 10%);
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
} // .article-inner .entry-content
|
|
||||||
|
|
||||||
.entry-content:first-child h2,
|
|
||||||
.entry-content:first-child h3,
|
|
||||||
.entry-content:first-child h4,
|
|
||||||
.entry-content:first-child h5,
|
|
||||||
.entry-content:first-child h6 { margin-top: 0; } // Canceling header margin since there is margin on header
|
|
||||||
|
|
||||||
a {
|
|
||||||
&:link { border-bottom: 1px dotted @accent-color; }
|
|
||||||
&:visited { border-bottom: 1px dotted darken(@accent-color, 10%); }
|
|
||||||
&:hover { border-bottom: 1px dotted lighten(@accent-color, 10%); }
|
|
||||||
}
|
|
||||||
|
|
||||||
blockquote {
|
|
||||||
border-left: 1em solid rgba(21, 25, 25, 0.8);
|
|
||||||
padding-left: 1em;
|
|
||||||
p {
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
ul, ol, dl { padding-left: 0; }
|
|
||||||
ul { list-style: square; }
|
|
||||||
ol { list-style: decimal; }
|
|
||||||
li, dt, dd {
|
|
||||||
h1, h2, h3, h4, h5, p, ul, ol, dl, blockquote, .hasGrid { margin-left: 0; margin-right: 0; }
|
|
||||||
}
|
|
||||||
p code, li code {
|
|
||||||
margin: 0 2px;
|
|
||||||
padding: 2px 5px;
|
|
||||||
white-space: nowrap;
|
|
||||||
border: 1px solid #CCC;
|
|
||||||
background-color: #F8F8F8;
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
-moz-border-radius: 3px;
|
|
||||||
border-radius: 3px;
|
|
||||||
-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
img {
|
|
||||||
display: block;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-left: auto;
|
|
||||||
}
|
|
||||||
img.left { margin-right: 16px; }
|
|
||||||
img.right { margin-left: 16px; }
|
|
||||||
|
|
||||||
.date-publish { margin-bottom: 0; }
|
|
||||||
.list-linear .list-head { margin-right: 4px; }
|
|
||||||
.list-category a, .list-tag a {
|
|
||||||
border: 0 none;
|
|
||||||
&:hover span { background-color: @orange; }
|
|
||||||
}
|
|
||||||
.list-category span, .list-tag span {
|
|
||||||
background-color: darken(@orange, 20%);
|
|
||||||
padding: 1px 5px;
|
|
||||||
-webkit-border-radius: 10px;
|
|
||||||
-moz-border-radius: 10px;
|
|
||||||
border-radius: 10px;
|
|
||||||
color: white;
|
|
||||||
text-transform: uppercase;
|
|
||||||
margin: 0 6px 0 0;
|
|
||||||
display: inline-block;
|
|
||||||
position: relative;
|
|
||||||
vertical-align: middle;
|
|
||||||
top: -2px;
|
|
||||||
font-weight: bold;
|
|
||||||
font-size: 10px;
|
|
||||||
}
|
|
||||||
.list-category {
|
|
||||||
margin-bottom: 0;
|
|
||||||
text-transform: capitalize;
|
|
||||||
|
|
||||||
}
|
|
||||||
.list-tag {
|
|
||||||
text-transform: capitalize;
|
|
||||||
}
|
|
||||||
|
|
||||||
.unit-foot {
|
|
||||||
background: url('@{noise-100-90-5}') repeat 0 0 #4d4d4d;
|
|
||||||
color: #fafafa;
|
|
||||||
a {
|
|
||||||
&:link { color: #fafafa; }
|
|
||||||
&:visited { color: #fafafa; }
|
|
||||||
&:hover { color: #ffffff; }
|
|
||||||
}
|
|
||||||
padding-top: @line-height / @em;
|
|
||||||
padding-bottom: @line-height / @em;
|
|
||||||
position: relative;
|
|
||||||
nav ul {
|
|
||||||
list-style: none;
|
|
||||||
li { display: inline; }
|
|
||||||
}
|
|
||||||
.gotop { margin-bottom: 0; }
|
|
||||||
} // .article-inner .unit-foot
|
|
||||||
|
|
||||||
} // .the-article
|
|
||||||
|
|
||||||
/* post & page */
|
|
||||||
.layout-page {
|
|
||||||
.tag_box {
|
|
||||||
background: url('@{noise-100-90-5}') repeat 0 0 @subtle;
|
|
||||||
padding: (@line-height / @em) / 2;
|
|
||||||
list-style: none;
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
-moz-border-radius: 3px;
|
|
||||||
border-radius: 3px;
|
|
||||||
-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
|
|
||||||
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.4);
|
|
||||||
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.4);
|
|
||||||
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px 0 rgba(255, 255, 255, 0.4);
|
|
||||||
li {
|
|
||||||
display: inline;
|
|
||||||
line-height: normal;
|
|
||||||
vertical-align: middle;
|
|
||||||
}
|
|
||||||
a {
|
|
||||||
background-color: @green;
|
|
||||||
float: left;
|
|
||||||
border: 1px solid darken(@green, 30%);
|
|
||||||
padding: 3px 6px 3px 6px;
|
|
||||||
-webkit-border-radius: 3px;
|
|
||||||
-moz-border-radius: 3px;
|
|
||||||
border-radius: 3px;
|
|
||||||
margin: 5px;
|
|
||||||
-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
|
|
||||||
text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.4);
|
|
||||||
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
|
|
||||||
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
|
|
||||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
|
|
||||||
-webkit-transition-duration: 0.2s;
|
|
||||||
-moz-transition-duration: 0.2s;
|
|
||||||
transition-duration: 0.2s;
|
|
||||||
-webkit-user-select:none;
|
|
||||||
-moz-user-select:none;
|
|
||||||
-ms-user-select:none;
|
|
||||||
user-select:none;
|
|
||||||
&:link {}
|
|
||||||
&:active {
|
|
||||||
-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
|
|
||||||
-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
|
|
||||||
box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
|
|
||||||
background: darken(@green, 40%);
|
|
||||||
border: solid darken(@green, 40%);
|
|
||||||
}
|
|
||||||
&:hover {
|
|
||||||
background-color: darken(@green, 10%);
|
|
||||||
border: 1px solid darken(@green, 40%);
|
|
||||||
span {
|
|
||||||
background-color: darken(#fafafa, 10%);
|
|
||||||
border: 1px solid darken(@green, 10%);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
span {
|
|
||||||
background-color: #fafafa;
|
|
||||||
border: 1px solid @green;
|
|
||||||
padding: 1px 5px;
|
|
||||||
-webkit-border-radius: 10px;
|
|
||||||
-moz-border-radius: 10px;
|
|
||||||
border-radius: 10px;
|
|
||||||
color: #1a1a1a;
|
|
||||||
display: inline-block;
|
|
||||||
position: relative;
|
|
||||||
vertical-align: middle;
|
|
||||||
top: -2px;
|
|
||||||
font-weight: bold;
|
|
||||||
font-size: 10px;
|
|
||||||
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
|
|
||||||
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
|
|
||||||
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
} // .page-post
|
|
||||||
|
|
||||||
/* FOOTER
|
|
||||||
----------------------------------------------- */
|
|
||||||
.the-footer {
|
|
||||||
background-color: #1a1a1a;
|
|
||||||
background-color: rgba(21, 25, 25, 0.8);
|
|
||||||
color: #fafafa;
|
|
||||||
color: rgba(250, 250, 250, 0.8);
|
|
||||||
padding-bottom: @line-height / @em;
|
|
||||||
a {
|
|
||||||
&:link {
|
|
||||||
color: @accent-color;
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
&:visited {
|
|
||||||
color: darken(@accent-color, 10%);
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
&:hover {
|
|
||||||
color: lighten(@accent-color, 10%);
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
ul {
|
|
||||||
list-style: square;
|
|
||||||
padding-left: 1em;
|
|
||||||
}
|
|
||||||
address { font-style: normal; }
|
|
||||||
.license {
|
|
||||||
clear: both;
|
|
||||||
p { margin-bottom: 0; }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@import "_layout.less";
|
|
||||||
@import "syntaxhighlighter.css";
|
|
||||||
@import "helper.css";
|
|
|
@ -1,68 +0,0 @@
|
||||||
pre .c { color: #999999; font-style: italic } /* Comment */
|
|
||||||
pre .err { color: #a61717; background-color: #e3d2d2 } /* Error */
|
|
||||||
pre .g { color: #d0d0d0 } /* Generic */
|
|
||||||
pre .k { color: #6ab825; font-weight: bold } /* Keyword */
|
|
||||||
pre .l { color: #d0d0d0 } /* Literal */
|
|
||||||
pre .n { color: #d0d0d0 } /* Name */
|
|
||||||
pre .o { color: #d0d0d0 } /* Operator */
|
|
||||||
pre .x { color: #d0d0d0 } /* Other */
|
|
||||||
pre .p { color: #d0d0d0 } /* Punctuation */
|
|
||||||
pre .cm { color: #999999; font-style: italic } /* Comment.Multiline */
|
|
||||||
pre .cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */
|
|
||||||
pre .c1 { color: #999999; font-style: italic } /* Comment.Single */
|
|
||||||
pre .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
|
|
||||||
pre .gd { color: #d22323 } /* Generic.Deleted */
|
|
||||||
pre .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */
|
|
||||||
pre .gr { color: #d22323 } /* Generic.Error */
|
|
||||||
pre .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
|
|
||||||
pre .gi { color: #589819 } /* Generic.Inserted */
|
|
||||||
pre .go { color: #cccccc } /* Generic.Output */
|
|
||||||
pre .gp { color: #aaaaaa } /* Generic.Prompt */
|
|
||||||
pre .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */
|
|
||||||
pre .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */
|
|
||||||
pre .gt { color: #d22323 } /* Generic.Traceback */
|
|
||||||
pre .kc { color: #6ab825; font-weight: bold } /* Keyword.Constant */
|
|
||||||
pre .kd { color: #6ab825; font-weight: bold } /* Keyword.Declaration */
|
|
||||||
pre .kn { color: #6ab825; font-weight: bold } /* Keyword.Namespace */
|
|
||||||
pre .kp { color: #6ab825 } /* Keyword.Pseudo */
|
|
||||||
pre .kr { color: #6ab825; font-weight: bold } /* Keyword.Reserved */
|
|
||||||
pre .kt { color: #6ab825; font-weight: bold } /* Keyword.Type */
|
|
||||||
pre .ld { color: #d0d0d0 } /* Literal.Date */
|
|
||||||
pre .m { color: #3677a9 } /* Literal.Number */
|
|
||||||
pre .s { color: #ed9d13 } /* Literal.String */
|
|
||||||
pre .na { color: #bbbbbb } /* Name.Attribute */
|
|
||||||
pre .nb { color: #24909d } /* Name.Builtin */
|
|
||||||
pre .nc { color: #447fcf; text-decoration: underline } /* Name.Class */
|
|
||||||
pre .no { color: #40ffff } /* Name.Constant */
|
|
||||||
pre .nd { color: #ffa500 } /* Name.Decorator */
|
|
||||||
pre .ni { color: #d0d0d0 } /* Name.Entity */
|
|
||||||
pre .ne { color: #bbbbbb } /* Name.Exception */
|
|
||||||
pre .nf { color: #447fcf } /* Name.Function */
|
|
||||||
pre .nl { color: #d0d0d0 } /* Name.Label */
|
|
||||||
pre .nn { color: #447fcf; text-decoration: underline } /* Name.Namespace */
|
|
||||||
pre .nx { color: #d0d0d0 } /* Name.Other */
|
|
||||||
pre .py { color: #d0d0d0 } /* Name.Property */
|
|
||||||
pre .nt { color: #6ab825; font-weight: bold } /* Name.Tag */
|
|
||||||
pre .nv { color: #40ffff } /* Name.Variable */
|
|
||||||
pre .ow { color: #6ab825; font-weight: bold } /* Operator.Word */
|
|
||||||
pre .w { color: #666666 } /* Text.Whitespace */
|
|
||||||
pre .mf { color: #3677a9 } /* Literal.Number.Float */
|
|
||||||
pre .mh { color: #3677a9 } /* Literal.Number.Hex */
|
|
||||||
pre .mi { color: #3677a9 } /* Literal.Number.Integer */
|
|
||||||
pre .mo { color: #3677a9 } /* Literal.Number.Oct */
|
|
||||||
pre .sb { color: #ed9d13 } /* Literal.String.Backtick */
|
|
||||||
pre .sc { color: #ed9d13 } /* Literal.String.Char */
|
|
||||||
pre .sd { color: #ed9d13 } /* Literal.String.Doc */
|
|
||||||
pre .s2 { color: #ed9d13 } /* Literal.String.Double */
|
|
||||||
pre .se { color: #ed9d13 } /* Literal.String.Escape */
|
|
||||||
pre .sh { color: #ed9d13 } /* Literal.String.Heredoc */
|
|
||||||
pre .si { color: #ed9d13 } /* Literal.String.Interpol */
|
|
||||||
pre .sx { color: #ffa500 } /* Literal.String.Other */
|
|
||||||
pre .sr { color: #ed9d13 } /* Literal.String.Regex */
|
|
||||||
pre .s1 { color: #ed9d13 } /* Literal.String.Single */
|
|
||||||
pre .ss { color: #ed9d13 } /* Literal.String.Symbol */
|
|
||||||
pre .bp { color: #24909d } /* Name.Builtin.Pseudo */
|
|
||||||
pre .vc { color: #40ffff } /* Name.Variable.Class */
|
|
||||||
pre .vg { color: #40ffff } /* Name.Variable.Global */
|
|
||||||
pre .vi { color: #40ffff } /* Name.Variable.Instance */
|
|
||||||
pre .il { color: #3677a9 } /* Literal.Number.Integer.Long */
|
|
Binary file not shown.
|
@ -1,177 +0,0 @@
|
||||||
<?xml version="1.0" standalone="no"?>
|
|
||||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg">
|
|
||||||
<metadata>
|
|
||||||
This is a custom SVG webfont generated by Font Squirrel.
|
|
||||||
Copyright : Generated in 2009 by FontLab Studio Copyright info pending
|
|
||||||
</metadata>
|
|
||||||
<defs>
|
|
||||||
<font id="webfontY2elItE2" horiz-adv-x="1261" >
|
|
||||||
<font-face units-per-em="2048" ascent="1536" descent="-512" />
|
|
||||||
<missing-glyph horiz-adv-x="532" />
|
|
||||||
<glyph unicode=" " horiz-adv-x="532" />
|
|
||||||
<glyph unicode="	" horiz-adv-x="532" />
|
|
||||||
<glyph unicode=" " horiz-adv-x="532" />
|
|
||||||
<glyph unicode="!" horiz-adv-x="575" d="M174 100.5q0 49.5 33 81t82 31.5t80.5 -31.5t31.5 -81t-31.5 -82t-80.5 -32.5t-82 32.5t-33 82zM195 1679h188l-27 -1302h-135z" />
|
|
||||||
<glyph unicode=""" horiz-adv-x="774" d="M92 1464q0 49 33 81t82 32q61 0 93 -50t32 -118q-2 -147 -152 -332l-86 29q102 127 121 244q-55 0 -89 32.5t-34 81.5zM442 1464q0 49 33 81t82 32q59 0 92 -50t33 -118q-2 -147 -152 -332l-86 29q102 127 121 244q-55 0 -89 32.5t-34 81.5z" />
|
|
||||||
<glyph unicode="#" horiz-adv-x="1689" d="M82 489l35 148h338l88 362h-348l34 148h351l106 430h152l-107 -430h361l106 430h152l-107 -430h365l-35 -148h-367l-88 -362h377l-35 -148h-379l-118 -489h-152l119 489h-361l-118 -489h-152l119 489h-336zM606 637h361l88 362h-361z" />
|
|
||||||
<glyph unicode="$" horiz-adv-x="1341" d="M117 281l125 118q131 -213 387 -252v607q-78 25 -129 44t-111.5 54t-95.5 75t-59.5 100t-24.5 136q0 117 42 204t109.5 133t133 68.5t135.5 28.5v125h131v-127q260 -25 411 -186l-127 -111q-106 109 -284 132v-537q109 -35 176.5 -63.5t145 -82t116.5 -132t39 -183.5 q0 -205 -138 -322.5t-339 -129.5v-119h-131v123q-336 39 -512 297zM381 1163q0 -86 64.5 -138t183.5 -91v498q-98 -14 -173 -76t-75 -193zM760 143q129 12 217 87t88 202q0 113 -79 173.5t-226 107.5v-570z" />
|
|
||||||
<glyph unicode="%" horiz-adv-x="2066" d="M123 1167.5q0 118.5 35 205.5t93 133t122.5 67.5t136.5 21.5q74 0 138.5 -20.5t123.5 -67.5t93 -135t34 -209q-2 -227 -115.5 -326.5t-271.5 -99.5q-72 0 -136.5 21.5t-123.5 67.5t-94 134.5t-35 207zM276 1167q0 -168 70 -241.5t166 -73.5t163.5 72.5t69.5 238.5 q0 170 -68.5 244t-166.5 74q-96 -2 -165 -75t-69 -239zM350 -96l1188 1763h176l-1188 -1763h-176zM1167 416q2 227 115 327.5t272 102.5q74 0 138.5 -21.5t124 -67.5t93.5 -135.5t34 -209.5q-2 -227 -116 -326.5t-272 -99.5q-72 0 -136 21.5t-123.5 67.5t-94.5 134t-35 207z M1323 412q0 -166 68.5 -239t165 -73t164 73t69.5 239q0 168 -67.5 242.5t-163.5 76.5q-96 0 -166 -74.5t-70 -244.5z" />
|
|
||||||
<glyph unicode="&" horiz-adv-x="1802" d="M123 410q0 150 95 254t267 200q-104 115 -157.5 203t-53.5 174q0 92 38 159.5t103.5 104.5t138.5 54.5t155 17.5q178 0 302 -80t124 -256q0 -121 -102.5 -210t-295.5 -187l377 -404q31 47 58 102l69 138l55 113l127 -78q-162 -324 -200 -387q182 -180 211 -174q37 0 53 3 t41.5 29.5t50.5 81.5l111 -65q-35 -78 -66 -124t-66.5 -63.5t-57 -21.5t-66.5 -4q-72 -8 -306 207q-184 -211 -491 -211q-59 0 -140 23.5t-168 70.5t-146.5 134t-59.5 196zM295 410q0 -84 68.5 -144.5t142.5 -84t131 -23.5q227 2 377 151l-432 455q-135 -74 -211 -157.5 t-76 -196.5zM446 1241q0 -90 195 -295q100 51 160.5 88t111 93.5t50.5 113.5q0 113 -74 163t-180 50q-109 0 -186 -51t-77 -162z" />
|
|
||||||
<glyph unicode="'" horiz-adv-x="423" d="M92 1464q0 49 33 81t82 32q61 0 93 -50t32 -118q-2 -147 -152 -332l-86 29q102 127 121 244q-55 0 -89 32.5t-34 81.5z" />
|
|
||||||
<glyph unicode="(" horiz-adv-x="692" d="M123 520q0 98 13.5 220t49 269.5t89 267.5t143.5 205t200 95l13 -143q-96 -35 -167 -144.5t-104.5 -255t-49 -273.5t-15.5 -241q0 -111 15.5 -238.5t49 -273t104.5 -256t167 -143.5l-13 -144q-113 12 -202.5 98.5t-142 205t-88 264t-49 266.5t-13.5 221z" />
|
|
||||||
<glyph unicode=")" horiz-adv-x="692" d="M61 -391q96 33 167 143.5t105 256t49 273.5t15 238q0 113 -15 241t-49 273.5t-104.5 255t-167.5 144.5l13 143q111 -10 201 -95t143 -205t89 -267.5t49 -269.5t13 -220q0 -100 -13 -221t-49 -266.5t-88 -264t-142.5 -204.5t-202.5 -99z" />
|
|
||||||
<glyph unicode="*" horiz-adv-x="1265" d="M100 1161l52 133l413 -166l-4 449h144l-5 -449l414 166l51 -133l-424 -166l295 -327l-118 -101l-285 353l-283 -353l-123 101l295 327z" />
|
|
||||||
<glyph unicode="+" horiz-adv-x="1331" d="M102 496v137h484v493h137v-493h506v-137h-506v-496h-137v496h-484z" />
|
|
||||||
<glyph unicode="," horiz-adv-x="413" d="M82 100.5q0 49.5 32.5 81t82.5 31.5q61 0 93 -50t32 -118q-2 -147 -152 -332l-86 29q102 127 121 244q-55 0 -89 32.5t-34 82z" />
|
|
||||||
<glyph unicode="-" horiz-adv-x="708" d="M113 492v143h483v-143h-483z" />
|
|
||||||
<glyph unicode="." horiz-adv-x="411" d="M92 100.5q0 49.5 33 81t82 31.5t80.5 -31.5t31.5 -81t-31.5 -82t-80.5 -32.5t-82 32.5t-33 82z" />
|
|
||||||
<glyph unicode="/" horiz-adv-x="884" d="M41 -532l633 2109h170l-633 -2109h-170z" />
|
|
||||||
<glyph unicode="0" horiz-adv-x="1253" d="M123 579.5q0 165.5 44 287.5t118.5 187.5t159.5 96.5t181.5 31t181.5 -31t159.5 -96.5t118.5 -187.5t44 -287.5t-44 -287.5t-118.5 -187.5t-159.5 -96.5t-181.5 -31t-181.5 31t-159.5 96.5t-118.5 187.5t-44 287.5zM295 579.5q0 -237.5 96 -344t235.5 -106.5t235.5 106.5 t96 344t-96 344t-235.5 106.5t-235.5 -106.5t-96 -344z" />
|
|
||||||
<glyph unicode="1" horiz-adv-x="731" d="M102 936l293 221h166v-1157h-166v983l-182 -154z" />
|
|
||||||
<glyph unicode="2" horiz-adv-x="1126" d="M102 0v131l71 49q44 31 155.5 120t196.5 169t156 176t71 162q0 109 -56.5 161t-152.5 50q-53 0 -104.5 -19.5t-85.5 -46t-59.5 -54.5t-37.5 -46l-12 -18q-104 98 -105 100q43 78 155 162t251 86q180 0 280.5 -92.5t100.5 -270.5q0 -139 -165 -323.5t-376 -345.5h627 l2 -150h-912z" />
|
|
||||||
<glyph unicode="3" horiz-adv-x="1142" d="M82 -313l108 106q10 -8 28 -20.5t80 -30.5t130 -16q92 0 184.5 43t164 147t71.5 250q0 98 -74 173t-174 75q-41 0 -86 -6.5t-80 -13.5t-62.5 -15t-43.5 -14l-17 -5v144q166 68 262.5 148.5t96.5 197.5q0 74 -52.5 120t-125.5 46q-53 0 -99.5 -14.5t-76 -36t-51 -43 t-32.5 -35.5l-8 -15l-96 95q4 8 13.5 22.5t41 52t69.5 65.5t102.5 51.5t133.5 23.5q145 0 247 -93.5t102 -238.5q0 -158 -183 -293q152 -18 257.5 -126.5t109.5 -264.5q0 -147 -57.5 -268t-148.5 -192t-191.5 -108.5t-196.5 -37.5q-88 0 -175 31.5t-130 64.5z" />
|
|
||||||
<glyph unicode="4" horiz-adv-x="1286" d="M82 0v90l803 1067h108v-1007h232v-150h-232v-440h-166v440h-745zM307 141l39 9h481v688l-491 -666l-29 -29v-2z" />
|
|
||||||
<glyph unicode="5" horiz-adv-x="1208" d="M143 -301l107 104q8 -8 24.5 -21t79 -34.5t135.5 -21.5q150 0 281 115.5t131 328.5q0 115 -84 218.5t-203 103.5q-158 0 -270 -76h-166v741h770v-156h-604v-413q119 53 270 53q180 0 317.5 -143.5t145.5 -327.5q0 -147 -57 -268t-146.5 -192.5t-188.5 -110.5t-196 -39 q-104 0 -190 34.5t-121 69.5z" />
|
|
||||||
<glyph unicode="6" horiz-adv-x="1269" d="M131 727q0 360 170 620.5t424 260.5q188 0 356 -135l-110 -107q-100 84 -240 84q-115 0 -202 -76t-134 -195.5t-71.5 -240.5t-26.5 -236q176 268 414 269q193 0 314.5 -111.5t121.5 -353.5q0 -80 -25.5 -164t-78 -167t-151.5 -136t-230 -53q-254 0 -392.5 191.5 t-138.5 549.5zM319 481q35 -168 123 -256t220 -88q111 0 185.5 66.5t101 145.5t26.5 157q0 164 -74 238.5t-190 74.5q-230 0 -392 -338z" />
|
|
||||||
<glyph unicode="7" horiz-adv-x="1058" d="M10 -328q86 53 339 497.5t437 823.5h-696v164h907v-121q-195 -410 -478 -918.5t-394 -557.5z" />
|
|
||||||
<glyph unicode="8" horiz-adv-x="1216" d="M133 350q2 143 97.5 263t224.5 208q-281 223 -281 439q0 92 38 160.5t103.5 106.5t138 55t154.5 17t155 -17t138.5 -55t103 -106.5t37.5 -160.5q0 -143 -98 -255t-221 -186q86 -63 137 -106t109.5 -104.5t86 -125t27.5 -133.5q0 -78 -24.5 -140.5t-59 -100t-87 -65.5 t-93.5 -40t-93 -19.5t-72 -7.5h-42h-4h-36q-13 0 -68 6.5t-95 18.5t-95.5 40t-91.5 65.5t-62.5 101t-26.5 141.5zM307 350q0 -55 19.5 -98t55.5 -66.5t67.5 -39t74.5 -19.5l55 -5q11 -1 29 -1h2q23 0 45.5 1t72.5 13t86 33.5t65.5 69t29.5 112.5q0 86 -86 174t-254 209 q-248 -160 -262 -383zM348 1260q0 -90 67.5 -174.5t188.5 -178.5q53 29 105.5 68t105.5 119t53 166q0 111 -75.5 159.5t-184 48.5t-184.5 -48.5t-76 -159.5z" />
|
|
||||||
<glyph unicode="9" horiz-adv-x="1269" d="M123 662q0 80 25.5 163.5t78 166.5t151.5 136.5t230 53.5q254 0 392.5 -191.5t138.5 -550.5q0 -109 -20.5 -224.5t-69 -234t-116 -212t-171 -151.5t-225.5 -58q-117 0 -217.5 37.5t-155.5 76.5l112 109q119 -66 259 -66q115 0 202.5 75t136 194.5t72 239.5t27.5 237 q-180 -266 -414 -266q-193 0 -314.5 111.5t-121.5 353.5zM295 662q0 -164 73.5 -239t190.5 -75q227 0 391 336q-35 170 -123 258t-219 88q-111 0 -185.5 -66.5t-101 -145t-26.5 -156.5z" />
|
|
||||||
<glyph unicode=":" horiz-adv-x="514" d="M143 100.5q0 49.5 33 81t82 31.5t81 -31.5t32 -81t-32 -82t-81 -32.5t-82 32.5t-33 82zM143 850q0 49 33 81t82 32t81 -32t32 -81t-32 -82t-81 -33t-82 33t-33 82z" />
|
|
||||||
<glyph unicode=";" horiz-adv-x="526" d="M143 100.5q0 49.5 33 81t82 31.5q61 0 93 -50t32 -118q-2 -147 -152 -332l-86 29q102 127 121 244q-55 0 -89 32.5t-34 82zM143 850q0 49 33 81t82 32t81 -32t32 -81t-32 -82t-81 -33t-82 33t-33 82z" />
|
|
||||||
<glyph unicode="<" horiz-adv-x="1433" d="M154 500v147l1136 514v-147l-975 -441l975 -440v-147z" />
|
|
||||||
<glyph unicode="=" horiz-adv-x="1394" d="M133 344v137h1129v-137h-1129zM133 672v137h1129v-137h-1129z" />
|
|
||||||
<glyph unicode=">" horiz-adv-x="1433" d="M143 -14v147l973 440l-973 441v147l1137 -514v-147z" />
|
|
||||||
<glyph unicode="?" horiz-adv-x="1032" d="M84 1393q6 12 19.5 31.5t56.5 68.5t91 87t125 68.5t156 30.5q104 0 184.5 -25.5t125.5 -64.5t72.5 -91t35.5 -96t8 -91q0 -78 -24.5 -147.5t-81.5 -139.5t-93 -104l-114 -107q-164 -150 -164 -213q0 -88 94 -172l-104 -90q-53 47 -78.5 76.5t-47 79t-21.5 108.5 q0 90 52 164t161 170q74 68 118.5 116t86.5 119.5t44 139.5q0 225 -254 225q-59 0 -115.5 -25.5t-95 -61.5t-69.5 -72t-45 -62l-14 -25zM399 100.5q0 49.5 33 81t82 31.5t81 -31.5t32 -81t-32 -82t-81 -32.5t-82 32.5t-33 82z" />
|
|
||||||
<glyph unicode="@" horiz-adv-x="2195" d="M123 535q0 266 141.5 507.5t378 388t502.5 146.5q215 0 395 -76t294 -199.5t176.5 -276.5t62.5 -312q0 -158 -54.5 -283t-133.5 -195.5t-175 -117.5t-170 -62.5t-129 -15.5q-166 0 -127 182q-209 -184 -412 -182q-276 2 -276 383q0 162 56.5 308.5t141.5 243.5t183 154.5 t184 57.5q190 0 297 -164l29 121l160 -37q-209 -928 -209 -938q6 -6 57 4t123 46t139.5 94.5t112.5 164t39 236.5q0 127 -51.5 249.5t-145.5 224t-242.5 164t-324.5 62.5q-221 0 -421 -125t-318.5 -328.5t-118.5 -424.5q0 -330 255 -552.5t603 -222.5q182 0 321.5 48.5 t341.5 216.5l103 -127q-231 -190 -392 -245.5t-374 -55.5q-270 0 -503.5 119.5t-376 337t-142.5 481.5zM760 422q0 -254 112 -260q78 -2 160 39t147.5 105.5t100.5 105.5t61 77l76 345q-55 135 -117.5 182t-138.5 47q-135 0 -268 -188.5t-133 -452.5z" />
|
|
||||||
<glyph unicode="A" horiz-adv-x="1474" d="M61 0l582 1577h188l582 -1577h-190l-199 537h-575l-197 -537h-191zM506 692h461l-230 627z" />
|
|
||||||
<glyph unicode="B" horiz-adv-x="1308" d="M174 0v1577h180v-115q117 76 190.5 106.5t164.5 30.5q166 0 284.5 -111.5t118.5 -344.5q-2 -223 -160 -324q129 -59 180.5 -154.5t51.5 -179.5v-10q0 -43 -1 -70.5t-11.5 -85t-29 -97.5t-57 -90t-94 -82t-142.5 -53.5t-198 -21.5q-137 4 -297 117v-92h-180zM354 236 q147 -92 297 -93q78 0 138.5 16.5t97.5 36t63.5 58.5t37.5 61.5t17.5 67.5t6.5 56v46q0 31 -13.5 65t-46 77t-106.5 72.5t-178 33.5q-59 -4 -314 -4v-493zM354 877h112q32 0 102.5 3t102.5 10l85 19q53 12 78.5 32t54.5 47.5t40 67.5t11 91q-2 145 -69.5 215t-161.5 70 q-160 0 -355 -119v-436z" />
|
|
||||||
<glyph unicode="C" horiz-adv-x="1357" d="M123 752q0 203 59.5 369.5t154.5 267t208.5 154.5t228.5 54q92 0 174 -22.5t134.5 -53t92 -62.5t58.5 -54l16 -23l-125 -120l-11 17q-7 11 -38 40t-66.5 50.5t-99 38.5t-137.5 17q-186 0 -325.5 -174t-139.5 -499q0 -256 131 -430.5t320 -174.5q45 0 89 6.5t81 16.5 t70.5 23.5t61 28t50.5 28.5t40 27.5l29.5 23.5t18.5 16l6 7l111 -107q-61 -76 -117 -115q-176 -127 -436 -127q-274 0 -456.5 222.5t-182.5 554.5z" />
|
|
||||||
<glyph unicode="D" horiz-adv-x="1503" d="M174 0v1577h180v-174q205 193 465 194q111 0 207 -45t178 -137t129 -256t47 -381q0 -342 -179 -572.5t-443 -230.5q-190 4 -404 142v-117h-180zM354 281q197 -129 404 -129q188 0 315 177t127 449q0 315 -111.5 477t-263.5 166q-281 0 -471 -194v-946z" />
|
|
||||||
<glyph unicode="E" horiz-adv-x="1150" d="M174 0v1577h651l215 10v-186h-686v-508h584v-156h-584v-561h500l215 10v-186h-895z" />
|
|
||||||
<glyph unicode="F" horiz-adv-x="1112" d="M174 0v1577h651l215 10v-186h-686v-508h584v-156h-584v-737h-180z" />
|
|
||||||
<glyph unicode="G" horiz-adv-x="1525" d="M123 764q0 184 48 330.5t122 237.5t173 152.5t194.5 86t191.5 26.5q90 0 173 -24.5t138.5 -60t98.5 -71.5t61 -61l20 -24l-124 -121q-4 8 -14.5 21.5t-43.5 47t-70.5 59.5t-100 47.5t-130.5 23.5q-90 0 -180 -35t-176 -108.5t-140.5 -210t-54.5 -316.5q0 -100 30 -201.5 t90 -196t171 -153.5t254 -61q98 0 217 54t119 113v306h-211q-109 0 -166 30v164q74 -18 172 -18h365v-490q0 -135 -150.5 -233t-337.5 -103q-160 0 -290 51.5t-211.5 132.5t-137 187.5t-78 210t-22.5 207.5z" />
|
|
||||||
<glyph unicode="H" horiz-adv-x="1519" d="M174 0v1577h180v-684h811v684h181v-1577h-181v737h-811v-737h-180z" />
|
|
||||||
<glyph unicode="I" horiz-adv-x="528" d="M174 0v1577h180v-1577h-180z" />
|
|
||||||
<glyph unicode="J" horiz-adv-x="585" d="M-20 -369q109 31 181 113t72 221v1612h181v-1612q0 -94 -26 -173t-63.5 -131t-90 -93t-96.5 -61.5t-93 -36.5z" />
|
|
||||||
<glyph unicode="K" horiz-adv-x="1265" d="M174 0v1577h180v-711l541 711h227l-590 -737q45 -6 112 -38t106 -77q45 -45 244.5 -365.5t230.5 -355.5v-4h-219q-35 37 -188.5 295t-190.5 297q-82 90 -185 90q-61 0 -88 -6v-676h-180z" />
|
|
||||||
<glyph unicode="L" horiz-adv-x="1202" d="M174 0v1577h180v-1401h561l215 10v-186h-956z" />
|
|
||||||
<glyph unicode="M" horiz-adv-x="1742" d="M174 0v1577h180l514 -1352l2 -14l2 14l517 1352h180v-1577h-180v1106l2 31l-9 -31l-424 -1106h-174l-424 1106l-8 31l2 -31v-1106h-180z" />
|
|
||||||
<glyph unicode="N" horiz-adv-x="1482" d="M174 0v1577h180v-2l762 -1239l14 -29l-2 29v1241h181v-1577h-181v2l-761 1243l-15 29l2 -29v-1245h-180z" />
|
|
||||||
<glyph unicode="O" horiz-adv-x="1554" d="M123 790.5q0 225.5 55 389t152.5 252t208 127t241.5 38.5q102 -2 192.5 -25.5t176.5 -80.5t146.5 -146.5t98.5 -229.5t38 -320q0 -227 -55.5 -391t-152 -252.5t-207 -127t-241.5 -38.5t-240.5 38.5t-206 126t-151.5 251t-55 389zM303 795q0 -180 40 -310.5t109.5 -200 t149.5 -100t174 -30.5t174 30.5t149.5 99t110.5 198.5t41 309q0 176 -40 305t-109.5 198.5t-148.5 101t-173 34.5q-94 0 -175 -31t-151.5 -100.5t-110.5 -197.5t-40 -306z" />
|
|
||||||
<glyph unicode="P" horiz-adv-x="1265" d="M174 0v1577h180v-123q190 143 365 143q160 -6 301 -140t143 -355q0 -287 -138 -458t-349 -171q-170 2 -322 107v-580h-180zM354 760q166 -129 330 -131q133 4 220 131t87 342q-2 145 -88 233t-184 95q-98 0 -176 -29t-189 -98v-543z" />
|
|
||||||
<glyph unicode="Q" horiz-adv-x="1554" d="M123 780q0 182 38 325.5t99.5 235t148.5 150.5t178 82.5t193 23.5q129 -2 239.5 -44t206 -131t151 -253.5t55.5 -388.5q0 -207 -47.5 -362.5t-131.5 -244.5t-181 -135t-214 -58q70 -82 232 -82q53 0 192 32l49 -161q-88 -39 -241 -39q-96 0 -174 25.5t-124.5 68.5t-73 80 t-42.5 78q-244 29 -398.5 218t-154.5 580zM303 784q0 -180 40 -310t109.5 -199.5t149.5 -100.5t174 -31t174 31t149.5 99.5t110.5 198.5t41 308q0 143 -26.5 256t-71.5 184.5t-106.5 120t-127 67.5t-139.5 22q-94 0 -175 -33t-150.5 -103.5t-110.5 -201t-41 -308.5z" />
|
|
||||||
<glyph unicode="R" horiz-adv-x="1349" d="M174 0v1577h180v-115q111 70 187.5 102.5t169.5 32.5q168 -4 295 -112.5t127 -335.5q0 -152 -54.5 -258.5t-128 -155.5t-170.5 -69q82 -70 271.5 -338.5t267.5 -323.5v-4h-223q-53 39 -134 146.5t-149 211t-150.5 192.5t-148.5 101q-113 0 -160 2v-653h-180zM354 799h303 q121 2 211 82t93 268q0 139 -76 207.5t-174 73.5q-100 0 -176 -27t-181 -88v-516z" />
|
|
||||||
<glyph unicode="S" horiz-adv-x="1361" d="M117 281l125 118q78 -125 202.5 -189.5t272.5 -68.5q143 0 245.5 76t102.5 215q0 53 -22.5 97t-50 71t-84 53.5t-95.5 40t-108 33.5l-21 6q-94 29 -144.5 46.5t-124 55t-111.5 77.5t-66.5 104.5t-28.5 146.5q0 106 36 187.5t88 127.5t119.5 74.5t122 37.5t105.5 9 q150 0 280 -51t211 -139l-127 -111q-131 137 -364 138q-43 0 -87 -11.5t-95.5 -38t-84 -84t-32.5 -139.5q0 -45 22.5 -82t48 -59.5t85 -48t90 -35.5t106.5 -33q90 -29 146.5 -49t132 -60t119 -86t75 -118t31.5 -160q0 -217 -153.5 -336t-370.5 -119q-397 13 -596 304z" />
|
|
||||||
<glyph unicode="T" horiz-adv-x="1150" d="M20 1421v156h1110v-156h-468v-1421h-181v1421h-461z" />
|
|
||||||
<glyph unicode="U" horiz-adv-x="1460" d="M174 489v1088h180v-1083q0 -94 29 -163t70 -106t96 -59.5t97 -27.5t85 -5t84 5t96.5 27.5t95.5 58.5t69.5 104.5t29.5 160.5v1088h180v-1088q0 -133 -43 -232t-102.5 -151.5t-141 -83t-143 -39t-125.5 -8.5q-66 0 -126 8.5t-143 39t-142.5 83t-102.5 151.5t-43 232z" />
|
|
||||||
<glyph unicode="V" horiz-adv-x="1433" d="M61 1577h191l459 -1296l6 -27l6 27l459 1296h190l-561 -1577h-188z" />
|
|
||||||
<glyph unicode="W" horiz-adv-x="2019" d="M61 1577h189l328 -1270l4 -24l4 24l327 1270h191l328 -1270l4 -24l4 24l327 1270h191l-447 -1577h-149l-348 1217l-6 36l-7 -36l-344 -1217h-149z" />
|
|
||||||
<glyph unicode="X" horiz-adv-x="1345" d="M61 0l500 786l-500 791h220l391 -616l393 616h219l-502 -791l502 -786h-221l-391 612l-389 -612h-222z" />
|
|
||||||
<glyph unicode="Y" horiz-adv-x="1263" d="M20 1577h218l397 -627l399 627h209l-520 -821v-756h-178v756z" />
|
|
||||||
<glyph unicode="Z" horiz-adv-x="1257" d="M104 0v168l789 1241h-768v168h987v-164l-788 -1245h594q23 -1 44 -1q154 0 193 40v-174q-18 -16 -78.5 -24.5t-111.5 -8.5h-52h-809z" />
|
|
||||||
<glyph unicode="[" horiz-adv-x="735" d="M174 -532v2109h418v-123h-246v-1864h246v-122h-418z" />
|
|
||||||
<glyph unicode="\" horiz-adv-x="905" d="M51 1577h170l633 -2109h-170z" />
|
|
||||||
<glyph unicode="]" horiz-adv-x="735" d="M143 -410h246v1864h-246v123h418v-2109h-418v122z" />
|
|
||||||
<glyph unicode="^" horiz-adv-x="1339" d="M82 0l514 1126h147l514 -1126h-147l-440 965l-441 -965h-147z" />
|
|
||||||
<glyph unicode="_" horiz-adv-x="1353" d="M113 0h1128v-131h-1128v131z" />
|
|
||||||
<glyph unicode="`" horiz-adv-x="729" d="M113 1432l43 145l460 -229l-43 -97z" />
|
|
||||||
<glyph unicode="a" horiz-adv-x="1155" d="M123 283q0 72 14.5 124t53 103t120.5 87t207 54q213 29 285 47v129q0 51 -32 117t-95 66q-219 0 -344 -107q-18 -20 -16.5 -39.5t16.5 -34.5l-164 -30q-20 26 -20 64q0 24 8 52q20 74 92 115q218 121 445 121h7q100 0 165 -61.5t84.5 -129t19.5 -133.5v-555 q0 -16 4 -40.5t32.5 -73.5t77.5 -80l-110 -103q-119 47 -158 199q-186 -199 -385 -199q-20 0 -49 4.5t-77 22.5t-86 49t-66.5 91.5t-28.5 140.5zM293 283q0 -49 17.5 -85t42 -51.5t42 -21.5t29.5 -6q104 0 204.5 66.5t174.5 158.5v207q-100 -20 -266 -43 q-152 -20 -198 -74.5t-46 -150.5z" />
|
|
||||||
<glyph unicode="b" horiz-adv-x="1292" d="M174 0v1679h172v-770q189 242 414 242h4q180 -2 292.5 -170t112.5 -399q0 -287 -125.5 -447t-347.5 -160q-156 0 -350 156v-131h-172zM346 319q76 -76 174 -126t176 -50q137 0 219 117t82 322q0 162 -64.5 280.5t-168.5 120.5h-4q-243 0 -414 -266v-398z" />
|
|
||||||
<glyph unicode="c" horiz-adv-x="1044" d="M113 543q0 295 149 454q144 154 320 154h14q66 -2 125 -21.5t97 -46t67.5 -52t44.5 -44.5l12 -16l-108 -103q-2 4 -8.5 12.5t-27 28t-46 34.5t-68.5 28.5t-92 15.5h-8q-114 0 -205 -113q-94 -117 -94 -331q0 -172 82 -288t215 -116q51 0 81.5 4t83 32t109.5 81l107 -102 q-82 -82 -156 -124t-116 -48.5t-109 -6.5q-209 0 -339 162t-130 406z" />
|
|
||||||
<glyph unicode="d" horiz-adv-x="1333" d="M123 545q0 287 126 446.5t347 159.5q156 0 350 -156v684h172v-1409q2 -16 7 -39.5t39 -77t87 -79.5l-141 -99q-143 78 -164 242q-189 -242 -414 -242h-4q-180 2 -292.5 170.5t-112.5 399.5zM295 545q0 -162 64.5 -281t168.5 -121h8q243 0 410 267v397q-80 76 -176 126 t-174 50q-137 0 -219 -116.5t-82 -321.5z" />
|
|
||||||
<glyph unicode="e" horiz-adv-x="1187" d="M113 551q0 242 138 421t347 179q119 0 209 -46t136 -107.5t73.5 -139.5t35 -127t7.5 -84v-76h-774q0 -193 85 -318.5t236 -125.5q115 0 195 49q80 47 153 146l105 -101q-72 -88 -141.5 -144.5t-135 -74.5t-95.5 -22.5t-81 -4.5q-227 0 -360 167t-133 409zM309 723h570 q-10 47 -27.5 89t-48.5 87t-84 72.5t-121 27.5q-100 0 -177 -76.5t-112 -199.5z" />
|
|
||||||
<glyph unicode="f" horiz-adv-x="825" d="M61 983v143h146v197q0 367 317 367q207 0 363 -129l-111 -107q-119 92 -252 92q-49 0 -79.5 -15t-45 -51t-18.5 -68t-4 -89v-197h332v-143h-332v-983h-170v983h-146z" />
|
|
||||||
<glyph unicode="g" d="M123 -221q2 125 45 200.5t127 137.5q-96 41 -105 133q0 96 146 213q-170 96 -170 332q0 92 44 165.5t113.5 113.5t142.5 60.5t140 20.5q63 0 137 -18q133 121 310 120q55 0 123 -20l-29 -143q-37 12 -94 12q-88 0 -166 -33q160 -102 160 -278q0 -115 -44.5 -197 t-115 -122t-140 -56.5t-141.5 -16.5q-70 0 -123 11q-121 -86 -121 -164q6 -6 52.5 -9t120.5 -5l73 -3q119 -6 207 -21t179 -49t140.5 -101.5t49.5 -163.5q0 -199 -144.5 -330t-425.5 -131q-199 0 -345 98.5t-146 243.5zM297 -221q0 -82 94 -135.5t223 -53.5q197 0 301.5 87 t104.5 221q0 53 -36 90t-103.5 55t-128 26.5t-146.5 12.5q-119 0 -147 2q-84 -51 -123 -113.5t-39 -191.5zM338 795q0 -80 26.5 -135.5t70.5 -81t85 -34.5t86 -9t87 11t85 37.5t69.5 81t26.5 130.5q0 113 -86 171t-182 58t-182 -58t-86 -171z" />
|
|
||||||
<glyph unicode="h" horiz-adv-x="1241" d="M174 0v1679h172v-790q270 262 492 262q260 0 260 -350v-801h-172v801q0 178 -88 178q-233 0 -492 -268v-711h-172z" />
|
|
||||||
<glyph unicode="i" horiz-adv-x="555" d="M174 1475q0 45 29.5 73.5t75 28.5t74 -28.5t28.5 -73.5t-28.5 -75t-74 -30t-75 30t-29.5 75zM193 0v1126h169v-1126h-169z" />
|
|
||||||
<glyph unicode="j" horiz-adv-x="452" d="M-72 -401q61 8 111.5 101t50.5 212v1214h170v-1214q0 -178 -87 -308t-193 -167zM72 1475q0 45 29.5 73.5t74.5 28.5t74 -28.5t29 -73.5t-29 -75t-74 -30t-74.5 30t-29.5 75z" />
|
|
||||||
<glyph unicode="k" horiz-adv-x="1157" d="M174 0v1679h172v-950q383 268 449 397h174q-35 -133 -467 -458q66 -27 114 -80l338 -381q190 -207 213 -207h-231q-25 8 -102.5 91l-192.5 217l-147 169q-61 63 -99 74q-20 6 -49 -2v-549h-172z" />
|
|
||||||
<glyph unicode="l" horiz-adv-x="573" d="M174 299v1380h170v-1380q0 -111 23 -133q45 -45 135 -45l-6 -146q-180 0 -250 70q-72 72 -72 254z" />
|
|
||||||
<glyph unicode="m" horiz-adv-x="1882" d="M174 0v1126h172v-223q225 248 426 248q221 0 254 -254q227 254 432 254q260 0 260 -350v-801h-172v801q0 178 -88 178q-74 0 -140.5 -24.5t-123.5 -74t-87 -80t-75 -85.5v-715h-172v801q0 178 -88 178q-74 0 -140.5 -24.5t-123.5 -74t-87 -80t-75 -85.5v-715h-172z" />
|
|
||||||
<glyph unicode="n" d="M174 0v1126h172v-237q270 262 492 262q260 0 260 -350v-801h-172v801q0 178 -88 178q-227 0 -492 -268v-711h-172z" />
|
|
||||||
<glyph unicode="o" horiz-adv-x="1224" d="M123 563q0 166 41 285t112.5 182.5t154.5 92t181.5 28.5t181.5 -28.5t154.5 -92t112.5 -182.5t41 -285t-41 -284.5t-112.5 -182t-154.5 -92.5t-181.5 -29t-181.5 29t-154.5 92.5t-112.5 182t-41 284.5zM295 563.5q0 -237.5 91 -341t226.5 -103.5t226.5 103.5t91 341 t-91 341t-226.5 103.5t-226.5 -103.5t-91 -341z" />
|
|
||||||
<glyph unicode="p" horiz-adv-x="1292" d="M174 -532v1658h172v-217q189 242 414 242h4q180 -2 292.5 -170t112.5 -399q0 -287 -125.5 -447t-347.5 -160q-156 0 -350 156v-663h-172zM346 319q76 -76 174 -126t176 -50q137 0 219 117t82 322q0 162 -64.5 280.5t-168.5 120.5h-4q-243 0 -414 -266v-398z" />
|
|
||||||
<glyph unicode="q" horiz-adv-x="1292" d="M123 545q0 287 126 446.5t347 159.5q156 0 350 -156v131h172v-1658h-172v747q-193 -240 -414 -240h-4q-180 2 -292.5 170.5t-112.5 399.5zM295 545q0 -162 64.5 -281t168.5 -121h8q243 0 410 267v397q-80 76 -176 126t-174 50q-137 0 -219 -116.5t-82 -321.5z" />
|
|
||||||
<glyph unicode="r" horiz-adv-x="940" d="M174 0v1126h172v-217q141 242 285 242q78 0 146.5 -28.5t96.5 -57.5l29 -27l-119 -114q-49 63 -145 63q-158 0 -293 -282v-705h-172z" />
|
|
||||||
<glyph unicode="s" horiz-adv-x="1026" d="M92 205l119 96q45 -82 135 -131t191 -51q92 0 157.5 49t65.5 141q0 55 -43 96t-87 58.5t-124 42t-129 44t-106.5 56.5t-85 92.5t-27.5 130.5q0 78 26.5 138.5t65.5 94.5t90 55.5t91 27.5t79 6q223 0 354 -131l-110 -107q-88 94 -244 95q-39 0 -77 -11.5t-74.5 -54.5 t-36.5 -113q0 -35 17 -60.5t57 -46t70 -31.5t89 -29q74 -23 110.5 -35.5t95 -43t87.5 -62.5t52.5 -87t23.5 -125q0 -162 -115 -248t-277 -86q-131 0 -250.5 59.5t-189.5 170.5z" />
|
|
||||||
<glyph unicode="t" horiz-adv-x="819" d="M92 983v143h144v308h172v-308h270v-143h-270v-655q0 -41 2 -66.5t11 -64.5t32.5 -58.5t60.5 -19.5q96 0 178 78l96 -93q-135 -129 -319 -129q-233 0 -233 353v655h-144z" />
|
|
||||||
<glyph unicode="u" d="M164 326v800h172v-800q0 -178 88 -179q233 0 491 269v710h172v-1126h-172v236q-272 -260 -491 -261q-260 1 -260 351z" />
|
|
||||||
<glyph unicode="v" horiz-adv-x="1144" d="M72 1126h198l293 -870l6 -39l4 19q2 18 2 20q246 813 312 870h186q-35 -43 -140.5 -324.5t-193.5 -541.5l-88 -260h-149z" />
|
|
||||||
<glyph unicode="w" horiz-adv-x="1632" d="M72 1126h186l223 -839l6 -43l7 43l239 839h148l239 -839l8 -43l7 43q217 817 258 839h168q-25 -25 -114 -306t-165 -550l-78 -270h-145l-252 868l-248 -868h-162z" />
|
|
||||||
<glyph unicode="x" horiz-adv-x="1216" d="M82 0q29 12 187.5 226t250.5 349l-397 551h217l278 -407q266 395 304 407h213q-49 -23 -420 -548l409 -578h-217l-291 434q-295 -426 -321 -434h-213z" />
|
|
||||||
<glyph unicode="y" horiz-adv-x="1126" d="M59 -414q137 8 217 88q39 39 74 98.5t90 192.5l56 137l-394 1024h183l305 -790q307 754 352 790h195q-45 -43 -130 -232t-405 -974l-55 -131q-20 -47 -62.5 -113.5t-91.5 -113.5q-119 -115 -291 -125z" />
|
|
||||||
<glyph unicode="z" horiz-adv-x="1060" d="M102 0v145l635 838h-635v143h842v-143l-635 -838h525q113 0 145 35v-145q-12 -14 -49 -22.5t-68 -10.5l-31 -2h-729z" />
|
|
||||||
<glyph unicode="{" horiz-adv-x="962" d="M164 526v103q88 0 137 38t55 74l4 37v611q0 47 9.5 94t31 99t68.5 85t113 33q59 0 118.5 -16.5t90.5 -32.5l28 -19l-57 -143q-57 39 -180 39q-49 0 -50 -139v-613q0 -6 -1 -16t-9 -35t-20.5 -48.5t-39 -51t-61.5 -47.5q37 -20 64 -48t39 -50.5t19 -48t8 -36t1 -16.5v-612 q0 -139 50 -140q55 0 100 10.5t63 18.5l17 10l57 -143q-102 -68 -237 -68q-66 0 -113 33t-68.5 85t-31 99t-9.5 95v610q0 6 -1 16t-12 36t-29.5 45.5t-58.5 35.5t-95 16z" />
|
|
||||||
<glyph unicode="|" horiz-adv-x="503" d="M174 -532v2232h156v-2232h-156z" />
|
|
||||||
<glyph unicode="}" horiz-adv-x="962" d="M143 -477l58 143q57 -39 180 -39q49 0 49 140v610q0 14 4 37.5t36 77t89 86.5q-57 33 -89 83t-36 74.5t-4 40.5v613q0 139 -49 139q-55 0 -100 -10.5t-64 -18.5l-16 -10l-58 143q102 68 238 68q66 0 113 -33t68.5 -85t30.5 -99t9 -94v-611q0 -6 1 -16t11.5 -36t29 -45 t59 -35.5t96.5 -16.5v-103q-53 0 -93 -14t-58.5 -33.5t-30 -44t-13.5 -36t-2 -19.5v-612q0 -47 -9 -94.5t-30.5 -99.5t-69 -85t-112.5 -33q-59 0 -118.5 16.5t-90.5 32.5z" />
|
|
||||||
<glyph unicode="~" horiz-adv-x="1349" d="M123 709q10 8 31.5 20t99.5 32.5t168 20.5q82 0 256 -63q176 -61 262 -62q72 0 130 11.5t81 23.5l23 13l53 -103q-106 -68 -287 -67q-94 0 -295 69q-154 55 -223 55q-78 0 -137.5 -12t-79.5 -24l-21 -13z" />
|
|
||||||
<glyph unicode="ª" horiz-adv-x="1155" d="M123 283q0 72 14.5 124t53 103t120.5 87t207 54q213 29 285 47v129q0 51 -32 117t-95 66q-219 0 -344 -107q-18 -20 -16.5 -39.5t16.5 -34.5l-164 -30q-20 26 -20 64q0 24 8 52q20 74 92 115q218 121 445 121h7q100 0 165 -61.5t84.5 -129t19.5 -133.5v-555 q0 -16 4 -40.5t32.5 -73.5t77.5 -80l-110 -103q-119 47 -158 199q-186 -199 -385 -199q-20 0 -49 4.5t-77 22.5t-86 49t-66.5 91.5t-28.5 140.5zM293 283q0 -49 17.5 -85t42 -51.5t42 -21.5t29.5 -6q104 0 204.5 66.5t174.5 158.5v207q-100 -20 -266 -43 q-152 -20 -198 -74.5t-46 -150.5z" />
|
|
||||||
<glyph unicode="­" horiz-adv-x="708" d="M113 492v143h483v-143h-483z" />
|
|
||||||
<glyph unicode="²" horiz-adv-x="1126" d="M102 0v131l71 49q44 31 155.5 120t196.5 169t156 176t71 162q0 109 -56.5 161t-152.5 50q-53 0 -104.5 -19.5t-85.5 -46t-59.5 -54.5t-37.5 -46l-12 -18q-104 98 -105 100q43 78 155 162t251 86q180 0 280.5 -92.5t100.5 -270.5q0 -139 -165 -323.5t-376 -345.5h627 l2 -150h-912z" />
|
|
||||||
<glyph unicode="³" horiz-adv-x="1142" d="M82 -313l108 106q10 -8 28 -20.5t80 -30.5t130 -16q92 0 184.5 43t164 147t71.5 250q0 98 -74 173t-174 75q-41 0 -86 -6.5t-80 -13.5t-62.5 -15t-43.5 -14l-17 -5v144q166 68 262.5 148.5t96.5 197.5q0 74 -52.5 120t-125.5 46q-53 0 -99.5 -14.5t-76 -36t-51 -43 t-32.5 -35.5l-8 -15l-96 95q4 8 13.5 22.5t41 52t69.5 65.5t102.5 51.5t133.5 23.5q145 0 247 -93.5t102 -238.5q0 -158 -183 -293q152 -18 257.5 -126.5t109.5 -264.5q0 -147 -57.5 -268t-148.5 -192t-191.5 -108.5t-196.5 -37.5q-88 0 -175 31.5t-130 64.5z" />
|
|
||||||
<glyph unicode="¹" horiz-adv-x="731" d="M102 936l293 221h166v-1157h-166v983l-182 -154z" />
|
|
||||||
<glyph unicode="º" horiz-adv-x="1224" d="M123 563q0 166 41 285t112.5 182.5t154.5 92t181.5 28.5t181.5 -28.5t154.5 -92t112.5 -182.5t41 -285t-41 -284.5t-112.5 -182t-154.5 -92.5t-181.5 -29t-181.5 29t-154.5 92.5t-112.5 182t-41 284.5zM295 563.5q0 -237.5 91 -341t226.5 -103.5t226.5 103.5t91 341 t-91 341t-226.5 103.5t-226.5 -103.5t-91 -341z" />
|
|
||||||
<glyph unicode="À" horiz-adv-x="1474" d="M277 1901l43 145l460 -229l-43 -97zM61 0l582 1577h188l582 -1577h-190l-199 537h-575l-197 -537h-191zM506 692h461l-230 627z" />
|
|
||||||
<glyph unicode="Â" horiz-adv-x="1474" d="M150 1720l514 1126h147l514 -1126h-147l-440 965l-441 -965h-147zM61 0l582 1577h188l582 -1577h-190l-199 537h-575l-197 -537h-191zM506 692h461l-230 627z" />
|
|
||||||
<glyph unicode="Ã" horiz-adv-x="1474" d="M184 1895q10 8 31.5 20t99.5 32.5t168 20.5q82 0 256 -63q176 -61 262 -62q72 0 130 11.5t81 23.5l23 13l53 -103q-106 -68 -287 -67q-94 0 -295 69q-154 55 -223 55q-78 0 -137.5 -12t-79.5 -24l-21 -13zM61 0l582 1577h188l582 -1577h-190l-199 537h-575l-197 -537 h-191zM506 692h461l-230 627z" />
|
|
||||||
<glyph unicode="È" horiz-adv-x="1150" d="M580 1901l43 145l460 -229l-43 -97zM174 0v1577h651l215 10v-186h-686v-508h584v-156h-584v-561h500l215 10v-186h-895z" />
|
|
||||||
<glyph unicode="Ê" horiz-adv-x="1150" d="M453 1720l514 1126h147l514 -1126h-147l-440 965l-441 -965h-147zM174 0v1577h651l215 10v-186h-686v-508h584v-156h-584v-561h500l215 10v-186h-895z" />
|
|
||||||
<glyph unicode="Ì" horiz-adv-x="528" d="M-196 1901l43 145l460 -229l-43 -97zM174 0v1577h180v-1577h-180z" />
|
|
||||||
<glyph unicode="Î" horiz-adv-x="528" d="M-324 1720l514 1126h147l514 -1126h-147l-440 965l-441 -965h-147zM174 0v1577h180v-1577h-180z" />
|
|
||||||
<glyph unicode="Ñ" horiz-adv-x="1482" d="M189 1895q10 8 31.5 20t99.5 32.5t168 20.5q82 0 256 -63q176 -61 262 -62q72 0 130 11.5t81 23.5l23 13l53 -103q-106 -68 -287 -67q-94 0 -295 69q-154 55 -223 55q-78 0 -137.5 -12t-79.5 -24l-21 -13zM174 0v1577h180v-2l762 -1239l14 -29l-2 29v1241h181v-1577h-181 v2l-761 1243l-15 29l2 -29v-1245h-180z" />
|
|
||||||
<glyph unicode="Ò" horiz-adv-x="1554" d="M320 1901l43 145l460 -229l-43 -97zM123 790.5q0 225.5 55 389t152.5 252t208 127t241.5 38.5q102 -2 192.5 -25.5t176.5 -80.5t146.5 -146.5t98.5 -229.5t38 -320q0 -227 -55.5 -391t-152 -252.5t-207 -127t-241.5 -38.5t-240.5 38.5t-206 126t-151.5 251t-55 389z M303 795q0 -180 40 -310.5t109.5 -200t149.5 -100t174 -30.5t174 30.5t149.5 99t110.5 198.5t41 309q0 176 -40 305t-109.5 198.5t-148.5 101t-173 34.5q-94 0 -175 -31t-151.5 -100.5t-110.5 -197.5t-40 -306z" />
|
|
||||||
<glyph unicode="Ô" horiz-adv-x="1554" d="M193 1720l514 1126h147l514 -1126h-147l-440 965l-441 -965h-147zM123 790.5q0 225.5 55 389t152.5 252t208 127t241.5 38.5q102 -2 192.5 -25.5t176.5 -80.5t146.5 -146.5t98.5 -229.5t38 -320q0 -227 -55.5 -391t-152 -252.5t-207 -127t-241.5 -38.5t-240.5 38.5 t-206 126t-151.5 251t-55 389zM303 795q0 -180 40 -310.5t109.5 -200t149.5 -100t174 -30.5t174 30.5t149.5 99t110.5 198.5t41 309q0 176 -40 305t-109.5 198.5t-148.5 101t-173 34.5q-94 0 -175 -31t-151.5 -100.5t-110.5 -197.5t-40 -306z" />
|
|
||||||
<glyph unicode="Õ" horiz-adv-x="1554" d="M229 1895q10 8 31.5 20t99.5 32.5t168 20.5q82 0 256 -63q176 -61 262 -62q72 0 130 11.5t81 23.5l23 13l53 -103q-106 -68 -287 -67q-94 0 -295 69q-154 55 -223 55q-78 0 -137.5 -12t-79.5 -24l-21 -13zM123 790.5q0 225.5 55 389t152.5 252t208 127t241.5 38.5 q102 -2 192.5 -25.5t176.5 -80.5t146.5 -146.5t98.5 -229.5t38 -320q0 -227 -55.5 -391t-152 -252.5t-207 -127t-241.5 -38.5t-240.5 38.5t-206 126t-151.5 251t-55 389zM303 795q0 -180 40 -310.5t109.5 -200t149.5 -100t174 -30.5t174 30.5t149.5 99t110.5 198.5t41 309 q0 176 -40 305t-109.5 198.5t-148.5 101t-173 34.5q-94 0 -175 -31t-151.5 -100.5t-110.5 -197.5t-40 -306z" />
|
|
||||||
<glyph unicode="Ù" horiz-adv-x="1460" d="M269 1901l43 145l460 -229l-43 -97zM174 489v1088h180v-1083q0 -94 29 -163t70 -106t96 -59.5t97 -27.5t85 -5t84 5t96.5 27.5t95.5 58.5t69.5 104.5t29.5 160.5v1088h180v-1088q0 -133 -43 -232t-102.5 -151.5t-141 -83t-143 -39t-125.5 -8.5q-66 0 -126 8.5t-143 39 t-142.5 83t-102.5 151.5t-43 232z" />
|
|
||||||
<glyph unicode="Û" horiz-adv-x="1460" d="M143 1720l514 1126h147l514 -1126h-147l-440 965l-441 -965h-147zM174 489v1088h180v-1083q0 -94 29 -163t70 -106t96 -59.5t97 -27.5t85 -5t84 5t96.5 27.5t95.5 58.5t69.5 104.5t29.5 160.5v1088h180v-1088q0 -133 -43 -232t-102.5 -151.5t-141 -83t-143 -39 t-125.5 -8.5q-66 0 -126 8.5t-143 39t-142.5 83t-102.5 151.5t-43 232z" />
|
|
||||||
<glyph unicode="à" horiz-adv-x="1155" d="M236 1455l43 145l460 -229l-43 -97zM123 283q0 72 14.5 124t53 103t120.5 87t207 54q213 29 285 47v129q0 51 -32 117t-95 66q-219 0 -344 -107q-18 -20 -16.5 -39.5t16.5 -34.5l-164 -30q-20 26 -20 64q0 24 8 52q20 74 92 115q218 121 445 121h7q100 0 165 -61.5 t84.5 -129t19.5 -133.5v-555q0 -16 4 -40.5t32.5 -73.5t77.5 -80l-110 -103q-119 47 -158 199q-186 -199 -385 -199q-20 0 -49 4.5t-77 22.5t-86 49t-66.5 91.5t-28.5 140.5zM293 283q0 -49 17.5 -85t42 -51.5t42 -21.5t29.5 -6q104 0 204.5 66.5t174.5 158.5v207 q-100 -20 -266 -43q-152 -20 -198 -74.5t-46 -150.5z" />
|
|
||||||
<glyph unicode="â" horiz-adv-x="1155" d="M109 1274l514 1126h147l514 -1126h-147l-440 965l-441 -965h-147zM123 283q0 72 14.5 124t53 103t120.5 87t207 54q213 29 285 47v129q0 51 -32 117t-95 66q-219 0 -344 -107q-18 -20 -16.5 -39.5t16.5 -34.5l-164 -30q-20 26 -20 64q0 24 8 52q20 74 92 115 q218 121 445 121h7q100 0 165 -61.5t84.5 -129t19.5 -133.5v-555q0 -16 4 -40.5t32.5 -73.5t77.5 -80l-110 -103q-119 47 -158 199q-186 -199 -385 -199q-20 0 -49 4.5t-77 22.5t-86 49t-66.5 91.5t-28.5 140.5zM293 283q0 -49 17.5 -85t42 -51.5t42 -21.5t29.5 -6 q104 0 204.5 66.5t174.5 158.5v207q-100 -20 -266 -43q-152 -20 -198 -74.5t-46 -150.5z" />
|
|
||||||
<glyph unicode="ã" horiz-adv-x="1155" d="M146 1448q10 8 31.5 20t99.5 32.5t168 20.5q82 0 256 -63q176 -61 262 -62q72 0 130 11.5t81 23.5l23 13l53 -103q-106 -68 -287 -67q-94 0 -295 69q-154 55 -223 55q-78 0 -137.5 -12t-79.5 -24l-21 -13zM123 283q0 72 14.5 124t53 103t120.5 87t207 54q213 29 285 47 v129q0 51 -32 117t-95 66q-219 0 -344 -107q-18 -20 -16.5 -39.5t16.5 -34.5l-164 -30q-20 26 -20 64q0 24 8 52q20 74 92 115q218 121 445 121h7q100 0 165 -61.5t84.5 -129t19.5 -133.5v-555q0 -16 4 -40.5t32.5 -73.5t77.5 -80l-110 -103q-119 47 -158 199 q-186 -199 -385 -199q-20 0 -49 4.5t-77 22.5t-86 49t-66.5 91.5t-28.5 140.5zM293 283q0 -49 17.5 -85t42 -51.5t42 -21.5t29.5 -6q104 0 204.5 66.5t174.5 158.5v207q-100 -20 -266 -43q-152 -20 -198 -74.5t-46 -150.5z" />
|
|
||||||
<glyph unicode="è" horiz-adv-x="1187" d="M138 1455l43 145l460 -229l-43 -97zM113 551q0 242 138 421t347 179q119 0 209 -46t136 -107.5t73.5 -139.5t35 -127t7.5 -84v-76h-774q0 -193 85 -318.5t236 -125.5q115 0 195 49q80 47 153 146l105 -101q-72 -88 -141.5 -144.5t-135 -74.5t-95.5 -22.5t-81 -4.5 q-227 0 -360 167t-133 409zM309 723h570q-10 47 -27.5 89t-48.5 87t-84 72.5t-121 27.5q-100 0 -177 -76.5t-112 -199.5z" />
|
|
||||||
<glyph unicode="ê" horiz-adv-x="1187" d="M10 1274l514 1126h147l514 -1126h-147l-440 965l-441 -965h-147zM113 551q0 242 138 421t347 179q119 0 209 -46t136 -107.5t73.5 -139.5t35 -127t7.5 -84v-76h-774q0 -193 85 -318.5t236 -125.5q115 0 195 49q80 47 153 146l105 -101q-72 -88 -141.5 -144.5t-135 -74.5 t-95.5 -22.5t-81 -4.5q-227 0 -360 167t-133 409zM309 723h570q-10 47 -27.5 89t-48.5 87t-84 72.5t-121 27.5q-100 0 -177 -76.5t-112 -199.5z" />
|
|
||||||
<glyph unicode="ì" horiz-adv-x="555" d="M-182 1881l43 145l460 -229l-43 -97zM174 1475q0 45 29.5 73.5t75 28.5t74 -28.5t28.5 -73.5t-28.5 -75t-74 -30t-75 30t-29.5 75zM193 0v1126h169v-1126h-169z" />
|
|
||||||
<glyph unicode="î" horiz-adv-x="555" d="M-309 1700l514 1126h147l514 -1126h-147l-440 965l-441 -965h-147zM174 1475q0 45 29.5 73.5t75 28.5t74 -28.5t28.5 -73.5t-28.5 -75t-74 -30t-75 30t-29.5 75zM193 0v1126h169v-1126h-169z" />
|
|
||||||
<glyph unicode="ñ" d="M84 1448q10 8 31.5 20t99.5 32.5t168 20.5q82 0 256 -63q176 -61 262 -62q72 0 130 11.5t81 23.5l23 13l53 -103q-106 -68 -287 -67q-94 0 -295 69q-154 55 -223 55q-78 0 -137.5 -12t-79.5 -24l-21 -13zM174 0v1126h172v-237q270 262 492 262q260 0 260 -350v-801h-172 v801q0 178 -88 178q-227 0 -492 -268v-711h-172z" />
|
|
||||||
<glyph unicode="ò" horiz-adv-x="1224" d="M152 1455l43 145l460 -229l-43 -97zM123 563q0 166 41 285t112.5 182.5t154.5 92t181.5 28.5t181.5 -28.5t154.5 -92t112.5 -182.5t41 -285t-41 -284.5t-112.5 -182t-154.5 -92.5t-181.5 -29t-181.5 29t-154.5 92.5t-112.5 182t-41 284.5zM295 563.5q0 -237.5 91 -341 t226.5 -103.5t226.5 103.5t91 341t-91 341t-226.5 103.5t-226.5 -103.5t-91 -341z" />
|
|
||||||
<glyph unicode="ô" horiz-adv-x="1224" d="M25 1274l514 1126h147l514 -1126h-147l-440 965l-441 -965h-147zM123 563q0 166 41 285t112.5 182.5t154.5 92t181.5 28.5t181.5 -28.5t154.5 -92t112.5 -182.5t41 -285t-41 -284.5t-112.5 -182t-154.5 -92.5t-181.5 -29t-181.5 29t-154.5 92.5t-112.5 182t-41 284.5z M295 563.5q0 -237.5 91 -341t226.5 -103.5t226.5 103.5t91 341t-91 341t-226.5 103.5t-226.5 -103.5t-91 -341z" />
|
|
||||||
<glyph unicode="õ" horiz-adv-x="1224" d="M62 1448q10 8 31.5 20t99.5 32.5t168 20.5q82 0 256 -63q176 -61 262 -62q72 0 130 11.5t81 23.5l23 13l53 -103q-106 -68 -287 -67q-94 0 -295 69q-154 55 -223 55q-78 0 -137.5 -12t-79.5 -24l-21 -13zM123 563q0 166 41 285t112.5 182.5t154.5 92t181.5 28.5 t181.5 -28.5t154.5 -92t112.5 -182.5t41 -285t-41 -284.5t-112.5 -182t-154.5 -92.5t-181.5 -29t-181.5 29t-154.5 92.5t-112.5 182t-41 284.5zM295 563.5q0 -237.5 91 -341t226.5 -103.5t226.5 103.5t91 341t-91 341t-226.5 103.5t-226.5 -103.5t-91 -341z" />
|
|
||||||
<glyph unicode="ù" d="M166 1455l43 145l460 -229l-43 -97zM164 326v800h172v-800q0 -178 88 -179q233 0 491 269v710h172v-1126h-172v236q-272 -260 -491 -261q-260 1 -260 351z" />
|
|
||||||
<glyph unicode="û" d="M37 1274l514 1126h147l514 -1126h-147l-440 965l-441 -965h-147zM164 326v800h172v-800q0 -178 88 -179q233 0 491 269v710h172v-1126h-172v236q-272 -260 -491 -261q-260 1 -260 351z" />
|
|
||||||
<glyph unicode="Œ" horiz-adv-x="2705" d="M1728 0v1577h651l215 10v-186h-686v-508h584v-156h-584v-561h500l215 10v-186h-895zM123 790.5q0 225.5 55 389t152.5 252t208 127t241.5 38.5q102 -2 192.5 -25.5t176.5 -80.5t146.5 -146.5t98.5 -229.5t38 -320q0 -227 -55.5 -391t-152 -252.5t-207 -127t-241.5 -38.5 t-240.5 38.5t-206 126t-151.5 251t-55 389zM303 795q0 -180 40 -310.5t109.5 -200t149.5 -100t174 -30.5t174 30.5t149.5 99t110.5 198.5t41 309q0 176 -40 305t-109.5 198.5t-148.5 101t-173 34.5q-94 0 -175 -31t-151.5 -100.5t-110.5 -197.5t-40 -306z" />
|
|
||||||
<glyph unicode="œ" horiz-adv-x="2412" d="M1338 551q0 242 138 421t347 179q119 0 209 -46t136 -107.5t73.5 -139.5t35 -127t7.5 -84v-76h-774q0 -193 85 -318.5t236 -125.5q115 0 195 49q80 47 153 146l105 -101q-72 -88 -141.5 -144.5t-135 -74.5t-95.5 -22.5t-81 -4.5q-227 0 -360 167t-133 409zM1534 723h570 q-10 47 -27.5 89t-48.5 87t-84 72.5t-121 27.5q-100 0 -177 -76.5t-112 -199.5zM123 563q0 166 41 285t112.5 182.5t154.5 92t181.5 28.5t181.5 -28.5t154.5 -92t112.5 -182.5t41 -285t-41 -284.5t-112.5 -182t-154.5 -92.5t-181.5 -29t-181.5 29t-154.5 92.5t-112.5 182 t-41 284.5zM295 563.5q0 -237.5 91 -341t226.5 -103.5t226.5 103.5t91 341t-91 341t-226.5 103.5t-226.5 -103.5t-91 -341z" />
|
|
||||||
<glyph unicode="ˆ" horiz-adv-x="1339" d="M82 0l514 1126h147l514 -1126h-147l-440 965l-441 -965h-147z" />
|
|
||||||
<glyph unicode="˜" horiz-adv-x="532" d="M-553 297q10 8 31.5 20t99.5 32.5t168 20.5q82 0 256 -63q176 -61 262 -62q72 0 130 11.5t81 23.5l23 13l53 -103q-106 -68 -287 -67q-94 0 -295 69q-154 55 -223 55q-78 0 -137.5 -12t-79.5 -24l-21 -13z" />
|
|
||||||
<glyph unicode=" " horiz-adv-x="1423" />
|
|
||||||
<glyph unicode=" " horiz-adv-x="2846" />
|
|
||||||
<glyph unicode=" " horiz-adv-x="1423" />
|
|
||||||
<glyph unicode=" " horiz-adv-x="2846" />
|
|
||||||
<glyph unicode=" " horiz-adv-x="948" />
|
|
||||||
<glyph unicode=" " horiz-adv-x="710" />
|
|
||||||
<glyph unicode=" " horiz-adv-x="473" />
|
|
||||||
<glyph unicode=" " horiz-adv-x="473" />
|
|
||||||
<glyph unicode=" " horiz-adv-x="354" />
|
|
||||||
<glyph unicode=" " horiz-adv-x="569" />
|
|
||||||
<glyph unicode=" " horiz-adv-x="157" />
|
|
||||||
<glyph unicode="‐" horiz-adv-x="708" d="M113 492v143h483v-143h-483z" />
|
|
||||||
<glyph unicode="‑" horiz-adv-x="708" d="M113 492v143h483v-143h-483z" />
|
|
||||||
<glyph unicode="‒" horiz-adv-x="708" d="M113 492v143h483v-143h-483z" />
|
|
||||||
<glyph unicode="–" horiz-adv-x="1312" d="M61 498v133h1129v-133h-1129z" />
|
|
||||||
<glyph unicode="—" horiz-adv-x="1558" d="M82 498v133h1395v-133h-1395z" />
|
|
||||||
<glyph unicode="‘" horiz-adv-x="729" d="M113 1432l43 145l460 -229l-43 -97z" />
|
|
||||||
<glyph unicode="’" horiz-adv-x="423" d="M92 1464q0 49 33 81t82 32q61 0 93 -50t32 -118q-2 -147 -152 -332l-86 29q102 127 121 244q-55 0 -89 32.5t-34 81.5z" />
|
|
||||||
<glyph unicode="“" horiz-adv-x="774" d="M92 1245q2 147 152 332l86 -29q-102 -127 -123 -243q55 0 90 -33t35 -82t-33 -81t-82 -32q-61 0 -93 50t-32 118zM442 1245q2 147 152 332l86 -29q-102 -127 -123 -243q55 0 90 -33t35 -82t-33 -81t-82 -32q-61 0 -93 50t-32 118z" />
|
|
||||||
<glyph unicode="”" horiz-adv-x="774" d="M92 1464q0 49 33 81t82 32q61 0 93 -50t32 -118q-2 -147 -152 -332l-86 29q102 127 121 244q-55 0 -89 32.5t-34 81.5zM442 1464q0 49 33 81t82 32q59 0 92 -50t33 -118q-2 -147 -152 -332l-86 29q102 127 121 244q-55 0 -89 32.5t-34 81.5z" />
|
|
||||||
<glyph unicode="…" horiz-adv-x="1234" d="M915 100.5q0 49.5 33 81t82 31.5t80.5 -31.5t31.5 -81t-31.5 -82t-80.5 -32.5t-82 32.5t-33 82zM504 100.5q0 49.5 33 81t82 31.5t80.5 -31.5t31.5 -81t-31.5 -82t-80.5 -32.5t-82 32.5t-33 82zM92 100.5q0 49.5 33 81t82 31.5t80.5 -31.5t31.5 -81t-31.5 -82 t-80.5 -32.5t-82 32.5t-33 82z" />
|
|
||||||
<glyph unicode=" " horiz-adv-x="569" />
|
|
||||||
<glyph unicode="‹" horiz-adv-x="1433" d="M154 500v147l1136 514v-147l-975 -441l975 -440v-147z" />
|
|
||||||
<glyph unicode="›" horiz-adv-x="1433" d="M143 -14v147l973 440l-973 441v147l1137 -514v-147z" />
|
|
||||||
<glyph unicode=" " horiz-adv-x="710" />
|
|
||||||
<glyph unicode="™" horiz-adv-x="2893" d="M1325 0v1577h180l514 -1352l2 -14l2 14l517 1352h180v-1577h-180v1106l2 31l-9 -31l-424 -1106h-174l-424 1106l-8 31l2 -31v-1106h-180zM20 1421v156h1110v-156h-468v-1421h-181v1421h-461z" />
|
|
||||||
<glyph unicode="" horiz-adv-x="1125" d="M0 1125h1125v-1125h-1125v1125z" />
|
|
||||||
<glyph unicode="fi" horiz-adv-x="1380" d="M999 1475q0 45 29.5 73.5t75 28.5t74 -28.5t28.5 -73.5t-28.5 -75t-74 -30t-75 30t-29.5 75zM1018 0v1126h169v-1126h-169zM61 983v143h146v197q0 367 317 367q207 0 363 -129l-111 -107q-119 92 -252 92q-49 0 -79.5 -15t-45 -51t-18.5 -68t-4 -89v-197h332v-143h-332 v-983h-170v983h-146z" />
|
|
||||||
<glyph unicode="fl" horiz-adv-x="1398" d="M999 299v1380h170v-1380q0 -111 23 -133q45 -45 135 -45l-6 -146q-180 0 -250 70q-72 72 -72 254zM61 983v143h146v197q0 367 317 367q207 0 363 -129l-111 -107q-119 92 -252 92q-49 0 -79.5 -15t-45 -51t-18.5 -68t-4 -89v-197h332v-143h-332v-983h-170v983h-146z" />
|
|
||||||
<glyph unicode="ffi" horiz-adv-x="2205" d="M1825 1475q0 45 29.5 73.5t75 28.5t74 -28.5t28.5 -73.5t-28.5 -75t-74 -30t-75 30t-29.5 75zM1844 0v1126h169v-1126h-169zM886 983v143h146v197q0 367 317 367q207 0 363 -129l-111 -107q-119 92 -252 92q-49 0 -79.5 -15t-45 -51t-18.5 -68t-4 -89v-197h332v-143h-332 v-983h-170v983h-146zM61 983v143h146v197q0 367 317 367q207 0 363 -129l-111 -107q-119 92 -252 92q-49 0 -79.5 -15t-45 -51t-18.5 -68t-4 -89v-197h332v-143h-332v-983h-170v983h-146z" />
|
|
||||||
<glyph unicode="ffl" horiz-adv-x="2224" d="M1825 299v1380h170v-1380q0 -111 23 -133q45 -45 135 -45l-6 -146q-180 0 -250 70q-72 72 -72 254zM886 983v143h146v197q0 367 317 367q207 0 363 -129l-111 -107q-119 92 -252 92q-49 0 -79.5 -15t-45 -51t-18.5 -68t-4 -89v-197h332v-143h-332v-983h-170v983h-146z M61 983v143h146v197q0 367 317 367q207 0 363 -129l-111 -107q-119 92 -252 92q-49 0 -79.5 -15t-45 -51t-18.5 -68t-4 -89v-197h332v-143h-332v-983h-170v983h-146z" />
|
|
||||||
</font>
|
|
||||||
</defs></svg>
|
|
Before Width: | Height: | Size: 41 KiB |
Binary file not shown.
Binary file not shown.
|
@ -1,34 +0,0 @@
|
||||||
## Theme info
|
|
||||||
|
|
||||||
Theme Name: the\_minimum
|
|
||||||
Description: A minimumlist theme for [jekyll](https://github.com/mojombo/jekyll).Theming is done on [Jekyll-Bootstrap](http://jekyllbootstrap.com/).
|
|
||||||
Author: Yuya Saito @ [\_layout](http://layouts-the.me/)
|
|
||||||
Version: 1.0
|
|
||||||
|
|
||||||
## About the \_minimum
|
|
||||||
|
|
||||||
- Love minimalism? So do I. I've put some effort on typography(not the type face) so your reader won't need Readability to read your content.
|
|
||||||
- Design is simple so is the code behind it. You can easily customize it.
|
|
||||||
- Built with mobile first.
|
|
||||||
- Written with [LESS](http://lesscss.org/) so if you need to edit it, you should get [Codekit](http://incident57.com/codekit/). I did use this app to develop this theme.
|
|
||||||
|
|
||||||
## About me
|
|
||||||
|
|
||||||
I'm Yuya Saito who is a web designer/front-end developer from Tokyo, Japan.
|
|
||||||
|
|
||||||
This is a Jekyll Bootstrap port of my theme [studiomohawk/jekyll-theme-the_minimum](https://github.com/studiomohawk/jekyll-theme-the_minimum).
|
|
||||||
If you watch or fork from it, you should do those here instead.
|
|
||||||
|
|
||||||
## How to use it?
|
|
||||||
|
|
||||||
There are 2 places you should go look.
|
|
||||||
|
|
||||||
1. [Jekyll](https://github.com/mojombo/jekyll) / Jekyll repo page on Github
|
|
||||||
2. [Jekyll-Bootstrap](http://jekyllbootstrap.com/) / (Almost) complete how-to and bootstrap for Jekyll created by [Jade Dominguez](http://plusjade.com/)
|
|
||||||
|
|
||||||
## Code I didn't write
|
|
||||||
|
|
||||||
- [Jekyll-Bootstrap](http://jekyllbootstrap.com/) / [CC BY-NC-SA 3.0](http://creativecommons.org/licenses/by-nc-sa/3.0/)
|
|
||||||
- [Modernizr](http://www.modernizr.com/) / MIT/BSD license
|
|
||||||
- [Frameless](http://framelessgrid.com/) / [CC0](http://creativecommons.org/publicdomain/zero/1.0/)
|
|
||||||
- [HTML5 Boilerplate](http://html5boilerplate.com/): [The Unlicense](http://unlicense.org) (aka: Public Domain)
|
|
Binary file not shown.
Before Width: | Height: | Size: 22 KiB |
|
@ -1,197 +0,0 @@
|
||||||
/*****************************************************************************/
|
|
||||||
/*
|
|
||||||
/* Common
|
|
||||||
/*
|
|
||||||
/*****************************************************************************/
|
|
||||||
|
|
||||||
/* Global Reset */
|
|
||||||
|
|
||||||
* {
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
html, body {
|
|
||||||
height: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
background-color: white;
|
|
||||||
font: 13.34px helvetica, arial, clean, sans-serif;
|
|
||||||
*font-size: small;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
|
||||||
font-size: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
margin-bottom: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
|
||||||
margin: 1em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: #00a;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover {
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:visited {
|
|
||||||
color: #a0a;
|
|
||||||
}
|
|
||||||
|
|
||||||
table {
|
|
||||||
font-size: inherit;
|
|
||||||
font: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*****************************************************************************/
|
|
||||||
/*
|
|
||||||
/* Home
|
|
||||||
/*
|
|
||||||
/*****************************************************************************/
|
|
||||||
|
|
||||||
ul.posts {
|
|
||||||
list-style-type: none;
|
|
||||||
margin-bottom: 2em;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.posts li {
|
|
||||||
line-height: 1.75em;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.posts span {
|
|
||||||
color: #aaa;
|
|
||||||
font-family: Monaco, "Courier New", monospace;
|
|
||||||
font-size: 80%;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*****************************************************************************/
|
|
||||||
/*
|
|
||||||
/* Site
|
|
||||||
/*
|
|
||||||
/*****************************************************************************/
|
|
||||||
|
|
||||||
.site {
|
|
||||||
font-size: 110%;
|
|
||||||
text-align: justify;
|
|
||||||
width: 40em;
|
|
||||||
margin: 3em auto 2em auto;
|
|
||||||
line-height: 1.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.title {
|
|
||||||
color: #a00;
|
|
||||||
font-weight: bold;
|
|
||||||
margin-bottom: 2em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.site .title a {
|
|
||||||
color: #a00;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.site .title a:hover {
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
.site .title a.extra {
|
|
||||||
color: #aaa;
|
|
||||||
text-decoration: none;
|
|
||||||
margin-left: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.site .title a.extra:hover {
|
|
||||||
color: black;
|
|
||||||
}
|
|
||||||
|
|
||||||
.site .meta {
|
|
||||||
color: #aaa;
|
|
||||||
}
|
|
||||||
|
|
||||||
.site .footer {
|
|
||||||
font-size: 80%;
|
|
||||||
color: #666;
|
|
||||||
border-top: 4px solid #eee;
|
|
||||||
margin-top: 2em;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.site .footer .contact {
|
|
||||||
float: left;
|
|
||||||
margin-right: 3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.site .footer .contact a {
|
|
||||||
color: #8085C1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.site .footer .rss {
|
|
||||||
margin-top: 1.1em;
|
|
||||||
margin-right: -.2em;
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.site .footer .rss img {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*****************************************************************************/
|
|
||||||
/*
|
|
||||||
/* Posts
|
|
||||||
/*
|
|
||||||
/*****************************************************************************/
|
|
||||||
|
|
||||||
#post {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/* standard */
|
|
||||||
|
|
||||||
#post pre {
|
|
||||||
border: 1px solid #ddd;
|
|
||||||
background-color: #eef;
|
|
||||||
padding: 0 .4em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#post ul,
|
|
||||||
#post ol {
|
|
||||||
margin-left: 1.35em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#post code {
|
|
||||||
border: 1px solid #ddd;
|
|
||||||
background-color: #eef;
|
|
||||||
font-size: 85%;
|
|
||||||
padding: 0 .2em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#post pre code {
|
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* terminal */
|
|
||||||
|
|
||||||
#post pre.terminal {
|
|
||||||
border: 1px solid black;
|
|
||||||
background-color: #333;
|
|
||||||
color: white;
|
|
||||||
}
|
|
||||||
|
|
||||||
#post pre.terminal code {
|
|
||||||
background-color: #333;
|
|
||||||
}
|
|
||||||
|
|
||||||
#related {
|
|
||||||
margin-top: 2em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#related h2 {
|
|
||||||
margin-bottom: 1em;
|
|
||||||
}
|
|
|
@ -1,60 +0,0 @@
|
||||||
.highlight { background: #ffffff; }
|
|
||||||
.highlight .c { color: #999988; font-style: italic } /* Comment */
|
|
||||||
.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
|
|
||||||
.highlight .k { font-weight: bold } /* Keyword */
|
|
||||||
.highlight .o { font-weight: bold } /* Operator */
|
|
||||||
.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
|
|
||||||
.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
|
|
||||||
.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
|
|
||||||
.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
|
|
||||||
.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
|
|
||||||
.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
|
|
||||||
.highlight .ge { font-style: italic } /* Generic.Emph */
|
|
||||||
.highlight .gr { color: #aa0000 } /* Generic.Error */
|
|
||||||
.highlight .gh { color: #999999 } /* Generic.Heading */
|
|
||||||
.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
|
|
||||||
.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
|
|
||||||
.highlight .go { color: #888888 } /* Generic.Output */
|
|
||||||
.highlight .gp { color: #555555 } /* Generic.Prompt */
|
|
||||||
.highlight .gs { font-weight: bold } /* Generic.Strong */
|
|
||||||
.highlight .gu { color: #aaaaaa } /* Generic.Subheading */
|
|
||||||
.highlight .gt { color: #aa0000 } /* Generic.Traceback */
|
|
||||||
.highlight .kc { font-weight: bold } /* Keyword.Constant */
|
|
||||||
.highlight .kd { font-weight: bold } /* Keyword.Declaration */
|
|
||||||
.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
|
|
||||||
.highlight .kr { font-weight: bold } /* Keyword.Reserved */
|
|
||||||
.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
|
|
||||||
.highlight .m { color: #009999 } /* Literal.Number */
|
|
||||||
.highlight .s { color: #d14 } /* Literal.String */
|
|
||||||
.highlight .na { color: #008080 } /* Name.Attribute */
|
|
||||||
.highlight .nb { color: #0086B3 } /* Name.Builtin */
|
|
||||||
.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
|
|
||||||
.highlight .no { color: #008080 } /* Name.Constant */
|
|
||||||
.highlight .ni { color: #800080 } /* Name.Entity */
|
|
||||||
.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
|
|
||||||
.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
|
|
||||||
.highlight .nn { color: #555555 } /* Name.Namespace */
|
|
||||||
.highlight .nt { color: #000080 } /* Name.Tag */
|
|
||||||
.highlight .nv { color: #008080 } /* Name.Variable */
|
|
||||||
.highlight .ow { font-weight: bold } /* Operator.Word */
|
|
||||||
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
|
|
||||||
.highlight .mf { color: #009999 } /* Literal.Number.Float */
|
|
||||||
.highlight .mh { color: #009999 } /* Literal.Number.Hex */
|
|
||||||
.highlight .mi { color: #009999 } /* Literal.Number.Integer */
|
|
||||||
.highlight .mo { color: #009999 } /* Literal.Number.Oct */
|
|
||||||
.highlight .sb { color: #d14 } /* Literal.String.Backtick */
|
|
||||||
.highlight .sc { color: #d14 } /* Literal.String.Char */
|
|
||||||
.highlight .sd { color: #d14 } /* Literal.String.Doc */
|
|
||||||
.highlight .s2 { color: #d14 } /* Literal.String.Double */
|
|
||||||
.highlight .se { color: #d14 } /* Literal.String.Escape */
|
|
||||||
.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
|
|
||||||
.highlight .si { color: #d14 } /* Literal.String.Interpol */
|
|
||||||
.highlight .sx { color: #d14 } /* Literal.String.Other */
|
|
||||||
.highlight .sr { color: #009926 } /* Literal.String.Regex */
|
|
||||||
.highlight .s1 { color: #d14 } /* Literal.String.Single */
|
|
||||||
.highlight .ss { color: #990073 } /* Literal.String.Symbol */
|
|
||||||
.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
|
|
||||||
.highlight .vc { color: #008080 } /* Name.Variable.Class */
|
|
||||||
.highlight .vg { color: #008080 } /* Name.Variable.Global */
|
|
||||||
.highlight .vi { color: #008080 } /* Name.Variable.Instance */
|
|
||||||
.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */
|
|
Loading…
Add table
Reference in a new issue