civ/resources/questions/style.css

57 lines
748 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 16:59:46 +00:00
2017-06-19 07:04:02 +00:00
h1{
font-family: Balthazar;
font-weight: bolder;
font-style: italic;
font-size: 30px;
}
h1.tab{
2017-06-19 06:26:27 +00:00
display: none;
}
2017-06-19 07:04:02 +00:00
h2 {
2017-06-19 06:26:27 +00:00
font-family: Balthazar;
font-weight: bolder;
font-style: italic;
2017-06-19 07:04:02 +00:00
font-size: 25px;
2017-06-19 06:26:27 +00:00
}
2017-06-19 07:04:02 +00:00
2017-06-19 06:26:27 +00:00
p {
font-family: Georgia;
font-size: 17px;
}
2017-06-19 06:35:40 +00:00
li{
list-style-type: none;
}
li, li p{
font-family: "Times New Roman";
}
2017-06-19 06:26:27 +00:00
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{
2017-06-19 07:04:02 +00:00
text-align: center;
2017-06-19 06:26:27 +00:00
}
.footer-image-links img{
2017-06-19 07:04:02 +00:00
display: inline-block;
width: 64px;
2017-06-19 06:26:27 +00:00
padding: 5px;
}
2017-06-19 07:04:02 +00:00
.introduction{
border-bottom: groove;
}
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;
}