aboutsummaryrefslogtreecommitdiffstats
path: root/pelican-bootstrap3/static/css
diff options
context:
space:
mode:
Diffstat (limited to 'pelican-bootstrap3/static/css')
-rw-r--r--pelican-bootstrap3/static/css/font-awesome.css1338
-rw-r--r--pelican-bootstrap3/static/css/font-awesome.min.css407
-rw-r--r--pelican-bootstrap3/static/css/pygments.css69
-rw-r--r--pelican-bootstrap3/static/css/pygments/autumn.css59
-rw-r--r--pelican-bootstrap3/static/css/pygments/borland.css47
-rw-r--r--pelican-bootstrap3/static/css/pygments/bw.css35
-rw-r--r--pelican-bootstrap3/static/css/pygments/colorful.css62
-rw-r--r--pelican-bootstrap3/static/css/pygments/default.css62
-rw-r--r--pelican-bootstrap3/static/css/pygments/emacs.css62
-rw-r--r--pelican-bootstrap3/static/css/pygments/friendly.css62
-rw-r--r--pelican-bootstrap3/static/css/pygments/fruity.css70
-rw-r--r--pelican-bootstrap3/static/css/pygments/manni.css62
-rw-r--r--pelican-bootstrap3/static/css/pygments/monokai.css60
-rw-r--r--pelican-bootstrap3/static/css/pygments/murphy.css62
-rw-r--r--pelican-bootstrap3/static/css/pygments/native.css70
-rw-r--r--pelican-bootstrap3/static/css/pygments/pastie.css61
-rw-r--r--pelican-bootstrap3/static/css/pygments/perldoc.css59
-rw-r--r--pelican-bootstrap3/static/css/pygments/solarizeddark.css70
-rw-r--r--pelican-bootstrap3/static/css/pygments/solarizedlight.css70
-rw-r--r--pelican-bootstrap3/static/css/pygments/tango.css70
-rw-r--r--pelican-bootstrap3/static/css/pygments/trac.css60
-rw-r--r--pelican-bootstrap3/static/css/pygments/vim.css70
-rw-r--r--pelican-bootstrap3/static/css/pygments/vs.css34
-rw-r--r--pelican-bootstrap3/static/css/style.css84
24 files changed, 2627 insertions, 478 deletions
diff --git a/pelican-bootstrap3/static/css/font-awesome.css b/pelican-bootstrap3/static/css/font-awesome.css
new file mode 100644
index 0000000..048cff9
--- /dev/null
+++ b/pelican-bootstrap3/static/css/font-awesome.css
@@ -0,0 +1,1338 @@
+/*!
+ * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
+ * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
+ */
+/* FONT PATH
+ * -------------------------- */
+@font-face {
+ font-family: 'FontAwesome';
+ src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
+ src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
+ font-weight: normal;
+ font-style: normal;
+}
+.fa {
+ display: inline-block;
+ font-family: FontAwesome;
+ font-style: normal;
+ font-weight: normal;
+ line-height: 1;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+/* makes the font 33% larger relative to the icon container */
+.fa-lg {
+ font-size: 1.3333333333333333em;
+ line-height: 0.75em;
+ vertical-align: -15%;
+}
+.fa-2x {
+ font-size: 2em;
+}
+.fa-3x {
+ font-size: 3em;
+}
+.fa-4x {
+ font-size: 4em;
+}
+.fa-5x {
+ font-size: 5em;
+}
+.fa-fw {
+ width: 1.2857142857142858em;
+ text-align: center;
+}
+.fa-ul {
+ padding-left: 0;
+ margin-left: 2.142857142857143em;
+ list-style-type: none;
+}
+.fa-ul > li {
+ position: relative;
+}
+.fa-li {
+ position: absolute;
+ left: -2.142857142857143em;
+ width: 2.142857142857143em;
+ top: 0.14285714285714285em;
+ text-align: center;
+}
+.fa-li.fa-lg {
+ left: -1.8571428571428572em;
+}
+.fa-border {
+ padding: .2em .25em .15em;
+ border: solid 0.08em #eeeeee;
+ border-radius: .1em;
+}
+.pull-right {
+ float: right;
+}
+.pull-left {
+ float: left;
+}
+.fa.pull-left {
+ margin-right: .3em;
+}
+.fa.pull-right {
+ margin-left: .3em;
+}
+.fa-spin {
+ -webkit-animation: spin 2s infinite linear;
+ -moz-animation: spin 2s infinite linear;
+ -o-animation: spin 2s infinite linear;
+ animation: spin 2s infinite linear;
+}
+@-moz-keyframes spin {
+ 0% {
+ -moz-transform: rotate(0deg);
+ }
+ 100% {
+ -moz-transform: rotate(359deg);
+ }
+}
+@-webkit-keyframes spin {
+ 0% {
+ -webkit-transform: rotate(0deg);
+ }
+ 100% {
+ -webkit-transform: rotate(359deg);
+ }
+}
+@-o-keyframes spin {
+ 0% {
+ -o-transform: rotate(0deg);
+ }
+ 100% {
+ -o-transform: rotate(359deg);
+ }
+}
+@-ms-keyframes spin {
+ 0% {
+ -ms-transform: rotate(0deg);
+ }
+ 100% {
+ -ms-transform: rotate(359deg);
+ }
+}
+@keyframes spin {
+ 0% {
+ transform: rotate(0deg);
+ }
+ 100% {
+ transform: rotate(359deg);
+ }
+}
+.fa-rotate-90 {
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
+ -webkit-transform: rotate(90deg);
+ -moz-transform: rotate(90deg);
+ -ms-transform: rotate(90deg);
+ -o-transform: rotate(90deg);
+ transform: rotate(90deg);
+}
+.fa-rotate-180 {
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
+ -webkit-transform: rotate(180deg);
+ -moz-transform: rotate(180deg);
+ -ms-transform: rotate(180deg);
+ -o-transform: rotate(180deg);
+ transform: rotate(180deg);
+}
+.fa-rotate-270 {
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
+ -webkit-transform: rotate(270deg);
+ -moz-transform: rotate(270deg);
+ -ms-transform: rotate(270deg);
+ -o-transform: rotate(270deg);
+ transform: rotate(270deg);
+}
+.fa-flip-horizontal {
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
+ -webkit-transform: scale(-1, 1);
+ -moz-transform: scale(-1, 1);
+ -ms-transform: scale(-1, 1);
+ -o-transform: scale(-1, 1);
+ transform: scale(-1, 1);
+}
+.fa-flip-vertical {
+ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
+ -webkit-transform: scale(1, -1);
+ -moz-transform: scale(1, -1);
+ -ms-transform: scale(1, -1);
+ -o-transform: scale(1, -1);
+ transform: scale(1, -1);
+}
+.fa-stack {
+ position: relative;
+ display: inline-block;
+ width: 2em;
+ height: 2em;
+ line-height: 2em;
+ vertical-align: middle;
+}
+.fa-stack-1x,
+.fa-stack-2x {
+ position: absolute;
+ left: 0;
+ width: 100%;
+ text-align: center;
+}
+.fa-stack-1x {
+ line-height: inherit;
+}
+.fa-stack-2x {
+ font-size: 2em;
+}
+.fa-inverse {
+ color: #ffffff;
+}
+/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
+ readers do not read off random characters that represent icons */
+.fa-glass:before {
+ content: "\f000";
+}
+.fa-music:before {
+ content: "\f001";
+}
+.fa-search:before {
+ content: "\f002";
+}
+.fa-envelope-o:before {
+ content: "\f003";
+}
+.fa-heart:before {
+ content: "\f004";
+}
+.fa-star:before {
+ content: "\f005";
+}
+.fa-star-o:before {
+ content: "\f006";
+}
+.fa-user:before {
+ content: "\f007";
+}
+.fa-film:before {
+ content: "\f008";
+}
+.fa-th-large:before {
+ content: "\f009";
+}
+.fa-th:before {
+ content: "\f00a";
+}
+.fa-th-list:before {
+ content: "\f00b";
+}
+.fa-check:before {
+ content: "\f00c";
+}
+.fa-times:before {
+ content: "\f00d";
+}
+.fa-search-plus:before {
+ content: "\f00e";
+}
+.fa-search-minus:before {
+ content: "\f010";
+}
+.fa-power-off:before {
+ content: "\f011";
+}
+.fa-signal:before {
+ content: "\f012";
+}
+.fa-gear:before,
+.fa-cog:before {
+ content: "\f013";
+}
+.fa-trash-o:before {
+ content: "\f014";
+}
+.fa-home:before {
+ content: "\f015";
+}
+.fa-file-o:before {
+ content: "\f016";
+}
+.fa-clock-o:before {
+ content: "\f017";
+}
+.fa-road:before {
+ content: "\f018";
+}
+.fa-download:before {
+ content: "\f019";
+}
+.fa-arrow-circle-o-down:before {
+ content: "\f01a";
+}
+.fa-arrow-circle-o-up:before {
+ content: "\f01b";
+}
+.fa-inbox:before {
+ content: "\f01c";
+}
+.fa-play-circle-o:before {
+ content: "\f01d";
+}
+.fa-rotate-right:before,
+.fa-repeat:before {
+ content: "\f01e";
+}
+.fa-refresh:before {
+ content: "\f021";
+}
+.fa-list-alt:before {
+ content: "\f022";
+}
+.fa-lock:before {
+ content: "\f023";
+}
+.fa-flag:before {
+ content: "\f024";
+}
+.fa-headphones:before {
+ content: "\f025";
+}
+.fa-volume-off:before {
+ content: "\f026";
+}
+.fa-volume-down:before {
+ content: "\f027";
+}
+.fa-volume-up:before {
+ content: "\f028";
+}
+.fa-qrcode:before {
+ content: "\f029";
+}
+.fa-barcode:before {
+ content: "\f02a";
+}
+.fa-tag:before {
+ content: "\f02b";
+}
+.fa-tags:before {
+ content: "\f02c";
+}
+.fa-book:before {
+ content: "\f02d";
+}
+.fa-bookmark:before {
+ content: "\f02e";
+}
+.fa-print:before {
+ content: "\f02f";
+}
+.fa-camera:before {
+ content: "\f030";
+}
+.fa-font:before {
+ content: "\f031";
+}
+.fa-bold:before {
+ content: "\f032";
+}
+.fa-italic:before {
+ content: "\f033";
+}
+.fa-text-height:before {
+ content: "\f034";
+}
+.fa-text-width:before {
+ content: "\f035";
+}
+.fa-align-left:before {
+ content: "\f036";
+}
+.fa-align-center:before {
+ content: "\f037";
+}
+.fa-align-right:before {
+ content: "\f038";
+}
+.fa-align-justify:before {
+ content: "\f039";
+}
+.fa-list:before {
+ content: "\f03a";
+}
+.fa-dedent:before,
+.fa-outdent:before {
+ content: "\f03b";
+}
+.fa-indent:before {
+ content: "\f03c";
+}
+.fa-video-camera:before {
+ content: "\f03d";
+}
+.fa-picture-o:before {
+ content: "\f03e";
+}
+.fa-pencil:before {
+ content: "\f040";
+}
+.fa-map-marker:before {
+ content: "\f041";
+}
+.fa-adjust:before {
+ content: "\f042";
+}
+.fa-tint:before {
+ content: "\f043";
+}
+.fa-edit:before,
+.fa-pencil-square-o:before {
+ content: "\f044";
+}
+.fa-share-square-o:before {
+ content: "\f045";
+}
+.fa-check-square-o:before {
+ content: "\f046";
+}
+.fa-arrows:before {
+ content: "\f047";
+}
+.fa-step-backward:before {
+ content: "\f048";
+}
+.fa-fast-backward:before {
+ content: "\f049";
+}
+.fa-backward:before {
+ content: "\f04a";
+}
+.fa-play:before {
+ content: "\f04b";
+}
+.fa-pause:before {
+ content: "\f04c";
+}
+.fa-stop:before {
+ content: "\f04d";
+}
+.fa-forward:before {
+ content: "\f04e";
+}
+.fa-fast-forward:before {
+ content: "\f050";
+}
+.fa-step-forward:before {
+ content: "\f051";
+}
+.fa-eject:before {
+ content: "\f052";
+}
+.fa-chevron-left:before {
+ content: "\f053";
+}
+.fa-chevron-right:before {
+ content: "\f054";
+}
+.fa-plus-circle:before {
+ content: "\f055";
+}
+.fa-minus-circle:before {
+ content: "\f056";
+}
+.fa-times-circle:before {
+ content: "\f057";
+}
+.fa-check-circle:before {
+ content: "\f058";
+}
+.fa-question-circle:before {
+ content: "\f059";
+}
+.fa-info-circle:before {
+ content: "\f05a";
+}
+.fa-crosshairs:before {
+ content: "\f05b";
+}
+.fa-times-circle-o:before {
+ content: "\f05c";
+}
+.fa-check-circle-o:before {
+ content: "\f05d";
+}
+.fa-ban:before {
+ content: "\f05e";
+}
+.fa-arrow-left:before {
+ content: "\f060";
+}
+.fa-arrow-right:before {
+ content: "\f061";
+}
+.fa-arrow-up:before {
+ content: "\f062";
+}
+.fa-arrow-down:before {
+ content: "\f063";
+}
+.fa-mail-forward:before,
+.fa-share:before {
+ content: "\f064";
+}
+.fa-expand:before {
+ content: "\f065";
+}
+.fa-compress:before {
+ content: "\f066";
+}
+.fa-plus:before {
+ content: "\f067";
+}
+.fa-minus:before {
+ content: "\f068";
+}
+.fa-asterisk:before {
+ content: "\f069";
+}
+.fa-exclamation-circle:before {
+ content: "\f06a";
+}
+.fa-gift:before {
+ content: "\f06b";
+}
+.fa-leaf:before {
+ content: "\f06c";
+}
+.fa-fire:before {
+ content: "\f06d";
+}
+.fa-eye:before {
+ content: "\f06e";
+}
+.fa-eye-slash:before {
+ content: "\f070";
+}
+.fa-warning:before,
+.fa-exclamation-triangle:before {
+ content: "\f071";
+}
+.fa-plane:before {
+ content: "\f072";
+}
+.fa-calendar:before {
+ content: "\f073";
+}
+.fa-random:before {
+ content: "\f074";
+}
+.fa-comment:before {
+ content: "\f075";
+}
+.fa-magnet:before {
+ content: "\f076";
+}
+.fa-chevron-up:before {
+ content: "\f077";
+}
+.fa-chevron-down:before {
+ content: "\f078";
+}
+.fa-retweet:before {
+ content: "\f079";
+}
+.fa-shopping-cart:before {
+ content: "\f07a";
+}
+.fa-folder:before {
+ content: "\f07b";
+}
+.fa-folder-open:before {
+ content: "\f07c";
+}
+.fa-arrows-v:before {
+ content: "\f07d";
+}
+.fa-arrows-h:before {
+ content: "\f07e";
+}
+.fa-bar-chart-o:before {
+ content: "\f080";
+}
+.fa-twitter-square:before {
+ content: "\f081";
+}
+.fa-facebook-square:before {
+ content: "\f082";
+}
+.fa-camera-retro:before {
+ content: "\f083";
+}
+.fa-key:before {
+ content: "\f084";
+}
+.fa-gears:before,
+.fa-cogs:before {
+ content: "\f085";
+}
+.fa-comments:before {
+ content: "\f086";
+}
+.fa-thumbs-o-up:before {
+ content: "\f087";
+}
+.fa-thumbs-o-down:before {
+ content: "\f088";
+}
+.fa-star-half:before {
+ content: "\f089";
+}
+.fa-heart-o:before {
+ content: "\f08a";
+}
+.fa-sign-out:before {
+ content: "\f08b";
+}
+.fa-linkedin-square:before {
+ content: "\f08c";
+}
+.fa-thumb-tack:before {
+ content: "\f08d";
+}
+.fa-external-link:before {
+ content: "\f08e";
+}
+.fa-sign-in:before {
+ content: "\f090";
+}
+.fa-trophy:before {
+ content: "\f091";
+}
+.fa-github-square:before {
+ content: "\f092";
+}
+.fa-upload:before {
+ content: "\f093";
+}
+.fa-lemon-o:before {
+ content: "\f094";
+}
+.fa-phone:before {
+ content: "\f095";
+}
+.fa-square-o:before {
+ content: "\f096";
+}
+.fa-bookmark-o:before {
+ content: "\f097";
+}
+.fa-phone-square:before {
+ content: "\f098";
+}
+.fa-twitter:before {
+ content: "\f099";
+}
+.fa-facebook:before {
+ content: "\f09a";
+}
+.fa-github:before {
+ content: "\f09b";
+}
+.fa-unlock:before {
+ content: "\f09c";
+}
+.fa-credit-card:before {
+ content: "\f09d";
+}
+.fa-rss:before {
+ content: "\f09e";
+}
+.fa-hdd-o:before {
+ content: "\f0a0";
+}
+.fa-bullhorn:before {
+ content: "\f0a1";
+}
+.fa-bell:before {
+ content: "\f0f3";
+}
+.fa-certificate:before {
+ content: "\f0a3";
+}
+.fa-hand-o-right:before {
+ content: "\f0a4";
+}
+.fa-hand-o-left:before {
+ content: "\f0a5";
+}
+.fa-hand-o-up:before {
+ content: "\f0a6";
+}
+.fa-hand-o-down:before {
+ content: "\f0a7";
+}
+.fa-arrow-circle-left:before {
+ content: "\f0a8";
+}
+.fa-arrow-circle-right:before {
+ content: "\f0a9";
+}
+.fa-arrow-circle-up:before {
+ content: "\f0aa";
+}
+.fa-arrow-circle-down:before {
+ content: "\f0ab";
+}
+.fa-globe:before {
+ content: "\f0ac";
+}
+.fa-wrench:before {
+ content: "\f0ad";
+}
+.fa-tasks:before {
+ content: "\f0ae";
+}
+.fa-filter:before {
+ content: "\f0b0";
+}
+.fa-briefcase:before {
+ content: "\f0b1";
+}
+.fa-arrows-alt:before {
+ content: "\f0b2";
+}
+.fa-group:before,
+.fa-users:before {
+ content: "\f0c0";
+}
+.fa-chain:before,
+.fa-link:before {
+ content: "\f0c1";
+}
+.fa-cloud:before {
+ content: "\f0c2";
+}
+.fa-flask:before {
+ content: "\f0c3";
+}
+.fa-cut:before,
+.fa-scissors:before {
+ content: "\f0c4";
+}
+.fa-copy:before,
+.fa-files-o:before {
+ content: "\f0c5";
+}
+.fa-paperclip:before {
+ content: "\f0c6";
+}
+.fa-save:before,
+.fa-floppy-o:before {
+ content: "\f0c7";
+}
+.fa-square:before {
+ content: "\f0c8";
+}
+.fa-bars:before {
+ content: "\f0c9";
+}
+.fa-list-ul:before {
+ content: "\f0ca";
+}
+.fa-list-ol:before {
+ content: "\f0cb";
+}
+.fa-strikethrough:before {
+ content: "\f0cc";
+}
+.fa-underline:before {
+ content: "\f0cd";
+}
+.fa-table:before {
+ content: "\f0ce";
+}
+.fa-magic:before {
+ content: "\f0d0";
+}
+.fa-truck:before {
+ content: "\f0d1";
+}
+.fa-pinterest:before {
+ content: "\f0d2";
+}
+.fa-pinterest-square:before {
+ content: "\f0d3";
+}
+.fa-google-plus-square:before {
+ content: "\f0d4";
+}
+.fa-google-plus:before {
+ content: "\f0d5";
+}
+.fa-money:before {
+ content: "\f0d6";
+}
+.fa-caret-down:before {
+ content: "\f0d7";
+}
+.fa-caret-up:before {
+ content: "\f0d8";
+}
+.fa-caret-left:before {
+ content: "\f0d9";
+}
+.fa-caret-right:before {
+ content: "\f0da";
+}
+.fa-columns:before {
+ content: "\f0db";
+}
+.fa-unsorted:before,
+.fa-sort:before {
+ content: "\f0dc";
+}
+.fa-sort-down:before,
+.fa-sort-asc:before {
+ content: "\f0dd";
+}
+.fa-sort-up:before,
+.fa-sort-desc:before {
+ content: "\f0de";
+}
+.fa-envelope:before {
+ content: "\f0e0";
+}
+.fa-linkedin:before {
+ content: "\f0e1";
+}
+.fa-rotate-left:before,
+.fa-undo:before {
+ content: "\f0e2";
+}
+.fa-legal:before,
+.fa-gavel:before {
+ content: "\f0e3";
+}
+.fa-dashboard:before,
+.fa-tachometer:before {
+ content: "\f0e4";
+}
+.fa-comment-o:before {
+ content: "\f0e5";
+}
+.fa-comments-o:before {
+ content: "\f0e6";
+}
+.fa-flash:before,
+.fa-bolt:before {
+ content: "\f0e7";
+}
+.fa-sitemap:before {
+ content: "\f0e8";
+}
+.fa-umbrella:before {
+ content: "\f0e9";
+}
+.fa-paste:before,
+.fa-clipboard:before {
+ content: "\f0ea";
+}
+.fa-lightbulb-o:before {
+ content: "\f0eb";
+}
+.fa-exchange:before {
+ content: "\f0ec";
+}
+.fa-cloud-download:before {
+ content: "\f0ed";
+}
+.fa-cloud-upload:before {
+ content: "\f0ee";
+}
+.fa-user-md:before {
+ content: "\f0f0";
+}
+.fa-stethoscope:before {
+ content: "\f0f1";
+}
+.fa-suitcase:before {
+ content: "\f0f2";
+}
+.fa-bell-o:before {
+ content: "\f0a2";
+}
+.fa-coffee:before {
+ content: "\f0f4";
+}
+.fa-cutlery:before {
+ content: "\f0f5";
+}
+.fa-file-text-o:before {
+ content: "\f0f6";
+}
+.fa-building-o:before {
+ content: "\f0f7";
+}
+.fa-hospital-o:before {
+ content: "\f0f8";
+}
+.fa-ambulance:before {
+ content: "\f0f9";
+}
+.fa-medkit:before {
+ content: "\f0fa";
+}
+.fa-fighter-jet:before {
+ content: "\f0fb";
+}
+.fa-beer:before {
+ content: "\f0fc";
+}
+.fa-h-square:before {
+ content: "\f0fd";
+}
+.fa-plus-square:before {
+ content: "\f0fe";
+}
+.fa-angle-double-left:before {
+ content: "\f100";
+}
+.fa-angle-double-right:before {
+ content: "\f101";
+}
+.fa-angle-double-up:before {
+ content: "\f102";
+}
+.fa-angle-double-down:before {
+ content: "\f103";
+}
+.fa-angle-left:before {
+ content: "\f104";
+}
+.fa-angle-right:before {
+ content: "\f105";
+}
+.fa-angle-up:before {
+ content: "\f106";
+}
+.fa-angle-down:before {
+ content: "\f107";
+}
+.fa-desktop:before {
+ content: "\f108";
+}
+.fa-laptop:before {
+ content: "\f109";
+}
+.fa-tablet:before {
+ content: "\f10a";
+}
+.fa-mobile-phone:before,
+.fa-mobile:before {
+ content: "\f10b";
+}
+.fa-circle-o:before {
+ content: "\f10c";
+}
+.fa-quote-left:before {
+ content: "\f10d";
+}
+.fa-quote-right:before {
+ content: "\f10e";
+}
+.fa-spinner:before {
+ content: "\f110";
+}
+.fa-circle:before {
+ content: "\f111";
+}
+.fa-mail-reply:before,
+.fa-reply:before {
+ content: "\f112";
+}
+.fa-github-alt:before {
+ content: "\f113";
+}
+.fa-folder-o:before {
+ content: "\f114";
+}
+.fa-folder-open-o:before {
+ content: "\f115";
+}
+.fa-smile-o:before {
+ content: "\f118";
+}
+.fa-frown-o:before {
+ content: "\f119";
+}
+.fa-meh-o:before {
+ content: "\f11a";
+}
+.fa-gamepad:before {
+ content: "\f11b";
+}
+.fa-keyboard-o:before {
+ content: "\f11c";
+}
+.fa-flag-o:before {
+ content: "\f11d";
+}
+.fa-flag-checkered:before {
+ content: "\f11e";
+}
+.fa-terminal:before {
+ content: "\f120";
+}
+.fa-code:before {
+ content: "\f121";
+}
+.fa-reply-all:before {
+ content: "\f122";
+}
+.fa-mail-reply-all:before {
+ content: "\f122";
+}
+.fa-star-half-empty:before,
+.fa-star-half-full:before,
+.fa-star-half-o:before {
+ content: "\f123";
+}
+.fa-location-arrow:before {
+ content: "\f124";
+}
+.fa-crop:before {
+ content: "\f125";
+}
+.fa-code-fork:before {
+ content: "\f126";
+}
+.fa-unlink:before,
+.fa-chain-broken:before {
+ content: "\f127";
+}
+.fa-question:before {
+ content: "\f128";
+}
+.fa-info:before {
+ content: "\f129";
+}
+.fa-exclamation:before {
+ content: "\f12a";
+}
+.fa-superscript:before {
+ content: "\f12b";
+}
+.fa-subscript:before {
+ content: "\f12c";
+}
+.fa-eraser:before {
+ content: "\f12d";
+}
+.fa-puzzle-piece:before {
+ content: "\f12e";
+}
+.fa-microphone:before {
+ content: "\f130";
+}
+.fa-microphone-slash:before {
+ content: "\f131";
+}
+.fa-shield:before {
+ content: "\f132";
+}
+.fa-calendar-o:before {
+ content: "\f133";
+}
+.fa-fire-extinguisher:before {
+ content: "\f134";
+}
+.fa-rocket:before {
+ content: "\f135";
+}
+.fa-maxcdn:before {
+ content: "\f136";
+}
+.fa-chevron-circle-left:before {
+ content: "\f137";
+}
+.fa-chevron-circle-right:before {
+ content: "\f138";
+}
+.fa-chevron-circle-up:before {
+ content: "\f139";
+}
+.fa-chevron-circle-down:before {
+ content: "\f13a";
+}
+.fa-html5:before {
+ content: "\f13b";
+}
+.fa-css3:before {
+ content: "\f13c";
+}
+.fa-anchor:before {
+ content: "\f13d";
+}
+.fa-unlock-alt:before {
+ content: "\f13e";
+}
+.fa-bullseye:before {
+ content: "\f140";
+}
+.fa-ellipsis-h:before {
+ content: "\f141";
+}
+.fa-ellipsis-v:before {
+ content: "\f142";
+}
+.fa-rss-square:before {
+ content: "\f143";
+}
+.fa-play-circle:before {
+ content: "\f144";
+}
+.fa-ticket:before {
+ content: "\f145";
+}
+.fa-minus-square:before {
+ content: "\f146";
+}
+.fa-minus-square-o:before {
+ content: "\f147";
+}
+.fa-level-up:before {
+ content: "\f148";
+}
+.fa-level-down:before {
+ content: "\f149";
+}
+.fa-check-square:before {
+ content: "\f14a";
+}
+.fa-pencil-square:before {
+ content: "\f14b";
+}
+.fa-external-link-square:before {
+ content: "\f14c";
+}
+.fa-share-square:before {
+ content: "\f14d";
+}
+.fa-compass:before {
+ content: "\f14e";
+}
+.fa-toggle-down:before,
+.fa-caret-square-o-down:before {
+ content: "\f150";
+}
+.fa-toggle-up:before,
+.fa-caret-square-o-up:before {
+ content: "\f151";
+}
+.fa-toggle-right:before,
+.fa-caret-square-o-right:before {
+ content: "\f152";
+}
+.fa-euro:before,
+.fa-eur:before {
+ content: "\f153";
+}
+.fa-gbp:before {
+ content: "\f154";
+}
+.fa-dollar:before,
+.fa-usd:before {
+ content: "\f155";
+}
+.fa-rupee:before,
+.fa-inr:before {
+ content: "\f156";
+}
+.fa-cny:before,
+.fa-rmb:before,
+.fa-yen:before,
+.fa-jpy:before {
+ content: "\f157";
+}
+.fa-ruble:before,
+.fa-rouble:before,
+.fa-rub:before {
+ content: "\f158";
+}
+.fa-won:before,
+.fa-krw:before {
+ content: "\f159";
+}
+.fa-bitcoin:before,
+.fa-btc:before {
+ content: "\f15a";
+}
+.fa-file:before {
+ content: "\f15b";
+}
+.fa-file-text:before {
+ content: "\f15c";
+}
+.fa-sort-alpha-asc:before {
+ content: "\f15d";
+}
+.fa-sort-alpha-desc:before {
+ content: "\f15e";
+}
+.fa-sort-amount-asc:before {
+ content: "\f160";
+}
+.fa-sort-amount-desc:before {
+ content: "\f161";
+}
+.fa-sort-numeric-asc:before {
+ content: "\f162";
+}
+.fa-sort-numeric-desc:before {
+ content: "\f163";
+}
+.fa-thumbs-up:before {
+ content: "\f164";
+}
+.fa-thumbs-down:before {
+ content: "\f165";
+}
+.fa-youtube-square:before {
+ content: "\f166";
+}
+.fa-youtube:before {
+ content: "\f167";
+}
+.fa-xing:before {
+ content: "\f168";
+}
+.fa-xing-square:before {
+ content: "\f169";
+}
+.fa-youtube-play:before {
+ content: "\f16a";
+}
+.fa-dropbox:before {
+ content: "\f16b";
+}
+.fa-stack-overflow:before {
+ content: "\f16c";
+}
+.fa-instagram:before {
+ content: "\f16d";
+}
+.fa-flickr:before {
+ content: "\f16e";
+}
+.fa-adn:before {
+ content: "\f170";
+}
+.fa-bitbucket:before {
+ content: "\f171";
+}
+.fa-bitbucket-square:before {
+ content: "\f172";
+}
+.fa-tumblr:before {
+ content: "\f173";
+}
+.fa-tumblr-square:before {
+ content: "\f174";
+}
+.fa-long-arrow-down:before {
+ content: "\f175";
+}
+.fa-long-arrow-up:before {
+ content: "\f176";
+}
+.fa-long-arrow-left:before {
+ content: "\f177";
+}
+.fa-long-arrow-right:before {
+ content: "\f178";
+}
+.fa-apple:before {
+ content: "\f179";
+}
+.fa-windows:before {
+ content: "\f17a";
+}
+.fa-android:before {
+ content: "\f17b";
+}
+.fa-linux:before {
+ content: "\f17c";
+}
+.fa-dribbble:before {
+ content: "\f17d";
+}
+.fa-skype:before {
+ content: "\f17e";
+}
+.fa-foursquare:before {
+ content: "\f180";
+}
+.fa-trello:before {
+ content: "\f181";
+}
+.fa-female:before {
+ content: "\f182";
+}
+.fa-male:before {
+ content: "\f183";
+}
+.fa-gittip:before {
+ content: "\f184";
+}
+.fa-sun-o:before {
+ content: "\f185";
+}
+.fa-moon-o:before {
+ content: "\f186";
+}
+.fa-archive:before {
+ content: "\f187";
+}
+.fa-bug:before {
+ content: "\f188";
+}
+.fa-vk:before {
+ content: "\f189";
+}
+.fa-weibo:before {
+ content: "\f18a";
+}
+.fa-renren:before {
+ content: "\f18b";
+}
+.fa-pagelines:before {
+ content: "\f18c";
+}
+.fa-stack-exchange:before {
+ content: "\f18d";
+}
+.fa-arrow-circle-o-right:before {
+ content: "\f18e";
+}
+.fa-arrow-circle-o-left:before {
+ content: "\f190";
+}
+.fa-toggle-left:before,
+.fa-caret-square-o-left:before {
+ content: "\f191";
+}
+.fa-dot-circle-o:before {
+ content: "\f192";
+}
+.fa-wheelchair:before {
+ content: "\f193";
+}
+.fa-vimeo-square:before {
+ content: "\f194";
+}
+.fa-turkish-lira:before,
+.fa-try:before {
+ content: "\f195";
+}
+.fa-plus-square-o:before {
+ content: "\f196";
+}
diff --git a/pelican-bootstrap3/static/css/font-awesome.min.css b/pelican-bootstrap3/static/css/font-awesome.min.css
index e5fcc95..449d6ac 100644
--- a/pelican-bootstrap3/static/css/font-awesome.min.css
+++ b/pelican-bootstrap3/static/css/font-awesome.min.css
@@ -1,403 +1,4 @@
-@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=3.2.1');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=3.2.1') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=3.2.1') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=3.2.1') format('truetype'),url('../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1') format('svg');font-weight:normal;font-style:normal;}[class^="icon-"],[class*=" icon-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;}
-[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;display:inline-block;speak:none;}
-.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em;}
-a [class^="icon-"],a [class*=" icon-"]{display:inline;}
-[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:0.2857142857142857em;}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.4285714285714286em;}
-.icons-ul{margin-left:2.142857142857143em;list-style-type:none;}.icons-ul>li{position:relative;}
-.icons-ul .icon-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;text-align:center;line-height:inherit;}
-[class^="icon-"].hide,[class*=" icon-"].hide{display:none;}
-.icon-muted{color:#eeeeee;}
-.icon-light{color:#ffffff;}
-.icon-dark{color:#333333;}
-.icon-border{border:solid 1px #eeeeee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
-.icon-2x{font-size:2em;}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
-.icon-3x{font-size:3em;}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
-.icon-4x{font-size:4em;}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
-.icon-5x{font-size:5em;}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}
-.pull-right{float:right;}
-.pull-left{float:left;}
-[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em;}
-[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em;}
-[class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0;}
-.icon-white,.nav-pills>.active>a>[class^="icon-"],.nav-pills>.active>a>[class*=" icon-"],.nav-list>.active>a>[class^="icon-"],.nav-list>.active>a>[class*=" icon-"],.navbar-inverse .nav>.active>a>[class^="icon-"],.navbar-inverse .nav>.active>a>[class*=" icon-"],.dropdown-menu>li>a:hover>[class^="icon-"],.dropdown-menu>li>a:hover>[class*=" icon-"],.dropdown-menu>.active>a>[class^="icon-"],.dropdown-menu>.active>a>[class*=" icon-"],.dropdown-submenu:hover>a>[class^="icon-"],.dropdown-submenu:hover>a>[class*=" icon-"]{background-image:none;}
-.btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em;}
-.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block;}
-.nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em;}
-.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em;}
-.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em;}
-.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em;}
-.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0;}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em;}
-.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em;}
-.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em;}
-.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{line-height:inherit;}
-.icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%;}.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em;}
-.icon-stack .icon-stack-base{font-size:2em;*line-height:1em;}
-.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;}
-a .icon-stack,a .icon-spin{display:inline-block;text-decoration:none;}
-@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);} 100%{-moz-transform:rotate(359deg);}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);} 100%{-webkit-transform:rotate(359deg);}}@-o-keyframes spin{0%{-o-transform:rotate(0deg);} 100%{-o-transform:rotate(359deg);}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg);} 100%{-ms-transform:rotate(359deg);}}@keyframes spin{0%{transform:rotate(0deg);} 100%{transform:rotate(359deg);}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
-.icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);}
-.icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
-.icon-flip-horizontal:before{-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1);}
-.icon-flip-vertical:before{-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1);}
-a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before{display:inline-block;}
-.icon-glass:before{content:"\f000";}
-.icon-music:before{content:"\f001";}
-.icon-search:before{content:"\f002";}
-.icon-envelope-alt:before{content:"\f003";}
-.icon-heart:before{content:"\f004";}
-.icon-star:before{content:"\f005";}
-.icon-star-empty:before{content:"\f006";}
-.icon-user:before{content:"\f007";}
-.icon-film:before{content:"\f008";}
-.icon-th-large:before{content:"\f009";}
-.icon-th:before{content:"\f00a";}
-.icon-th-list:before{content:"\f00b";}
-.icon-ok:before{content:"\f00c";}
-.icon-remove:before{content:"\f00d";}
-.icon-zoom-in:before{content:"\f00e";}
-.icon-zoom-out:before{content:"\f010";}
-.icon-power-off:before,.icon-off:before{content:"\f011";}
-.icon-signal:before{content:"\f012";}
-.icon-gear:before,.icon-cog:before{content:"\f013";}
-.icon-trash:before{content:"\f014";}
-.icon-home:before{content:"\f015";}
-.icon-file-alt:before{content:"\f016";}
-.icon-time:before{content:"\f017";}
-.icon-road:before{content:"\f018";}
-.icon-download-alt:before{content:"\f019";}
-.icon-download:before{content:"\f01a";}
-.icon-upload:before{content:"\f01b";}
-.icon-inbox:before{content:"\f01c";}
-.icon-play-circle:before{content:"\f01d";}
-.icon-rotate-right:before,.icon-repeat:before{content:"\f01e";}
-.icon-refresh:before{content:"\f021";}
-.icon-list-alt:before{content:"\f022";}
-.icon-lock:before{content:"\f023";}
-.icon-flag:before{content:"\f024";}
-.icon-headphones:before{content:"\f025";}
-.icon-volume-off:before{content:"\f026";}
-.icon-volume-down:before{content:"\f027";}
-.icon-volume-up:before{content:"\f028";}
-.icon-qrcode:before{content:"\f029";}
-.icon-barcode:before{content:"\f02a";}
-.icon-tag:before{content:"\f02b";}
-.icon-tags:before{content:"\f02c";}
-.icon-book:before{content:"\f02d";}
-.icon-bookmark:before{content:"\f02e";}
-.icon-print:before{content:"\f02f";}
-.icon-camera:before{content:"\f030";}
-.icon-font:before{content:"\f031";}
-.icon-bold:before{content:"\f032";}
-.icon-italic:before{content:"\f033";}
-.icon-text-height:before{content:"\f034";}
-.icon-text-width:before{content:"\f035";}
-.icon-align-left:before{content:"\f036";}
-.icon-align-center:before{content:"\f037";}
-.icon-align-right:before{content:"\f038";}
-.icon-align-justify:before{content:"\f039";}
-.icon-list:before{content:"\f03a";}
-.icon-indent-left:before{content:"\f03b";}
-.icon-indent-right:before{content:"\f03c";}
-.icon-facetime-video:before{content:"\f03d";}
-.icon-picture:before{content:"\f03e";}
-.icon-pencil:before{content:"\f040";}
-.icon-map-marker:before{content:"\f041";}
-.icon-adjust:before{content:"\f042";}
-.icon-tint:before{content:"\f043";}
-.icon-edit:before{content:"\f044";}
-.icon-share:before{content:"\f045";}
-.icon-check:before{content:"\f046";}
-.icon-move:before{content:"\f047";}
-.icon-step-backward:before{content:"\f048";}
-.icon-fast-backward:before{content:"\f049";}
-.icon-backward:before{content:"\f04a";}
-.icon-play:before{content:"\f04b";}
-.icon-pause:before{content:"\f04c";}
-.icon-stop:before{content:"\f04d";}
-.icon-forward:before{content:"\f04e";}
-.icon-fast-forward:before{content:"\f050";}
-.icon-step-forward:before{content:"\f051";}
-.icon-eject:before{content:"\f052";}
-.icon-chevron-left:before{content:"\f053";}
-.icon-chevron-right:before{content:"\f054";}
-.icon-plus-sign:before{content:"\f055";}
-.icon-minus-sign:before{content:"\f056";}
-.icon-remove-sign:before{content:"\f057";}
-.icon-ok-sign:before{content:"\f058";}
-.icon-question-sign:before{content:"\f059";}
-.icon-info-sign:before{content:"\f05a";}
-.icon-screenshot:before{content:"\f05b";}
-.icon-remove-circle:before{content:"\f05c";}
-.icon-ok-circle:before{content:"\f05d";}
-.icon-ban-circle:before{content:"\f05e";}
-.icon-arrow-left:before{content:"\f060";}
-.icon-arrow-right:before{content:"\f061";}
-.icon-arrow-up:before{content:"\f062";}
-.icon-arrow-down:before{content:"\f063";}
-.icon-mail-forward:before,.icon-share-alt:before{content:"\f064";}
-.icon-resize-full:before{content:"\f065";}
-.icon-resize-small:before{content:"\f066";}
-.icon-plus:before{content:"\f067";}
-.icon-minus:before{content:"\f068";}
-.icon-asterisk:before{content:"\f069";}
-.icon-exclamation-sign:before{content:"\f06a";}
-.icon-gift:before{content:"\f06b";}
-.icon-leaf:before{content:"\f06c";}
-.icon-fire:before{content:"\f06d";}
-.icon-eye-open:before{content:"\f06e";}
-.icon-eye-close:before{content:"\f070";}
-.icon-warning-sign:before{content:"\f071";}
-.icon-plane:before{content:"\f072";}
-.icon-calendar:before{content:"\f073";}
-.icon-random:before{content:"\f074";}
-.icon-comment:before{content:"\f075";}
-.icon-magnet:before{content:"\f076";}
-.icon-chevron-up:before{content:"\f077";}
-.icon-chevron-down:before{content:"\f078";}
-.icon-retweet:before{content:"\f079";}
-.icon-shopping-cart:before{content:"\f07a";}
-.icon-folder-close:before{content:"\f07b";}
-.icon-folder-open:before{content:"\f07c";}
-.icon-resize-vertical:before{content:"\f07d";}
-.icon-resize-horizontal:before{content:"\f07e";}
-.icon-bar-chart:before{content:"\f080";}
-.icon-twitter-sign:before{content:"\f081";}
-.icon-facebook-sign:before{content:"\f082";}
-.icon-camera-retro:before{content:"\f083";}
-.icon-key:before{content:"\f084";}
-.icon-gears:before,.icon-cogs:before{content:"\f085";}
-.icon-comments:before{content:"\f086";}
-.icon-thumbs-up-alt:before{content:"\f087";}
-.icon-thumbs-down-alt:before{content:"\f088";}
-.icon-star-half:before{content:"\f089";}
-.icon-heart-empty:before{content:"\f08a";}
-.icon-signout:before{content:"\f08b";}
-.icon-linkedin-sign:before{content:"\f08c";}
-.icon-pushpin:before{content:"\f08d";}
-.icon-external-link:before{content:"\f08e";}
-.icon-signin:before{content:"\f090";}
-.icon-trophy:before{content:"\f091";}
-.icon-github-sign:before{content:"\f092";}
-.icon-upload-alt:before{content:"\f093";}
-.icon-lemon:before{content:"\f094";}
-.icon-phone:before{content:"\f095";}
-.icon-unchecked:before,.icon-check-empty:before{content:"\f096";}
-.icon-bookmark-empty:before{content:"\f097";}
-.icon-phone-sign:before{content:"\f098";}
-.icon-twitter:before{content:"\f099";}
-.icon-facebook:before{content:"\f09a";}
-.icon-github:before{content:"\f09b";}
-.icon-unlock:before{content:"\f09c";}
-.icon-credit-card:before{content:"\f09d";}
-.icon-rss:before{content:"\f09e";}
-.icon-hdd:before{content:"\f0a0";}
-.icon-bullhorn:before{content:"\f0a1";}
-.icon-bell:before{content:"\f0a2";}
-.icon-certificate:before{content:"\f0a3";}
-.icon-hand-right:before{content:"\f0a4";}
-.icon-hand-left:before{content:"\f0a5";}
-.icon-hand-up:before{content:"\f0a6";}
-.icon-hand-down:before{content:"\f0a7";}
-.icon-circle-arrow-left:before{content:"\f0a8";}
-.icon-circle-arrow-right:before{content:"\f0a9";}
-.icon-circle-arrow-up:before{content:"\f0aa";}
-.icon-circle-arrow-down:before{content:"\f0ab";}
-.icon-globe:before{content:"\f0ac";}
-.icon-wrench:before{content:"\f0ad";}
-.icon-tasks:before{content:"\f0ae";}
-.icon-filter:before{content:"\f0b0";}
-.icon-briefcase:before{content:"\f0b1";}
-.icon-fullscreen:before{content:"\f0b2";}
-.icon-group:before{content:"\f0c0";}
-.icon-link:before{content:"\f0c1";}
-.icon-cloud:before{content:"\f0c2";}
-.icon-beaker:before{content:"\f0c3";}
-.icon-cut:before{content:"\f0c4";}
-.icon-copy:before{content:"\f0c5";}
-.icon-paperclip:before,.icon-paper-clip:before{content:"\f0c6";}
-.icon-save:before{content:"\f0c7";}
-.icon-sign-blank:before{content:"\f0c8";}
-.icon-reorder:before{content:"\f0c9";}
-.icon-list-ul:before{content:"\f0ca";}
-.icon-list-ol:before{content:"\f0cb";}
-.icon-strikethrough:before{content:"\f0cc";}
-.icon-underline:before{content:"\f0cd";}
-.icon-table:before{content:"\f0ce";}
-.icon-magic:before{content:"\f0d0";}
-.icon-truck:before{content:"\f0d1";}
-.icon-pinterest:before{content:"\f0d2";}
-.icon-pinterest-sign:before{content:"\f0d3";}
-.icon-google-plus-sign:before{content:"\f0d4";}
-.icon-google-plus:before{content:"\f0d5";}
-.icon-money:before{content:"\f0d6";}
-.icon-caret-down:before{content:"\f0d7";}
-.icon-caret-up:before{content:"\f0d8";}
-.icon-caret-left:before{content:"\f0d9";}
-.icon-caret-right:before{content:"\f0da";}
-.icon-columns:before{content:"\f0db";}
-.icon-sort:before{content:"\f0dc";}
-.icon-sort-down:before{content:"\f0dd";}
-.icon-sort-up:before{content:"\f0de";}
-.icon-envelope:before{content:"\f0e0";}
-.icon-linkedin:before{content:"\f0e1";}
-.icon-rotate-left:before,.icon-undo:before{content:"\f0e2";}
-.icon-legal:before{content:"\f0e3";}
-.icon-dashboard:before{content:"\f0e4";}
-.icon-comment-alt:before{content:"\f0e5";}
-.icon-comments-alt:before{content:"\f0e6";}
-.icon-bolt:before{content:"\f0e7";}
-.icon-sitemap:before{content:"\f0e8";}
-.icon-umbrella:before{content:"\f0e9";}
-.icon-paste:before{content:"\f0ea";}
-.icon-lightbulb:before{content:"\f0eb";}
-.icon-exchange:before{content:"\f0ec";}
-.icon-cloud-download:before{content:"\f0ed";}
-.icon-cloud-upload:before{content:"\f0ee";}
-.icon-user-md:before{content:"\f0f0";}
-.icon-stethoscope:before{content:"\f0f1";}
-.icon-suitcase:before{content:"\f0f2";}
-.icon-bell-alt:before{content:"\f0f3";}
-.icon-coffee:before{content:"\f0f4";}
-.icon-food:before{content:"\f0f5";}
-.icon-file-text-alt:before{content:"\f0f6";}
-.icon-building:before{content:"\f0f7";}
-.icon-hospital:before{content:"\f0f8";}
-.icon-ambulance:before{content:"\f0f9";}
-.icon-medkit:before{content:"\f0fa";}
-.icon-fighter-jet:before{content:"\f0fb";}
-.icon-beer:before{content:"\f0fc";}
-.icon-h-sign:before{content:"\f0fd";}
-.icon-plus-sign-alt:before{content:"\f0fe";}
-.icon-double-angle-left:before{content:"\f100";}
-.icon-double-angle-right:before{content:"\f101";}
-.icon-double-angle-up:before{content:"\f102";}
-.icon-double-angle-down:before{content:"\f103";}
-.icon-angle-left:before{content:"\f104";}
-.icon-angle-right:before{content:"\f105";}
-.icon-angle-up:before{content:"\f106";}
-.icon-angle-down:before{content:"\f107";}
-.icon-desktop:before{content:"\f108";}
-.icon-laptop:before{content:"\f109";}
-.icon-tablet:before{content:"\f10a";}
-.icon-mobile-phone:before{content:"\f10b";}
-.icon-circle-blank:before{content:"\f10c";}
-.icon-quote-left:before{content:"\f10d";}
-.icon-quote-right:before{content:"\f10e";}
-.icon-spinner:before{content:"\f110";}
-.icon-circle:before{content:"\f111";}
-.icon-mail-reply:before,.icon-reply:before{content:"\f112";}
-.icon-github-alt:before{content:"\f113";}
-.icon-folder-close-alt:before{content:"\f114";}
-.icon-folder-open-alt:before{content:"\f115";}
-.icon-expand-alt:before{content:"\f116";}
-.icon-collapse-alt:before{content:"\f117";}
-.icon-smile:before{content:"\f118";}
-.icon-frown:before{content:"\f119";}
-.icon-meh:before{content:"\f11a";}
-.icon-gamepad:before{content:"\f11b";}
-.icon-keyboard:before{content:"\f11c";}
-.icon-flag-alt:before{content:"\f11d";}
-.icon-flag-checkered:before{content:"\f11e";}
-.icon-terminal:before{content:"\f120";}
-.icon-code:before{content:"\f121";}
-.icon-reply-all:before{content:"\f122";}
-.icon-mail-reply-all:before{content:"\f122";}
-.icon-star-half-full:before,.icon-star-half-empty:before{content:"\f123";}
-.icon-location-arrow:before{content:"\f124";}
-.icon-crop:before{content:"\f125";}
-.icon-code-fork:before{content:"\f126";}
-.icon-unlink:before{content:"\f127";}
-.icon-question:before{content:"\f128";}
-.icon-info:before{content:"\f129";}
-.icon-exclamation:before{content:"\f12a";}
-.icon-superscript:before{content:"\f12b";}
-.icon-subscript:before{content:"\f12c";}
-.icon-eraser:before{content:"\f12d";}
-.icon-puzzle-piece:before{content:"\f12e";}
-.icon-microphone:before{content:"\f130";}
-.icon-microphone-off:before{content:"\f131";}
-.icon-shield:before{content:"\f132";}
-.icon-calendar-empty:before{content:"\f133";}
-.icon-fire-extinguisher:before{content:"\f134";}
-.icon-rocket:before{content:"\f135";}
-.icon-maxcdn:before{content:"\f136";}
-.icon-chevron-sign-left:before{content:"\f137";}
-.icon-chevron-sign-right:before{content:"\f138";}
-.icon-chevron-sign-up:before{content:"\f139";}
-.icon-chevron-sign-down:before{content:"\f13a";}
-.icon-html5:before{content:"\f13b";}
-.icon-css3:before{content:"\f13c";}
-.icon-anchor:before{content:"\f13d";}
-.icon-unlock-alt:before{content:"\f13e";}
-.icon-bullseye:before{content:"\f140";}
-.icon-ellipsis-horizontal:before{content:"\f141";}
-.icon-ellipsis-vertical:before{content:"\f142";}
-.icon-rss-sign:before{content:"\f143";}
-.icon-play-sign:before{content:"\f144";}
-.icon-ticket:before{content:"\f145";}
-.icon-minus-sign-alt:before{content:"\f146";}
-.icon-check-minus:before{content:"\f147";}
-.icon-level-up:before{content:"\f148";}
-.icon-level-down:before{content:"\f149";}
-.icon-check-sign:before{content:"\f14a";}
-.icon-edit-sign:before{content:"\f14b";}
-.icon-external-link-sign:before{content:"\f14c";}
-.icon-share-sign:before{content:"\f14d";}
-.icon-compass:before{content:"\f14e";}
-.icon-collapse:before{content:"\f150";}
-.icon-collapse-top:before{content:"\f151";}
-.icon-expand:before{content:"\f152";}
-.icon-euro:before,.icon-eur:before{content:"\f153";}
-.icon-gbp:before{content:"\f154";}
-.icon-dollar:before,.icon-usd:before{content:"\f155";}
-.icon-rupee:before,.icon-inr:before{content:"\f156";}
-.icon-yen:before,.icon-jpy:before{content:"\f157";}
-.icon-renminbi:before,.icon-cny:before{content:"\f158";}
-.icon-won:before,.icon-krw:before{content:"\f159";}
-.icon-bitcoin:before,.icon-btc:before{content:"\f15a";}
-.icon-file:before{content:"\f15b";}
-.icon-file-text:before{content:"\f15c";}
-.icon-sort-by-alphabet:before{content:"\f15d";}
-.icon-sort-by-alphabet-alt:before{content:"\f15e";}
-.icon-sort-by-attributes:before{content:"\f160";}
-.icon-sort-by-attributes-alt:before{content:"\f161";}
-.icon-sort-by-order:before{content:"\f162";}
-.icon-sort-by-order-alt:before{content:"\f163";}
-.icon-thumbs-up:before{content:"\f164";}
-.icon-thumbs-down:before{content:"\f165";}
-.icon-youtube-sign:before{content:"\f166";}
-.icon-youtube:before{content:"\f167";}
-.icon-xing:before{content:"\f168";}
-.icon-xing-sign:before{content:"\f169";}
-.icon-youtube-play:before{content:"\f16a";}
-.icon-dropbox:before{content:"\f16b";}
-.icon-stackexchange:before{content:"\f16c";}
-.icon-instagram:before{content:"\f16d";}
-.icon-flickr:before{content:"\f16e";}
-.icon-adn:before{content:"\f170";}
-.icon-bitbucket:before{content:"\f171";}
-.icon-bitbucket-sign:before{content:"\f172";}
-.icon-tumblr:before{content:"\f173";}
-.icon-tumblr-sign:before{content:"\f174";}
-.icon-long-arrow-down:before{content:"\f175";}
-.icon-long-arrow-up:before{content:"\f176";}
-.icon-long-arrow-left:before{content:"\f177";}
-.icon-long-arrow-right:before{content:"\f178";}
-.icon-apple:before{content:"\f179";}
-.icon-windows:before{content:"\f17a";}
-.icon-android:before{content:"\f17b";}
-.icon-linux:before{content:"\f17c";}
-.icon-dribbble:before{content:"\f17d";}
-.icon-skype:before{content:"\f17e";}
-.icon-foursquare:before{content:"\f180";}
-.icon-trello:before{content:"\f181";}
-.icon-female:before{content:"\f182";}
-.icon-male:before{content:"\f183";}
-.icon-gittip:before{content:"\f184";}
-.icon-sun:before{content:"\f185";}
-.icon-moon:before{content:"\f186";}
-.icon-archive:before{content:"\f187";}
-.icon-bug:before{content:"\f188";}
-.icon-vk:before{content:"\f189";}
-.icon-weibo:before{content:"\f18a";}
-.icon-renren:before{content:"\f18b";}
+/*!
+ * Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
+ * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
+ */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.0.3');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.3333333333333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.2857142857142858em;text-align:center}.fa-ul{padding-left:0;margin-left:2.142857142857143em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;top:.14285714285714285em;text-align:center}.fa-li.fa-lg{left:-1.8571428571428572em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg)}100%{-ms-transform:rotate(359deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0,mirror=1);-webkit-transform:scale(-1,1);-moz-transform:scale(-1,1);-ms-transform:scale(-1,1);-o-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2,mirror=1);-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scale(1,-1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-asc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-desc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-reply-all:before{content:"\f122"}.fa-mail-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"} \ No newline at end of file
diff --git a/pelican-bootstrap3/static/css/pygments.css b/pelican-bootstrap3/static/css/pygments.css
deleted file mode 100644
index bffc5c9..0000000
--- a/pelican-bootstrap3/static/css/pygments.css
+++ /dev/null
@@ -1,69 +0,0 @@
-.hll { background-color: #404040 }
-.c { color: #999999; font-style: italic } /* Comment */
-.err { color: #a61717; background-color: #e3d2d2 } /* Error */
-.g { color: #d0d0d0 } /* Generic */
-.k { color: #6ab825; font-weight: bold } /* Keyword */
-.l { color: #d0d0d0 } /* Literal */
-.n { color: #d0d0d0 } /* Name */
-.o { color: #d0d0d0 } /* Operator */
-.x { color: #d0d0d0 } /* Other */
-.p { color: #d0d0d0 } /* Punctuation */
-.cm { color: #999999; font-style: italic } /* Comment.Multiline */
-.cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */
-.c1 { color: #999999; font-style: italic } /* Comment.Single */
-.cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
-.gd { color: #d22323 } /* Generic.Deleted */
-.ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */
-.gr { color: #d22323 } /* Generic.Error */
-.gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
-.gi { color: #589819 } /* Generic.Inserted */
-.go { color: #cccccc } /* Generic.Output */
-.gp { color: #aaaaaa } /* Generic.Prompt */
-.gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */
-.gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */
-.gt { color: #d22323 } /* Generic.Traceback */
-.kc { color: #6ab825; font-weight: bold } /* Keyword.Constant */
-.kd { color: #6ab825; font-weight: bold } /* Keyword.Declaration */
-.kn { color: #6ab825; font-weight: bold } /* Keyword.Namespace */
-.kp { color: #6ab825 } /* Keyword.Pseudo */
-.kr { color: #6ab825; font-weight: bold } /* Keyword.Reserved */
-.kt { color: #6ab825; font-weight: bold } /* Keyword.Type */
-.ld { color: #d0d0d0 } /* Literal.Date */
-.m { color: #3677a9 } /* Literal.Number */
-.s { color: #ed9d13 } /* Literal.String */
-.na { color: #bbbbbb } /* Name.Attribute */
-.nb { color: #24909d } /* Name.Builtin */
-.nc { color: #447fcf; text-decoration: underline } /* Name.Class */
-.no { color: #40ffff } /* Name.Constant */
-.nd { color: #ffa500 } /* Name.Decorator */
-.ni { color: #d0d0d0 } /* Name.Entity */
-.ne { color: #bbbbbb } /* Name.Exception */
-.nf { color: #447fcf } /* Name.Function */
-.nl { color: #d0d0d0 } /* Name.Label */
-.nn { color: #447fcf; text-decoration: underline } /* Name.Namespace */
-.nx { color: #d0d0d0 } /* Name.Other */
-.py { color: #d0d0d0 } /* Name.Property */
-.nt { color: #6ab825; font-weight: bold } /* Name.Tag */
-.nv { color: #40ffff } /* Name.Variable */
-.ow { color: #6ab825; font-weight: bold } /* Operator.Word */
-.w { color: #666666 } /* Text.Whitespace */
-.mf { color: #3677a9 } /* Literal.Number.Float */
-.mh { color: #3677a9 } /* Literal.Number.Hex */
-.mi { color: #3677a9 } /* Literal.Number.Integer */
-.mo { color: #3677a9 } /* Literal.Number.Oct */
-.sb { color: #ed9d13 } /* Literal.String.Backtick */
-.sc { color: #ed9d13 } /* Literal.String.Char */
-.sd { color: #ed9d13 } /* Literal.String.Doc */
-.s2 { color: #ed9d13 } /* Literal.String.Double */
-.se { color: #ed9d13 } /* Literal.String.Escape */
-.sh { color: #ed9d13 } /* Literal.String.Heredoc */
-.si { color: #ed9d13 } /* Literal.String.Interpol */
-.sx { color: #ffa500 } /* Literal.String.Other */
-.sr { color: #ed9d13 } /* Literal.String.Regex */
-.s1 { color: #ed9d13 } /* Literal.String.Single */
-.ss { color: #ed9d13 } /* Literal.String.Symbol */
-.bp { color: #24909d } /* Name.Builtin.Pseudo */
-.vc { color: #40ffff } /* Name.Variable.Class */
-.vg { color: #40ffff } /* Name.Variable.Global */
-.vi { color: #40ffff } /* Name.Variable.Instance */
-.il { color: #3677a9 } /* Literal.Number.Integer.Long */
diff --git a/pelican-bootstrap3/static/css/pygments/autumn.css b/pelican-bootstrap3/static/css/pygments/autumn.css
new file mode 100644
index 0000000..4709a01
--- /dev/null
+++ b/pelican-bootstrap3/static/css/pygments/autumn.css
@@ -0,0 +1,59 @@
+.highlight pre .hll { background-color: #ffffcc }
+.highlight pre, .highlighttable pre { background: #ffffff; }
+.highlight pre .c { color: #aaaaaa; font-style: italic } /* Comment */
+.highlight pre .err { color: #FF0000; background-color: #FFAAAA } /* Error */
+.highlight pre .k { color: #0000aa } /* Keyword */
+.highlight pre .cm { color: #aaaaaa; font-style: italic } /* Comment.Multiline */
+.highlight pre .cp { color: #4c8317 } /* Comment.Preproc */
+.highlight pre .c1 { color: #aaaaaa; font-style: italic } /* Comment.Single */
+.highlight pre .cs { color: #0000aa; font-style: italic } /* Comment.Special */
+.highlight pre .gd { color: #aa0000 } /* Generic.Deleted */
+.highlight pre .ge { font-style: italic } /* Generic.Emph */
+.highlight pre .gr { color: #aa0000 } /* Generic.Error */
+.highlight pre .gh { color: #000080; font-weight: bold } /* Generic.Heading */
+.highlight pre .gi { color: #00aa00 } /* Generic.Inserted */
+.highlight pre .go { color: #888888 } /* Generic.Output */
+.highlight pre .gp { color: #555555 } /* Generic.Prompt */
+.highlight pre .gs { font-weight: bold } /* Generic.Strong */
+.highlight pre .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
+.highlight pre .gt { color: #aa0000 } /* Generic.Traceback */
+.highlight pre .kc { color: #0000aa } /* Keyword.Constant */
+.highlight pre .kd { color: #0000aa } /* Keyword.Declaration */
+.highlight pre .kn { color: #0000aa } /* Keyword.Namespace */
+.highlight pre .kp { color: #0000aa } /* Keyword.Pseudo */
+.highlight pre .kr { color: #0000aa } /* Keyword.Reserved */
+.highlight pre .kt { color: #00aaaa } /* Keyword.Type */
+.highlight pre .m { color: #009999 } /* Literal.Number */
+.highlight pre .s { color: #aa5500 } /* Literal.String */
+.highlight pre .na { color: #1e90ff } /* Name.Attribute */
+.highlight pre .nb { color: #00aaaa } /* Name.Builtin */
+.highlight pre .nc { color: #00aa00; text-decoration: underline } /* Name.Class */
+.highlight pre .no { color: #aa0000 } /* Name.Constant */
+.highlight pre .nd { color: #888888 } /* Name.Decorator */
+.highlight pre .ni { color: #880000; font-weight: bold } /* Name.Entity */
+.highlight pre .nf { color: #00aa00 } /* Name.Function */
+.highlight pre .nn { color: #00aaaa; text-decoration: underline } /* Name.Namespace */
+.highlight pre .nt { color: #1e90ff; font-weight: bold } /* Name.Tag */
+.highlight pre .nv { color: #aa0000 } /* Name.Variable */
+.highlight pre .ow { color: #0000aa } /* Operator.Word */
+.highlight pre .w { color: #bbbbbb } /* Text.Whitespace */
+.highlight pre .mf { color: #009999 } /* Literal.Number.Float */
+.highlight pre .mh { color: #009999 } /* Literal.Number.Hex */
+.highlight pre .mi { color: #009999 } /* Literal.Number.Integer */
+.highlight pre .mo { color: #009999 } /* Literal.Number.Oct */
+.highlight pre .sb { color: #aa5500 } /* Literal.String.Backtick */
+.highlight pre .sc { color: #aa5500 } /* Literal.String.Char */
+.highlight pre .sd { color: #aa5500 } /* Literal.String.Doc */
+.highlight pre .s2 { color: #aa5500 } /* Literal.String.Double */
+.highlight pre .se { color: #aa5500 } /* Literal.String.Escape */
+.highlight pre .sh { color: #aa5500 } /* Literal.String.Heredoc */
+.highlight pre .si { color: #aa5500 } /* Literal.String.Interpol */
+.highlight pre .sx { color: #aa5500 } /* Literal.String.Other */
+.highlight pre .sr { color: #009999 } /* Literal.String.Regex */
+.highlight pre .s1 { color: #aa5500 } /* Literal.String.Single */
+.highlight pre .ss { color: #0000aa } /* Literal.String.Symbol */
+.highlight pre .bp { color: #00aaaa } /* Name.Builtin.Pseudo */
+.highlight pre .vc { color: #aa0000 } /* Name.Variable.Class */
+.highlight pre .vg { color: #aa0000 } /* Name.Variable.Global */
+.highlight pre .vi { color: #aa0000 } /* Name.Variable.Instance */
+.highlight pre .il { color: #009999 } /* Literal.Number.Integer.Long */
diff --git a/pelican-bootstrap3/static/css/pygments/borland.css b/pelican-bootstrap3/static/css/pygments/borland.css
new file mode 100644
index 0000000..557adf9
--- /dev/null
+++ b/pelican-bootstrap3/static/css/pygments/borland.css
@@ -0,0 +1,47 @@
+.highlight pre .hll { background-color: #ffffcc }
+.highlight pre, .highlighttable pre { background: #ffffff; }
+.highlight pre .c { color: #008800; font-style: italic } /* Comment */
+.highlight pre .err { color: #a61717; background-color: #e3d2d2 } /* Error */
+.highlight pre .k { color: #000080; font-weight: bold } /* Keyword */
+.highlight pre .cm { color: #008800; font-style: italic } /* Comment.Multiline */
+.highlight pre .cp { color: #008080 } /* Comment.Preproc */
+.highlight pre .c1 { color: #008800; font-style: italic } /* Comment.Single */
+.highlight pre .cs { color: #008800; font-weight: bold } /* Comment.Special */
+.highlight pre .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
+.highlight pre .ge { font-style: italic } /* Generic.Emph */
+.highlight pre .gr { color: #aa0000 } /* Generic.Error */
+.highlight pre .gh { color: #999999 } /* Generic.Heading */
+.highlight pre .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
+.highlight pre .go { color: #888888 } /* Generic.Output */
+.highlight pre .gp { color: #555555 } /* Generic.Prompt */
+.highlight pre .gs { font-weight: bold } /* Generic.Strong */
+.highlight pre .gu { color: #aaaaaa } /* Generic.Subheading */
+.highlight pre .gt { color: #aa0000 } /* Generic.Traceback */
+.highlight pre .kc { color: #000080; font-weight: bold } /* Keyword.Constant */
+.highlight pre .kd { color: #000080; font-weight: bold } /* Keyword.Declaration */
+.highlight pre .kn { color: #000080; font-weight: bold } /* Keyword.Namespace */
+.highlight pre .kp { color: #000080; font-weight: bold } /* Keyword.Pseudo */
+.highlight pre .kr { color: #000080; font-weight: bold } /* Keyword.Reserved */
+.highlight pre .kt { color: #000080; font-weight: bold } /* Keyword.Type */
+.highlight pre .m { color: #0000FF } /* Literal.Number */
+.highlight pre .s { color: #0000FF } /* Literal.String */
+.highlight pre .na { color: #FF0000 } /* Name.Attribute */
+.highlight pre .nt { color: #000080; font-weight: bold } /* Name.Tag */
+.highlight pre .ow { font-weight: bold } /* Operator.Word */
+.highlight pre .w { color: #bbbbbb } /* Text.Whitespace */
+.highlight pre .mf { color: #0000FF } /* Literal.Number.Float */
+.highlight pre .mh { color: #0000FF } /* Literal.Number.Hex */
+.highlight pre .mi { color: #0000FF } /* Literal.Number.Integer */
+.highlight pre .mo { color: #0000FF } /* Literal.Number.Oct */
+.highlight pre .sb { color: #0000FF } /* Literal.String.Backtick */
+.highlight pre .sc { color: #800080 } /* Literal.String.Char */
+.highlight pre .sd { color: #0000FF } /* Literal.String.Doc */
+.highlight pre .s2 { color: #0000FF } /* Literal.String.Double */
+.highlight pre .se { color: #0000FF } /* Literal.String.Escape */
+.highlight pre .sh { color: #0000FF } /* Literal.String.Heredoc */
+.highlight pre .si { color: #0000FF } /* Literal.String.Interpol */
+.highlight pre .sx { color: #0000FF } /* Literal.String.Other */
+.highlight pre .sr { color: #0000FF } /* Literal.String.Regex */
+.highlight pre .s1 { color: #0000FF } /* Literal.String.Single */
+.highlight pre .ss { color: #0000FF } /* Literal.String.Symbol */
+.highlight pre .il { color: #0000FF } /* Literal.Number.Integer.Long */
diff --git a/pelican-bootstrap3/static/css/pygments/bw.css b/pelican-bootstrap3/static/css/pygments/bw.css
new file mode 100644
index 0000000..38b3b2b
--- /dev/null
+++ b/pelican-bootstrap3/static/css/pygments/bw.css
@@ -0,0 +1,35 @@
+.highlight pre .hll { background-color: #ffffcc }
+.highlight pre, .highlighttable pre { background: #ffffff; }
+.highlight pre .c { font-style: italic } /* Comment */
+.highlight pre .err { border: 1px solid #FF0000 } /* Error */
+.highlight pre .k { font-weight: bold } /* Keyword */
+.highlight pre .cm { font-style: italic } /* Comment.Multiline */
+.highlight pre .c1 { font-style: italic } /* Comment.Single */
+.highlight pre .cs { font-style: italic } /* Comment.Special */
+.highlight pre .ge { font-style: italic } /* Generic.Emph */
+.highlight pre .gh { font-weight: bold } /* Generic.Heading */
+.highlight pre .gp { font-weight: bold } /* Generic.Prompt */
+.highlight pre .gs { font-weight: bold } /* Generic.Strong */
+.highlight pre .gu { font-weight: bold } /* Generic.Subheading */
+.highlight pre .kc { font-weight: bold } /* Keyword.Constant */
+.highlight pre .kd { font-weight: bold } /* Keyword.Declaration */
+.highlight pre .kn { font-weight: bold } /* Keyword.Namespace */
+.highlight pre .kr { font-weight: bold } /* Keyword.Reserved */
+.highlight pre .s { font-style: italic } /* Literal.String */
+.highlight pre .nc { font-weight: bold } /* Name.Class */
+.highlight pre .ni { font-weight: bold } /* Name.Entity */
+.highlight pre .ne { font-weight: bold } /* Name.Exception */
+.highlight pre .nn { font-weight: bold } /* Name.Namespace */
+.highlight pre .nt { font-weight: bold } /* Name.Tag */
+.highlight pre .ow { font-weight: bold } /* Operator.Word */
+.highlight pre .sb { font-style: italic } /* Literal.String.Backtick */
+.highlight pre .sc { font-style: italic } /* Literal.String.Char */
+.highlight pre .sd { font-style: italic } /* Literal.String.Doc */
+.highlight pre .s2 { font-style: italic } /* Literal.String.Double */
+.highlight pre .se { font-weight: bold; font-style: italic } /* Literal.String.Escape */
+.highlight pre .sh { font-style: italic } /* Literal.String.Heredoc */
+.highlight pre .si { font-weight: bold; font-style: italic } /* Literal.String.Interpol */
+.highlight pre .sx { font-style: italic } /* Literal.String.Other */
+.highlight pre .sr { font-style: italic } /* Literal.String.Regex */
+.highlight pre .s1 { font-style: italic } /* Literal.String.Single */
+.highlight pre .ss { font-style: italic } /* Literal.String.Symbol */
diff --git a/pelican-bootstrap3/static/css/pygments/colorful.css b/pelican-bootstrap3/static/css/pygments/colorful.css
new file mode 100644
index 0000000..8c5ca10
--- /dev/null
+++ b/pelican-bootstrap3/static/css/pygments/colorful.css
@@ -0,0 +1,62 @@
+.highlight pre .hll { background-color: #ffffcc }
+.highlight pre, .highlighttable pre { background: #ffffff; }
+.highlight pre .c { color: #888888 } /* Comment */
+.highlight pre .err { color: #FF0000; background-color: #FFAAAA } /* Error */
+.highlight pre .k { color: #008800; font-weight: bold } /* Keyword */
+.highlight pre .o { color: #333333 } /* Operator */
+.highlight pre .cm { color: #888888 } /* Comment.Multiline */
+.highlight pre .cp { color: #557799 } /* Comment.Preproc */
+.highlight pre .c1 { color: #888888 } /* Comment.Single */
+.highlight pre .cs { color: #cc0000; font-weight: bold } /* Comment.Special */
+.highlight pre .gd { color: #A00000 } /* Generic.Deleted */
+.highlight pre .ge { font-style: italic } /* Generic.Emph */
+.highlight pre .gr { color: #FF0000 } /* Generic.Error */
+.highlight pre .gh { color: #000080; font-weight: bold } /* Generic.Heading */
+.highlight pre .gi { color: #00A000 } /* Generic.Inserted */
+.highlight pre .go { color: #888888 } /* Generic.Output */
+.highlight pre .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
+.highlight pre .gs { font-weight: bold } /* Generic.Strong */
+.highlight pre .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
+.highlight pre .gt { color: #0044DD } /* Generic.Traceback */
+.highlight pre .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
+.highlight pre .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
+.highlight pre .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
+.highlight pre .kp { color: #003388; font-weight: bold } /* Keyword.Pseudo */
+.highlight pre .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
+.highlight pre .kt { color: #333399; font-weight: bold } /* Keyword.Type */
+.highlight pre .m { color: #6600EE; font-weight: bold } /* Literal.Number */
+.highlight pre .s { background-color: #fff0f0 } /* Literal.String */
+.highlight pre .na { color: #0000CC } /* Name.Attribute */
+.highlight pre .nb { color: #007020 } /* Name.Builtin */
+.highlight pre .nc { color: #BB0066; font-weight: bold } /* Name.Class */
+.highlight pre .no { color: #003366; font-weight: bold } /* Name.Constant */
+.highlight pre .nd { color: #555555; font-weight: bold } /* Name.Decorator */
+.highlight pre .ni { color: #880000; font-weight: bold } /* Name.Entity */
+.highlight pre .ne { color: #FF0000; font-weight: bold } /* Name.Exception */
+.highlight pre .nf { color: #0066BB; font-weight: bold } /* Name.Function */
+.highlight pre .nl { color: #997700; font-weight: bold } /* Name.Label */
+.highlight pre .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
+.highlight pre .nt { color: #007700 } /* Name.Tag */
+.highlight pre .nv { color: #996633 } /* Name.Variable */
+.highlight pre .ow { color: #000000; font-weight: bold } /* Operator.Word */
+.highlight pre .w { color: #bbbbbb } /* Text.Whitespace */
+.highlight pre .mf { color: #6600EE; font-weight: bold } /* Literal.Number.Float */
+.highlight pre .mh { color: #005588; font-weight: bold } /* Literal.Number.Hex */
+.highlight pre .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
+.highlight pre .mo { color: #4400EE; font-weight: bold } /* Literal.Number.Oct */
+.highlight pre .sb { background-color: #fff0f0 } /* Literal.String.Backtick */
+.highlight pre .sc { color: #0044DD } /* Literal.String.Char */
+.highlight pre .sd { color: #DD4422 } /* Literal.String.Doc */
+.highlight pre .s2 { background-color: #fff0f0 } /* Literal.String.Double */
+.highlight pre .se { color: #666666; font-weight: bold; background-color: #fff0f0 } /* Literal.String.Escape */
+.highlight pre .sh { background-color: #fff0f0 } /* Literal.String.Heredoc */
+.highlight pre .si { background-color: #eeeeee } /* Literal.String.Interpol */
+.highlight pre .sx { color: #DD2200; background-color: #fff0f0 } /* Literal.String.Other */
+.highlight pre .sr { color: #000000; background-color: #fff0ff } /* Literal.String.Regex */
+.highlight pre .s1 { background-color: #fff0f0 } /* Literal.String.Single */
+.highlight pre .ss { color: #AA6600 } /* Literal.String.Symbol */
+.highlight pre .bp { color: #007020 } /* Name.Builtin.Pseudo */
+.highlight pre .vc { color: #336699 } /* Name.Variable.Class */
+.highlight pre .vg { color: #dd7700; font-weight: bold } /* Name.Variable.Global */
+.highlight pre .vi { color: #3333BB } /* Name.Variable.Instance */
+.highlight pre .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
diff --git a/pelican-bootstrap3/static/css/pygments/default.css b/pelican-bootstrap3/static/css/pygments/default.css
new file mode 100644
index 0000000..6a340c7
--- /dev/null
+++ b/pelican-bootstrap3/static/css/pygments/default.css
@@ -0,0 +1,62 @@
+.highlight pre .hll { background-color: #ffffcc }
+.highlight pre, .highlighttable pre { background: #f8f8f8; }
+.highlight pre .c { color: #408080; font-style: italic } /* Comment */
+.highlight pre .err { border: 1px solid #FF0000 } /* Error */
+.highlight pre .k { color: #008000; font-weight: bold } /* Keyword */
+.highlight pre .o { color: #666666 } /* Operator */
+.highlight pre .cm { color: #408080; font-style: italic } /* Comment.Multiline */
+.highlight pre .cp { color: #BC7A00 } /* Comment.Preproc */
+.highlight pre .c1 { color: #408080; font-style: italic } /* Comment.Single */
+.highlight pre .cs { color: #408080; font-style: italic } /* Comment.Special */
+.highlight pre .gd { color: #A00000 } /* Generic.Deleted */
+.highlight pre .ge { font-style: italic } /* Generic.Emph */
+.highlight pre .gr { color: #FF0000 } /* Generic.Error */
+.highlight pre .gh { color: #000080; font-weight: bold } /* Generic.Heading */
+.highlight pre .gi { color: #00A000 } /* Generic.Inserted */
+.highlight pre .go { color: #888888 } /* Generic.Output */
+.highlight pre .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
+.highlight pre .gs { font-weight: bold } /* Generic.Strong */
+.highlight pre .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
+.highlight pre .gt { color: #0044DD } /* Generic.Traceback */
+.highlight pre .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
+.highlight pre .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
+.highlight pre .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
+.highlight pre .kp { color: #008000 } /* Keyword.Pseudo */
+.highlight pre .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
+.highlight pre .kt { color: #B00040 } /* Keyword.Type */
+.highlight pre .m { color: #666666 } /* Literal.Number */
+.highlight pre .s { color: #BA2121 } /* Literal.String */
+.highlight pre .na { color: #7D9029 } /* Name.Attribute */
+.highlight pre .nb { color: #008000 } /* Name.Builtin */
+.highlight pre .nc { color: #0000FF; font-weight: bold } /* Name.Class */
+.highlight pre .no { color: #880000 } /* Name.Constant */
+.highlight pre .nd { color: #AA22FF } /* Name.Decorator */
+.highlight pre .ni { color: #999999; font-weight: bold } /* Name.Entity */
+.highlight pre .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
+.highlight pre .nf { color: #0000FF } /* Name.Function */
+.highlight pre .nl { color: #A0A000 } /* Name.Label */
+.highlight pre .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
+.highlight pre .nt { color: #008000; font-weight: bold } /* Name.Tag */
+.highlight pre .nv { color: #19177C } /* Name.Variable */
+.highlight pre .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
+.highlight pre .w { color: #bbbbbb } /* Text.Whitespace */
+.highlight pre .mf { color: #666666 } /* Literal.Number.Float */
+.highlight pre .mh { color: #666666 } /* Literal.Number.Hex */
+.highlight pre .mi { color: #666666 } /* Literal.Number.Integer */
+.highlight pre .mo { color: #666666 } /* Literal.Number.Oct */
+.highlight pre .sb { color: #BA2121 } /* Literal.String.Backtick */
+.highlight pre .sc { color: #BA2121 } /* Literal.String.Char */
+.highlight pre .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
+.highlight pre .s2 { color: #BA2121 } /* Literal.String.Double */
+.highlight pre .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
+.highlight pre .sh { color: #BA2121 } /* Literal.String.Heredoc */
+.highlight pre .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
+.highlight pre .sx { color: #008000 } /* Literal.String.Other */
+.highlight pre .sr { color: #BB6688 } /* Literal.String.Regex */
+.highlight pre .s1 { color: #BA2121 } /* Literal.String.Single */
+.highlight pre .ss { color: #19177C } /* Literal.String.Symbol */
+.highlight pre .bp { color: #008000 } /* Name.Builtin.Pseudo */
+.highlight pre .vc { color: #19177C } /* Name.Variable.Class */
+.highlight pre .vg { color: #19177C } /* Name.Variable.Global */
+.highlight pre .vi { color: #19177C } /* Name.Variable.Instance */
+.highlight pre .il { color: #666666 } /* Literal.Number.Integer.Long */
diff --git a/pelican-bootstrap3/static/css/pygments/emacs.css b/pelican-bootstrap3/static/css/pygments/emacs.css
new file mode 100644
index 0000000..8a974f2
--- /dev/null
+++ b/pelican-bootstrap3/static/css/pygments/emacs.css
@@ -0,0 +1,62 @@
+.highlight pre .hll { background-color: #ffffcc }
+.highlight pre, .highlighttable pre { background: #f8f8f8; }
+.highlight pre .c { color: #008800; font-style: italic } /* Comment */
+.highlight pre .err { border: 1px solid #FF0000 } /* Error */
+.highlight pre .k { color: #AA22FF; font-weight: bold } /* Keyword */
+.highlight pre .o { color: #666666 } /* Operator */
+.highlight pre .cm { color: #008800; font-style: italic } /* Comment.Multiline */
+.highlight pre .cp { color: #008800 } /* Comment.Preproc */
+.highlight pre .c1 { color: #008800; font-style: italic } /* Comment.Single */
+.highlight pre .cs { color: #008800; font-weight: bold } /* Comment.Special */
+.highlight pre .gd { color: #A00000 } /* Generic.Deleted */
+.highlight pre .ge { font-style: italic } /* Generic.Emph */
+.highlight pre .gr { color: #FF0000 } /* Generic.Error */
+.highlight pre .gh { color: #000080; font-weight: bold } /* Generic.Heading */
+.highlight pre .gi { color: #00A000 } /* Generic.Inserted */
+.highlight pre .go { color: #888888 } /* Generic.Output */
+.highlight pre .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
+.highlight pre .gs { font-weight: bold } /* Generic.Strong */
+.highlight pre .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
+.highlight pre .gt { color: #0044DD } /* Generic.Traceback */
+.highlight pre .kc { color: #AA22FF; font-weight: bold } /* Keyword.Constant */
+.highlight pre .kd { color: #AA22FF; font-weight: bold } /* Keyword.Declaration */
+.highlight pre .kn { color: #AA22FF; font-weight: bold } /* Keyword.Namespace */
+.highlight pre .kp { color: #AA22FF } /* Keyword.Pseudo */
+.highlight pre .kr { color: #AA22FF; font-weight: bold } /* Keyword.Reserved */
+.highlight pre .kt { color: #00BB00; font-weight: bold } /* Keyword.Type */
+.highlight pre .m { color: #666666 } /* Literal.Number */
+.highlight pre .s { color: #BB4444 } /* Literal.String */
+.highlight pre .na { color: #BB4444 } /* Name.Attribute */
+.highlight pre .nb { color: #AA22FF } /* Name.Builtin */
+.highlight pre .nc { color: #0000FF } /* Name.Class */
+.highlight pre .no { color: #880000 } /* Name.Constant */
+.highlight pre .nd { color: #AA22FF } /* Name.Decorator */
+.highlight pre .ni { color: #999999; font-weight: bold } /* Name.Entity */
+.highlight pre .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
+.highlight pre .nf { color: #00A000 } /* Name.Function */
+.highlight pre .nl { color: #A0A000 } /* Name.Label */
+.highlight pre .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
+.highlight pre .nt { color: #008000; font-weight: bold } /* Name.Tag */
+.highlight pre .nv { color: #B8860B } /* Name.Variable */
+.highlight pre .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
+.highlight pre .w { color: #bbbbbb } /* Text.Whitespace */
+.highlight pre .mf { color: #666666 } /* Literal.Number.Float */
+.highlight pre .mh { color: #666666 } /* Literal.Number.Hex */
+.highlight pre .mi { color: #666666 } /* Literal.Number.Integer */
+.highlight pre .mo { color: #666666 } /* Literal.Number.Oct */
+.highlight pre .sb { color: #BB4444 } /* Literal.String.Backtick */
+.highlight pre .sc { color: #BB4444 } /* Literal.String.Char */
+.highlight pre .sd { color: #BB4444; font-style: italic } /* Literal.String.Doc */
+.highlight pre .s2 { color: #BB4444 } /* Literal.String.Double */
+.highlight pre .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
+.highlight pre .sh { color: #BB4444 } /* Literal.String.Heredoc */
+.highlight pre .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
+.highlight pre .sx { color: #008000 } /* Literal.String.Other */
+.highlight pre .sr { color: #BB6688 } /* Literal.String.Regex */
+.highlight pre .s1 { color: #BB4444 } /* Literal.String.Single */
+.highlight pre .ss { color: #B8860B } /* Literal.String.Symbol */
+.highlight pre .bp { color: #AA22FF } /* Name.Builtin.Pseudo */
+.highlight pre .vc { color: #B8860B } /* Name.Variable.Class */
+.highlight pre .vg { color: #B8860B } /* Name.Variable.Global */
+.highlight pre .vi { color: #B8860B } /* Name.Variable.Instance */
+.highlight pre .il { color: #666666 } /* Literal.Number.Integer.Long */
diff --git a/pelican-bootstrap3/static/css/pygments/friendly.css b/pelican-bootstrap3/static/css/pygments/friendly.css
new file mode 100644
index 0000000..3f52d3d
--- /dev/null
+++ b/pelican-bootstrap3/static/css/pygments/friendly.css
@@ -0,0 +1,62 @@
+.highlight pre .hll { background-color: #ffffcc }
+.highlight pre, .highlighttable pre { background: #f0f0f0; }
+.highlight pre .c { color: #60a0b0; font-style: italic } /* Comment */
+.highlight pre .err { border: 1px solid #FF0000 } /* Error */
+.highlight pre .k { color: #007020; font-weight: bold } /* Keyword */
+.highlight pre .o { color: #666666 } /* Operator */
+.highlight pre .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */
+.highlight pre .cp { color: #007020 } /* Comment.Preproc */
+.highlight pre .c1 { color: #60a0b0; font-style: italic } /* Comment.Single */
+.highlight pre .cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */
+.highlight pre .gd { color: #A00000 } /* Generic.Deleted */
+.highlight pre .ge { font-style: italic } /* Generic.Emph */
+.highlight pre .gr { color: #FF0000 } /* Generic.Error */
+.highlight pre .gh { color: #000080; font-weight: bold } /* Generic.Heading */
+.highlight pre .gi { color: #00A000 } /* Generic.Inserted */
+.highlight pre .go { color: #888888 } /* Generic.Output */
+.highlight pre .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
+.highlight pre .gs { font-weight: bold } /* Generic.Strong */
+.highlight pre .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
+.highlight pre .gt { color: #0044DD } /* Generic.Traceback */
+.highlight pre .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
+.highlight pre .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
+.highlight pre .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
+.highlight pre .kp { color: #007020 } /* Keyword.Pseudo */
+.highlight pre .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
+.highlight pre .kt { color: #902000 } /* Keyword.Type */
+.highlight pre .m { color: #40a070 } /* Literal.Number */
+.highlight pre .s { color: #4070a0 } /* Literal.String */
+.highlight pre .na { color: #4070a0 } /* Name.Attribute */
+.highlight pre .nb { color: #007020 } /* Name.Builtin */
+.highlight pre .nc { color: #0e84b5; font-weight: bold } /* Name.Class */
+.highlight pre .no { color: #60add5 } /* Name.Constant */
+.highlight pre .nd { color: #555555; font-weight: bold } /* Name.Decorator */
+.highlight pre .ni { color: #d55537; font-weight: bold } /* Name.Entity */
+.highlight pre .ne { color: #007020 } /* Name.Exception */
+.highlight pre .nf { color: #06287e } /* Name.Function */
+.highlight pre .nl { color: #002070; font-weight: bold } /* Name.Label */
+.highlight pre .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
+.highlight pre .nt { color: #062873; font-weight: bold } /* Name.Tag */
+.highlight pre .nv { color: #bb60d5 } /* Name.Variable */
+.highlight pre .ow { color: #007020; font-weight: bold } /* Operator.Word */
+.highlight pre .w { color: #bbbbbb } /* Text.Whitespace */
+.highlight pre .mf { color: #40a070 } /* Literal.Number.Float */
+.highlight pre .mh { color: #40a070 } /* Literal.Number.Hex */
+.highlight pre .mi { color: #40a070 } /* Literal.Number.Integer */
+.highlight pre .mo { color: #40a070 } /* Literal.Number.Oct */
+.highlight pre .sb { color: #4070a0 } /* Literal.String.Backtick */
+.highlight pre .sc { color: #4070a0 } /* Literal.String.Char */
+.highlight pre .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
+.highlight pre .s2 { color: #4070a0 } /* Literal.String.Double */
+.highlight pre .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
+.highlight pre .sh { color: #4070a0 } /* Literal.String.Heredoc */
+.highlight pre .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */
+.highlight pre .sx { color: #c65d09 } /* Literal.String.Other */
+.highlight pre .sr { color: #235388 } /* Literal.String.Regex */
+.highlight pre .s1 { color: #4070a0 } /* Literal.String.Single */
+.highlight pre .ss { color: #517918 } /* Literal.String.Symbol */
+.highlight pre .bp { color: #007020 } /* Name.Builtin.Pseudo */
+.highlight pre .vc { color: #bb60d5 } /* Name.Variable.Class */
+.highlight pre .vg { color: #bb60d5 } /* Name.Variable.Global */
+.highlight pre .vi { color: #bb60d5 } /* Name.Variable.Instance */
+.highlight pre .il { color: #40a070 } /* Literal.Number.Integer.Long */
diff --git a/pelican-bootstrap3/static/css/pygments/fruity.css b/pelican-bootstrap3/static/css/pygments/fruity.css
new file mode 100644
index 0000000..ec1fc42
--- /dev/null
+++ b/pelican-bootstrap3/static/css/pygments/fruity.css
@@ -0,0 +1,70 @@
+.highlight pre .hll { background-color: #333333 }
+.highlight pre, .highlighttable pre { background: #111111; color: #ffffff }
+.highlight pre .c { color: #008800; font-style: italic; background-color: #0f140f } /* Comment */
+.highlight pre .err { color: #ffffff } /* Error */
+.highlight pre .g { color: #ffffff } /* Generic */
+.highlight pre .k { color: #fb660a; font-weight: bold } /* Keyword */
+.highlight pre .l { color: #ffffff } /* Literal */
+.highlight pre .n { color: #ffffff } /* Name */
+.highlight pre .o { color: #ffffff } /* Operator */
+.highlight pre .x { color: #ffffff } /* Other */
+.highlight pre .p { color: #ffffff } /* Punctuation */
+.highlight pre .cm { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Multiline */
+.highlight pre .cp { color: #ff0007; font-weight: bold; font-style: italic; background-color: #0f140f } /* Comment.Preproc */
+.highlight pre .c1 { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Single */
+.highlight pre .cs { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Special */
+.highlight pre .gd { color: #ffffff } /* Generic.Deleted */
+.highlight pre .ge { color: #ffffff } /* Generic.Emph */
+.highlight pre .gr { color: #ffffff } /* Generic.Error */
+.highlight pre .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
+.highlight pre .gi { color: #ffffff } /* Generic.Inserted */
+.highlight pre .go { color: #444444; background-color: #222222 } /* Generic.Output */
+.highlight pre .gp { color: #ffffff } /* Generic.Prompt */
+.highlight pre .gs { color: #ffffff } /* Generic.Strong */
+.highlight pre .gu { color: #ffffff; font-weight: bold } /* Generic.Subheading */
+.highlight pre .gt { color: #ffffff } /* Generic.Traceback */
+.highlight pre .kc { color: #fb660a; font-weight: bold } /* Keyword.Constant */
+.highlight pre .kd { color: #fb660a; font-weight: bold } /* Keyword.Declaration */
+.highlight pre .kn { color: #fb660a; font-weight: bold } /* Keyword.Namespace */
+.highlight pre .kp { color: #fb660a } /* Keyword.Pseudo */
+.highlight pre .kr { color: #fb660a; font-weight: bold } /* Keyword.Reserved */
+.highlight pre .kt { color: #cdcaa9; font-weight: bold } /* Keyword.Type */
+.highlight pre .ld { color: #ffffff } /* Literal.Date */
+.highlight pre .m { color: #0086f7; font-weight: bold } /* Literal.Number */
+.highlight pre .s { color: #0086d2 } /* Literal.String */
+.highlight pre .na { color: #ff0086; font-weight: bold } /* Name.Attribute */
+.highlight pre .nb { color: #ffffff } /* Name.Builtin */
+.highlight pre .nc { color: #ffffff } /* Name.Class */
+.highlight pre .no { color: #0086d2 } /* Name.Constant */
+.highlight pre .nd { color: #ffffff } /* Name.Decorator */
+.highlight pre .ni { color: #ffffff } /* Name.Entity */
+.highlight pre .ne { color: #ffffff } /* Name.Exception */
+.highlight pre .nf { color: #ff0086; font-weight: bold } /* Name.Function */
+.highlight pre .nl { color: #ffffff } /* Name.Label */
+.highlight pre .nn { color: #ffffff } /* Name.Namespace */
+.highlight pre .nx { color: #ffffff } /* Name.Other */
+.highlight pre .py { color: #ffffff } /* Name.Property */
+.highlight pre .nt { color: #fb660a; font-weight: bold } /* Name.Tag */
+.highlight pre .nv { color: #fb660a } /* Name.Variable */
+.highlight pre .ow { color: #ffffff } /* Operator.Word */
+.highlight pre .w { color: #888888 } /* Text.Whitespace */
+.highlight pre .mf { color: #0086f7; font-weight: bold } /* Literal.Number.Float */
+.highlight pre .mh { color: #0086f7; font-weight: bold } /* Literal.Number.Hex */
+.highlight pre .mi { color: #0086f7; font-weight: bold } /* Literal.Number.Integer */
+.highlight pre .mo { color: #0086f7; font-weight: bold } /* Literal.Number.Oct */
+.highlight pre .sb { color: #0086d2 } /* Literal.String.Backtick */
+.highlight pre .sc { color: #0086d2 } /* Literal.String.Char */
+.highlight pre .sd { color: #0086d2 } /* Literal.String.Doc */
+.highlight pre .s2 { color: #0086d2 } /* Literal.String.Double */
+.highlight pre .se { color: #0086d2 } /* Literal.String.Escape */
+.highlight pre .sh { color: #0086d2 } /* Literal.String.Heredoc */
+.highlight pre .si { color: #0086d2 } /* Literal.String.Interpol */
+.highlight pre .sx { color: #0086d2 } /* Literal.String.Other */
+.highlight pre .sr { color: #0086d2 } /* Literal.String.Regex */
+.highlight pre .s1 { color: #0086d2 } /* Literal.String.Single */
+.highlight pre .ss { color: #0086d2 } /* Literal.String.Symbol */
+.highlight pre .bp { color: #ffffff } /* Name.Builtin.Pseudo */
+.highlight pre .vc { color: #fb660a } /* Name.Variable.Class */
+.highlight pre .vg { color: #fb660a } /* Name.Variable.Global */
+.highlight pre .vi { color: #fb660a } /* Name.Variable.Instance */
+.highlight pre .il { color: #0086f7; font-weight: bold } /* Literal.Number.Integer.Long */
diff --git a/pelican-bootstrap3/static/css/pygments/manni.css b/pelican-bootstrap3/static/css/pygments/manni.css
new file mode 100644
index 0000000..a5dbc2a
--- /dev/null
+++ b/pelican-bootstrap3/static/css/pygments/manni.css
@@ -0,0 +1,62 @@
+.highlight pre .hll { background-color: #ffffcc }
+.highlight pre, .highlighttable pre { background: #f0f3f3; }
+.highlight pre .c { color: #0099FF; font-style: italic } /* Comment */
+.highlight pre .err { color: #AA0000; background-color: #FFAAAA } /* Error */
+.highlight pre .k { color: #006699; font-weight: bold } /* Keyword */
+.highlight pre .o { color: #555555 } /* Operator */
+.highlight pre .cm { color: #0099FF; font-style: italic } /* Comment.Multiline */
+.highlight pre .cp { color: #009999 } /* Comment.Preproc */
+.highlight pre .c1 { color: #0099FF; font-style: italic } /* Comment.Single */
+.highlight pre .cs { color: #0099FF; font-weight: bold; font-style: italic } /* Comment.Special */
+.highlight pre .gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */
+.highlight pre .ge { font-style: italic } /* Generic.Emph */
+.highlight pre .gr { color: #FF0000 } /* Generic.Error */
+.highlight pre .gh { color: #003300; font-weight: bold } /* Generic.Heading */
+.highlight pre .gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */
+.highlight pre .go { color: #AAAAAA } /* Generic.Output */
+.highlight pre .gp { color: #000099; font-weight: bold } /* Generic.Prompt */
+.highlight pre .gs { font-weight: bold } /* Generic.Strong */
+.highlight pre .gu { color: #003300; font-weight: bold } /* Generic.Subheading */
+.highlight pre .gt { color: #99CC66 } /* Generic.Traceback */
+.highlight pre .kc { color: #006699; font-weight: bold } /* Keyword.Constant */
+.highlight pre .kd { color: #006699; font-weight: bold } /* Keyword.Declaration */
+.highlight pre .kn { color: #006699; font-weight: bold } /* Keyword.Namespace */
+.highlight pre .kp { color: #006699 } /* Keyword.Pseudo */
+.highlight pre .kr { color: #006699; font-weight: bold } /* Keyword.Reserved */
+.highlight pre .kt { color: #007788; font-weight: bold } /* Keyword.Type */
+.highlight pre .m { color: #FF6600 } /* Literal.Number */
+.highlight pre .s { color: #CC3300 } /* Literal.String */
+.highlight pre .na { color: #330099 } /* Name.Attribute */
+.highlight pre .nb { color: #336666 } /* Name.Builtin */
+.highlight pre .nc { color: #00AA88; font-weight: bold } /* Name.Class */
+.highlight pre .no { color: #336600 } /* Name.Constant */
+.highlight pre .nd { color: #9999FF } /* Name.Decorator */
+.highlight pre .ni { color: #999999; font-weight: bold } /* Name.Entity */
+.highlight pre .ne { color: #CC0000; font-weight: bold } /* Name.Exception */
+.highlight pre .nf { color: #CC00FF } /* Name.Function */
+.highlight pre .nl { color: #9999FF } /* Name.Label */
+.highlight pre .nn { color: #00CCFF; font-weight: bold } /* Name.Namespace */
+.highlight pre .nt { color: #330099; font-weight: bold } /* Name.Tag */
+.highlight pre .nv { color: #003333 } /* Name.Variable */
+.highlight pre .ow { color: #000000; font-weight: bold } /* Operator.Word */
+.highlight pre .w { color: #bbbbbb } /* Text.Whitespace */
+.highlight pre .mf { color: #FF6600 } /* Literal.Number.Float */
+.highlight pre .mh { color: #FF6600 } /* Literal.Number.Hex */
+.highlight pre .mi { color: #FF6600 } /* Literal.Number.Integer */
+.highlight pre .mo { color: #FF6600 } /* Literal.Number.Oct */
+.highlight pre .sb { color: #CC3300 } /* Literal.String.Backtick */
+.highlight pre .sc { color: #CC3300 } /* Literal.String.Char */
+.highlight pre .sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */
+.highlight pre .s2 { color: #CC3300 } /* Literal.String.Double */
+.highlight pre .se { color: #CC3300; font-weight: bold } /* Literal.String.Escape */
+.highlight pre .sh { color: #CC3300 } /* Literal.String.Heredoc */
+.highlight pre .si { color: #AA0000 } /* Literal.String.Interpol */
+.highlight pre .sx { color: #CC3300 } /* Literal.String.Other */
+.highlight pre .sr { color: #33AAAA } /* Literal.String.Regex */
+.highlight pre .s1 { color: #CC3300 } /* Literal.String.Single */
+.highlight pre .ss { color: #FFCC33 } /* Literal.String.Symbol */
+.highlight pre .bp { color: #336666 } /* Name.Builtin.Pseudo */
+.highlight pre .vc { color: #003333 } /* Name.Variable.Class */
+.highlight pre .vg { color: #003333 } /* Name.Variable.Global */
+.highlight pre .vi { color: #003333 } /* Name.Variable.Instance */
+.highlight pre .il { color: #FF6600 } /* Literal.Number.Integer.Long */
diff --git a/pelican-bootstrap3/static/css/pygments/monokai.css b/pelican-bootstrap3/static/css/pygments/monokai.css
new file mode 100644
index 0000000..0db9cea
--- /dev/null
+++ b/pelican-bootstrap3/static/css/pygments/monokai.css
@@ -0,0 +1,60 @@
+.highlight pre .hll { background-color: #49483e }
+.highlight pre, .highlighttable pre { background: #272822; color: #f8f8f2 }
+.highlight pre .c { color: #75715e } /* Comment */
+.highlight pre .err { color: #960050; background-color: #1e0010 } /* Error */
+.highlight pre .k { color: #66d9ef } /* Keyword */
+.highlight pre .l { color: #ae81ff } /* Literal */
+.highlight pre .n { color: #f8f8f2 } /* Name */
+.highlight pre .o { color: #f92672 } /* Operator */
+.highlight pre .p { color: #f8f8f2 } /* Punctuation */
+.highlight pre .cm { color: #75715e } /* Comment.Multiline */
+.highlight pre .cp { color: #75715e } /* Comment.Preproc */
+.highlight pre .c1 { color: #75715e } /* Comment.Single */
+.highlight pre .cs { color: #75715e } /* Comment.Special */
+.highlight pre .ge { font-style: italic } /* Generic.Emph */
+.highlight pre .gs { font-weight: bold } /* Generic.Strong */
+.highlight pre .kc { color: #66d9ef } /* Keyword.Constant */
+.highlight pre .kd { color: #66d9ef } /* Keyword.Declaration */
+.highlight pre .kn { color: #f92672 } /* Keyword.Namespace */
+.highlight pre .kp { color: #66d9ef } /* Keyword.Pseudo */
+.highlight pre .kr { color: #66d9ef } /* Keyword.Reserved */
+.highlight pre .kt { color: #66d9ef } /* Keyword.Type */
+.highlight pre .ld { color: #e6db74 } /* Literal.Date */
+.highlight pre .m { color: #ae81ff } /* Literal.Number */
+.highlight pre .s { color: #e6db74 } /* Literal.String */
+.highlight pre .na { color: #a6e22e } /* Name.Attribute */
+.highlight pre .nb { color: #f8f8f2 } /* Name.Builtin */
+.highlight pre .nc { color: #a6e22e } /* Name.Class */
+.highlight pre .no { color: #66d9ef } /* Name.Constant */
+.highlight pre .nd { color: #a6e22e } /* Name.Decorator */
+.highlight pre .ni { color: #f8f8f2 } /* Name.Entity */
+.highlight pre .ne { color: #a6e22e } /* Name.Exception */
+.highlight pre .nf { color: #a6e22e } /* Name.Function */
+.highlight pre .nl { color: #f8f8f2 } /* Name.Label */
+.highlight pre .nn { color: #f8f8f2 } /* Name.Namespace */
+.highlight pre .nx { color: #a6e22e } /* Name.Other */
+.highlight pre .py { color: #f8f8f2 } /* Name.Property */
+.highlight pre .nt { color: #f92672 } /* Name.Tag */
+.highlight pre .nv { color: #f8f8f2 } /* Name.Variable */
+.highlight pre .ow { color: #f92672 } /* Operator.Word */
+.highlight pre .w { color: #f8f8f2 } /* Text.Whitespace */
+.highlight pre .mf { color: #ae81ff } /* Literal.Number.Float */
+.highlight pre .mh { color: #ae81ff } /* Literal.Number.Hex */
+.highlight pre .mi { color: #ae81ff } /* Literal.Number.Integer */
+.highlight pre .mo { color: #ae81ff } /* Literal.Number.Oct */
+.highlight pre .sb { color: #e6db74 } /* Literal.String.Backtick */
+.highlight pre .sc { color: #e6db74 } /* Literal.String.Char */
+.highlight pre .sd { color: #e6db74 } /* Literal.String.Doc */
+.highlight pre .s2 { color: #e6db74 } /* Literal.String.Double */
+.highlight pre .se { color: #ae81ff } /* Literal.String.Escape */
+.highlight pre .sh { color: #e6db74 } /* Literal.String.Heredoc */
+.highlight pre .si { color: #e6db74 } /* Literal.String.Interpol */
+.highlight pre .sx { color: #e6db74 } /* Literal.String.Other */
+.highlight pre .sr { color: #e6db74 } /* Literal.String.Regex */
+.highlight pre .s1 { color: #e6db74 } /* Literal.String.Single */
+.highlight pre .ss { color: #e6db74 } /* Literal.String.Symbol */
+.highlight pre .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
+.highlight pre .vc { color: #f8f8f2 } /* Name.Variable.Class */
+.highlight pre .vg { color: #f8f8f2 } /* Name.Variable.Global */
+.highlight pre .vi { color: #f8f8f2 } /* Name.Variable.Instance */
+.highlight pre .il { color: #ae81ff } /* Literal.Number.Integer.Long */
diff --git a/pelican-bootstrap3/static/css/pygments/murphy.css b/pelican-bootstrap3/static/css/pygments/murphy.css
new file mode 100644
index 0000000..085431a
--- /dev/null
+++ b/pelican-bootstrap3/static/css/pygments/murphy.css
@@ -0,0 +1,62 @@
+.highlight pre .hll { background-color: #ffffcc }
+.highlight pre, .highlighttable pre { background: #ffffff; }
+.highlight pre .c { color: #666666; font-style: italic } /* Comment */
+.highlight pre .err { color: #FF0000; background-color: #FFAAAA } /* Error */
+.highlight pre .k { color: #228899; font-weight: bold } /* Keyword */
+.highlight pre .o { color: #333333 } /* Operator */
+.highlight pre .cm { color: #666666; font-style: italic } /* Comment.Multiline */
+.highlight pre .cp { color: #557799 } /* Comment.Preproc */
+.highlight pre .c1 { color: #666666; font-style: italic } /* Comment.Single */
+.highlight pre .cs { color: #cc0000; font-weight: bold; font-style: italic } /* Comment.Special */
+.highlight pre .gd { color: #A00000 } /* Generic.Deleted */
+.highlight pre .ge { font-style: italic } /* Generic.Emph */
+.highlight pre .gr { color: #FF0000 } /* Generic.Error */
+.highlight pre .gh { color: #000080; font-weight: bold } /* Generic.Heading */
+.highlight pre .gi { color: #00A000 } /* Generic.Inserted */
+.highlight pre .go { color: #888888 } /* Generic.Output */
+.highlight pre .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
+.highlight pre .gs { font-weight: bold } /* Generic.Strong */
+.highlight pre .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
+.highlight pre .gt { color: #0044DD } /* Generic.Traceback */
+.highlight pre .kc { color: #228899; font-weight: bold } /* Keyword.Constant */
+.highlight pre .kd { color: #228899; font-weight: bold } /* Keyword.Declaration */
+.highlight pre .kn { color: #228899; font-weight: bold } /* Keyword.Namespace */
+.highlight pre .kp { color: #0088ff; font-weight: bold } /* Keyword.Pseudo */
+.highlight pre .kr { color: #228899; font-weight: bold } /* Keyword.Reserved */
+.highlight pre .kt { color: #6666ff; font-weight: bold } /* Keyword.Type */
+.highlight pre .m { color: #6600EE; font-weight: bold } /* Literal.Number */
+.highlight pre .s { background-color: #e0e0ff } /* Literal.String */
+.highlight pre .na { color: #000077 } /* Name.Attribute */
+.highlight pre .nb { color: #007722 } /* Name.Builtin */
+.highlight pre .nc { color: #ee99ee; font-weight: bold } /* Name.Class */
+.highlight pre .no { color: #55eedd; font-weight: bold } /* Name.Constant */
+.highlight pre .nd { color: #555555; font-weight: bold } /* Name.Decorator */
+.highlight pre .ni { color: #880000 } /* Name.Entity */
+.highlight pre .ne { color: #FF0000; font-weight: bold } /* Name.Exception */
+.highlight pre .nf { color: #55eedd; font-weight: bold } /* Name.Function */
+.highlight pre .nl { color: #997700; font-weight: bold } /* Name.Label */
+.highlight pre .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
+.highlight pre .nt { color: #007700 } /* Name.Tag */
+.highlight pre .nv { color: #003366 } /* Name.Variable */
+.highlight pre .ow { color: #000000; font-weight: bold } /* Operator.Word */
+.highlight pre .w { color: #bbbbbb } /* Text.Whitespace */
+.highlight pre .mf { color: #6600EE; font-weight: bold } /* Literal.Number.Float */
+.highlight pre .mh { color: #005588; font-weight: bold } /* Literal.Number.Hex */
+.highlight pre .mi { color: #6666ff; font-weight: bold } /* Literal.Number.Integer */
+.highlight pre .mo { color: #4400EE; font-weight: bold } /* Literal.Number.Oct */
+.highlight pre .sb { background-color: #e0e0ff } /* Literal.String.Backtick */
+.highlight pre .sc { color: #8888FF } /* Literal.String.Char */
+.highlight pre .sd { color: #DD4422 } /* Literal.String.Doc */
+.highlight pre .s2 { background-color: #e0e0ff } /* Literal.String.Double */
+.highlight pre .se { color: #666666; font-weight: bold; background-color: #e0e0ff } /* Literal.String.Escape */
+.highlight pre .sh { background-color: #e0e0ff } /* Literal.String.Heredoc */
+.highlight pre .si { background-color: #eeeeee } /* Literal.String.Interpol */
+.highlight pre .sx { color: #ff8888; background-color: #e0e0ff } /* Literal.String.Other */
+.highlight pre .sr { color: #000000; background-color: #e0e0ff } /* Literal.String.Regex */
+.highlight pre .s1 { background-color: #e0e0ff } /* Literal.String.Single */
+.highlight pre .ss { color: #ffcc88 } /* Literal.String.Symbol */
+.highlight pre .bp { color: #007722 } /* Name.Builtin.Pseudo */
+.highlight pre .vc { color: #ccccff } /* Name.Variable.Class */
+.highlight pre .vg { color: #ff8844 } /* Name.Variable.Global */
+.highlight pre .vi { color: #aaaaff } /* Name.Variable.Instance */
+.highlight pre .il { color: #6666ff; font-weight: bold } /* Literal.Number.Integer.Long */
diff --git a/pelican-bootstrap3/static/css/pygments/native.css b/pelican-bootstrap3/static/css/pygments/native.css
new file mode 100644
index 0000000..087f4a4
--- /dev/null
+++ b/pelican-bootstrap3/static/css/pygments/native.css
@@ -0,0 +1,70 @@
+.highlight pre .hll { background-color: #404040 }
+.highlight pre, .highlighttable pre { background: #202020; color: #d0d0d0 }
+.highlight pre .c { color: #999999; font-style: italic } /* Comment */
+.highlight pre .err { color: #a61717; background-color: #e3d2d2 } /* Error */
+.highlight pre .g { color: #d0d0d0 } /* Generic */
+.highlight pre .k { color: #6ab825; font-weight: bold } /* Keyword */
+.highlight pre .l { color: #d0d0d0 } /* Literal */
+.highlight pre .n { color: #d0d0d0 } /* Name */
+.highlight pre .o { color: #d0d0d0 } /* Operator */
+.highlight pre .x { color: #d0d0d0 } /* Other */
+.highlight pre .p { color: #d0d0d0 } /* Punctuation */
+.highlight pre .cm { color: #999999; font-style: italic } /* Comment.Multiline */
+.highlight pre .cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */
+.highlight pre .c1 { color: #999999; font-style: italic } /* Comment.Single */
+.highlight pre .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
+.highlight pre .gd { color: #d22323 } /* Generic.Deleted */
+.highlight pre .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */
+.highlight pre .gr { color: #d22323 } /* Generic.Error */
+.highlight pre .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
+.highlight pre .gi { color: #589819 } /* Generic.Inserted */
+.highlight pre .go { color: #cccccc } /* Generic.Output */
+.highlight pre .gp { color: #aaaaaa } /* Generic.Prompt */
+.highlight pre .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */
+.highlight pre .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */
+.highlight pre .gt { color: #d22323 } /* Generic.Traceback */
+.highlight pre .kc { color: #6ab825; font-weight: bold } /* Keyword.Constant */
+.highlight pre .kd { color: #6ab825; font-weight: bold } /* Keyword.Declaration */
+.highlight pre .kn { color: #6ab825; font-weight: bold } /* Keyword.Namespace */
+.highlight pre .kp { color: #6ab825 } /* Keyword.Pseudo */
+.highlight pre .kr { color: #6ab825; font-weight: bold } /* Keyword.Reserved */
+.highlight pre .kt { color: #6ab825; font-weight: bold } /* Keyword.Type */
+.highlight pre .ld { color: #d0d0d0 } /* Literal.Date */
+.highlight pre .m { color: #3677a9 } /* Literal.Number */
+.highlight pre .s { color: #ed9d13 } /* Literal.String */
+.highlight pre .na { color: #bbbbbb } /* Name.Attribute */
+.highlight pre .nb { color: #24909d } /* Name.Builtin */
+.highlight pre .nc { color: #447fcf; text-decoration: underline } /* Name.Class */
+.highlight pre .no { color: #40ffff } /* Name.Constant */
+.highlight pre .nd { color: #ffa500 } /* Name.Decorator */
+.highlight pre .ni { color: #d0d0d0 } /* Name.Entity */
+.highlight pre .ne { color: #bbbbbb } /* Name.Exception */
+.highlight pre .nf { color: #447fcf } /* Name.Function */
+.highlight pre .nl { color: #d0d0d0 } /* Name.Label */
+.highlight pre .nn { color: #447fcf; text-decoration: underline } /* Name.Namespace */
+.highlight pre .nx { color: #d0d0d0 } /* Name.Other */
+.highlight pre .py { color: #d0d0d0 } /* Name.Property */
+.highlight pre .nt { color: #6ab825; font-weight: bold } /* Name.Tag */
+.highlight pre .nv { color: #40ffff } /* Name.Variable */
+.highlight pre .ow { color: #6ab825; font-weight: bold } /* Operator.Word */
+.highlight pre .w { color: #666666 } /* Text.Whitespace */
+.highlight pre .mf { color: #3677a9 } /* Literal.Number.Float */
+.highlight pre .mh { color: #3677a9 } /* Literal.Number.Hex */
+.highlight pre .mi { color: #3677a9 } /* Literal.Number.Integer */
+.highlight pre .mo { color: #3677a9 } /* Literal.Number.Oct */
+.highlight pre .sb { color: #ed9d13 } /* Literal.String.Backtick */
+.highlight pre .sc { color: #ed9d13 } /* Literal.String.Char */
+.highlight pre .sd { color: #ed9d13 } /* Literal.String.Doc */
+.highlight pre .s2 { color: #ed9d13 } /* Literal.String.Double */
+.highlight pre .se { color: #ed9d13 } /* Literal.String.Escape */
+.highlight pre .sh { color: #ed9d13 } /* Literal.String.Heredoc */
+.highlight pre .si { color: #ed9d13 } /* Literal.String.Interpol */
+.highlight pre .sx { color: #ffa500 } /* Literal.String.Other */
+.highlight pre .sr { color: #ed9d13 } /* Literal.String.Regex */
+.highlight pre .s1 { color: #ed9d13 } /* Literal.String.Single */
+.highlight pre .ss { color: #ed9d13 } /* Literal.String.Symbol */
+.highlight pre .bp { color: #24909d } /* Name.Builtin.Pseudo */
+.highlight pre .vc { color: #40ffff } /* Name.Variable.Class */
+.highlight pre .vg { color: #40ffff } /* Name.Variable.Global */
+.highlight pre .vi { color: #40ffff } /* Name.Variable.Instance */
+.highlight pre .il { color: #3677a9 } /* Literal.Number.Integer.Long */
diff --git a/pelican-bootstrap3/static/css/pygments/pastie.css b/pelican-bootstrap3/static/css/pygments/pastie.css
new file mode 100644
index 0000000..e26a684
--- /dev/null
+++ b/pelican-bootstrap3/static/css/pygments/pastie.css
@@ -0,0 +1,61 @@
+.highlight pre .hll { background-color: #ffffcc }
+.highlight pre, .highlighttable pre { background: #ffffff; }
+.highlight pre .c { color: #888888 } /* Comment */
+.highlight pre .err { color: #a61717; background-color: #e3d2d2 } /* Error */
+.highlight pre .k { color: #008800; font-weight: bold } /* Keyword */
+.highlight pre .cm { color: #888888 } /* Comment.Multiline */
+.highlight pre .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
+.highlight pre .c1 { color: #888888 } /* Comment.Single */
+.highlight pre .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
+.highlight pre .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
+.highlight pre .ge { font-style: italic } /* Generic.Emph */
+.highlight pre .gr { color: #aa0000 } /* Generic.Error */
+.highlight pre .gh { color: #333333 } /* Generic.Heading */
+.highlight pre .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
+.highlight pre .go { color: #888888 } /* Generic.Output */
+.highlight pre .gp { color: #555555 } /* Generic.Prompt */
+.highlight pre .gs { font-weight: bold } /* Generic.Strong */
+.highlight pre .gu { color: #666666 } /* Generic.Subheading */
+.highlight pre .gt { color: #aa0000 } /* Generic.Traceback */
+.highlight pre .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
+.highlight pre .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
+.highlight pre .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
+.highlight pre .kp { color: #008800 } /* Keyword.Pseudo */
+.highlight pre .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
+.highlight pre .kt { color: #888888; font-weight: bold } /* Keyword.Type */
+.highlight pre .m { color: #0000DD; font-weight: bold } /* Literal.Number */
+.highlight pre .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */
+.highlight pre .na { color: #336699 } /* Name.Attribute */
+.highlight pre .nb { color: #003388 } /* Name.Builtin */
+.highlight pre .nc { color: #bb0066; font-weight: bold } /* Name.Class */
+.highlight pre .no { color: #003366; font-weight: bold } /* Name.Constant */
+.highlight pre .nd { color: #555555 } /* Name.Decorator */
+.highlight pre .ne { color: #bb0066; font-weight: bold } /* Name.Exception */
+.highlight pre .nf { color: #0066bb; font-weight: bold } /* Name.Function */
+.highlight pre .nl { color: #336699; font-style: italic } /* Name.Label */
+.highlight pre .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */
+.highlight pre .py { color: #336699; font-weight: bold } /* Name.Property */
+.highlight pre .nt { color: #bb0066; font-weight: bold } /* Name.Tag */
+.highlight pre .nv { color: #336699 } /* Name.Variable */
+.highlight pre .ow { color: #008800 } /* Operator.Word */
+.highlight pre .w { color: #bbbbbb } /* Text.Whitespace */
+.highlight pre .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */
+.highlight pre .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */
+.highlight pre .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
+.highlight pre .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
+.highlight pre .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */
+.highlight pre .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */
+.highlight pre .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */
+.highlight pre .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */
+.highlight pre .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */
+.highlight pre .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */
+.highlight pre .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */
+.highlight pre .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */
+.highlight pre .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */
+.highlight pre .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */
+.highlight pre .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */
+.highlight pre .bp { color: #003388 } /* Name.Builtin.Pseudo */
+.highlight pre .vc { color: #336699 } /* Name.Variable.Class */
+.highlight pre .vg { color: #dd7700 } /* Name.Variable.Global */
+.highlight pre .vi { color: #3333bb } /* Name.Variable.Instance */
+.highlight pre .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
diff --git a/pelican-bootstrap3/static/css/pygments/perldoc.css b/pelican-bootstrap3/static/css/pygments/perldoc.css
new file mode 100644
index 0000000..1121f73
--- /dev/null
+++ b/pelican-bootstrap3/static/css/pygments/perldoc.css
@@ -0,0 +1,59 @@
+.highlight pre .hll { background-color: #ffffcc }
+.highlight pre, .highlighttable pre { background: #eeeedd; }
+.highlight pre .c { color: #228B22 } /* Comment */
+.highlight pre .err { color: #a61717; background-color: #e3d2d2 } /* Error */
+.highlight pre .k { color: #8B008B; font-weight: bold } /* Keyword */
+.highlight pre .cm { color: #228B22 } /* Comment.Multiline */
+.highlight pre .cp { color: #1e889b } /* Comment.Preproc */
+.highlight pre .c1 { color: #228B22 } /* Comment.Single */
+.highlight pre .cs { color: #8B008B; font-weight: bold } /* Comment.Special */
+.highlight pre .gd { color: #aa0000 } /* Generic.Deleted */
+.highlight pre .ge { font-style: italic } /* Generic.Emph */
+.highlight pre .gr { color: #aa0000 } /* Generic.Error */
+.highlight pre .gh { color: #000080; font-weight: bold } /* Generic.Heading */
+.highlight pre .gi { color: #00aa00 } /* Generic.Inserted */
+.highlight pre .go { color: #888888 } /* Generic.Output */
+.highlight pre .gp { color: #555555 } /* Generic.Prompt */
+.highlight pre .gs { font-weight: bold } /* Generic.Strong */
+.highlight pre .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
+.highlight pre .gt { color: #aa0000 } /* Generic.Traceback */
+.highlight pre .kc { color: #8B008B; font-weight: bold } /* Keyword.Constant */
+.highlight pre .kd { color: #8B008B; font-weight: bold } /* Keyword.Declaration */
+.highlight pre .kn { color: #8B008B; font-weight: bold } /* Keyword.Namespace */
+.highlight pre .kp { color: #8B008B; font-weight: bold } /* Keyword.Pseudo */
+.highlight pre .kr { color: #8B008B; font-weight: bold } /* Keyword.Reserved */
+.highlight pre .kt { color: #a7a7a7; font-weight: bold } /* Keyword.Type */
+.highlight pre .m { color: #B452CD } /* Literal.Number */
+.highlight pre .s { color: #CD5555 } /* Literal.String */
+.highlight pre .na { color: #658b00 } /* Name.Attribute */
+.highlight pre .nb { color: #658b00 } /* Name.Builtin */
+.highlight pre .nc { color: #008b45; font-weight: bold } /* Name.Class */
+.highlight pre .no { color: #00688B } /* Name.Constant */
+.highlight pre .nd { color: #707a7c } /* Name.Decorator */
+.highlight pre .ne { color: #008b45; font-weight: bold } /* Name.Exception */
+.highlight pre .nf { color: #008b45 } /* Name.Function */
+.highlight pre .nn { color: #008b45; text-decoration: underline } /* Name.Namespace */
+.highlight pre .nt { color: #8B008B; font-weight: bold } /* Name.Tag */
+.highlight pre .nv { color: #00688B } /* Name.Variable */
+.highlight pre .ow { color: #8B008B } /* Operator.Word */
+.highlight pre .w { color: #bbbbbb } /* Text.Whitespace */
+.highlight pre .mf { color: #B452CD } /* Literal.Number.Float */
+.highlight pre .mh { color: #B452CD } /* Literal.Number.Hex */
+.highlight pre .mi { color: #B452CD } /* Literal.Number.Integer */
+.highlight pre .mo { color: #B452CD } /* Literal.Number.Oct */
+.highlight pre .sb { color: #CD5555 } /* Literal.String.Backtick */
+.highlight pre .sc { color: #CD5555 } /* Literal.String.Char */
+.highlight pre .sd { color: #CD5555 } /* Literal.String.Doc */
+.highlight pre .s2 { color: #CD5555 } /* Literal.String.Double */
+.highlight pre .se { color: #CD5555 } /* Literal.String.Escape */
+.highlight pre .sh { color: #1c7e71; font-style: italic } /* Literal.String.Heredoc */
+.highlight pre .si { color: #CD5555 } /* Literal.String.Interpol */
+.highlight pre .sx { color: #cb6c20 } /* Literal.String.Other */
+.highlight pre .sr { color: #1c7e71 } /* Literal.String.Regex */
+.highlight pre .s1 { color: #CD5555 } /* Literal.String.Single */
+.highlight pre .ss { color: #CD5555 } /* Literal.String.Symbol */
+.highlight pre .bp { color: #658b00 } /* Name.Builtin.Pseudo */
+.highlight pre .vc { color: #00688B } /* Name.Variable.Class */
+.highlight pre .vg { color: #00688B } /* Name.Variable.Global */
+.highlight pre .vi { color: #00688B } /* Name.Variable.Instance */
+.highlight pre .il { color: #B452CD } /* Literal.Number.Integer.Long */
diff --git a/pelican-bootstrap3/static/css/pygments/solarizeddark.css b/pelican-bootstrap3/static/css/pygments/solarizeddark.css
new file mode 100644
index 0000000..27e281f
--- /dev/null
+++ b/pelican-bootstrap3/static/css/pygments/solarizeddark.css
@@ -0,0 +1,70 @@
+.highlight pre .hll { background-color: #ffffcc }
+.highlight pre, .highlighttable pre { background: #002b36; color: #839496 }
+.highlight pre .c { color: #586e75; font-style: italic } /* Comment */
+.highlight pre .err { color: #dc322f } /* Error */
+.highlight pre .g { color: #839496 } /* Generic */
+.highlight pre .k { color: #859900 } /* Keyword */
+.highlight pre .l { color: #839496 } /* Literal */
+.highlight pre .n { color: #93a1a1 } /* Name */
+.highlight pre .o { color: #839496 } /* Operator */
+.highlight pre .x { color: #839496 } /* Other */
+.highlight pre .p { color: #839496 } /* Punctuation */
+.highlight pre .cm { color: #586e75; font-style: italic } /* Comment.Multiline */
+.highlight pre .cp { color: #586e75; font-style: italic } /* Comment.Preproc */
+.highlight pre .c1 { color: #586e75; font-style: italic } /* Comment.Single */
+.highlight pre .cs { color: #586e75; font-style: italic } /* Comment.Special */
+.highlight pre .gd { color: #839496 } /* Generic.Deleted */
+.highlight pre .ge { color: #839496 } /* Generic.Emph */
+.highlight pre .gr { color: #839496 } /* Generic.Error */
+.highlight pre .gh { color: #839496 } /* Generic.Heading */
+.highlight pre .gi { color: #839496 } /* Generic.Inserted */
+.highlight pre .go { color: #839496 } /* Generic.Output */
+.highlight pre .gp { color: #839496 } /* Generic.Prompt */
+.highlight pre .gs { color: #839496 } /* Generic.Strong */
+.highlight pre .gu { color: #839496 } /* Generic.Subheading */
+.highlight pre .gt { color: #839496 } /* Generic.Traceback */
+.highlight pre .kc { color: #859900 } /* Keyword.Constant */
+.highlight pre .kd { color: #859900 } /* Keyword.Declaration */
+.highlight pre .kn { color: #cb4b16 } /* Keyword.Namespace */
+.highlight pre .kp { color: #cb4b16 } /* Keyword.Pseudo */
+.highlight pre .kr { color: #859900 } /* Keyword.Reserved */
+.highlight pre .kt { color: #859900 } /* Keyword.Type */
+.highlight pre .ld { color: #839496 } /* Literal.Date */
+.highlight pre .m { color: #2aa198 } /* Literal.Number */
+.highlight pre .s { color: #2aa198 } /* Literal.String */
+.highlight pre .na { color: #839496 } /* Name.Attribute */
+.highlight pre .nb { color: #268bd2 } /* Name.Builtin */
+.highlight pre .nc { color: #268bd2 } /* Name.Class */
+.highlight pre .no { color: #b58900 } /* Name.Constant */
+.highlight pre .nd { color: #cb4b16 } /* Name.Decorator */
+.highlight pre .ni { color: #cb4b16 } /* Name.Entity */
+.highlight pre .ne { color: #cb4b16 } /* Name.Exception */
+.highlight pre .nf { color: #268bd2 } /* Name.Function */
+.highlight pre .nl { color: #839496 } /* Name.Label */
+.highlight pre .nn { color: #b58900 } /* Name.Namespace */
+.highlight pre .nx { color: #839496 } /* Name.Other */
+.highlight pre .py { color: #268bd2 } /* Name.Property */
+.highlight pre .nt { color: #859900 } /* Name.Tag */
+.highlight pre .nv { color: #cb4b16 } /* Name.Variable */
+.highlight pre .ow { color: #859900 } /* Operator.Word */
+.highlight pre .w { color: #002b36 } /* Text.Whitespace */
+.highlight pre .mf { color: #2aa198 } /* Literal.Number.Float */
+.highlight pre .mh { color: #2aa198 } /* Literal.Number.Hex */
+.highlight pre .mi { color: #2aa198 } /* Literal.Number.Integer */
+.highlight pre .mo { color: #2aa198 } /* Literal.Number.Oct */
+.highlight pre .sb { color: #2aa198 } /* Literal.String.Backtick */
+.highlight pre .sc { color: #2aa198 } /* Literal.String.Char */
+.highlight pre .sd { color: #2aa198 } /* Literal.String.Doc */
+.highlight pre .s2 { color: #2aa198 } /* Literal.String.Double */
+.highlight pre .se { color: #cb4b16 } /* Literal.String.Escape */
+.highlight pre .sh { color: #2aa198 } /* Literal.String.Heredoc */
+.highlight pre .si { color: #cb4b16 } /* Literal.String.Interpol */
+.highlight pre .sx { color: #2aa198 } /* Literal.String.Other */
+.highlight pre .sr { color: #2aa198 } /* Literal.String.Regex */
+.highlight pre .s1 { color: #2aa198 } /* Literal.String.Single */
+.highlight pre .ss { color: #2aa198 } /* Literal.String.Symbol */
+.highlight pre .bp { color: #268bd2; font-weight: bold } /* Name.Builtin.Pseudo */
+.highlight pre .vc { color: #268bd2 } /* Name.Variable.Class */
+.highlight pre .vg { color: #268bd2 } /* Name.Variable.Global */
+.highlight pre .vi { color: #268bd2 } /* Name.Variable.Instance */
+.highlight pre .il { color: #2aa198 } /* Literal.Number.Integer.Long */
diff --git a/pelican-bootstrap3/static/css/pygments/solarizedlight.css b/pelican-bootstrap3/static/css/pygments/solarizedlight.css
new file mode 100644
index 0000000..9c0dc8e
--- /dev/null
+++ b/pelican-bootstrap3/static/css/pygments/solarizedlight.css
@@ -0,0 +1,70 @@
+.highlight pre .hll { background-color: #ffffcc }
+.highlight pre, .highlighttable pre { background: #fdf6e3; color: #657b83 }
+.highlight pre .c { color: #93a1a1; font-style: italic } /* Comment */
+.highlight pre .err { color: #dc322f } /* Error */
+.highlight pre .g { color: #657b83 } /* Generic */
+.highlight pre .k { color: #859900 } /* Keyword */
+.highlight pre .l { color: #657b83 } /* Literal */
+.highlight pre .n { color: #586e75 } /* Name */
+.highlight pre .o { color: #657b83 } /* Operator */
+.highlight pre .x { color: #657b83 } /* Other */
+.highlight pre .p { color: #657b83 } /* Punctuation */
+.highlight pre .cm { color: #93a1a1; font-style: italic } /* Comment.Multiline */
+.highlight pre .cp { color: #93a1a1; font-style: italic } /* Comment.Preproc */
+.highlight pre .c1 { color: #93a1a1; font-style: italic } /* Comment.Single */
+.highlight pre .cs { color: #93a1a1; font-style: italic } /* Comment.Special */
+.highlight pre .gd { color: #657b83 } /* Generic.Deleted */
+.highlight pre .ge { color: #657b83 } /* Generic.Emph */
+.highlight pre .gr { color: #657b83 } /* Generic.Error */
+.highlight pre .gh { color: #657b83 } /* Generic.Heading */
+.highlight pre .gi { color: #657b83 } /* Generic.Inserted */
+.highlight pre .go { color: #657b83 } /* Generic.Output */
+.highlight pre .gp { color: #657b83 } /* Generic.Prompt */
+.highlight pre .gs { color: #657b83 } /* Generic.Strong */
+.highlight pre .gu { color: #657b83 } /* Generic.Subheading */
+.highlight pre .gt { color: #657b83 } /* Generic.Traceback */
+.highlight pre .kc { color: #859900 } /* Keyword.Constant */
+.highlight pre .kd { color: #859900 } /* Keyword.Declaration */
+.highlight pre .kn { color: #cb4b16 } /* Keyword.Namespace */
+.highlight pre .kp { color: #cb4b16 } /* Keyword.Pseudo */
+.highlight pre .kr { color: #859900 } /* Keyword.Reserved */
+.highlight pre .kt { color: #859900 } /* Keyword.Type */
+.highlight pre .ld { color: #657b83 } /* Literal.Date */
+.highlight pre .m { color: #2aa198 } /* Literal.Number */
+.highlight pre .s { color: #2aa198 } /* Literal.String */
+.highlight pre .na { color: #657b83 } /* Name.Attribute */
+.highlight pre .nb { color: #268bd2 } /* Name.Builtin */
+.highlight pre .nc { color: #268bd2 } /* Name.Class */
+.highlight pre .no { color: #b58900 } /* Name.Constant */
+.highlight pre .nd { color: #cb4b16 } /* Name.Decorator */
+.highlight pre .ni { color: #cb4b16 } /* Name.Entity */
+.highlight pre .ne { color: #cb4b16 } /* Name.Exception */
+.highlight pre .nf { color: #268bd2 } /* Name.Function */
+.highlight pre .nl { color: #657b83 } /* Name.Label */
+.highlight pre .nn { color: #b58900 } /* Name.Namespace */
+.highlight pre .nx { color: #657b83 } /* Name.Other */
+.highlight pre .py { color: #268bd2 } /* Name.Property */
+.highlight pre .nt { color: #859900 } /* Name.Tag */
+.highlight pre .nv { color: #cb4b16 } /* Name.Variable */
+.highlight pre .ow { color: #859900 } /* Operator.Word */
+.highlight pre .w { color: #fdf6e3 } /* Text.Whitespace */
+.highlight pre .mf { color: #2aa198 } /* Literal.Number.Float */
+.highlight pre .mh { color: #2aa198 } /* Literal.Number.Hex */
+.highlight pre .mi { color: #2aa198 } /* Literal.Number.Integer */
+.highlight pre .mo { color: #2aa198 } /* Literal.Number.Oct */
+.highlight pre .sb { color: #2aa198 } /* Literal.String.Backtick */
+.highlight pre .sc { color: #2aa198 } /* Literal.String.Char */
+.highlight pre .sd { color: #2aa198 } /* Literal.String.Doc */
+.highlight pre .s2 { color: #2aa198 } /* Literal.String.Double */
+.highlight pre .se { color: #cb4b16 } /* Literal.String.Escape */
+.highlight pre .sh { color: #2aa198 } /* Literal.String.Heredoc */
+.highlight pre .si { color: #cb4b16 } /* Literal.String.Interpol */
+.highlight pre .sx { color: #2aa198 } /* Literal.String.Other */
+.highlight pre .sr { color: #2aa198 } /* Literal.String.Regex */
+.highlight pre .s1 { color: #2aa198 } /* Literal.String.Single */
+.highlight pre .ss { color: #2aa198 } /* Literal.String.Symbol */
+.highlight pre .bp { color: #268bd2; font-weight: bold } /* Name.Builtin.Pseudo */
+.highlight pre .vc { color: #268bd2 } /* Name.Variable.Class */
+.highlight pre .vg { color: #268bd2 } /* Name.Variable.Global */
+.highlight pre .vi { color: #268bd2 } /* Name.Variable.Instance */
+.highlight pre .il { color: #2aa198 } /* Literal.Number.Integer.Long */
diff --git a/pelican-bootstrap3/static/css/pygments/tango.css b/pelican-bootstrap3/static/css/pygments/tango.css
new file mode 100644
index 0000000..a939077
--- /dev/null
+++ b/pelican-bootstrap3/static/css/pygments/tango.css
@@ -0,0 +1,70 @@
+.highlight pre .hll { background-color: #ffffcc }
+.highlight pre, .highlighttable pre { background: #f8f8f8; }
+.highlight pre .c { color: #8f5902; font-style: italic } /* Comment */
+.highlight pre .err { color: #a40000; border: 1px solid #ef2929 } /* Error */
+.highlight pre .g { color: #000000 } /* Generic */
+.highlight pre .k { color: #204a87; font-weight: bold } /* Keyword */
+.highlight pre .l { color: #000000 } /* Literal */
+.highlight pre .n { color: #000000 } /* Name */
+.highlight pre .o { color: #ce5c00; font-weight: bold } /* Operator */
+.highlight pre .x { color: #000000 } /* Other */
+.highlight pre .p { color: #000000; font-weight: bold } /* Punctuation */
+.highlight pre .cm { color: #8f5902; font-style: italic } /* Comment.Multiline */
+.highlight pre .cp { color: #8f5902; font-style: italic } /* Comment.Preproc */
+.highlight pre .c1 { color: #8f5902; font-style: italic } /* Comment.Single */
+.highlight pre .cs { color: #8f5902; font-style: italic } /* Comment.Special */
+.highlight pre .gd { color: #a40000 } /* Generic.Deleted */
+.highlight pre .ge { color: #000000; font-style: italic } /* Generic.Emph */
+.highlight pre .gr { color: #ef2929 } /* Generic.Error */
+.highlight pre .gh { color: #000080; font-weight: bold } /* Generic.Heading */
+.highlight pre .gi { color: #00A000 } /* Generic.Inserted */
+.highlight pre .go { color: #000000; font-style: italic } /* Generic.Output */
+.highlight pre .gp { color: #8f5902 } /* Generic.Prompt */
+.highlight pre .gs { color: #000000; font-weight: bold } /* Generic.Strong */
+.highlight pre .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
+.highlight pre .gt { color: #a40000; font-weight: bold } /* Generic.Traceback */
+.highlight pre .kc { color: #204a87; font-weight: bold } /* Keyword.Constant */
+.highlight pre .kd { color: #204a87; font-weight: bold } /* Keyword.Declaration */
+.highlight pre .kn { color: #204a87; font-weight: bold } /* Keyword.Namespace */
+.highlight pre .kp { color: #204a87; font-weight: bold } /* Keyword.Pseudo */
+.highlight pre .kr { color: #204a87; font-weight: bold } /* Keyword.Reserved */
+.highlight pre .kt { color: #204a87; font-weight: bold } /* Keyword.Type */
+.highlight pre .ld { color: #000000 } /* Literal.Date */
+.highlight pre .m { color: #0000cf; font-weight: bold } /* Literal.Number */
+.highlight pre .s { color: #4e9a06 } /* Literal.String */
+.highlight pre .na { color: #c4a000 } /* Name.Attribute */
+.highlight pre .nb { color: #204a87 } /* Name.Builtin */
+.highlight pre .nc { color: #000000 } /* Name.Class */
+.highlight pre .no { color: #000000 } /* Name.Constant */
+.highlight pre .nd { color: #5c35cc; font-weight: bold } /* Name.Decorator */
+.highlight pre .ni { color: #ce5c00 } /* Name.Entity */
+.highlight pre .ne { color: #cc0000; font-weight: bold } /* Name.Exception */
+.highlight pre .nf { color: #000000 } /* Name.Function */
+.highlight pre .nl { color: #f57900 } /* Name.Label */
+.highlight pre .nn { color: #000000 } /* Name.Namespace */
+.highlight pre .nx { color: #000000 } /* Name.Other */
+.highlight pre .py { color: #000000 } /* Name.Property */
+.highlight pre .nt { color: #204a87; font-weight: bold } /* Name.Tag */
+.highlight pre .nv { color: #000000 } /* Name.Variable */
+.highlight pre .ow { color: #204a87; font-weight: bold } /* Operator.Word */
+.highlight pre .w { color: #f8f8f8; text-decoration: underline } /* Text.Whitespace */
+.highlight pre .mf { color: #0000cf; font-weight: bold } /* Literal.Number.Float */
+.highlight pre .mh { color: #0000cf; font-weight: bold } /* Literal.Number.Hex */
+.highlight pre .mi { color: #0000cf; font-weight: bold } /* Literal.Number.Integer */
+.highlight pre .mo { color: #0000cf; font-weight: bold } /* Literal.Number.Oct */
+.highlight pre .sb { color: #4e9a06 } /* Literal.String.Backtick */
+.highlight pre .sc { color: #4e9a06 } /* Literal.String.Char */
+.highlight pre .sd { color: #8f5902; font-style: italic } /* Literal.String.Doc */
+.highlight pre .s2 { color: #4e9a06 } /* Literal.String.Double */
+.highlight pre .se { color: #4e9a06 } /* Literal.String.Escape */
+.highlight pre .sh { color: #4e9a06 } /* Literal.String.Heredoc */
+.highlight pre .si { color: #4e9a06 } /* Literal.String.Interpol */
+.highlight pre .sx { color: #4e9a06 } /* Literal.String.Other */
+.highlight pre .sr { color: #4e9a06 } /* Literal.String.Regex */
+.highlight pre .s1 { color: #4e9a06 } /* Literal.String.Single */
+.highlight pre .ss { color: #4e9a06 } /* Literal.String.Symbol */
+.highlight pre .bp { color: #3465a4 } /* Name.Builtin.Pseudo */
+.highlight pre .vc { color: #000000 } /* Name.Variable.Class */
+.highlight pre .vg { color: #000000 } /* Name.Variable.Global */
+.highlight pre .vi { color: #000000 } /* Name.Variable.Instance */
+.highlight pre .il { color: #0000cf; font-weight: bold } /* Literal.Number.Integer.Long */
diff --git a/pelican-bootstrap3/static/css/pygments/trac.css b/pelican-bootstrap3/static/css/pygments/trac.css
new file mode 100644
index 0000000..7f8d24d
--- /dev/null
+++ b/pelican-bootstrap3/static/css/pygments/trac.css
@@ -0,0 +1,60 @@
+.highlight pre .hll { background-color: #ffffcc }
+.highlight pre, .highlighttable pre { background: #ffffff; }
+.highlight pre .c { color: #999988; font-style: italic } /* Comment */
+.highlight pre .err { color: #a61717; background-color: #e3d2d2 } /* Error */
+.highlight pre .k { font-weight: bold } /* Keyword */
+.highlight pre .o { font-weight: bold } /* Operator */
+.highlight pre .cm { color: #999988; font-style: italic } /* Comment.Multiline */
+.highlight pre .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
+.highlight pre .c1 { color: #999988; font-style: italic } /* Comment.Single */
+.highlight pre .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
+.highlight pre .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
+.highlight pre .ge { font-style: italic } /* Generic.Emph */
+.highlight pre .gr { color: #aa0000 } /* Generic.Error */
+.highlight pre .gh { color: #999999 } /* Generic.Heading */
+.highlight pre .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
+.highlight pre .go { color: #888888 } /* Generic.Output */
+.highlight pre .gp { color: #555555 } /* Generic.Prompt */
+.highlight pre .gs { font-weight: bold } /* Generic.Strong */
+.highlight pre .gu { color: #aaaaaa } /* Generic.Subheading */
+.highlight pre .gt { color: #aa0000 } /* Generic.Traceback */
+.highlight pre .kc { font-weight: bold } /* Keyword.Constant */
+.highlight pre .kd { font-weight: bold } /* Keyword.Declaration */
+.highlight pre .kn { font-weight: bold } /* Keyword.Namespace */
+.highlight pre .kp { font-weight: bold } /* Keyword.Pseudo */
+.highlight pre .kr { font-weight: bold } /* Keyword.Reserved */
+.highlight pre .kt { color: #445588; font-weight: bold } /* Keyword.Type */
+.highlight pre .m { color: #009999 } /* Literal.Number */
+.highlight pre .s { color: #bb8844 } /* Literal.String */
+.highlight pre .na { color: #008080 } /* Name.Attribute */
+.highlight pre .nb { color: #999999 } /* Name.Builtin */
+.highlight pre .nc { color: #445588; font-weight: bold } /* Name.Class */
+.highlight pre .no { color: #008080 } /* Name.Constant */
+.highlight pre .ni { color: #800080 } /* Name.Entity */
+.highlight pre .ne { color: #990000; font-weight: bold } /* Name.Exception */
+.highlight pre .nf { color: #990000; font-weight: bold } /* Name.Function */
+.highlight pre .nn { color: #555555 } /* Name.Namespace */
+.highlight pre .nt { color: #000080 } /* Name.Tag */
+.highlight pre .nv { color: #008080 } /* Name.Variable */
+.highlight pre .ow { font-weight: bold } /* Operator.Word */
+.highlight pre .w { color: #bbbbbb } /* Text.Whitespace */
+.highlight pre .mf { color: #009999 } /* Literal.Number.Float */
+.highlight pre .mh { color: #009999 } /* Literal.Number.Hex */
+.highlight pre .mi { color: #009999 } /* Literal.Number.Integer */
+.highlight pre .mo { color: #009999 } /* Literal.Number.Oct */
+.highlight pre .sb { color: #bb8844 } /* Literal.String.Backtick */
+.highlight pre .sc { color: #bb8844 } /* Literal.String.Char */
+.highlight pre .sd { color: #bb8844 } /* Literal.String.Doc */
+.highlight pre .s2 { color: #bb8844 } /* Literal.String.Double */
+.highlight pre .se { color: #bb8844 } /* Literal.String.Escape */
+.highlight pre .sh { color: #bb8844 } /* Literal.String.Heredoc */
+.highlight pre .si { color: #bb8844 } /* Literal.String.Interpol */
+.highlight pre .sx { color: #bb8844 } /* Literal.String.Other */
+.highlight pre .sr { color: #808000 } /* Literal.String.Regex */
+.highlight pre .s1 { color: #bb8844 } /* Literal.String.Single */
+.highlight pre .ss { color: #bb8844 } /* Literal.String.Symbol */
+.highlight pre .bp { color: #999999 } /* Name.Builtin.Pseudo */
+.highlight pre .vc { color: #008080 } /* Name.Variable.Class */
+.highlight pre .vg { color: #008080 } /* Name.Variable.Global */
+.highlight pre .vi { color: #008080 } /* Name.Variable.Instance */
+.highlight pre .il { color: #009999 } /* Literal.Number.Integer.Long */
diff --git a/pelican-bootstrap3/static/css/pygments/vim.css b/pelican-bootstrap3/static/css/pygments/vim.css
new file mode 100644
index 0000000..7c8c17e
--- /dev/null
+++ b/pelican-bootstrap3/static/css/pygments/vim.css
@@ -0,0 +1,70 @@
+.highlight pre .hll { background-color: #222222 }
+.highlight pre, .highlighttable pre { background: #000000; color: #cccccc }
+.highlight pre .c { color: #000080 } /* Comment */
+.highlight pre .err { color: #cccccc; border: 1px solid #FF0000 } /* Error */
+.highlight pre .g { color: #cccccc } /* Generic */
+.highlight pre .k { color: #cdcd00 } /* Keyword */
+.highlight pre .l { color: #cccccc } /* Literal */
+.highlight pre .n { color: #cccccc } /* Name */
+.highlight pre .o { color: #3399cc } /* Operator */
+.highlight pre .x { color: #cccccc } /* Other */
+.highlight pre .p { color: #cccccc } /* Punctuation */
+.highlight pre .cm { color: #000080 } /* Comment.Multiline */
+.highlight pre .cp { color: #000080 } /* Comment.Preproc */
+.highlight pre .c1 { color: #000080 } /* Comment.Single */
+.highlight pre .cs { color: #cd0000; font-weight: bold } /* Comment.Special */
+.highlight pre .gd { color: #cd0000 } /* Generic.Deleted */
+.highlight pre .ge { color: #cccccc; font-style: italic } /* Generic.Emph */
+.highlight pre .gr { color: #FF0000 } /* Generic.Error */
+.highlight pre .gh { color: #000080; font-weight: bold } /* Generic.Heading */
+.highlight pre .gi { color: #00cd00 } /* Generic.Inserted */
+.highlight pre .go { color: #888888 } /* Generic.Output */
+.highlight pre .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
+.highlight pre .gs { color: #cccccc; font-weight: bold } /* Generic.Strong */
+.highlight pre .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
+.highlight pre .gt { color: #0044DD } /* Generic.Traceback */
+.highlight pre .kc { color: #cdcd00 } /* Keyword.Constant */
+.highlight pre .kd { color: #00cd00 } /* Keyword.Declaration */
+.highlight pre .kn { color: #cd00cd } /* Keyword.Namespace */
+.highlight pre .kp { color: #cdcd00 } /* Keyword.Pseudo */
+.highlight pre .kr { color: #cdcd00 } /* Keyword.Reserved */
+.highlight pre .kt { color: #00cd00 } /* Keyword.Type */
+.highlight pre .ld { color: #cccccc } /* Literal.Date */
+.highlight pre .m { color: #cd00cd } /* Literal.Number */
+.highlight pre .s { color: #cd0000 } /* Literal.String */
+.highlight pre .na { color: #cccccc } /* Name.Attribute */
+.highlight pre .nb { color: #cd00cd } /* Name.Builtin */
+.highlight pre .nc { color: #00cdcd } /* Name.Class */
+.highlight pre .no { color: #cccccc } /* Name.Constant */
+.highlight pre .nd { color: #cccccc } /* Name.Decorator */
+.highlight pre .ni { color: #cccccc } /* Name.Entity */
+.highlight pre .ne { color: #666699; font-weight: bold } /* Name.Exception */
+.highlight pre .nf { color: #cccccc } /* Name.Function */
+.highlight pre .nl { color: #cccccc } /* Name.Label */
+.highlight pre .nn { color: #cccccc } /* Name.Namespace */
+.highlight pre .nx { color: #cccccc } /* Name.Other */
+.highlight pre .py { color: #cccccc } /* Name.Property */
+.highlight pre .nt { color: #cccccc } /* Name.Tag */
+.highlight pre .nv { color: #00cdcd } /* Name.Variable */
+.highlight pre .ow { color: #cdcd00 } /* Operator.Word */
+.highlight pre .w { color: #cccccc } /* Text.Whitespace */
+.highlight pre .mf { color: #cd00cd } /* Literal.Number.Float */
+.highlight pre .mh { color: #cd00cd } /* Literal.Number.Hex */
+.highlight pre .mi { color: #cd00cd } /* Literal.Number.Integer */
+.highlight pre .mo { color: #cd00cd } /* Literal.Number.Oct */
+.highlight pre .sb { color: #cd0000 } /* Literal.String.Backtick */
+.highlight pre .sc { color: #cd0000 } /* Literal.String.Char */
+.highlight pre .sd { color: #cd0000 } /* Literal.String.Doc */
+.highlight pre .s2 { color: #cd0000 } /* Literal.String.Double */
+.highlight pre .se { color: #cd0000 } /* Literal.String.Escape */
+.highlight pre .sh { color: #cd0000 } /* Literal.String.Heredoc */
+.highlight pre .si { color: #cd0000 } /* Literal.String.Interpol */
+.highlight pre .sx { color: #cd0000 } /* Literal.String.Other */
+.highlight pre .sr { color: #cd0000 } /* Literal.String.Regex */
+.highlight pre .s1 { color: #cd0000 } /* Literal.String.Single */
+.highlight pre .ss { color: #cd0000 } /* Literal.String.Symbol */
+.highlight pre .bp { color: #cd00cd } /* Name.Builtin.Pseudo */
+.highlight pre .vc { color: #00cdcd } /* Name.Variable.Class */
+.highlight pre .vg { color: #00cdcd } /* Name.Variable.Global */
+.highlight pre .vi { color: #00cdcd } /* Name.Variable.Instance */
+.highlight pre .il { color: #cd00cd } /* Literal.Number.Integer.Long */
diff --git a/pelican-bootstrap3/static/css/pygments/vs.css b/pelican-bootstrap3/static/css/pygments/vs.css
new file mode 100644
index 0000000..7a34130
--- /dev/null
+++ b/pelican-bootstrap3/static/css/pygments/vs.css
@@ -0,0 +1,34 @@
+.highlight pre .hll { background-color: #ffffcc }
+.highlight pre, .highlighttable pre { background: #ffffff; }
+.highlight pre .c { color: #008000 } /* Comment */
+.highlight pre .err { border: 1px solid #FF0000 } /* Error */
+.highlight pre .k { color: #0000ff } /* Keyword */
+.highlight pre .cm { color: #008000 } /* Comment.Multiline */
+.highlight pre .cp { color: #0000ff } /* Comment.Preproc */
+.highlight pre .c1 { color: #008000 } /* Comment.Single */
+.highlight pre .cs { color: #008000 } /* Comment.Special */
+.highlight pre .ge { font-style: italic } /* Generic.Emph */
+.highlight pre .gh { font-weight: bold } /* Generic.Heading */
+.highlight pre .gp { font-weight: bold } /* Generic.Prompt */
+.highlight pre .gs { font-weight: bold } /* Generic.Strong */
+.highlight pre .gu { font-weight: bold } /* Generic.Subheading */
+.highlight pre .kc { color: #0000ff } /* Keyword.Constant */
+.highlight pre .kd { color: #0000ff } /* Keyword.Declaration */
+.highlight pre .kn { color: #0000ff } /* Keyword.Namespace */
+.highlight pre .kp { color: #0000ff } /* Keyword.Pseudo */
+.highlight pre .kr { color: #0000ff } /* Keyword.Reserved */
+.highlight pre .kt { color: #2b91af } /* Keyword.Type */
+.highlight pre .s { color: #a31515 } /* Literal.String */
+.highlight pre .nc { color: #2b91af } /* Name.Class */
+.highlight pre .ow { color: #0000ff } /* Operator.Word */
+.highlight pre .sb { color: #a31515 } /* Literal.String.Backtick */
+.highlight pre .sc { color: #a31515 } /* Literal.String.Char */
+.highlight pre .sd { color: #a31515 } /* Literal.String.Doc */
+.highlight pre .s2 { color: #a31515 } /* Literal.String.Double */
+.highlight pre .se { color: #a31515 } /* Literal.String.Escape */
+.highlight pre .sh { color: #a31515 } /* Literal.String.Heredoc */
+.highlight pre .si { color: #a31515 } /* Literal.String.Interpol */
+.highlight pre .sx { color: #a31515 } /* Literal.String.Other */
+.highlight pre .sr { color: #a31515 } /* Literal.String.Regex */
+.highlight pre .s1 { color: #a31515 } /* Literal.String.Single */
+.highlight pre .ss { color: #a31515 } /* Literal.String.Symbol */
diff --git a/pelican-bootstrap3/static/css/style.css b/pelican-bootstrap3/static/css/style.css
index 3a3eb99..9aeeb17 100644
--- a/pelican-bootstrap3/static/css/style.css
+++ b/pelican-bootstrap3/static/css/style.css
@@ -6,6 +6,18 @@ body {
background-color: transparent;
}
+/* for list-groups nested within a list-group-item, reset the bottom margin */
+.list-group-item > .list-group {
+ margin-bottom: 0px;
+}
+
+/* for list-group-items nested within a list-group-item, reset the bottom
+ padding of the last item, b/c the containing item has paddimg already
+ */
+.list-group-item .list-group-item:last-child {
+ padding-bottom: 0px;
+}
+
.list-group-item {
border: none;
}
@@ -28,14 +40,27 @@ body {
#sidebar {
padding-top: 0px;
+ -ms-word-break: break-all;
+ word-break: break-all;
+ word-break: break-word;
+ -webkit-hyphens: auto;
+ -moz-hyphens: auto;
+ -ms-hyphens: auto;
+ hyphens: auto;
}
#sidebar a {
color: inherit;
}
-i {
- margin-right: 10px;
+.icon-label {
+ margin-left: 10px;
+}
+
+/* Example for how to control spacing between icon and label in specific
+ lists in the sidebar. To change, override in your CUSTOM_CSS */
+#sidebar #social i {
+ margin-right: 3px;
}
a, a:hover {
@@ -57,9 +82,49 @@ a, a:hover {
height: auto;
}
-.highlight pre {
- background-color: #202020;
- color: #777;
+.entry-content figcaption, .caption {
+ font-size: small;
+ margin-bottom: 2px;
+}
+
+.floatright, .align-right {
+ float: right;
+}
+
+.floatleft, .align-left {
+ float: left;
+}
+
+.floatcenter, .align-center {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+figure.floatright, .align-right {
+ margin-left: 4px;
+}
+
+figure.floatleft, .align-left {
+ margin-right: 4px;
+}
+
+figure.floatcenter, .align-center {
+ margin-bottom: 11px;
+}
+
+.highlighttable pre {
+ /* Removes bootstrap default margin-bottom */
+ margin-bottom: 0px;
+}
+
+.highlighttable {
+ /* Adds them margin-bottom to highlightable instead of <pre> */
+ margin-bottom: 11px;
+}
+
+.highlighttable .code {
+ width: 100%;
}
#categories ul, #tags ul {
@@ -77,4 +142,11 @@ a, a:hover {
text-align: inherit;
white-space: inherit;
border-radius: inherit;
-} \ No newline at end of file
+}
+
+.categories-timestamp {
+ color: #AAAAAA;
+ font-size: 0.9em;
+ margin-right: 10px;
+}
+