f0ckv1/s/style.css
Flummi 165a298188 modified: s/item.tpl.html
modified:   s/style.css
	modified:   src/main.js
2016-08-17 09:52:17 +02:00

54 lines
774 B
CSS

body {
background-color: #262626;
color: #fff;
font-family: Monospace;
}
.mrhankyisteinneger > 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;
}