| .. | |||||
| _bootstrap-overrides.scss | |||||
| _contact.scss | |||||
| _footer.scss | |||||
| _global.scss | |||||
| _masthead.scss | |||||
| _mixins.scss | |||||
| _navbar.scss | |||||
| _post.scss | |||||
| _variables.scss | |||||
| clean-blog.scss |
| Server IP : 103.169.32.36 / Your IP : 216.73.217.13 Web Server : Apache System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : apache ( 48) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/dpmptsp/public_html/newsigniter/assets/back/scss/ |
Upload File : |
// Global styling for this template
body {
font-size: 20px;
color: $gray-900;
@include serif-font;
}
p {
line-height: 1.5;
margin: 30px 0;
a {
text-decoration: underline;
}
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 800;
@include sans-serif-font;
}
a {
color: $gray-900;
@include transition-all;
&:focus,
&:hover {
color: $primary;
}
}
blockquote {
font-style: italic;
color: $gray-600;
}
.section-heading {
font-size: 36px;
font-weight: 700;
margin-top: 60px;
}
.caption {
font-size: 14px;
font-style: italic;
display: block;
margin: 0;
padding: 10px;
text-align: center;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
::-moz-selection {
color: $white;
background: $primary;
text-shadow: none;
}
::selection {
color: $white;
background: $primary;
text-shadow: none;
}
img::selection {
color: $white;
background: transparent;
}
img::-moz-selection {
color: $white;
background: transparent;
}
| .. | |||||
| _bootstrap-overrides.scss | |||||
| _contact.scss | |||||
| _footer.scss | |||||
| _global.scss | |||||
| _masthead.scss | |||||
| _mixins.scss | |||||
| _navbar.scss | |||||
| _post.scss | |||||
| _variables.scss | |||||
| clean-blog.scss |