Add banner about IoT Award

This commit is contained in:
Ivan Kravets
2016-01-14 00:02:23 +02:00
parent 9ba493bcee
commit 1b85a3ddd3
3 changed files with 29 additions and 5 deletions
+25 -2
View File
@@ -35,10 +35,10 @@ nav {
display: block !important;
}
body {
padding-top: 50px;
padding-top: 100px;
}
.wy-nav-side {
top: 50px;
top: 100px;
}
.container {
@@ -253,3 +253,26 @@ nav {
.navbar-header .navbar-brand {
color: #e0e0e0;
}
/* Misc */
.top-banner {
display: block;
padding: 10px 20px;
font-weight: bold;
font-size: 14px;
color: #fff;
text-align: center;
background-color: #0275d8;
}
.top-banner:hover {
color: #fff;
text-decoration: none;
background-color: #025ebb;
}
.top-banner:visited {
color: #fff;
text-decoration: none;
}