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

 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
   <head>
 
   <head>
 
     <style  type="text/css">
 
     <style  type="text/css">
* {
 
    margin: 0;
 
    padding: 0;
 
    line-height: normal;
 
}
 
 
 
.cloud-img {
 
.cloud-img {
 
     width: 100%;
 
     width: 100%;
Line 92: Line 86:
  
 
.img-block .img-title {
 
.img-block .img-title {
     width: 100%;
+
     margin: 0 -30px;
 +
   
 
     height: 30px;
 
     height: 30px;
 
     line-height: 30px;
 
     line-height: 30px;
Line 177: Line 172:
 
     -webkit-transition: color 0.5s;
 
     -webkit-transition: color 0.5s;
 
     transition: color 0.5s;
 
     transition: color 0.5s;
 +
}
 +
 +
.link-more:visited {
 +
    color: #8b0000;
 +
    text-decoration: none;
 
}
 
}
  
 
.link-more:hover {
 
.link-more:hover {
 
     color: #f44336;
 
     color: #f44336;
 +
    text-decoration: none;
 
}
 
}
  

Latest revision as of 16:49, 31 October 2017