You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
90 lines
1.5 KiB
90 lines
1.5 KiB
/**
|
|
* 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;
|
|
text-shadow: 0 1px 3px rgb(0 0 0 / 50%);
|
|
}
|
|
|
|
body {
|
|
background-color: #333333;
|
|
padding-bottom: 2.5em;
|
|
}
|
|
|
|
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;
|
|
}
|
|
|
|
h6.card-subtitle {
|
|
color: #7e7d7e;
|
|
font-size: 14px;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|