Difference between revisions of "Team:SCU-WestChina/style.css"

Line 49: Line 49:
 
     padding: 0 15px;
 
     padding: 0 15px;
 
     border-radius: 0;
 
     border-radius: 0;
     color: #8b0000;
+
     color: #8b0000 !important;
 
     -webkit-transition: color 0.5s;
 
     -webkit-transition: color 0.5s;
 
     transition: color 0.5s;
 
     transition: color 0.5s;
Line 56: Line 56:
 
.nav-right-wrapper > li > a:hover {
 
.nav-right-wrapper > li > a:hover {
 
     text-decoration: none;
 
     text-decoration: none;
     color: #f44336;
+
     color: #f44336 !important;
 
}
 
}
  
Line 87: Line 87:
 
     width: 80%;
 
     width: 80%;
 
     margin: 60px auto;
 
     margin: 60px auto;
 +
}
 +
 +
.left-nav {
 +
    margin-top: 100px;
 +
    display: inline-block;
 +
    width: 29%;
 +
    vertical-align: top;
 +
    padding: 10px 0;
 +
}
 +
 +
.first-nav {
 +
    margin: 10px 0 !important;
 +
}
 +
 +
.first-nav-link {
 +
    display: block;
 +
    text-align: left;
 +
    font-family: "AGaramondPro";
 +
    font-size: 18px;
 +
   
 +
}
 +
 +
.second-nav-link {
 +
    display: block;
 +
    text-align: left;
 +
    font-family: "AGaramondPro";
 +
    font-size: 14px;
 +
    padding-left: 30px;
 +
}
 +
 +
.nav-link, .nav-link:visited {
 +
    color: #333;
 +
    text-decoration: none;
 +
}
 +
 +
.nav-link:hover {
 +
    color: #8b0000;
 +
    text-decoration: none;
 +
}
 +
 +
 +
.right-content {
 +
    display: inline-block;
 +
    width: 70%;
 
}
 
}
  
 
.mid-wrapper p {
 
.mid-wrapper p {
 
     text-indent:20px;
 
     text-indent:20px;
     font-size: 16px !important;
+
     font-size: 16px;
 
}
 
}
  
Line 112: Line 156:
 
     line-height: 36px;
 
     line-height: 36px;
 
     margin: 30px auto;
 
     margin: 30px auto;
 +
}
 +
 +
.link-more {
 +
    color: #8b0000;
 
}
 
}
 
   </style>
 
   </style>
 
</head>
 
</head>
 
</html>
 
</html>

Revision as of 01:58, 1 November 2017