theme: fill in some more fossasia theme
Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
@ -43,15 +43,16 @@ body {
|
||||
position: absolute;
|
||||
bottom: 0em;
|
||||
right: 0em;
|
||||
padding-bottom: 1em;
|
||||
padding-bottom: 0.8em;
|
||||
padding-right: 1em;
|
||||
text-align: right;
|
||||
font-size: 0.5em;
|
||||
font-size: 0.8em;
|
||||
width: 100%;
|
||||
height: 68px;
|
||||
background-image: url("lca2020-logo-cropped.svg");
|
||||
background-repeat: no-repeat;
|
||||
background-color: rgb(0, 177, 197);
|
||||
background-color: #e12b00;
|
||||
color: #fff;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: flex-end;
|
||||
@ -59,16 +60,22 @@ body {
|
||||
}
|
||||
|
||||
.reveal .footer .url {
|
||||
position: absolute;
|
||||
padding-bottom: 30px;
|
||||
padding-right: 50px;
|
||||
padding-left: 50px;
|
||||
color: #4fdcff;
|
||||
}
|
||||
|
||||
.reveal .footer .theme {
|
||||
padding-right: 80px;
|
||||
padding-right: 50px;
|
||||
}
|
||||
|
||||
.reveal .footer .hashtag {
|
||||
padding-right: 80px;
|
||||
padding-left: 50px;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.reveal .footer .twitter {
|
||||
padding-left: 50px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width:800px) {
|
||||
@ -95,7 +102,7 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width:1300px) {
|
||||
@media only screen and (max-width:1200px) {
|
||||
.reveal .footer .hashtag {
|
||||
display: none;
|
||||
}
|
||||
@ -105,11 +112,11 @@ body {
|
||||
font-family: "IBM Plex Mono", "Space Mono", Helvetica, sans-serif;
|
||||
font-size: 42pt;
|
||||
font-weight: normal;
|
||||
color: #212529;
|
||||
color: #222;
|
||||
}
|
||||
|
||||
::selection {
|
||||
color: #212529;
|
||||
color: #aaa;
|
||||
background: #bee4fd;
|
||||
text-shadow: none;
|
||||
}
|
||||
@ -141,16 +148,17 @@ body {
|
||||
.reveal h5,
|
||||
.reveal h6 {
|
||||
margin: 0 0 20px 0;
|
||||
color: #212529;
|
||||
color: #fff;
|
||||
font-family: "Brix Sans Medium Firefox", "Brix Sans Medium", "Montserrat", Helvetica, sans-serif;
|
||||
font-weight: 300;
|
||||
line-height: 1.2;
|
||||
letter-spacing: normal;
|
||||
/* text-transform: uppercase; */
|
||||
/* text-shadow: 1px 1px 2px black; */
|
||||
text-shadow: none;
|
||||
text-shadow: 1px 1px 2px black;
|
||||
/* text-shadow: none; */
|
||||
word-wrap: break-word;
|
||||
background-color: rgb(250, 166, 26);
|
||||
background-color: #e12b00;
|
||||
/* background-color: rgb(250, 166, 26); */
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@ -171,7 +179,7 @@ body {
|
||||
}
|
||||
|
||||
.reveal h1 {
|
||||
text-shadow: none;
|
||||
/* text-shadow: none; */
|
||||
}
|
||||
|
||||
/*********************************************
|
||||
|
Reference in New Issue
Block a user