This repository has been archived on 2024-07-30. You can view files and clone it, but cannot push or open issues or pull requests.
homepage-2017/staticfiles/css/app.css

71 lines
704 B
CSS
Raw Normal View History

2017-10-07 19:56:51 +00:00
h1, h2 {
2017-10-07 14:25:54 +00:00
font-family: 'Orbitron', cursive;
}
2017-10-07 22:02:51 +00:00
.challenges .btn-large, .header h1 {
2017-10-07 14:25:54 +00:00
background-color: #3498db;
}
.slogan {
color: #3498db;
}
footer, .map {
background-color: #34495e !important;
}
2017-10-07 19:56:51 +00:00
2017-10-08 00:11:04 +00:00
.card {
2017-10-07 22:02:51 +00:00
width: 300px;
2017-10-07 19:56:51 +00:00
margin: 0 auto;
}
2017-10-07 22:02:51 +00:00
2017-10-08 00:11:04 +00:00
.progress {
2017-10-07 19:56:51 +00:00
height:10px;
}
2017-10-07 22:02:51 +00:00
2017-10-08 13:22:17 +00:00
.m4 {
margin-top: 30px;
}
a:link, a:visited {
2017-10-08 12:31:10 +00:00
color: white;
2017-10-07 22:02:51 +00:00
}
2017-10-08 00:11:04 +00:00
a:hover {
2017-10-07 22:50:40 +00:00
color: #34495e;
2017-10-07 22:02:51 +00:00
}
2017-10-08 13:28:39 +00:00
2017-10-08 00:11:04 +00:00
a:active {
2017-10-07 22:02:51 +00:00
color: black;
2017-10-07 19:56:51 +00:00
}
ul {
font-size: 20px;
line-height: 38px;
}
2017-10-07 22:02:51 +00:00
2017-10-08 00:11:04 +00:00
.profile {
2017-10-07 22:02:51 +00:00
width:300px;
2017-10-07 22:50:40 +00:00
}
2017-10-08 00:11:04 +00:00
.card.small {
height: auto;
}
2017-10-08 13:39:00 +00:00
.darklink:link, .darklink:visited {
2017-10-08 13:39:00 +00:00
color: black;
}
.darklink:hover {
color: #34495e;
}
.darklink:active {
2017-10-08 13:39:00 +00:00
color: #3498db;
}
a.highlight:hover{
color: #3498db;
}