Theme Styling
- CSS Folder location: drupal8/themes/zircon/css
html.css
/* */
/* */
/* line 12, ../sass/includes/_include.scss */
.box_shadow {
box-shadow: 0 0 5px #ccc;
-webkit-box-shadow: 0 0 5px #ccc;
}
/* line 16, ../sass/includes/_include.scss */
.border_radius {
border-radius: 5px;
-webkit-border-radius: 5px;
}
/* line 21, ../sass/includes/_include.scss */
.font_oswald, h1, .h1, h2, .h2, h3, .h3 {
font-family: 'oswaldregular';
}
/* BUTTON */
/* line 27, ../sass/includes/_include.scss */
.form-actions .form-submit {
margin: 0 10px 10px 0;
border: none;
padding: 8px 20px;
color: #fff;
background: #c01700;
border-radius: 3px;
-webkit-border-radius: 3px;
cursor: pointer;
}
/* line 36, ../sass/includes/_include.scss */
.form-actions .form-submit:hover, .form-actions .form-submit:focus {
background-color: #555555;
}
/* line 41, ../sass/includes/_include.scss */
.font_awesome {
display: inline-block;
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
line-height: 1;
}
/* html.scss */
/* line 4, ../sass/html.scss */
body {
-webkit-text-size-adjust: 100%;
-webkit-font-smoothing: antialiased;
font-size: 14px;
color: #555555;
background: #f6f6f6;
}
/* line 12, ../sass/html.scss */
html {
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
/* line 17, ../sass/html.scss */
header, nav, section, article, figure, aside, footer {
display: block;
}
/* line 20, ../sass/html.scss */
a {
/*color: #555555;*/
color: #6699CC;
}
/* line 23, ../sass/html.scss */
a:hover, a:focus {
outline: none;
text-decoration: none;
color: #c01700;
/*color: #6699CC;*/
font-weight: bold;
}
/* line 28, ../sass/html.scss */
h1, .h1 {
font-size: 1.84em;
color: #6699CC;
}
/* line 31, ../sass/html.scss */
h1, .h1, h2, .h2, h3, .h3 {
margin: 0 0 15px;
line-height: 1.3;
}
/* line 36, ../sass/html.scss */
h2 {
font-size: 1.57em;
}
/* line 40, ../sass/html.scss */
h3, .h3 {
font-size: 1.428em;
}
/* line 43, ../sass/html.scss */
h4, h5, h6 {
margin-bottom: 15px;
font-size: 1em;
}
/* line 48, ../sass/html.scss */
address {
margin-bottom: 15px;
}
/* line 52, ../sass/html.scss */
img {
max-width: 100%;
height: auto;
}
/* line 57, ../sass/html.scss */
input, button, select, textarea {
padding: 6px;
border: 1px solid #ddd;
}
/* line 61, ../sass/html.scss */
label {
font-weight: normal;
}
/* line 64, ../sass/html.scss */
p {
margin-bottom: 15px;
}
- Log in to post comments
Tags
