first commit
This commit is contained in:
538
wp-content/themes/Divi/style.scss
Normal file
538
wp-content/themes/Divi/style.scss
Normal file
@@ -0,0 +1,538 @@
|
||||
//* global
|
||||
button.button {
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
background-color: #d1021a;
|
||||
border-width: 0px !important;
|
||||
line-height: 1.7em !important;
|
||||
position: relative;
|
||||
border: 2px solid;
|
||||
border-radius: 3px;
|
||||
transition: all 0.2s;
|
||||
|
||||
&:hover {
|
||||
background-color: #00093d !important;
|
||||
border-radius: 5px;
|
||||
background: rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
}
|
||||
|
||||
.et_button_no_icon button.button {
|
||||
padding: 0.2em 1em !important;
|
||||
}
|
||||
|
||||
.et_pb_button_helper_class button.button {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
//* Page: Opinie
|
||||
#post-105 {
|
||||
section#comment-wrap {
|
||||
padding-top: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
#respond {
|
||||
order: -1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//* right sidebar
|
||||
#block-11 {
|
||||
.bbp-login-form {
|
||||
input[type='text'],
|
||||
input[type='password'] {
|
||||
background-color: #eee;
|
||||
max-width: 100%;
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
color: #000;
|
||||
font-size: 14px;
|
||||
padding: 5px 16px;
|
||||
line-height: 1.7em;
|
||||
border-style: solid;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.bbp-username,
|
||||
.bbp-password {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
label {
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
width: 100%;
|
||||
max-width: fit-content;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.bbp-remember-me {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
column-gap: 5px;
|
||||
|
||||
label {
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
width: 100%;
|
||||
max-width: fit-content;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#block-7 {
|
||||
.bbp-login-form {
|
||||
input[type='text'],
|
||||
input[type='password'] {
|
||||
background-color: #eee;
|
||||
max-width: 100%;
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
color: #000;
|
||||
font-size: 14px;
|
||||
padding: 5px 16px;
|
||||
line-height: 1.7em;
|
||||
border-style: solid;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.bbp-username {
|
||||
p {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
label {
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
width: 100%;
|
||||
max-width: fit-content;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
//* table
|
||||
#bbpress-forums,
|
||||
.bbp-forums,
|
||||
.bbp-search-results {
|
||||
* {
|
||||
&:not(.button) {
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
|
||||
.bbp-search-form {
|
||||
margin-bottom: 10px;
|
||||
|
||||
#bbp_search {
|
||||
background-color: #eee;
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
color: #000;
|
||||
font-size: 14px;
|
||||
padding: 5px 16px !important;
|
||||
line-height: 1.7em;
|
||||
border-style: solid;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
// max-width: 300px;
|
||||
margin: 0;
|
||||
outline: 0;
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
#bbp_search_submit {
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
background-color: #d1021a;
|
||||
border-width: 0px !important;
|
||||
line-height: 1.7em !important;
|
||||
position: relative;
|
||||
border: 2px solid;
|
||||
border-radius: 3px;
|
||||
transition: all 0.2s;
|
||||
|
||||
&:hover {
|
||||
background-color: #00093d !important;
|
||||
border-radius: 5px;
|
||||
background: rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// #bbpress-forums {
|
||||
// .bbp-search-form {
|
||||
// margin-bottom: 15px;
|
||||
// form {
|
||||
// > div {
|
||||
// display: flex;
|
||||
// flex-direction: row;
|
||||
// align-items: center;
|
||||
// column-gap: 5px;
|
||||
// }
|
||||
|
||||
// input[type='text'] {
|
||||
// background-color: #eee;
|
||||
// max-width: 100%;
|
||||
// border-width: 0;
|
||||
// border-radius: 0;
|
||||
// color: #999;
|
||||
// font-size: 14px;
|
||||
// padding: 12px;
|
||||
// line-height: 1.2em;
|
||||
// border-style: solid;
|
||||
// box-sizing: border-box;
|
||||
// width: 100%;
|
||||
// margin: 0;
|
||||
// outline: 0;
|
||||
// }
|
||||
|
||||
// input.button {
|
||||
// color: #ffffff;
|
||||
// font-size: 17px;
|
||||
// font-weight: 500;
|
||||
// background-color: #d1021a;
|
||||
// border-width: 0px;
|
||||
// line-height: 1.7em;
|
||||
// position: relative;
|
||||
// border: 2px solid;
|
||||
// border-radius: 3px;
|
||||
// transition: all 0.2s;
|
||||
// padding: 0.3em 1em;
|
||||
|
||||
// &:hover {
|
||||
// background-color: #00093d !important;
|
||||
// border-radius: 5px;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
// .bbp-forums,
|
||||
// .bbp-search-results {
|
||||
// .bbp-header {
|
||||
// background: #06183f;
|
||||
// color: #fff;
|
||||
// font-size: 16px;
|
||||
// ul {
|
||||
// li {
|
||||
// color: #fff;
|
||||
// font-size: 16px;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// .bbp-body {
|
||||
// ul {
|
||||
// li {
|
||||
// &.bbp-forum-info {
|
||||
// a {
|
||||
// font-size: 16px;
|
||||
// color: #000;
|
||||
// }
|
||||
// .bbp-forum-meta {
|
||||
// font-size: 14px;
|
||||
|
||||
// a {
|
||||
// font-size: 14px;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// &.bbp-forum-topic-count {
|
||||
// font-size: 14px;
|
||||
// color: #000;
|
||||
// }
|
||||
// &.bbp-forum-reply-count {
|
||||
// font-size: 14px;
|
||||
// color: #000;
|
||||
// }
|
||||
// &.bbp-forum-freshness {
|
||||
// font-size: 14px;
|
||||
// color: #000;
|
||||
// a {
|
||||
// font-size: 14px;
|
||||
// color: #000;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
// .bbp-topic-header {
|
||||
// }
|
||||
// .hentry {
|
||||
// .bbp-topic-author {
|
||||
// a {
|
||||
// color: #000;
|
||||
// font-size: 16px;
|
||||
// }
|
||||
// .bbp-author-role {
|
||||
// color: #000;
|
||||
// font-size: 14px;
|
||||
// }
|
||||
// }
|
||||
// .bbp-topic-content {
|
||||
// color: #000;
|
||||
// font-size: 14px;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
// .bbp-footer {
|
||||
// background: #06183f;
|
||||
// color: #fff;
|
||||
// font-size: 16px;
|
||||
// ul {
|
||||
// li {
|
||||
// color: #fff;
|
||||
// font-size: 16px;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
// .bbp-topics,
|
||||
// .bbp-replies {
|
||||
// .bbp-header {
|
||||
// background: #06183f;
|
||||
// > div {
|
||||
// color: #fff;
|
||||
// font-size: 16px;
|
||||
// }
|
||||
// ul {
|
||||
// li {
|
||||
// color: #fff;
|
||||
// font-size: 16px;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// .bbp-body {
|
||||
// ul {
|
||||
// li {
|
||||
// &.bbp-topic-title {
|
||||
// a {
|
||||
// font-size: 16px;
|
||||
// color: #000;
|
||||
// }
|
||||
// .bbp-topic-meta {
|
||||
// font-size: 14px;
|
||||
|
||||
// a {
|
||||
// font-size: 14px;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// &.bbp-topic-voice-count {
|
||||
// font-size: 14px;
|
||||
// color: #000;
|
||||
// }
|
||||
// &.bbp-topic-reply-count {
|
||||
// font-size: 14px;
|
||||
// color: #000;
|
||||
// }
|
||||
// &.bbp-topic-freshness {
|
||||
// font-size: 14px;
|
||||
// color: #000;
|
||||
// a {
|
||||
// font-size: 14px;
|
||||
// color: #000;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
// .bbp-reply-header {
|
||||
// }
|
||||
// .hentry {
|
||||
// .bbp-reply-author {
|
||||
// a {
|
||||
// color: #000;
|
||||
// font-size: 16px;
|
||||
// }
|
||||
// .bbp-author-role {
|
||||
// color: #000;
|
||||
// font-size: 14px;
|
||||
// }
|
||||
// }
|
||||
// .bbp-reply-content {
|
||||
// color: #000;
|
||||
// font-size: 14px;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// .bbp-footer {
|
||||
// background: #06183f;
|
||||
// ul {
|
||||
// li {
|
||||
// color: #fff;
|
||||
// font-size: 16px;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
|
||||
//*
|
||||
.bbp-no-reply,
|
||||
.bbp-no-topic {
|
||||
form.bbp-login-form {
|
||||
.bbp-form {
|
||||
border: 1px solid #d3ced2;
|
||||
padding: 20px;
|
||||
margin: 2em 0;
|
||||
text-align: left;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.bbp-username,
|
||||
.bbp-password {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
|
||||
label {
|
||||
font-size: 19px;
|
||||
line-height: 2;
|
||||
width: 100%;
|
||||
max-width: fit-content;
|
||||
}
|
||||
|
||||
input[type='text'],
|
||||
input[type='password'] {
|
||||
background-color: #eee;
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
color: #000;
|
||||
font-size: 14px;
|
||||
padding: 5px 16px !important;
|
||||
line-height: 1.7em;
|
||||
border-style: solid;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
max-width: 300px;
|
||||
margin: 0;
|
||||
outline: 0;
|
||||
height: auto !important;
|
||||
}
|
||||
}
|
||||
|
||||
.bbp-remember-me {
|
||||
display: flex;
|
||||
align-items: baseline;
|
||||
column-gap: 5px;
|
||||
|
||||
label {
|
||||
font-size: 19px;
|
||||
line-height: 2;
|
||||
width: 100%;
|
||||
max-width: fit-content;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.bbp-reply-form,
|
||||
.bbp-topic-form {
|
||||
#new-post {
|
||||
border: 1px solid #d3ced2;
|
||||
padding: 20px;
|
||||
margin: 2em 0;
|
||||
text-align: left;
|
||||
border-radius: 5px;
|
||||
|
||||
.bbp-form {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
border: none;
|
||||
|
||||
legend {
|
||||
font-size: 16px;
|
||||
color: #000;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
> div {
|
||||
> p {
|
||||
label {
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
width: 100%;
|
||||
max-width: fit-content;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
input[type='text'] {
|
||||
background-color: #eee;
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
color: #000;
|
||||
font-size: 14px;
|
||||
padding: 5px 16px !important;
|
||||
line-height: 1.7em;
|
||||
border-style: solid;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
// max-width: 300px;
|
||||
margin: 0;
|
||||
outline: 0;
|
||||
height: auto !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.bbp-the-content-wrapper {
|
||||
textarea {
|
||||
background-color: #eee;
|
||||
border-width: 0;
|
||||
border-radius: 0;
|
||||
color: #000;
|
||||
font-size: 14px;
|
||||
padding: 5px 16px !important;
|
||||
line-height: 1.7em;
|
||||
border-style: solid;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
outline: 0;
|
||||
height: auto !important;
|
||||
}
|
||||
}
|
||||
|
||||
.bbp_topic_subscription {
|
||||
font-size: 19px;
|
||||
line-height: 2;
|
||||
width: 100%;
|
||||
max-width: fit-content;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// #stock_notifier_main_form {
|
||||
// .woo_fields_wrap {
|
||||
// .stock_alert_name,
|
||||
// .stock_alert_phone {
|
||||
// flex: 1;
|
||||
// border-radius: 8px 8px 8px 8px;
|
||||
// border-width: 1px;
|
||||
// border-color: #ddd;
|
||||
// background-color: #f8f8f8;
|
||||
// color: #999;
|
||||
// font-size: 14px;
|
||||
// padding: 16px;
|
||||
// min-width: 250px;
|
||||
// width: 250px;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
Reference in New Issue
Block a user