experiENS/monstage/static/index.css

62 lines
789 B
CSS
Raw Normal View History

2015-06-20 00:02:36 +02:00
@charset "utf-8";
.entrer {
text-align:center;
}
2015-09-22 19:31:26 +02:00
.entrer a, a.btn {
2015-06-20 00:02:36 +02:00
display:inline-block;
2015-09-21 19:14:26 +02:00
background:#FFA41E;
2015-06-20 00:02:36 +02:00
color:#fff;
font-size:1.5em;
padding:8px;
border-radius:5px;
2015-09-16 17:36:46 +02:00
}
2015-09-22 19:31:26 +02:00
a.btn {
display:inline-block;
background:#FFA41E;
color:#fff;
font-size:1.2em;
padding:10px;
margin-top:12px;
border-radius:5px;
}
2015-09-16 17:36:46 +02:00
.explications {
background:#348d68;
display:table-row;
}
.explications img, .explications p {
display:table-cell;
vertical-align:middle;
}
.explications p {
color:#fff;
2015-09-21 19:14:26 +02:00
padding:20px;
2015-09-16 17:36:46 +02:00
font-size:1.1em;
2015-09-21 19:14:26 +02:00
text-align:center;
2015-09-22 19:31:26 +02:00
}
.homeh1 p {
float:right;
}
.homeh1 h1 {
display:inline-block;
margin-bottom:3px;
}
.homeh1 {
border-bottom:1px solid #888;
overflow:hidden;
margin-bottom:15px;
}
.betacadre {
background:#bbb;
padding:20px;
margin:20px 0;
2015-06-20 00:02:36 +02:00
}