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.
|
|
|
|
|
|
|
|
|
|
|
img
|
|
|
|
{
|
|
|
|
display: block;
|
|
|
|
padding: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/** make live selection of random links **/
|
|
|
|
div.container
|
|
|
|
{
|
|
|
|
background-image: url("https://ascii.jp/img/2010/04/22/881674/o/1b4ba90f25fde2b8.jpg");
|
|
|
|
background-repeat: repeat;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
h1.title
|
|
|
|
{
|
|
|
|
font-size: 60px;
|
|
|
|
color: purple;
|
|
|
|
font-family: "Cursive";
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
a.archive
|
|
|
|
{
|
|
|
|
color: red;
|
|
|
|
font-size:30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.print
|
|
|
|
{
|
|
|
|
color: yellow;
|
|
|
|
font-size:45px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.video
|
|
|
|
{
|
|
|
|
color: blue;
|
|
|
|
font-size:50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.audio
|
|
|
|
{
|
|
|
|
color: violet;
|
|
|
|
font-size:60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.label-container
|
|
|
|
{
|
|
|
|
background-color:azure;
|
|
|
|
width: fit-content;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|