numeretti/pizzicore/static/css/common.css

23 lines
559 B
CSS

body { font-family: sans-serif; }
nav { font-size: 200%; margin-bottom: 0.5em; background-color: black; }
nav a { margin-right: 2em; padding: 0 0.5em; color: white; text-decoration: none; }
nav a.active { color: black; background-color: white; }
.btn {
margin-right: 0.5em;
padding: 0.2em 0.5em;
text-decoration: none;
border-radius: 0.2em;
}
.btn-default {
background-color: green;
color: white;
font-weight: bold;
}
.btn[disabled] {
background-color: gray;
color: darkgray;
}
a[disabled] {
pointer-events: none;
}