Team:Paris Saclay/Notebook/style.css

From 2014.igem.org

(Difference between revisions)
Line 149: Line 149:
}
}
.bille_lw {
.bille_lw {
-
  background: red;
+
  background: #fa7c7c;
}
}
.bille_hp {
.bille_hp {
-
  background: green;
+
  background: #fcbe32;
}
}
.bille_md {
.bille_md {
-
  background: yellow;
+
  background: #81c8ff;
}
}

Revision as of 15:00, 8 July 2014

  1. bodyContent{
width:980px;
margin: 0 auto;

}

  1. notebook_div {
border:1px solid #00AAFF;
overflow:hidden;

}


  1. nb_monthsbar {
overflow:hidden;

}

  1. nb_monthsbar a {
float:right;
color:#000000;
text-decoration:none;
cursor:pointer;
width:95px;
padding-left:10px;
margin-right:2px;
transition:0.2s;

} .nb_month_inact {

color:#000000;
background-color:#AAAAAA;

} .nb_month_inact:hover {

color:#000000;
background-color:#DEDEDE;

} .nb_month_act {

color:#0000AA;
background-color:#AAFFFF;

} .nb_month_act:hover {

color:#0000FF;
background-color:#55FFFF;

}



  1. nb_filterdiv {
float:left;
cursor:pointer;
margin:0px;
padding:0px;
padding-top:15px;
padding-right:5px;

}

  1. nb_filterdiv a {
color:#000000;
display:block;
width:150px;
text-align:center;
text-decoration:none;
padding : 2px 0px;
margin:0px;
margin-bottom:3px;
transition:0.2s;

} .nb_tag_inact {

color:#000000;
background-color:#AAAAAA;

} .nb_tag_inact:hover {

color:#000000;
background-color:#DEDEDE;

} .nb_tag_act {

color:#0000AA;
background-color:#AAFFFF;

}



  1. nb_daysdiv {
float:right;
padding:0px;
margin:0px;
width:770px;

}

  1. nb_daysdiv div {
overflow: hidden;
float: left;
color: white;
margin: 5px;
position: relative;
height: 100px;
width: 100px;

}

  1. nb_daysdiv div a,
  2. nb_daysdiv div aside {
position: absolute;
width: 100%;
height: 100%;

}

  1. nb_daysdiv div aside {
display: none;
pointer-events:none;

}

  1. nb_daysdiv div aside span,
  2. nb_daysdiv div aside p {
position: relative;

}

  1. nb_daysdiv div aside p {
font-size: 30pt;
position: relative;
line-height: 1em;
margin: 2px 5px;

}

  1. nb_daysdiv div:hover a {
opacity: 0.6;

}

  1. nb_daysdiv div:hover aside {
display: block;

}


.nb_ed {

background-color:#FFFFFF;

} .nb_nd {

background-color:#AAAAAA;

} .nb_dd {

background-color:black;

} .nb_fd {

background-color:#DEFFFF;
color:#0055FF;
border: 2px solid #00FFFF;

} .bille {

width: 10px;
height: 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
float: right;
top: 80px;
margin-right: 10px;

} .bille_lw {

background: #fa7c7c;

} .bille_hp {

background: #fcbe32;

} .bille_md {

background: #81c8ff;

}