Difference between revisions of "Template:SFLS Shenzhen/CSS/bootstrap:css"

Line 6: Line 6:
 
     }
 
     }
  
     .topnav {
+
     .navbar {
 
       overflow: hidden;
 
       overflow: hidden;
 
       background-color: #eea2ad;
 
       background-color: #eea2ad;
      font-family: Arial, Helvetica, sans-serif;
 
 
     }
 
     }
  
     .dropdown:hover {
+
     .navbar a {
       background-color: #e26174;
+
       float: left;
 +
      float-size: 16px;
 +
      color: #ffffff;
 +
      text-align: center;
 +
      padding: 14px 16px;
 +
      text-decoration: none;
 +
      font-size: 17px;
 +
    }
 +
 
 +
    .subnav {
 +
      float: left;
 +
      overflow: hidden;
 +
    }
 +
 
 +
    .subnav, .subnavbtn {
 +
      font-size: 16px;
 +
      border: none;
 +
      outline: none;
 
       color: white;
 
       color: white;
 +
      padding: 14px 16px;
 +
      background-color: #fae3e6;
 +
      font-family: inherit;
 +
      margin: 0;
 +
    }
 +
 +
    .navbar a:hover, .subnav:hover .subnavbtn {
 +
    background-color: #e26174;
 
     }
 
     }
  
     .dropdown-content {
+
     .subnav-content {
 
     display: none;
 
     display: none;
 
     position: absolute;
 
     position: absolute;
     background-color: #e26174;
+
    left: 0;
     min-width: 160px;
+
     background-color: #fae3e6;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
+
     width: 100%;
 
     z-index: 1;
 
     z-index: 1;
 
     }
 
     }
  
     .dropdown-content a {
+
     .subnav-content a {
     float: none;
+
     float: left;
 
     color: white;
 
     color: white;
    padding: 12px 16px;
 
 
     text-decoration: none;
 
     text-decoration: none;
    display: block;
 
    text-align: left;
 
 
     }
 
     }
  
    .topnav a.active {
 
      background-color: #da364e;
 
      color: white;
 
    }
 
  
     .dropbtn {
+
     .subnav-content a:hover {
      background-color: #fae3e6;
+
    background-color: #e26174;
      border: none;
+
    color: black;
      color: white;
+
      padding: 15px 16px;
+
      text-align: center;
+
      text-decoration: none;
+
      display: inline-block;
+
      font-size: 25px;
+
      margin: 2px 2px;
+
 
     }
 
     }
  
     .dropdown:hover .dropdown-content {
+
     .subnav:hover .subnav-content {
        display: block;
+
    display: block;
 
     }
 
     }
 +
 +
   
  
  
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 16:02, 16 October 2018