bludit/bl-themes/blogx/css/style.css

104 lines
1.2 KiB
CSS
Raw Normal View History

2018-02-01 00:34:16 +01:00
html {
position: relative;
min-height: 100%;
}
body {
/* Padding top for navbar */
padding-top: 56px;
/* Margin bottom for footer height */
margin-bottom: 60px;
}
section {
padding: 150px 0;
}
2018-02-17 11:32:05 +01:00
img {
max-width: 100%;
}
2018-02-24 22:39:39 +01:00
pre {
background: #eee;
padding: 10px;
}
table {
empty-cells: show;
border: 1px solid #cbcbcb;
width: 100%;
font-size: 0.9em;
margin-bottom: 1rem;
}
thead {
background-color: #e0e0e0;
color: #000;
text-align: left;
vertical-align: bottom;
}
tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}
th, td {
padding: 0.5em 1em;
}
h1.title,
h2.title {
font-size: 2.3rem;
}
2018-03-23 14:34:03 +01:00
blockquote p {
padding: 10px 20px;
margin: 0 0 20px;
border-left: 5px solid #eee;
font-style: italic;
}
2018-02-01 00:34:16 +01:00
/* Navbar */
2018-03-05 23:46:52 +01:00
img.nav-svg-icon {
2018-02-01 00:34:16 +01:00
width: 1rem;
height: 1rem;
2018-03-05 23:46:52 +01:00
padding-bottom: 2px;
2018-02-01 00:34:16 +01:00
}
.nav-link {
font-size: 0.8em;
}
/* Footer */
footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px;
line-height: 60px;
font-size: 0.8em;
}
.mini-logo {
height: 22px;
padding-bottom: 5px;
}
2018-02-01 22:43:46 +01:00
/* Plugins */
.plugin {
margin-top: 3rem;
}
2018-02-24 22:39:39 +01:00
2018-02-01 22:43:46 +01:00
.plugin-label {
font-size: 1em;
text-transform: uppercase;
}
.plugin ul {
list-style: none;
padding: 0 0 0 10px;
2018-03-23 14:34:03 +01:00
}