mirror of
https://github.com/gitpitch/gitpitch.git
synced 2024-04-18 07:30:55 +08:00
70 lines
920 B
CSS
70 lines
920 B
CSS
.gold {
|
|
color: #e49436;
|
|
}
|
|
|
|
.gray {
|
|
color: gray;
|
|
}
|
|
|
|
span.byline, span.aside {
|
|
color: #bbb;
|
|
}
|
|
|
|
span.byline {
|
|
font-size: 80%;
|
|
}
|
|
|
|
span.aside {
|
|
font-size: 0.7em;
|
|
font-style: italic;
|
|
}
|
|
|
|
.reveal section img {
|
|
border: 0;
|
|
box-shadow: none;
|
|
background: none;
|
|
}
|
|
|
|
.reveal section a {
|
|
color: #e49436;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.reveal section a:hover {
|
|
color: #e7ad52;
|
|
}
|
|
|
|
.fa-pad-left {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.reveal p span.slide-title {
|
|
color: #e49436;
|
|
font-size: 1.55em;
|
|
margin: 0 0 60px 0;
|
|
font-family: "Montserrat", Impact, sans-serif;
|
|
font-weight: normal;
|
|
line-height: 1.2;
|
|
letter-spacing: -0.03em;
|
|
text-transform: none;
|
|
text-shadow: none;
|
|
word-wrap: break-word;
|
|
display: block;
|
|
}
|
|
|
|
.reveal div.left {
|
|
float: left;
|
|
z-index: -10;
|
|
width: 45%;
|
|
}
|
|
|
|
.reveal div.right {
|
|
float: right;
|
|
z-index: -10;
|
|
width: 55%;
|
|
}
|
|
|
|
.reveal a.pro-link {
|
|
font-size: 0.5em;
|
|
}
|