f0ckv1/s/style.css
Flummi ade9d27c18 new file: s/contact.tpl.html
new file:   s/favicon.gif
	new file:   s/how.tpl.html
	modified:   s/index.tpl.html
	modified:   s/item.tpl.html
	modified:   s/style.css
	modified:   src/main.js
	deleted:    s/irccat.gif
2016-08-16 15:48:37 +02:00

51 lines
718 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;
display: none;
}
.navbar {
text-align: center;
}
.return {
text-align: center;
}
.irc {
margin: 20px;
}