formations/javascript/cadoles-theme.css

48 lines
898 B
CSS

/* Thème Cadoles */
ul {
list-style: none;
}
ul li:before {
content: "\25B8 ";
color: #5379B4;
margin-right: 5px;
}
ul > li {
line-height: 1.5em;
}
.remark-slide-content {
background-image: url('../beamer-skel/img/banner01.png'), url('../beamer-skel/img/logo-cadoles-01.png');
background-position: top center, center 98% !important;
background-size: contain, 150px !important;
}
.remark-code-line {
font-size: 0.85em;
}
.cadoles-slide-title {
color: white;
float: left;
clear: right;
font-size: 50px;
margin-top: -40px;
margin-left: -50px;
margin-bottom: 50px;
}
.cadoles-slide-title:after {
content: '';
clear: both;
}
.cadoles-blue { color: #5379B4; }
.cadoles-clearfix { clear: both; }
.cadoles-list > ul { font-size: 1.5em; }
.cadoles-list > ul ul { font-size: 1em; }
.cadoles-small { font-size: 0.8em; }
.cadoles-xs { font-size: 0.7em; }