formations/javascript/cadoles-theme.css

112 lines
2.0 KiB
CSS

/* Thème Cadoles */
body {
font-family: 'Droid Sans', 'Ubuntu Sans', 'sans-serif';
}
h1, h2, h3 {
font-family: 'Caviar Dream', 'Droid Sans', 'Ubuntu Sans', 'sans-serif';
font-weight: normal;
}
.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono', monospace; }
a {
color: #3080AF;
text-decoration: none;
}
a::before {
content: '[';
}
a::after {
content: ']';
}
ul {
list-style: none;
}
ul li:before {
content: "\25B8 ";
color: #3080AF;
margin-right: 5px;
}
ul > li {
line-height: 1.5em;
}
.remark-slide {
background-color: white;
background-image: url('../beamer-skel/img/banner01.png'), url('../beamer-skel/img/logo-cadoles-01.png');
background-position: top center, center calc(100% - 10px) !important;
background-size: contain, 100px !important;
background-repeat: no-repeat;
}
.remark-slide-content {
background-color: transparent;
}
.remark-code-line {
font-size: 0.80em;
}
.remark-slide-content h1:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}
.remark-slide-content h1 { display: inline-block; }
.cadoles-slide-title {
color: white;
float: left;
clear: right;
font-size: 50px;
margin-top: -40px;
margin-left: -50px;
display: inline-block;
}
.cadoles-center { text-align: center; }
.cadoles-blue { color: #5379B4; }
.cadoles-clearfix { clear: both; }
.cadoles-list > ul { font-size: 1.5em; }
.cadoles-list > ul ul { font-size: 0.8em; }
.cadoles-xlarge { font-size: 1.5em; }
.cadoles-large { font-size: 1.2em; }
.cadoles-small { font-size: 0.8em; }
.cadoles-xsmall { font-size: 0.7em; }
.cadoles-center { text-align: center; }
.cadoles-left-column {
display: inline-block;
width: 49%;
float: left;
}
.cadoles-right-column {
display: inline-block;
width: 49%;
float: right;
}
.cadoles-padded {
padding: 10px;
}
.cadoles-right-column:after {
visibility: hidden;
display: block;
font-size: 0;
content: " ";
clear: both;
height: 0;
}