Sha256: 1510d0051d3354d7d758a551c95fe4df99d74cf3d4a484c49aceca61b10c03bb

Contents?: true

Size: 731 Bytes

Versions: 2

Compression:

Stored size: 731 Bytes

Contents

/* Add a black background color to the top navigation */
.topnav {
  background-color: rgb(25, 42, 99);
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left ; 
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 12px 12px;
  text-decoration: none;
  font-size: 17px;
}


#username {
  float: right; 
  display: block;
  color: #afc9e6;
  text-align: center; 
  padding: 12px 16px;
  text-decoration: none;
  font-size: 17px;
} 

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: rgb(14, 64, 109);
}

/* Add an active class to highlight the current page */
.active {
  background-color: rgb(144, 157, 177);
  color: white;
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
whodat-1.0.1 app/assets/stylesheets/whodat/dashboard.css
whodat-1.0.0 app/assets/stylesheets/whodat/dashboard.css