Difference between revisions of "Template:Main2017"

Line 512: Line 512:
 
     padding-right: 15px;
 
     padding-right: 15px;
 
}
 
}
 +
 +
 +
 +
 +
.expand_more{
 +
    font-weight: bold;
 +
    text-align: center;
 +
    border-radius: 50%;
 +
    float: left;
 +
    margin: 0px 5px;
 +
    border: 2px solid #00bdcd;
 +
background-color:#00bdcd;
 +
color:#ffffff;
 +
    width: 20px;
 +
    padding-bottom: 1px;
 +
cursor:pointer;
 +
}
 +
 +
.expand_more:hover{
 +
color:#00bdcd;
 +
background-color:#ffffff;
 +
    border: 2px solid #00bdcd;
 +
    float: left;
 +
}
 +
 +
 +
.more_content { float:left;
 +
display: none;
 +
}
 +
 +
 +
.expand_more::before {
 +
content: "+";
 +
}
 +
 +
/* this is the icon for when the content is expanded */
 +
.expand_more.less::before {
 +
content: "–";
 +
}
 +
 +
.first_content { float:left; margin-right: -15px;}
  
  

Revision as of 18:03, 8 February 2017

MENU 三