mon-entreprise/source/components/CDD.css

120 lines
1.5 KiB
CSS
Raw Normal View History

#sim {
padding: 0 2em;
}
#sim p {
color: #333;
}
#sim section {
padding: 2em;
}
#sim #introduction {
2017-01-26 16:16:15 +00:00
margin-left: 6em;
font-size: 110%;
padding-top: 0;
width: 60%;
}
#conversation {
2017-01-26 16:16:15 +00:00
margin: 1em auto;
font-size: 120%;
line-height: normal;
display: flex;
justify-content: space-around;
min-height: 10em;
max-width: 90%;
}
#questions-answers {
min-width: 60%;
}
#sim #help {
border: 1px solid #ccc;
border-radius: 2px;
font-style: italic;
margin-left: 2em;
padding-left: 3em;
min-width: 30%;
color: #444
}
.dependency-of {
}
.dependency-of ul {
display: inline;
}
.dependency-of li {
font-size: 80%;
background: #4A89DC;
color: white;
display: inline-block;
padding: .1em .6em;
margin: 0 .6em;
border-radius: 3px;
}
2017-01-26 16:16:15 +00:00
#sim #results {
padding: .1em;
background: #4A89DC;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
font-size: 80%;
color: white;
height: 10em;
text-align: center;
}
#results h2 {
width: 8%;
display: inline-block;
line-height: 1.2em;
margin: 0;
padding: .5em;
font-weight: 400;
font-size: 250%;
}
2017-01-26 16:16:15 +00:00
#results ul {
2017-01-26 16:16:15 +00:00
display: inline-block;
width: 80%;
list-style: none;
}
#results li {
2017-01-26 16:16:15 +00:00
color: #333;
background: white;
display: inline-block;
margin: 0 2em;
2017-01-26 16:16:15 +00:00
border-radius: 2px;
padding: .6em 2em;
2017-01-26 16:16:15 +00:00
text-align: center;
}
#results li h3 {
2017-01-26 16:16:15 +00:00
font-size: 130%;
width: 80%;
border-bottom: 1px solid #aaa;
margin: .1em;
padding-bottom: .2em;
}
2017-01-26 16:16:15 +00:00
#results p {
margin: .6em;
}
#results .value {
2017-01-26 16:16:15 +00:00
font-size: 150%;
}