mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-11 07:34:36 +02:00
Monstra General Updates
This commit is contained in:
@@ -1,36 +1,41 @@
|
||||
@font-face {
|
||||
font-family: 'Glyphicons Halflings';
|
||||
src: url('@site_url/public/assets/css/fonts/glyphicons-halflings-regular.eot');
|
||||
src: url('@site_url/public/assets/css/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
|
||||
url('@site_url/public/assets/css/fonts/glyphicons-halflings-regular.woff') format('woff'),
|
||||
url('@site_url/public/assets/css/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
|
||||
url('@site_url/public/assets/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
|
||||
font-family: 'Glyphicons Halflings';
|
||||
|
||||
src: url('@site_url/public/assets/css/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
|
||||
url('@site_url/public/assets/css/fonts/glyphicons-halflings-regular.woff') format('woff'),
|
||||
url('@site_url/public/assets/css/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
|
||||
url('@site_url/public/assets/css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
|
||||
src: url('@site_url/public/assets/css/fonts/glyphicons-halflings-regular.eot');
|
||||
}
|
||||
|
||||
body {
|
||||
background: #F5F5F5;
|
||||
background: #f5f5f5;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #4169E1;
|
||||
text-decoration: none;
|
||||
|
||||
color: #4169e1;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #DC143C;
|
||||
text-decoration: none;
|
||||
|
||||
color: #dc143c;
|
||||
}
|
||||
|
||||
.error {
|
||||
color:red;
|
||||
display: inline-block;
|
||||
float: left;
|
||||
|
||||
color: red;
|
||||
}
|
||||
|
||||
.success {
|
||||
color:#9BBA1C;
|
||||
display: inline-block;
|
||||
float: left;
|
||||
float: left;
|
||||
|
||||
color: #9bba1c;
|
||||
}
|
||||
|
||||
.margin-top-1 {
|
||||
@@ -63,6 +68,7 @@ code {
|
||||
.badge,
|
||||
.label {
|
||||
font-weight: normal;
|
||||
|
||||
text-shadow: none;
|
||||
}
|
||||
|
||||
@@ -76,32 +82,35 @@ code {
|
||||
}
|
||||
|
||||
.monstra-blog-post {
|
||||
margin-bottom: 10px;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
a.monstra-blog-tag {
|
||||
text-decoration: none;
|
||||
float: left;
|
||||
|
||||
padding: 5px;
|
||||
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.masthead {
|
||||
background: -webkit-linear-gradient(45deg, #412e4c, #a56365, #b39c68);
|
||||
background: -moz-linear-gradient(45deg, #412e4c, #a56365, #b39c68);
|
||||
background: -o-linear-gradient(45deg, #412e4c, #a56365, #b39c68);
|
||||
background: linear-gradient(45deg, #412e4c, #a56365, #b39c68);
|
||||
background: -moz-linear-gradient(45deg, #412e4c, #a56365, #b39c68);
|
||||
background: -o-linear-gradient(45deg, #412e4c, #a56365, #b39c68);
|
||||
background: linear-gradient(45deg, #412e4c, #a56365, #b39c68);
|
||||
}
|
||||
|
||||
.navbar {
|
||||
margin-bottom: 0;
|
||||
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
margin-bottom: 0;
|
||||
background-color: transparent;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
.navbar-nav {
|
||||
.navbar-nav {
|
||||
float: right;
|
||||
}
|
||||
|
||||
@@ -114,8 +123,8 @@ a.monstra-blog-tag {
|
||||
}
|
||||
|
||||
.navbar-nav > li > a:hover {
|
||||
background: transparent;
|
||||
color: #000;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.navbar-nav a:hover {
|
||||
@@ -124,37 +133,41 @@ a.monstra-blog-tag {
|
||||
}
|
||||
|
||||
.navbar-nav > li.active > a {
|
||||
background: transparent;
|
||||
color: #000;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
a.navbar-brand {
|
||||
color: #000;
|
||||
font-size: 36px;
|
||||
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.navbar .container {
|
||||
margin-bottom: 20px;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
color: #fff;
|
||||
border:none;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
margin-top: 0px;
|
||||
margin-right: auto;
|
||||
margin-bottom: 0px;
|
||||
border-bottom: none;
|
||||
padding-bottom: 5px;
|
||||
margin-left: auto;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
|
||||
color: #fff;
|
||||
border: none;
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.page-header h1 {
|
||||
font-size: 40px;
|
||||
text-align: left;
|
||||
margin-bottom: 20px;
|
||||
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.tags .label {
|
||||
@@ -162,19 +175,21 @@ a.navbar-brand {
|
||||
}
|
||||
|
||||
.container-wide {
|
||||
background:#fff;
|
||||
padding-top: 20px;
|
||||
padding-bottom: 20px;
|
||||
|
||||
background: #fff;
|
||||
}
|
||||
|
||||
footer {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
@media (max-width: 600px) {
|
||||
.navbar-nav {
|
||||
.navbar-nav {
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user