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.
61 lines
958 B
61 lines
958 B
@font-face{
|
|
font-family: 'commonfun';
|
|
src: url('fonts/Chilanka-Regular.ttf');
|
|
}
|
|
body{
|
|
/* background-image: url('img/background.png'); */
|
|
/* background-size: 100% auto; */
|
|
/* background-repeat: repeat-y; */
|
|
width: calc(100% - 4em);
|
|
margin: 2em;
|
|
font-family: 'commonfun', sans-serif;
|
|
font-size: 20px;
|
|
line-height: 1.2;
|
|
}
|
|
table{
|
|
width: 100%;
|
|
}
|
|
tr{
|
|
min-height: 1em;
|
|
}
|
|
td{
|
|
margin: 0;
|
|
padding: 1em 1em 0.75em;
|
|
border-radius: 25px;
|
|
color:white;
|
|
vertical-align: top;
|
|
}
|
|
td.out{
|
|
background-color: rgba(158, 52, 255, 0.6);
|
|
}
|
|
td.in{
|
|
background-color: rgba(255, 137, 0, 0.6);
|
|
}
|
|
td.transparent{
|
|
background-color: transparent;
|
|
}
|
|
td.black{
|
|
background-image: url('img/glitter-found-footage.gif');
|
|
color:black;
|
|
font-weight: bold;
|
|
}
|
|
td.highlight{
|
|
background-color: rgba(255,0,255,0.6);
|
|
}
|
|
ul{
|
|
max-width: 500px;
|
|
}
|
|
h1{
|
|
margin:1em 0 3em;
|
|
}
|
|
hr{
|
|
margin:2em 0;
|
|
border:0;
|
|
border-bottom: 1px dotted black;
|
|
}
|
|
a,
|
|
a:visited,
|
|
a:hover,
|
|
code{
|
|
color:magenta;
|
|
}
|
|
|