gitpitch/assets/css/PITCHME.css

87 lines
1.8 KiB
CSS
Raw Normal View History

2018-12-01 21:36:31 +08:00
/* Welcome Slide Text Styles */
.faded {
color: #CE7731;
}
2018-12-01 13:45:22 +08:00
/* Pro Features Detailed Text Styles */
.pro-feature-details {
color: #36454F !important;
font-size: 0.8em !important;
}
2018-12-01 13:45:22 +08:00
/* Community Features Detailed Text Styles */
.feature-details {
color: #36454F !important;
font-size: 0.55em !important;
}
2018-12-01 13:45:22 +08:00
/* General Use Styles */
.heading-white h1,
.heading-white h2,
.heading-white h3,
.heading-white h4 {
color: white;
}
2019-01-19 11:24:41 +08:00
.pad-bottom-5 {
padding-bottom: 5em !important;
}
2018-12-01 13:45:22 +08:00
sup {
color: gray;
2017-12-14 17:59:26 +08:00
}
2019-01-19 11:24:41 +08:00
2018-12-01 13:45:22 +08:00
/* Fixed Theme Style Overrides */
.reveal a:hover {
color: #BF5818;
}
.reveal a {
color: #E58537;
font-size: 0.6em !important;
}
.reveal section img {
box-shadow: 0 14px 20px 0 rgba(0,0,0,0.2),0 10px 24px 0 rgba(0,0,0,0.19) !important;
}
.reveal .controls button {
color: gray;
2017-12-14 17:59:26 +08:00
}
2018-12-01 13:45:22 +08:00
/* GitPitch Footer Help Style Override */
#title-footer p.footer-hard {
color: gray;
}
2018-12-01 13:45:22 +08:00
/* GitPitch Pro Fonts Style Imports */
@font-face {
font-family: 'Montserrat Heavy';
font-style: normal;
font-weight: 900;
src: url('/assets/fonts/montserrat-heavy.woff2') format('woff2'),
url('/assets/fonts/montserrat-heavy.woff') format('woff');
}
.montserrat-heavy,
.montserrat-heavy * {
text-shadow: none !important;
text-transform: none !important;
font-family: "Montserrat Heavy", sans-serif !important;
}
@font-face {
font-family: 'Raleway Medium';
font-style: normal;
font-weight: 600;
src: url('/assets/fonts/raleway-medium.woff2') format('woff2'),
url('/assets/fonts/raleway-medium.woff') format('woff');
}
.raleway-medium,
.raleway-medium * {
text-shadow: none !important;
text-transform: none !important;
font-family: "Raleway Medium", sans-serif !important;
}
2018-12-01 21:36:31 +08:00
.reveal h3 {
text-shadow: none !important;
text-transform: none !important;
font-family: "Raleway Medium", sans-serif !important;
}