mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-03-01 07:42:22 +01:00
52 lines
524 B
CSS
52 lines
524 B
CSS
body {
|
|
padding-top: 60px;
|
|
padding-bottom: 60px;
|
|
}
|
|
|
|
.copyright {
|
|
color: #ffffff;
|
|
}
|
|
|
|
.footer {
|
|
text-align: center;
|
|
}
|
|
|
|
.footer a {
|
|
color: #ee4444;
|
|
}
|
|
|
|
.sidebar h1 {
|
|
color: #ee4444;
|
|
font-size: 1.3em;
|
|
}
|
|
|
|
.sidebar a {
|
|
color: #428bca;
|
|
}
|
|
|
|
.sidebar li {
|
|
margin-top: .7em;
|
|
line-height: 1em;
|
|
}
|
|
|
|
.sidebar a:hover {
|
|
color: #3071a9;
|
|
}
|
|
|
|
.container-left {
|
|
margin: 0;
|
|
}
|
|
|
|
.well h1 {
|
|
color: #ee4444;
|
|
font-size: 1.3em;
|
|
}
|
|
|
|
.author {
|
|
color: #ee4444;
|
|
}
|
|
|
|
.author a {
|
|
color: #ee4444;
|
|
}
|