54 lines
752 B
CSS
54 lines
752 B
CSS
body {
|
|
background-color: #262626;
|
|
color: #fff;
|
|
font-family: Monospace;
|
|
}
|
|
a > img {
|
|
max-height: 128px;
|
|
max-width: 128px;
|
|
border: 2px solid #4c4a4a;
|
|
margin: 0;
|
|
}
|
|
a {
|
|
color: #9f0;
|
|
}
|
|
a:hover {
|
|
color: #74c100;
|
|
}
|
|
.medium {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.info {
|
|
text-align: center;
|
|
}
|
|
.id {
|
|
text-align: center;
|
|
padding-bottom: 10px;
|
|
}
|
|
.mrhankyisteinneger {
|
|
padding: 0;
|
|
display: block;
|
|
margin: 0 0 4px 5px;
|
|
float: left;
|
|
}
|
|
.mrhankyisteinneger:hover {
|
|
opacity: 0.7;
|
|
}
|
|
.controls {
|
|
text-align: center;
|
|
padding-top: 10px;
|
|
}
|
|
.navbar {
|
|
text-align: center;
|
|
}
|
|
.return {
|
|
text-align: center;
|
|
}
|
|
.irc {
|
|
margin: 20px;
|
|
}
|
|
code {
|
|
color: #9df943;
|
|
} |