hello.css 1.03 KiB
body {
background-color: #009EF5;
background-image: linear-gradient(#0180F5, #009EF5);
}
/* inline code */
code {
background-color: #FFE265;
}
.reveal {
color: white;
}
.reveal h1, .reveal h2, .reveal h3, .reveal h4, .reveal h5 {
color: white;
}
.reveal pre {
width: 1400px;
}
.reveal pre code {
border-radius: 5px;
max-height: none;
padding: 20px;
}
.hljs {
background-color: #272C35;
}
.reveal section img {
border: none;
background: none;
box-shadow: none;
}
.reveal section img[alt=doctrine] {
width: 10%;
}
#gregoire img, #maxime img {
width: 150px;
height: 150px;
}
#universcine, #manomano {
display: inline-block;
}
#universcine img, #manomano img {
width: 300px;
}
#gregoire_company {
font-size: 114px;
}
#la-configuration-yaml-est-d-pr-ci-e {
text-shadow: 0px 0px 5px rgba(150, 150, 150, 1);
color: #eee;
}
.reveal ul {
line-height: 2em;
}
.reveal .no-img-marge img {
margin: 0;
}
.reveal .verticalAlign img {
vertical-align: middle;
}