Commit 0b7ab74c authored by Nicolas Widart's avatar Nicolas Widart

Adding the demo theme files

parent 24ca10f9
@import url("//fonts.googleapis.com/css?family=Lato:400,700,400italic");
/* Homepage */
body {
line-height: 2em;
margin: 0 0 22px;
font-size: 1.5em;
}
.rounded {
border-radius: 100px;
}
img.pull-top {
margin-top: 40px;
}
.jumbotron {
background: #ffffff;
padding: 20px 30px;
}
ul.no-padding {
padding-left: 0px;
}
/* Posts page */
ul {
list-style: none;
}
ul li .date {
float: left;
margin-right: 1rem;
line-height: 3rem;
color: #b4bcc2;
width: 10rem;
text-align: right;
}
.date {
color: #b4bcc2;
font-size: 0.9em;
}
ul.bullet li {
list-style: disc;
}
.container pre[class*='language-'] > code[data-language] {
overflow: auto;
}
.container p {
line-height: 2em;
margin: 0 0 22px;
font-size: 1.3em;
}
blockquote {
font-style: italic;
border-left: 2px solid #2c3e50;
}
/* Projects page */
.timeAgo {
display: block;
color: #b4bcc2;
font-size: .8em;
}
.activity {
padding-left: 0;
}
.activity .actorAvatar {
margin-right: 10px;
}
.activity li {
line-height: 20px;
margin-bottom: 15px;
font-size: 1.3rem;
}
/* Book library */
.book-list {
padding-left: 0px;
}
.book-list .author {
color: #b4bcc2;
font-size: 1.1rem;
}
.book-cover {
width: 101px;
margin-right: 15px;
}
p.small {
font-size: 1.1em;
}
body {
background: #ecf0f1;
padding-top: 80px;
}
.group:after {
content: "";
display: table;
clear: both;
}
.navbar {
border-width: 0px;
}
.navbar-default .badge {
background-color: #fff;
color: #2c3e50;
}
.navbar-inverse .badge {
background-color: #fff;
color: #18bc9c;
}
.navbar-brand {
padding: 18.5px 15px 20.5px;
}
.btn:active {
box-shadow: none;
}
.btn-group.open .dropdown-toggle {
box-shadow: none;
}
.text-primary,
.text-primary:hover {
color: #2c3e50;
}
.text-success,
.text-success:hover {
color: #18bc9c;
}
.text-danger,
.text-danger:hover {
color: #e74c3c;
}
.text-warning,
.text-warning:hover {
color: #f39c12;
}
.text-info,
.text-info:hover {
color: #3498db;
}
table a:not(.btn),
.table a:not(.btn) {
text-decoration: underline;
}
table .success,
.table .success,
table .warning,
.table .warning,
table .danger,
.table .danger,
table .info,
.table .info {
color: #fff;
}
table .success a,
.table .success a,
table .warning a,
.table .warning a,
table .danger a,
.table .danger a,
table .info a,
.table .info a {
color: #fff;
}
table > thead > tr > th,
.table > thead > tr > th,
table > tbody > tr > th,
.table > tbody > tr > th,
table > tfoot > tr > th,
.table > tfoot > tr > th,
table > thead > tr > td,
.table > thead > tr > td,
table > tbody > tr > td,
.table > tbody > tr > td,
table > tfoot > tr > td,
.table > tfoot > tr > td {
border: none;
}
table-bordered > thead > tr > th,
.table-bordered > thead > tr > th,
table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > th,
table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > th,
table-bordered > thead > tr > td,
.table-bordered > thead > tr > td,
table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > td,
table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #ecf0f1;
}
.form-control,
input {
border-width: 2px;
box-shadow: none;
}
.form-control:focus,
input:focus {
box-shadow: none;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning .form-control-feedback {
color: #f39c12;
}
.has-warning .form-control,
.has-warning .form-control:focus {
border: 2px solid #f39c12;
}
.has-warning .input-group-addon {
border-color: #f39c12;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error .form-control-feedback {
color: #e74c3c;
}
.has-error .form-control,
.has-error .form-control:focus {
border: 2px solid #e74c3c;
}
.has-error .input-group-addon {
border-color: #e74c3c;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success .form-control-feedback {
color: #18bc9c;
}
.has-success .form-control,
.has-success .form-control:focus {
border: 2px solid #18bc9c;
}
.has-success .input-group-addon {
border-color: #18bc9c;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
border-color: transparent;
}
.pager a,
.pager a:hover {
color: #fff;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
background-color: #3be6c4;
}
.close {
color: #fff;
text-decoration: none;
opacity: 0.4;
}
.close:hover,
.close:focus {
color: #fff;
opacity: 1;
}
.alert .alert-link {
color: #fff;
text-decoration: underline;
}
.progress {
height: 10px;
box-shadow: none;
}
.progress .progress-bar {
font-size: 10px;
line-height: 10px;
}
.well {
box-shadow: none;
}
.panel-default .close {
color: #2c3e50;
}
.modal .close {
color: #2c3e50;
}
.popover {
color: #2c3e50;
}
footer {
border-top: 1px solid #fff;
margin-top: 5rem;
}
footer .dark {
background: #2c3e50;
color: #fff;
padding: .5em 0 1em;
}
/* Bottom footer */
.bottom-footer {
margin-top: 10px;
}
footer .bottom-list li {
padding-right: 20px;
float: left;
}
footer li.active a {
color: #2c3e50;
}
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
@import url(//fonts.googleapis.com/css?family=Lato:400,700,400italic);body{line-height:2em;margin:0 0 22px;font-size:1.5em}.rounded{border-radius:100px}img.pull-top{margin-top:40px}.jumbotron{background:#fff;padding:20px 30px}ul.no-padding{padding-left:0}ul{list-style:none}ul li .date{float:left;margin-right:1rem;line-height:3rem;color:#b4bcc2;width:10rem;text-align:right}.date{color:#b4bcc2;font-size:.9em}ul.bullet li{list-style:disc}.container pre[class*=language-]>code[data-language]{overflow:auto}.container p{line-height:2em;margin:0 0 22px;font-size:1.3em}blockquote{font-style:italic;border-left:2px solid #2c3e50}.timeAgo{display:block;color:#b4bcc2;font-size:.8em}.activity{padding-left:0}.activity .actorAvatar{margin-right:10px}.activity li{line-height:20px;margin-bottom:15px;font-size:1.3rem}.book-list{padding-left:0}.book-list .author{color:#b4bcc2;font-size:1.1rem}.book-cover{width:101px;margin-right:15px}p.small{font-size:1.1em}body{background:#ecf0f1;padding-top:80px}.group:after{content:"";display:table;clear:both}.navbar{border-width:0}.navbar-default .badge{background-color:#fff;color:#2c3e50}.navbar-inverse .badge{background-color:#fff;color:#18bc9c}.navbar-brand{padding:18.5px 15px 20.5px}.btn-group.open .dropdown-toggle,.btn:active{box-shadow:none}.text-primary,.text-primary:hover{color:#2c3e50}.text-success,.text-success:hover{color:#18bc9c}.text-danger,.text-danger:hover{color:#e74c3c}.text-warning,.text-warning:hover{color:#f39c12}.text-info,.text-info:hover{color:#3498db}.table a:not(.btn),table a:not(.btn){text-decoration:underline}.table .danger,.table .danger a,.table .info,.table .info a,.table .success,.table .success a,.table .warning,.table .warning a,table .danger,table .danger a,table .info,table .info a,table .success,table .success a,table .warning,table .warning a{color:#fff}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th,table>tbody>tr>td,table>tbody>tr>th,table>tfoot>tr>td,table>tfoot>tr>th,table>thead>tr>td,table>thead>tr>th{border:none}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th,table-bordered>tbody>tr>td,table-bordered>tbody>tr>th,table-bordered>tfoot>tr>td,table-bordered>tfoot>tr>th,table-bordered>thead>tr>td,table-bordered>thead>tr>th{border:1px solid #ecf0f1}.form-control,input{border-width:2px;box-shadow:none}.form-control:focus,input:focus{box-shadow:none}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .form-control-feedback,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline{color:#f39c12}.has-warning .form-control,.has-warning .form-control:focus{border:2px solid #f39c12}.has-warning .input-group-addon{border-color:#f39c12}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .form-control-feedback,.has-error .help-block,.has-error .radio,.has-error .radio-inline{color:#e74c3c}.has-error .form-control,.has-error .form-control:focus{border:2px solid #e74c3c}.has-error .input-group-addon{border-color:#e74c3c}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .form-control-feedback,.has-success .help-block,.has-success .radio,.has-success .radio-inline{color:#18bc9c}.has-success .form-control,.has-success .form-control:focus{border:2px solid #18bc9c}.has-success .input-group-addon{border-color:#18bc9c}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{border-color:transparent}.pager a,.pager a:hover{color:#fff}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{background-color:#3be6c4}.close{color:#fff;text-decoration:none;opacity:.4}.close:focus,.close:hover{color:#fff;opacity:1}.alert .alert-link{color:#fff;text-decoration:underline}.progress{height:10px;box-shadow:none}.progress .progress-bar{font-size:10px;line-height:10px}.well{box-shadow:none}.modal .close,.panel-default .close,.popover{color:#2c3e50}footer{border-top:1px solid #fff;margin-top:5rem}footer .dark{background:#2c3e50;color:#fff;padding:.5em 0 1em}.bottom-footer{margin-top:10px}footer .bottom-list li{padding-right:20px;float:left}footer li.active a{color:#2c3e50}
\ No newline at end of file
/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript+php+php-extras+coffeescript+scss+bash+apacheconf+git&plugins=line-highlight+line-numbers+show-language */
/**
* prism.js default theme for JavaScript, CSS and HTML
* Based on dabblet (http://dabblet.com)
* @author Lea Verou
*/
code[class*="language-"],
pre[class*="language-"] {
color: black;
text-shadow: 0 1px white;
font-family: Consolas, Monaco, 'Andale Mono', monospace;
direction: ltr;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
text-shadow: none;
background: #b3d4fc;
}
pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
text-shadow: none;
background: #b3d4fc;
}
@media print {
code[class*="language-"],
pre[class*="language-"] {
text-shadow: none;
}
}
/* Code blocks */
pre[class*="language-"] {
padding: 1em;
margin: .5em 0;
overflow: auto;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
background: #f5f2f0;
}
/* Inline code */
:not(pre) > code[class*="language-"] {
padding: .1em;
border-radius: .3em;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
color: slategray;
}
.token.punctuation {
color: #999;
}
.namespace {
opacity: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
color: #a67f59;
background: hsla(0, 0%, 100%, .5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
color: #07a;
}
.token.function {
color: #DD4A68;
}
.token.regex,
.token.important {
color: #e90;
}
.token.important {
font-weight: bold;
}
.token.entity {
cursor: help;
}
pre[data-line] {
position: relative;
padding: 1em 0 1em 3em;
}
.line-highlight {
position: absolute;
left: 0;
right: 0;
padding: inherit 0;
margin-top: 1em; /* Same as .prism’s padding-top */
background: hsla(24, 20%, 50%,.08);
background: -moz-linear-gradient(left, hsla(24, 20%, 50%,.1) 70%, hsla(24, 20%, 50%,0));
background: -webkit-linear-gradient(left, hsla(24, 20%, 50%,.1) 70%, hsla(24, 20%, 50%,0));
background: -o-linear-gradient(left, hsla(24, 20%, 50%,.1) 70%, hsla(24, 20%, 50%,0));
background: linear-gradient(left, hsla(24, 20%, 50%,.1) 70%, hsla(24, 20%, 50%,0));
pointer-events: none;
line-height: inherit;
white-space: pre;
}
.line-highlight:before,
.line-highlight[data-end]:after {
content: attr(data-start);
position: absolute;
top: .4em;
left: .6em;
min-width: 1em;
padding: 0 .5em;
background-color: hsla(24, 20%, 50%,.4);
color: hsl(24, 20%, 95%);
font: bold 65%/1.5 sans-serif;
text-align: center;
vertical-align: .3em;
border-radius: 999px;
text-shadow: none;
box-shadow: 0 1px white;
}
.line-highlight[data-end]:after {
content: attr(data-end);
top: auto;
bottom: .4em;
}
pre.line-numbers {
position: relative;
padding-left: 3.8em;
counter-reset: linenumber;
}
pre.line-numbers > code {
position: relative;
}
.line-numbers .line-numbers-rows {
position: absolute;
pointer-events: none;
top: 0;
font-size: 100%;
left: -3.8em;
width: 3em; /* works for line-numbers below 1000 lines */
letter-spacing: -1px;
border-right: 1px solid #999;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.line-numbers-rows > span {
pointer-events: none;
display: block;
counter-increment: linenumber;
}
.line-numbers-rows > span:before {
content: counter(linenumber);
color: #999;
display: block;
padding-right: 0.8em;
text-align: right;
}
pre[class*='language-'] {
position: relative;
}
pre[class*='language-'] > code[data-language] {
overflow: scroll;
max-height: 28em;
display: block;
}
pre[class*='language-'] > code[data-language]::before {
content: attr(data-language);
color: black;
background-color: #CFCFCF;
display: inline-block;
position: absolute;
top: 0;
right: 0;
font-size: 0.9em;
border-radius: 0 0 0 5px;
padding: 0 0.5em;
text-shadow: none;
}
This diff is collapsed.
This diff is collapsed.
(function(){
var $button = $("<div id='source-button' class='btn btn-primary btn-xs'>&lt; &gt;</div>").click(function(){
var html = $(this).parent().html();
html = cleanSource(html);
$("#source-modal pre").text(html);
$("#source-modal").modal();
});
$('.bs-component [data-toggle="popover"]').popover();
$('.bs-component [data-toggle="tooltip"]').tooltip();
$(".bs-component").hover(function(){
$(this).append($button);
$button.show();
}, function(){
$button.hide();
});
function cleanSource(html) {
var lines = html.split(/\n/);
lines.shift();
lines.splice(-1, 1);
var indentSize = lines[0].length - lines[0].trim().length,
re = new RegExp(" {" + indentSize + "}");
lines = lines.map(function(line){
if (line.match(re)) {
line = line.substring(indentSize);
}
return line;
});
lines = lines.join("\n");
return lines;
}
})();
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
!function(){function t(t){var n=t.split(/\n/);n.shift(),n.splice(-1,1);var o=n[0].length-n[0].trim().length,e=new RegExp(" {"+o+"}");return n=n.map(function(t){return t.match(e)&&(t=t.substring(o)),t}),n=n.join("\n")}var n=$("<div id='source-button' class='btn btn-primary btn-xs'>&lt; &gt;</div>").click(function(){var n=$(this).parent().html();n=t(n),$("#source-modal pre").text(n),$("#source-modal").modal()});$('.bs-component [data-toggle="popover"]').popover(),$('.bs-component [data-toggle="tooltip"]').tooltip(),$(".bs-component").hover(function(){$(this).append(n),n.show()},function(){n.hide()})}();
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
@import url("//fonts.googleapis.com/css?family=Lato:400,700,400italic");
@import "variables.less";
@import "main.less";
.box-shadow(@size) {
box-shadow: @size;
}
// Body =====================================================================
body {
background: @body-bg;
padding-top: @navbar-height + 20px;
}
.group:after {
content: "";
display: table;
clear: both;
}
// Navbar =====================================================================
.navbar {
border-width: 0px;
&-default {
.badge {
background-color: #fff;
color: @navbar-default-bg;
}
}
&-inverse {
.badge {
background-color: #fff;
color: @navbar-inverse-bg;
}
}
&-brand {
padding: 18.5px 15px 20.5px;
}
}
// Buttons ====================================================================
.btn:active {
.box-shadow(none);
}
.btn-group.open .dropdown-toggle {
.box-shadow(none);
}
// Typography =================================================================
.text-primary,
.text-primary:hover {
color: @brand-primary;
}
.text-success,
.text-success:hover {
color: @brand-success;
}
.text-danger,
.text-danger:hover {
color: @brand-danger;
}
.text-warning,
.text-warning:hover {
color: @brand-warning;
}
.text-info,
.text-info:hover {
color: @brand-info;
}
// Tables =====================================================================
table,
.table {
a:not(.btn) {
text-decoration: underline;
}
.success,
.warning,
.danger,
.info {
color: #fff;
a {
color: #fff;
}
}
> thead > tr > th,
> tbody > tr > th,
> tfoot > tr > th,
> thead > tr > td,
> tbody > tr > td,
> tfoot > tr > td {
border: none;
}
&-bordered > thead > tr > th,
&-bordered > tbody > tr > th,
&-bordered > tfoot > tr > th,
&-bordered > thead > tr > td,
&-bordered > tbody > tr > td,
&-bordered > tfoot > tr > td {
border: 1px solid @table-border-color;
}
}
// Forms ======================================================================
.form-control,
input, {
border-width: 2px;
.box-shadow(none);
&:focus {
.box-shadow(none);
}
}
.has-warning {
.help-block,
.control-label,
.radio,
.checkbox,
.radio-inline,
.checkbox-inline,
.form-control-feedback {
color: @brand-warning;
}
.form-control,
.form-control:focus {
border: 2px solid @brand-warning;
}
.input-group-addon {
border-color: @brand-warning;
}
}
.has-error {
.help-block,
.control-label,
.radio,
.checkbox,
.radio-inline,
.checkbox-inline,
.form-control-feedback {
color: @brand-danger;
}
.form-control,
.form-control:focus {
border: 2px solid @brand-danger;
}
.input-group-addon {
border-color: @brand-danger;
}
}
.has-success {
.help-block,
.control-label,
.radio,
.checkbox,
.radio-inline,
.checkbox-inline,
.form-control-feedback {
color: @brand-success;
}
.form-control,
.form-control:focus {
border: 2px solid @brand-success;
}
.input-group-addon {
border-color: @brand-success;
}
}
// Navs =======================================================================
.nav {
.open > a,
.open > a:hover,
.open > a:focus {
border-color: transparent;
}
}
.pager {
a,
a:hover {
color: #fff;
}
.disabled {
&>a,
&>a:hover,
&>a:focus,
&>span {
background-color: @pagination-disabled-bg;
}
}
}
// Indicators =================================================================
.close {
color: #fff;
text-decoration: none;
opacity: 0.4;
&:hover,
&:focus {
color: #fff;
opacity: 1;
}
}
.alert {
.alert-link {
color: #fff;
text-decoration: underline;
}
}
// Progress bars ==============================================================
.progress {
height: 10px;
.box-shadow(none);
.progress-bar {
font-size: 10px;
line-height: 10px;
}
}
// Containers =================================================================
.well {
.box-shadow(none);
}
.panel {
&-default {
.close {
color: @text-color;
}
}
}
.modal {
.close {
color: @text-color;
}
}
.popover {
color: @text-color;
}
// Footer =======================================================================
footer {
border-top: 1px solid #fff;
margin-top: 5rem;
}
footer .dark {
background: @brand-primary;
color: #fff;
padding: .5em 0 1em;
}
/* Bottom footer */
.bottom-footer {
margin-top: 10px;
}
footer .bottom-list li {
padding-right: 20px;
float: left;
}
footer li.active a {
color: @brand-primary;
}
\ No newline at end of file
/* Homepage */
body {
line-height: 2em;
margin: 0 0 22px;
font-size: 1.5em;
}
.rounded {
border-radius: 100px;
}
img.pull-top {
margin-top: 40px;
}
.jumbotron {
background: #ffffff;
padding: 20px 30px;
}
ul.no-padding {
padding-left: 0px;
}
/* Posts page */
ul {
list-style: none;
li {
.date {
float: left;
margin-right: 1rem;
line-height: 3rem;
color: @gray-light;
width: 10rem;
text-align: right;
}
}
}
.date {
color: @gray-light;
font-size: 0.9em;
}
ul.bullet {
li {
list-style: disc;
}
}
.container pre[class*='language-'] > code[data-language] {
overflow: auto;
}
.container p {
line-height: 2em;
margin: 0 0 22px;
font-size: 1.3em;
}
blockquote {
font-style: italic;
border-left: 2px solid @brand-primary;
}
/* Projects page */
.timeAgo {
display: block;
color: @gray-light;
font-size: .8em;
}
.activity {
padding-left: 0;
.actorAvatar {
margin-right: 10px;
}
li {
line-height: 20px;
margin-bottom: 15px;
font-size: 1.3rem;
}
}
/* Book library */
.book-list {
padding-left: 0px;
.author {
color: @gray-light;
font-size: 1.1rem;
}
}
.book-cover {
width: 101px;
margin-right: 15px;
}
p.small {
font-size: 1.1em;
}
\ No newline at end of file
This diff is collapsed.
{
"name": "asgard/demo-theme",
"type": "asgard-theme",
"description": "Testing asgard theme",
"keywords": [],
"license": "MIT",
"authors": [
{
"name": "Nicolas Widart",
"email": "info@asgardcms.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.4",
"composer/installers": "dev-master"
},
"minimum-stability": "dev"
}
@extends('layouts.master')
@section('title')
Projects | @parent
@stop
@section('content')
<div class="row">
<h1>ok?</h1>
</div>
@stop
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
@section('meta')
<meta name="description" content="Nicolas Widart's Personal Portfolio. My name is Nicolas Widart, and I'm a web developper. I love the Laravel framework and new technologies." />
@show
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
@section('title')
Site title
@show
</title>
<link rel="shortcut icon" href="{{ theme_url() }}/favicon.ico }}">
<?php if (App::environment() == 'development'): ?>
<link rel="stylesheet" href="{{ theme_url() }}/css/dist/bootstrap.min.css" media="screen">
<link rel="stylesheet" href="{{ theme_url() }}/css/prism.css">
<link rel="stylesheet" href="{{ theme_url() }}/css/bootswatch.css">
<?php else: ?>
<link rel="stylesheet" href="{{ theme_url() }}/css/dist/all.min.css">
<?php endif; ?>
</head>
<body>
@include('partials.navigation')
<div class="container">
@yield('content')
</div>
@include('partials.footer')
<?php if (App::environment() == 'development'): ?>
<script src="{{ theme_url() }}/js/dist/jquery.min.js"></script>
<script src="{{ theme_url() }}/js/bootstrap.min.js"></script>
<script src="{{ theme_url() }}/js/prism.js"></script>
<?php else: ?>
<script src="{{ theme_url() }}/js/dist/all.min.js"></script>
<?php endif; ?>
@yield('scripts')
</body>
</html>
<footer class="container">
<div class="row">
<div class="col-md-12">
footer
</div>
</div>
</footer>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-responsive-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="{{ URL::to('/') }}">Nicolas Widart</a>
</div>
<div class="navbar-collapse collapse navbar-responsive-collapse">
<ul class="nav navbar-nav">
<li class=""><a href="{{ URL::to('/') }}">Home</a></li>
</ul>
</div>
</div>
</nav>
@import url("//fonts.googleapis.com/css?family=Lato:400,700,400italic");
/* Homepage */
body {
line-height: 2em;
margin: 0 0 22px;
font-size: 1.5em;
}
.rounded {
border-radius: 100px;
}
img.pull-top {
margin-top: 40px;
}
.jumbotron {
background: #ffffff;
padding: 20px 30px;
}
ul.no-padding {
padding-left: 0px;
}
/* Posts page */
ul {
list-style: none;
}
ul li .date {
float: left;
margin-right: 1rem;
line-height: 3rem;
color: #b4bcc2;
width: 10rem;
text-align: right;
}
.date {
color: #b4bcc2;
font-size: 0.9em;
}
ul.bullet li {
list-style: disc;
}
.container pre[class*='language-'] > code[data-language] {
overflow: auto;
}
.container p {
line-height: 2em;
margin: 0 0 22px;
font-size: 1.3em;
}
blockquote {
font-style: italic;
border-left: 2px solid #2c3e50;
}
/* Projects page */
.timeAgo {
display: block;
color: #b4bcc2;
font-size: .8em;
}
.activity {
padding-left: 0;
}
.activity .actorAvatar {
margin-right: 10px;
}
.activity li {
line-height: 20px;
margin-bottom: 15px;
font-size: 1.3rem;
}
/* Book library */
.book-list {
padding-left: 0px;
}
.book-list .author {
color: #b4bcc2;
font-size: 1.1rem;
}
.book-cover {
width: 101px;
margin-right: 15px;
}
p.small {
font-size: 1.1em;
}
body {
background: #ecf0f1;
padding-top: 80px;
}
.group:after {
content: "";
display: table;
clear: both;
}
.navbar {
border-width: 0px;
}
.navbar-default .badge {
background-color: #fff;
color: #2c3e50;
}
.navbar-inverse .badge {
background-color: #fff;
color: #18bc9c;
}
.navbar-brand {
padding: 18.5px 15px 20.5px;
}
.btn:active {
box-shadow: none;
}
.btn-group.open .dropdown-toggle {
box-shadow: none;
}
.text-primary,
.text-primary:hover {
color: #2c3e50;
}
.text-success,
.text-success:hover {
color: #18bc9c;
}
.text-danger,
.text-danger:hover {
color: #e74c3c;
}
.text-warning,
.text-warning:hover {
color: #f39c12;
}
.text-info,
.text-info:hover {
color: #3498db;
}
table a:not(.btn),
.table a:not(.btn) {
text-decoration: underline;
}
table .success,
.table .success,
table .warning,
.table .warning,
table .danger,
.table .danger,
table .info,
.table .info {
color: #fff;
}
table .success a,
.table .success a,
table .warning a,
.table .warning a,
table .danger a,
.table .danger a,
table .info a,
.table .info a {
color: #fff;
}
table > thead > tr > th,
.table > thead > tr > th,
table > tbody > tr > th,
.table > tbody > tr > th,
table > tfoot > tr > th,
.table > tfoot > tr > th,
table > thead > tr > td,
.table > thead > tr > td,
table > tbody > tr > td,
.table > tbody > tr > td,
table > tfoot > tr > td,
.table > tfoot > tr > td {
border: none;
}
table-bordered > thead > tr > th,
.table-bordered > thead > tr > th,
table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > th,
table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > th,
table-bordered > thead > tr > td,
.table-bordered > thead > tr > td,
table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > td,
table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #ecf0f1;
}
.form-control,
input {
border-width: 2px;
box-shadow: none;
}
.form-control:focus,
input:focus {
box-shadow: none;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning .form-control-feedback {
color: #f39c12;
}
.has-warning .form-control,
.has-warning .form-control:focus {
border: 2px solid #f39c12;
}
.has-warning .input-group-addon {
border-color: #f39c12;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error .form-control-feedback {
color: #e74c3c;
}
.has-error .form-control,
.has-error .form-control:focus {
border: 2px solid #e74c3c;
}
.has-error .input-group-addon {
border-color: #e74c3c;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success .form-control-feedback {
color: #18bc9c;
}
.has-success .form-control,
.has-success .form-control:focus {
border: 2px solid #18bc9c;
}
.has-success .input-group-addon {
border-color: #18bc9c;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
border-color: transparent;
}
.pager a,
.pager a:hover {
color: #fff;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
background-color: #3be6c4;
}
.close {
color: #fff;
text-decoration: none;
opacity: 0.4;
}
.close:hover,
.close:focus {
color: #fff;
opacity: 1;
}
.alert .alert-link {
color: #fff;
text-decoration: underline;
}
.progress {
height: 10px;
box-shadow: none;
}
.progress .progress-bar {
font-size: 10px;
line-height: 10px;
}
.well {
box-shadow: none;
}
.panel-default .close {
color: #2c3e50;
}
.modal .close {
color: #2c3e50;
}
.popover {
color: #2c3e50;
}
footer {
border-top: 1px solid #fff;
margin-top: 5rem;
}
footer .dark {
background: #2c3e50;
color: #fff;
padding: .5em 0 1em;
}
/* Bottom footer */
.bottom-footer {
margin-top: 10px;
}
footer .bottom-list li {
padding-right: 20px;
float: left;
}
footer li.active a {
color: #2c3e50;
}
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
@import url(//fonts.googleapis.com/css?family=Lato:400,700,400italic);body{line-height:2em;margin:0 0 22px;font-size:1.5em}.rounded{border-radius:100px}img.pull-top{margin-top:40px}.jumbotron{background:#fff;padding:20px 30px}ul.no-padding{padding-left:0}ul{list-style:none}ul li .date{float:left;margin-right:1rem;line-height:3rem;color:#b4bcc2;width:10rem;text-align:right}.date{color:#b4bcc2;font-size:.9em}ul.bullet li{list-style:disc}.container pre[class*=language-]>code[data-language]{overflow:auto}.container p{line-height:2em;margin:0 0 22px;font-size:1.3em}blockquote{font-style:italic;border-left:2px solid #2c3e50}.timeAgo{display:block;color:#b4bcc2;font-size:.8em}.activity{padding-left:0}.activity .actorAvatar{margin-right:10px}.activity li{line-height:20px;margin-bottom:15px;font-size:1.3rem}.book-list{padding-left:0}.book-list .author{color:#b4bcc2;font-size:1.1rem}.book-cover{width:101px;margin-right:15px}p.small{font-size:1.1em}body{background:#ecf0f1;padding-top:80px}.group:after{content:"";display:table;clear:both}.navbar{border-width:0}.navbar-default .badge{background-color:#fff;color:#2c3e50}.navbar-inverse .badge{background-color:#fff;color:#18bc9c}.navbar-brand{padding:18.5px 15px 20.5px}.btn-group.open .dropdown-toggle,.btn:active{box-shadow:none}.text-primary,.text-primary:hover{color:#2c3e50}.text-success,.text-success:hover{color:#18bc9c}.text-danger,.text-danger:hover{color:#e74c3c}.text-warning,.text-warning:hover{color:#f39c12}.text-info,.text-info:hover{color:#3498db}.table a:not(.btn),table a:not(.btn){text-decoration:underline}.table .danger,.table .danger a,.table .info,.table .info a,.table .success,.table .success a,.table .warning,.table .warning a,table .danger,table .danger a,table .info,table .info a,table .success,table .success a,table .warning,table .warning a{color:#fff}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th,table>tbody>tr>td,table>tbody>tr>th,table>tfoot>tr>td,table>tfoot>tr>th,table>thead>tr>td,table>thead>tr>th{border:none}.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th,table-bordered>tbody>tr>td,table-bordered>tbody>tr>th,table-bordered>tfoot>tr>td,table-bordered>tfoot>tr>th,table-bordered>thead>tr>td,table-bordered>thead>tr>th{border:1px solid #ecf0f1}.form-control,input{border-width:2px;box-shadow:none}.form-control:focus,input:focus{box-shadow:none}.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .form-control-feedback,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline{color:#f39c12}.has-warning .form-control,.has-warning .form-control:focus{border:2px solid #f39c12}.has-warning .input-group-addon{border-color:#f39c12}.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .form-control-feedback,.has-error .help-block,.has-error .radio,.has-error .radio-inline{color:#e74c3c}.has-error .form-control,.has-error .form-control:focus{border:2px solid #e74c3c}.has-error .input-group-addon{border-color:#e74c3c}.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .form-control-feedback,.has-success .help-block,.has-success .radio,.has-success .radio-inline{color:#18bc9c}.has-success .form-control,.has-success .form-control:focus{border:2px solid #18bc9c}.has-success .input-group-addon{border-color:#18bc9c}.nav .open>a,.nav .open>a:focus,.nav .open>a:hover{border-color:transparent}.pager a,.pager a:hover{color:#fff}.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{background-color:#3be6c4}.close{color:#fff;text-decoration:none;opacity:.4}.close:focus,.close:hover{color:#fff;opacity:1}.alert .alert-link{color:#fff;text-decoration:underline}.progress{height:10px;box-shadow:none}.progress .progress-bar{font-size:10px;line-height:10px}.well{box-shadow:none}.modal .close,.panel-default .close,.popover{color:#2c3e50}footer{border-top:1px solid #fff;margin-top:5rem}footer .dark{background:#2c3e50;color:#fff;padding:.5em 0 1em}.bottom-footer{margin-top:10px}footer .bottom-list li{padding-right:20px;float:left}footer li.active a{color:#2c3e50}
\ No newline at end of file
/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript+php+php-extras+coffeescript+scss+bash+apacheconf+git&plugins=line-highlight+line-numbers+show-language */
/**
* prism.js default theme for JavaScript, CSS and HTML
* Based on dabblet (http://dabblet.com)
* @author Lea Verou
*/
code[class*="language-"],
pre[class*="language-"] {
color: black;
text-shadow: 0 1px white;
font-family: Consolas, Monaco, 'Andale Mono', monospace;
direction: ltr;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection {
text-shadow: none;
background: #b3d4fc;
}
pre[class*="language-"]::selection, pre[class*="language-"] ::selection,
code[class*="language-"]::selection, code[class*="language-"] ::selection {
text-shadow: none;
background: #b3d4fc;
}
@media print {
code[class*="language-"],
pre[class*="language-"] {
text-shadow: none;
}
}
/* Code blocks */
pre[class*="language-"] {
padding: 1em;
margin: .5em 0;
overflow: auto;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
background: #f5f2f0;
}
/* Inline code */
:not(pre) > code[class*="language-"] {
padding: .1em;
border-radius: .3em;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
color: slategray;
}
.token.punctuation {
color: #999;
}
.namespace {
opacity: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
color: #a67f59;
background: hsla(0, 0%, 100%, .5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
color: #07a;
}
.token.function {
color: #DD4A68;
}
.token.regex,
.token.important {
color: #e90;
}
.token.important {
font-weight: bold;
}
.token.entity {
cursor: help;
}
pre[data-line] {
position: relative;
padding: 1em 0 1em 3em;
}
.line-highlight {
position: absolute;
left: 0;
right: 0;
padding: inherit 0;
margin-top: 1em; /* Same as .prism’s padding-top */
background: hsla(24, 20%, 50%,.08);
background: -moz-linear-gradient(left, hsla(24, 20%, 50%,.1) 70%, hsla(24, 20%, 50%,0));
background: -webkit-linear-gradient(left, hsla(24, 20%, 50%,.1) 70%, hsla(24, 20%, 50%,0));
background: -o-linear-gradient(left, hsla(24, 20%, 50%,.1) 70%, hsla(24, 20%, 50%,0));
background: linear-gradient(left, hsla(24, 20%, 50%,.1) 70%, hsla(24, 20%, 50%,0));
pointer-events: none;
line-height: inherit;
white-space: pre;
}
.line-highlight:before,
.line-highlight[data-end]:after {
content: attr(data-start);
position: absolute;
top: .4em;
left: .6em;
min-width: 1em;
padding: 0 .5em;
background-color: hsla(24, 20%, 50%,.4);
color: hsl(24, 20%, 95%);
font: bold 65%/1.5 sans-serif;
text-align: center;
vertical-align: .3em;
border-radius: 999px;
text-shadow: none;
box-shadow: 0 1px white;
}
.line-highlight[data-end]:after {
content: attr(data-end);
top: auto;
bottom: .4em;
}
pre.line-numbers {
position: relative;
padding-left: 3.8em;
counter-reset: linenumber;
}
pre.line-numbers > code {
position: relative;
}
.line-numbers .line-numbers-rows {
position: absolute;
pointer-events: none;
top: 0;
font-size: 100%;
left: -3.8em;
width: 3em; /* works for line-numbers below 1000 lines */
letter-spacing: -1px;
border-right: 1px solid #999;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.line-numbers-rows > span {
pointer-events: none;
display: block;
counter-increment: linenumber;
}
.line-numbers-rows > span:before {
content: counter(linenumber);
color: #999;
display: block;
padding-right: 0.8em;
text-align: right;
}
pre[class*='language-'] {
position: relative;
}
pre[class*='language-'] > code[data-language] {
overflow: scroll;
max-height: 28em;
display: block;
}
pre[class*='language-'] > code[data-language]::before {
content: attr(data-language);
color: black;
background-color: #CFCFCF;
display: inline-block;
position: absolute;
top: 0;
right: 0;
font-size: 0.9em;
border-radius: 0 0 0 5px;
padding: 0 0.5em;
text-shadow: none;
}
This diff is collapsed.
(function(){
var $button = $("<div id='source-button' class='btn btn-primary btn-xs'>&lt; &gt;</div>").click(function(){
var html = $(this).parent().html();
html = cleanSource(html);
$("#source-modal pre").text(html);
$("#source-modal").modal();
});
$('.bs-component [data-toggle="popover"]').popover();
$('.bs-component [data-toggle="tooltip"]').tooltip();
$(".bs-component").hover(function(){
$(this).append($button);
$button.show();
}, function(){
$button.hide();
});
function cleanSource(html) {
var lines = html.split(/\n/);
lines.shift();
lines.splice(-1, 1);
var indentSize = lines[0].length - lines[0].trim().length,
re = new RegExp(" {" + indentSize + "}");
lines = lines.map(function(line){
if (line.match(re)) {
line = line.substring(indentSize);
}
return line;
});
lines = lines.join("\n");
return lines;
}
})();
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
!function(){function t(t){var n=t.split(/\n/);n.shift(),n.splice(-1,1);var o=n[0].length-n[0].trim().length,e=new RegExp(" {"+o+"}");return n=n.map(function(t){return t.match(e)&&(t=t.substring(o)),t}),n=n.join("\n")}var n=$("<div id='source-button' class='btn btn-primary btn-xs'>&lt; &gt;</div>").click(function(){var n=$(this).parent().html();n=t(n),$("#source-modal pre").text(n),$("#source-modal").modal()});$('.bs-component [data-toggle="popover"]').popover(),$('.bs-component [data-toggle="tooltip"]').tooltip(),$(".bs-component").hover(function(){$(this).append(n),n.show()},function(){n.hide()})}();
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
@import url("//fonts.googleapis.com/css?family=Lato:400,700,400italic");
@import "variables.less";
@import "main.less";
.box-shadow(@size) {
box-shadow: @size;
}
// Body =====================================================================
body {
background: @body-bg;
padding-top: @navbar-height + 20px;
}
.group:after {
content: "";
display: table;
clear: both;
}
// Navbar =====================================================================
.navbar {
border-width: 0px;
&-default {
.badge {
background-color: #fff;
color: @navbar-default-bg;
}
}
&-inverse {
.badge {
background-color: #fff;
color: @navbar-inverse-bg;
}
}
&-brand {
padding: 18.5px 15px 20.5px;
}
}
// Buttons ====================================================================
.btn:active {
.box-shadow(none);
}
.btn-group.open .dropdown-toggle {
.box-shadow(none);
}
// Typography =================================================================
.text-primary,
.text-primary:hover {
color: @brand-primary;
}
.text-success,
.text-success:hover {
color: @brand-success;
}
.text-danger,
.text-danger:hover {
color: @brand-danger;
}
.text-warning,
.text-warning:hover {
color: @brand-warning;
}
.text-info,
.text-info:hover {
color: @brand-info;
}
// Tables =====================================================================
table,
.table {
a:not(.btn) {
text-decoration: underline;
}
.success,
.warning,
.danger,
.info {
color: #fff;
a {
color: #fff;
}
}
> thead > tr > th,
> tbody > tr > th,
> tfoot > tr > th,
> thead > tr > td,
> tbody > tr > td,
> tfoot > tr > td {
border: none;
}
&-bordered > thead > tr > th,
&-bordered > tbody > tr > th,
&-bordered > tfoot > tr > th,
&-bordered > thead > tr > td,
&-bordered > tbody > tr > td,
&-bordered > tfoot > tr > td {
border: 1px solid @table-border-color;
}
}
// Forms ======================================================================
.form-control,
input, {
border-width: 2px;
.box-shadow(none);
&:focus {
.box-shadow(none);
}
}
.has-warning {
.help-block,
.control-label,
.radio,
.checkbox,
.radio-inline,
.checkbox-inline,
.form-control-feedback {
color: @brand-warning;
}
.form-control,
.form-control:focus {
border: 2px solid @brand-warning;
}
.input-group-addon {
border-color: @brand-warning;
}
}
.has-error {
.help-block,
.control-label,
.radio,
.checkbox,
.radio-inline,
.checkbox-inline,
.form-control-feedback {
color: @brand-danger;
}
.form-control,
.form-control:focus {
border: 2px solid @brand-danger;
}
.input-group-addon {
border-color: @brand-danger;
}
}
.has-success {
.help-block,
.control-label,
.radio,
.checkbox,
.radio-inline,
.checkbox-inline,
.form-control-feedback {
color: @brand-success;
}
.form-control,
.form-control:focus {
border: 2px solid @brand-success;
}
.input-group-addon {
border-color: @brand-success;
}
}
// Navs =======================================================================
.nav {
.open > a,
.open > a:hover,
.open > a:focus {
border-color: transparent;
}
}
.pager {
a,
a:hover {
color: #fff;
}
.disabled {
&>a,
&>a:hover,
&>a:focus,
&>span {
background-color: @pagination-disabled-bg;
}
}
}
// Indicators =================================================================
.close {
color: #fff;
text-decoration: none;
opacity: 0.4;
&:hover,
&:focus {
color: #fff;
opacity: 1;
}
}
.alert {
.alert-link {
color: #fff;
text-decoration: underline;
}
}
// Progress bars ==============================================================
.progress {
height: 10px;
.box-shadow(none);
.progress-bar {
font-size: 10px;
line-height: 10px;
}
}
// Containers =================================================================
.well {
.box-shadow(none);
}
.panel {
&-default {
.close {
color: @text-color;
}
}
}
.modal {
.close {
color: @text-color;
}
}
.popover {
color: @text-color;
}
// Footer =======================================================================
footer {
border-top: 1px solid #fff;
margin-top: 5rem;
}
footer .dark {
background: @brand-primary;
color: #fff;
padding: .5em 0 1em;
}
/* Bottom footer */
.bottom-footer {
margin-top: 10px;
}
footer .bottom-list li {
padding-right: 20px;
float: left;
}
footer li.active a {
color: @brand-primary;
}
\ No newline at end of file
/* Homepage */
body {
line-height: 2em;
margin: 0 0 22px;
font-size: 1.5em;
}
.rounded {
border-radius: 100px;
}
img.pull-top {
margin-top: 40px;
}
.jumbotron {
background: #ffffff;
padding: 20px 30px;
}
ul.no-padding {
padding-left: 0px;
}
/* Posts page */
ul {
list-style: none;
li {
.date {
float: left;
margin-right: 1rem;
line-height: 3rem;
color: @gray-light;
width: 10rem;
text-align: right;
}
}
}
.date {
color: @gray-light;
font-size: 0.9em;
}
ul.bullet {
li {
list-style: disc;
}
}
.container pre[class*='language-'] > code[data-language] {
overflow: auto;
}
.container p {
line-height: 2em;
margin: 0 0 22px;
font-size: 1.3em;
}
blockquote {
font-style: italic;
border-left: 2px solid @brand-primary;
}
/* Projects page */
.timeAgo {
display: block;
color: @gray-light;
font-size: .8em;
}
.activity {
padding-left: 0;
.actorAvatar {
margin-right: 10px;
}
li {
line-height: 20px;
margin-bottom: 15px;
font-size: 1.3rem;
}
}
/* Book library */
.book-list {
padding-left: 0px;
.author {
color: @gray-light;
font-size: 1.1rem;
}
}
.book-cover {
width: 101px;
margin-right: 15px;
}
p.small {
font-size: 1.1em;
}
\ No newline at end of file
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment