First Version Ready for Beta

This commit is contained in:
2022-12-13 11:04:56 -06:00
parent bccc468c1f
commit 6f1d31f9b7
41 changed files with 957 additions and 0 deletions

85
css/gray-matter.css Normal file
View File

@@ -0,0 +1,85 @@
/**
* GrayMatter Theme for Bludit
* Design was copied from a Flatpress Theme by Marc Thibeault
*
* Author: Rick Hays
* Date: 2022-12-12
*
*/
html {
border-top: .2em solid #fc0;
font: 300 21px 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 300;
height: 105%;
margin: 0;
padding: 0;
text-shadow: 0 1px 3px rgb(0 0 0 / 50%);
}
body {
background-color: #333333;
}
h1 {
color: white;
font-size: 2.2em;
font-weight: bold;
letter-spacing: 2px;
margin: 0 0 0 0;
}
h2 {
color: #F1F1F1;
font-size: 100%;
font-style: oblique;
margin: 0.5em 0 0 0;
}
h3, a:link, a:visited {
color: #fc0;
text-decoration: none;
-webkit-transition: color 250ms;
-moz-transition: color 250ms;
transition: color 250ms;
}
.home {
margin: 0 0 2.0em 0;
padding: 1.5em 1em 1em 1em;
border-bottom: 1px solid #555;
box-shadow: 0 0.9px 0 #2f2f2f;
overflow: auto;
background-color: #444;
border-radius: 15px;
color: #7e7d7e;
}
footer {
background-color: #333333;
border-bottom: .3em solid #fc0;
display: block;
font-size: .7em;
height: 2em;
margin-left: 1em;
}
.title {
margin-top: 2em;
margin-bottom: 2em;
}
.plugin {
border-top: 3px solid #cc0000;
margin-bottom: 2em;
}
.plugin-content {
color: #7e7d7e;
}
a.page-link, a.page-link:hover, li.page-item.disabled a.page-link{
background-color: #444;
border: 0;
color: #fc0;
}