civ/resources/questions/style.css
2017-06-19 03:04:02 -04:00

57 lines
748 B
CSS

html{
margin: 0 auto;
width: 600px;
background-color: lightgray;
}
h1{
font-family: Balthazar;
font-weight: bolder;
font-style: italic;
font-size: 30px;
}
h1.tab{
display: none;
}
h2 {
font-family: Balthazar;
font-weight: bolder;
font-style: italic;
font-size: 25px;
}
p {
font-family: Georgia;
font-size: 17px;
}
li{
list-style-type: none;
}
li, li p{
font-family: "Times New Roman";
}
.aside{
color: rgb(250, 250, 250);
}
.footer-image-links{
text-align: center;
}
.footer-image-links img{
display: inline-block;
width: 64px;
padding: 5px;
}
.introduction{
border-bottom: groove;
}
#scenarios li p.adult{
font-family: monospace;
color: rgb(240, 0, 100);
}
.accordion-panel {
display:none;
}