2015-03-25 17:27:03 +01:00
|
|
|
/* Thème Cadoles */
|
2015-04-06 17:50:08 +02:00
|
|
|
|
|
|
|
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; }
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2015-04-06 17:50:08 +02:00
|
|
|
.cadoles-center { text-align: center; }
|
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-04-06 17:50:08 +02:00
|
|
|
.cadoles-xlarge { font-size: 1.5em; }
|
|
|
|
.cadoles-large { font-size: 1.2em; }
|
2015-03-25 17:27:03 +01:00
|
|
|
.cadoles-small { font-size: 0.8em; }
|
2015-04-08 23:22:53 +02:00
|
|
|
.cadoles-xsmall { 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;
|
|
|
|
}
|
|
|
|
|
2015-04-06 17:50:08 +02:00
|
|
|
.cadoles-padded {
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
2015-03-31 23:29:23 +02:00
|
|
|
.cadoles-right-column:after {
|
|
|
|
visibility: hidden;
|
|
|
|
display: block;
|
|
|
|
font-size: 0;
|
|
|
|
content: " ";
|
|
|
|
clear: both;
|
|
|
|
height: 0;
|
|
|
|
}
|