Difference between revisions of "Team:Valencia UPV/logocolor"

 
(42 intermediate revisions by 2 users not shown)
Line 340: Line 340:
 
  /*footer*/
 
  /*footer*/
 
#footb{
 
#footb{
     background-color: black;
+
     background-color: white;
  
 
}
 
}
Line 361: Line 361:
  
 
#sponsor {
 
#sponsor {
    margin-left: 24%;
+
text-align:center;
 
}
 
}
  
Line 377: Line 377:
  
 
footer{
 
footer{
     background-color: black;
+
     background-color: white;
 
}
 
}
  
Line 480: Line 480:
 
     background-color: #006600;
 
     background-color: #006600;
 
}
 
}
 +
 +
li.button.alt a:visited{
 +
color: #926D41
 +
}
 +
  
 
/* Home items casi que se quita*/
 
/* Home items casi que se quita*/
Line 604: Line 609:
  
 
.ch-img-1 {  
 
.ch-img-1 {  
background-image: url(http://www.wallspick.com/wp-content/uploads/2014/10/Nice-Cute-Cat-640x400.jpg);
+
background-image: url(https://static.igem.org/mediawiki/2015/3/36/Dani.PNG);
 
}
 
}
  
 
.ch-img-2 {  
 
.ch-img-2 {  
background-image: url(http://www.wallspick.com/wp-content/uploads/2014/10/Nice-Cute-Cat-640x400.jpg);
+
background-image: url(https://static.igem.org/mediawiki/2015/5/50/Niki.jpg);
 
}
 
}
  
 
.ch-img-3 {  
 
.ch-img-3 {  
background-image: url(http://www.wallspick.com/wp-content/uploads/2014/10/Nice-Cute-Cat-640x400.jpg);
+
background-image: url(https://static.igem.org/mediawiki/2015/0/0e/Valencia_upv_ivan.png);
 
}
 
}
 +
  
 
.ch-img-4 {  
 
.ch-img-4 {  
background-image: url(https://static.igem.org/mediawiki/2015/3/39/Valencia_upv_littleplant.jpg);
+
background-image: url(https://static.igem.org/mediawiki/2015/c/c0/Valencia_upv_pilar.png);
 +
background-repeat: no-repeat;
 +
 +
}
 +
 
 +
.ch-img-5 {
 +
background-image: url(https://static.igem.org/mediawiki/2015/f/f4/Valencia_UPV_Ruben.png);
 +
background-repeat: no-repeat;
 +
 +
}
 +
 
 +
.ch-img-6 {
 +
background-image: url(https://static.igem.org/mediawiki/2015/5/53/Valencia_upv_alba.png);
 +
background-repeat: no-repeat;
 +
 +
}
 +
 
 +
.ch-img-7 {
 +
background-image: url(https://static.igem.org/mediawiki/2015/0/04/Agos.PNG);
 +
background-repeat: no-repeat;
 +
 +
}
 +
 
 +
.ch-img-8 {
 +
background-image: url(https://static.igem.org/mediawiki/2015/f/fa/Alex.jpeg);
 +
background-repeat: no-repeat;
 +
 +
}
 +
 
 +
.ch-img-9 {
 +
background-image: url(https://static.igem.org/mediawiki/2015/3/3c/Valencia_UPV_Marta.png);
 +
background-repeat: no-repeat;
 +
 +
}
 +
 
 +
.ch-img-10 {
 +
background-image: url(https://static.igem.org/mediawiki/2015/d/dc/Guillermo.jpg);
 +
background-repeat: no-repeat;
 +
 +
}
 +
 
 +
.ch-img-11 {
 +
background-image: url(https://static.igem.org/mediawiki/2014/5/52/Profile_Alfredo.jpg);
 +
background-repeat: no-repeat;
 +
 +
}
 +
 
 +
.ch-img-12 {
 +
background-image: url(http://www.ibmcp.upv.es/FGB/images/people/asun.jpg);
 +
background-repeat: no-repeat;
 +
 +
}
 +
 
 +
.ch-img-13 {
 +
background-image: url(https://static.igem.org/mediawiki/2014/6/6e/VUPV_Profile_Diego.png);
 +
background-repeat: no-repeat;
 +
 +
}
 +
 
 +
.ch-img-14 {
 +
background-image: url(https://static.igem.org/mediawiki/2014/4/4c/V_UPV_Alberto_team.png);
 +
background-repeat: no-repeat;
 +
 +
}
 +
 
 +
.ch-img-15 {
 +
background-image: url(https://static.igem.org/mediawiki/2014/9/9a/Profile_Javier.jpg);
 +
background-repeat: no-repeat;
 +
 +
}
 +
 
 +
.ch-img-16 {
 +
background-image: url(https://static.igem.org/mediawiki/2014/f/fb/VUPVJPico.jpg);
 
background-repeat: no-repeat;
 
background-repeat: no-repeat;
 
 
Line 675: Line 753:
 
transform: rotate3d(0,1,0,-180deg);
 
transform: rotate3d(0,1,0,-180deg);
 
}
 
}
 +
 +
/* Textos desplegables */
 +
 +
details{
 +
color: #000;
 +
border: solid 1px #fff;
 +
background: #fff;
 +
}
 +
summary{
 +
background: #fff;
 +
padding: 10px;
 +
color: 000;
 +
}
 +
 +
.clsPadding{
 +
padding: 10px;
 +
}
 +
 +
/*fix boxes*/
 +
ul.actions{
 +
  margin-right:1.4em;
 +
}
 +
a{
 +
  text-decoration: none;
 +
}
 +
 +
/*cambio imagen*/
 +
#brain{
 +
    margin-left: -36em;
 +
    position: absolute;
 +
    width: 600px;
 +
    height: 337px;
 +
    opacity:0;
 +
    transition-duration: 1s;
 +
    transition-property:opacity;
 +
}
 +
 +
#brain:hover{
 +
    opacity:1;
 +
}
 +
  
 
/* Scroll IDs*/
 
/* Scroll IDs*/
Line 693: Line 812:
  
 
#scrollsect4{}
 
#scrollsect4{}
 +
 +
.img-grey {
 +
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0                        0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
 +
  filter: gray;
 +
  -webkit-filter: grayscale(100%);
 +
}
 +
 +
.img-grey:hover {
 +
filter: none;
 +
-webkit-filter: grayscale(0%);
 +
}
 +
  
 
</style>
 
</style>
 
</html>
 
</html>

Latest revision as of 03:57, 19 September 2015