civ/resources/questions/style.css

47 lines
630 B
CSS
Raw Normal View History

2017-06-19 06:26:27 +00:00
html{
margin: 0 auto;
width: 600px;
background-color: lightgray;
}
2017-06-15 19:28:54 +00:00
li, li p{
2017-06-15 16:49:22 +00:00
font-family: "Times New Roman";
2017-06-15 16:59:46 +00:00
2017-06-15 16:49:22 +00:00
}
2017-06-19 06:26:27 +00:00
h2 {
font-family: "Lucida Sans Unicode";
font-weight: lighter;
display: none;
}
h3{
font-family: Balthazar;
font-weight: bolder;
font-style: italic;
font-size: 30px;
}
p {
font-family: Georgia;
font-size: 17px;
}
2017-06-15 19:28:54 +00:00
.aside{
color: rgb(250, 250, 250);
}
2017-06-16 18:24:47 +00:00
2017-06-19 06:26:27 +00:00
.footer-image-links{
display: block;
margin: 10px auto;
width: 400px;
}
.footer-image-links img{
padding: 5px;
}
2017-06-16 18:24:47 +00:00
2017-06-15 19:28:54 +00:00
#scenarios li p.adult{
2017-06-19 06:26:27 +00:00
font-family: monospace;
2017-06-15 16:49:22 +00:00
color: rgb(240, 0, 100);
}
2017-06-16 18:24:47 +00:00
.accordion-panel {
display:none;
}