2015-03-25 17:27:03 +01:00
|
|
|
/* Thème Cadoles */
|
2015-03-31 23:29:23 +02:00
|
|
|
a {
|
|
|
|
color: #3080AF;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a::before {
|
|
|
|
content: '[';
|
|
|
|
}
|
|
|
|
|
|
|
|
a::after {
|
|
|
|
content: ']';
|
|
|
|
}
|
2015-03-25 17:27:03 +01:00
|
|
|
|
|
|
|
ul {
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul li:before {
|
|
|
|
content: "\25B8 ";
|
2015-03-31 23:29:23 +02:00
|
|
|
color: #3080AF;
|
2015-03-25 17:27:03 +01:00
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul > li {
|
|
|
|
line-height: 1.5em;
|
|
|
|
}
|
|
|
|
|
2015-03-26 17:36:34 +01:00
|
|
|
.remark-slide {
|
|
|
|
background-color: white;
|
2015-03-25 17:27:03 +01:00
|
|
|
background-image: url('../beamer-skel/img/banner01.png'), url('../beamer-skel/img/logo-cadoles-01.png');
|
2015-03-26 17:36:34 +01:00
|
|
|
background-position: top center, center calc(100% - 10px) !important;
|
|
|
|
background-size: contain, 100px !important;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
.remark-slide-content {
|
|
|
|
background-color: transparent;
|
2015-03-25 17:27:03 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.remark-code-line {
|
2015-03-26 17:36:34 +01:00
|
|
|
font-size: 0.80em;
|
2015-03-25 17:27:03 +01:00
|
|
|
}
|
|
|
|
|
2015-03-26 17:36:34 +01:00
|
|
|
.remark-slide-content h1:after {
|
|
|
|
visibility: hidden;
|
|
|
|
display: block;
|
|
|
|
font-size: 0;
|
|
|
|
content: " ";
|
|
|
|
clear: both;
|
|
|
|
height: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.remark-slide-content h1 { display: inline-block; }
|
|
|
|
|
2015-03-25 17:27:03 +01:00
|
|
|
.cadoles-slide-title {
|
|
|
|
color: white;
|
|
|
|
float: left;
|
|
|
|
clear: right;
|
|
|
|
font-size: 50px;
|
|
|
|
margin-top: -40px;
|
|
|
|
margin-left: -50px;
|
2015-03-26 17:36:34 +01:00
|
|
|
display: inline-block;
|
2015-03-25 17:27:03 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.cadoles-blue { color: #5379B4; }
|
|
|
|
.cadoles-clearfix { clear: both; }
|
|
|
|
.cadoles-list > ul { font-size: 1.5em; }
|
2015-03-31 23:29:23 +02:00
|
|
|
.cadoles-list > ul ul { font-size: 0.8em; }
|
2015-03-25 17:27:03 +01:00
|
|
|
.cadoles-small { font-size: 0.8em; }
|
|
|
|
.cadoles-xs { font-size: 0.7em; }
|
2015-03-31 23:29:23 +02:00
|
|
|
.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-right-column:after {
|
|
|
|
visibility: hidden;
|
|
|
|
display: block;
|
|
|
|
font-size: 0;
|
|
|
|
content: " ";
|
|
|
|
clear: both;
|
|
|
|
height: 0;
|
|
|
|
}
|