refactor: Now css is more minimasist.

Issue #15
This commit is contained in:
sergiotarxz 2020-10-20 20:28:50 +02:00
parent 5db1266e18
commit e15fe48789
3 changed files with 98 additions and 8296 deletions

View File

@ -1,89 +0,0 @@
@charset "UTF-8";
* {
font-family: 'Open Sans', sans-serif;
}
img {
max-width: 100%;
margin-bottom: 10px;
}
a.home-title {
color: #222;
}
ul, ol {
margin-bottom: 1.5em;
}
ul li {
padding-bottom: 6px;
}
table {
width: 100%;
margin-bottom: 1.5em;
}
table thead {
background: #555555;
color: #FFF;
}
table td,
table th {
padding-left: 5px;
}
h1, h2 {
font-size: 20px;
}
a {
color: #000;
}
a:hover {
color: #000;
}
#fh5co-footer {
font-size: 0.8em;
}
pre {
background: #f8f8f8;
border: none;
}
/* SIDEBAR */
h1.site-title {
font-size: 1.2em;
}
ul.static-pages {
font-size: 1em;
list-style: none;
margin: 0 0 100px 0;
padding: 0;
}
ul.static-pages a {
color: #777;
}
/* PAGES */
article.page:not(:last-child) {
margin-bottom: 100px;
}
article.page header {
margin-bottom: 20px;
}
article.page footer {
text-align: right;
font-size: 0.8em;
}

File diff suppressed because it is too large Load Diff

View File

@ -13,12 +13,7 @@
<!-- Include Favicon -->
<?php echo Theme::favicon('img/favicon.png'); ?>
<!-- Include Bootstrap CSS file bootstrap.css -->
<?php echo Theme::cssBootstrap(); ?>
<!-- Include CSS Styles from this theme -->
<?php echo Theme::css('css/style.css'); ?>
<?php echo Theme::css('css/bludit.css'); ?>
<!-- Load Bludit Plugins: Site head -->
<?php Theme::plugins('siteHead'); ?>