Skip to content

Instantly share code, notes, and snippets.

@georgeolaru
Created November 3, 2014 15:03
Show Gist options
  • Save georgeolaru/697ae65e14823f79e6de to your computer and use it in GitHub Desktop.
Save georgeolaru/697ae65e14823f79e6de to your computer and use it in GitHub Desktop.
#respond h3 {
/*Aici trebuie modificat in SCSS */
margin-bottom: 36px;
}
/* Textarea */
.highlander-dark #respond #comment-form-comment, .highlander-dark #comment-form-share-text-padder {
background: none;
box-shadow: none;
border: 1px solid #d7d7d7;
max-width: 100%;
width: 100%;
}
.highlander-dark #respond #comment-form-comment textarea, .highlander-dark #comment-form-share-text-padder textarea {
text-shadow: none;
font-size: 16px;
line-height: 1.5;
color: #3D3E43;
}
.highlander-dark #respond #comment-form-comment.active, .highlander-dark #comment-form-share-text-padder:active {
box-shadow: none;
border: 1px solid #d7d7d7;
}
/* Comments Footer Meta */
.highlander-dark #respond #comment-form-identity {
background: #fff ;
box-shadow: none;
border-color: #d7d7d7;
border-width: 0 1px 1px 1px;
border-style: solid;
}
.highlander-dark #respond .comment-form-fields p.comment-form-posting-as, .highlander-dark #respond .comment-form-fields p.comment-form-log-out,
.highlander-dark #respond .comment-form-service a {
text-shadow: none;
color: #afafaf;
}
.highlander-dark #respond .comment-form-avatar img {
border: none;
margin-top: 7px;
}
/* Submit Button */
#respond .form-submit input, #respond .form-submit input#comment-submit, #respond .comment-form-fields input[type=submit], #respond p.form-submit input[type=submit], #respond input[type=submit], #commentform #submit {
color: white !important;
background: none !important;
background-color: #171617 !important;
border-radius: 5px !important;
font-family: "Droid Serif";
padding: 11px 23px !important;
font-size: 16px !important;
line-height: 1.5 !important;
text-shadow: none !important;
border: none;
}
#respond .form-submit {
padding: 30px 0;
}
/* Subscribe */
.highlander-dark #respond label *,
#respond #comment-form-subscribe * {
color: #8c888c;
font-size: 14px !important;
font-family: "Droid Serif";
}
#respond p.comment-subscription-form input, #respond .post-subscription-form input {
margin-right: 9px;
font-size: 16px;
}
#respond #comment-form-subscribe p {
padding-bottom: 6px;
}
#respond #comment-form-subscribe {
width: 70%;
margin-top: 30px;
}
.highlander-dark #respond #comment-form-load-service p {
text-shadow: none;
color: #8c888c;
}
/* No Account Input Fields */
#respond .comment-form-fields div.comment-form-field {
background: white;
padding-bottom: 9px;
}
.highlander-dark #respond .comment-form-fields div.comment-form-input {
background: white !important;
box-shadow: none;
border: 1px solid #d7d7d7;
}
.highlander-dark #respond .comment-form-fields div.comment-form-input input,
.highlander-dark #respond .comment-form-fields label {
color: #3D3E43 !important;
text-shadow: none;
font-size: 14px !important;
font-family: "Droid Serif";
padding: 6px 12px 6px 0 !important;
}
.highlander-dark #respond .comment-form-fields div.comment-form-input.active {
background: none !important;
border: 1px solid #999999;
box-shadow: none;
}
#respond #comment-form-load-service {
margin-bottom: 24px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment