universe

Universe
git clone https://git.dasho.dev/universe.git
Log | Files | Refs | Submodules | README

userfeed.css (508B)


      1 .userFeedNav {
      2  display: block;
      3  margin-bottom: 10px;
      4  font-size: 0;
      5  padding: 0 10px;
      6 }
      7 
      8 .userFeedNav > a {
      9  display: inline-block;
     10  vertical-align: top;
     11  padding: 0 20px;
     12  height: 30px;
     13  line-height: 30px;
     14  background: none;
     15  color: #9b59b6;
     16  font-size: 14px;
     17  margin-right: 5px;
     18  text-decoration: none;
     19  border-radius: 3px;
     20 }
     21 
     22 .userFeedNav > a.active {
     23  font-weight: bold;
     24  background: #9b59b6;
     25  color: #fff;
     26 }
     27 
     28 .userFeedNav > a:last-child {
     29  margin: 0;
     30 }