You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

75 lines
1.1 KiB

11 months ago
.tab {
padding-left: 15px;
}
body {
background-color: #ffffb0;
margin: 0;
padding: 0;
}
#page {
margin-left: 30px;
margin-right: 30px;
margin-top: 10px;
margin-bottom: 10px;
background-color: #fffff0;
padding: 7px;
border-style: double;
border-color: #000000;
border-width: 3px;
}
.underline {
text-decoration: underline;
}
img {
max-width: 100%;
height: auto;
border: 1px solid black;
}
/* This is so code samples look reasonable */
pre {
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
overflow-x: auto;
border-width: 1px;
border-color: black;
border-style: solid;
background-color: white;
padding: 4px;
}
blockquote {
border-width: 1px;
border-color: black;
border-style: solid;
background-color: white;
padding: 4px;
}
.output {
border-width: 3px;
border-style: double;
border-color: white;
background-color: #000000;
color: #ffffff;
padding: 3px;
}
img {
max-width: 100%;
}
table {
border-collapse: collapse;
}
td, th {
border: 1px solid black;
padding: 4px;
background-color: white;
}