Difference between revisions of "Team:CHINA CD UESTC/gallery.css"

Line 2: Line 2:
  
 
<style type="text/css">
 
<style type="text/css">
 
+
/* ----------------------------
 +
            menu
 +
-----------------------------*/
 +
ul {
 +
list-style-type: none !important;
 +
}
 +
li {
 +
list-style-type: none !important;
 +
}
 +
.accordion {
 +
width: 100%;
 +
max-width: 180px;
 +
background: #303030;
 +
-webkit-border-radius: 4px;
 +
-moz-border-radius: 4px;
 +
border-radius: 4px;
 +
list-style-type: none !important;
 +
margin-left:40px;
 +
}
 +
.accordion li {
 +
list-style-type: none !important;
 +
list-style: none;
 +
}
 +
.accordion .link {
 +
cursor: pointer;
 +
display: block;
 +
padding: 4px 4px 4px 30px;
 +
color: #FFF;
 +
font-size: 17px;
 +
font-weight: 700;
 +
border-bottom: 1px solid #CCC;
 +
position: relative;
 +
}
 +
.accordion li:last-child .link {
 +
border-bottom: 0;
 +
}
 +
.accordion li.open .link {
 +
color: #FFE153;
 +
}
 +
.submenu {
 +
display: none;
 +
background: #444359;
 +
font-size: 5px;
 +
list-style-type: none !important;
 +
}
 +
.submenu li {
 +
border-bottom: 1px solid #4b4a5e;
 +
list-style-type: none !important;
 +
list-style: none;
 +
}
 +
.submenu a {
 +
display: block;
 +
text-decoration: none;
 +
color: #d9d9d9;
 +
}
 +
.submenu a:hover {
 +
background: #b63b4d;
 +
color: #FFF;
 +
}
 +
#menuHome {
 +
color: #FFF;
 +
font-size: 17px;
 +
margin-right: 60px;
 +
}
 +
#menuHome:hover {
 +
color: #FFE153;
 +
}
 +
/*.overflow {  overflow: hidden;}*/
 +
.bgwidth {
 +
width: 100%;
 +
}
 +
.bgheight {
 +
height: 100%;
 +
}
 
aside {
 
aside {
 
width: 260px;
 
width: 260px;

Revision as of 15:24, 10 September 2015