You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
381 B
CSS
36 lines
381 B
CSS
#main{font-family: monospace;
|
|
max-width: 50%;
|
|
}
|
|
.mono{}
|
|
|
|
img{
|
|
width: 100%;
|
|
}
|
|
|
|
.references{
|
|
display: block;
|
|
font-style: italic;
|
|
padding-bottom: 10px;
|
|
max-width: 50%;
|
|
}
|
|
|
|
.content{
|
|
padding-left: 50px;
|
|
display: none;
|
|
}
|
|
|
|
@media print {
|
|
.content{
|
|
display:block;
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (max-width: 600px) {
|
|
#main{font-family: monospace;
|
|
max-width: 100%;
|
|
}
|
|
|
|
|
|
}
|