1
0
mirror of https://github.com/labstack/echo.git synced 2024-11-24 08:22:21 +02:00
echo/website/static/styles/echo.css
Vishal Rana 0176385654 Moved examples to recipes
Signed-off-by: Vishal Rana <vr@labstack.com>
2015-10-08 20:10:55 -07:00

53 lines
915 B
CSS

footer {
background-color: inherit !important;
border-top: 2px solid #E0E0E0;
}
.facebook a:hover {
color: #3B5998;
}
.twitter a:hover {
color: #55ACEE;
}
.google a:hover {
color: #DC4E41;
}
.github a:hover {
color: #333;
}
:not(pre) > code {
padding: 2px 4px;
background: #EEE;
color: #424242;
font-size: .95em;
font-family: Source Code Pro, Monaco, Menlo, Consolas, monospace;
border: 1px solid #E0E0E0;
border-radius: 2px;
}
a:link {
text-decoration: none;
}
.page-content {
padding: 20px 0;
max-width: 960px;
margin: auto;
}
.page-content header {
padding-bottom: 16px;
}
.menu {
margin-right: 40px;
}
.menu a {
display: block;
color: #757575;
padding: 5px;
border-left:4px #F06292 solid;
}
.menu a:hover:not(.active) {
background-color: #E0E0E0;
}
.menu .active {
color: #FFF;
background-color: #F06292;
}