Team:UC Chile/css/prueba.css
From 2013.igem.org
body{
background-image:url('Img/Fondo.jpg'); overflow:scroll; text-decoration:none; text-align: center; font-size:16px; font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; }
/*
- First Div (Menu and Image)#######################################
- /
- first{
width:1000px; margin-top: 20px;
margin-bottom: 20px;
border-width: 2px;
border-style: dashed;
border-color: #000000; display:inline-block;
}
- first > img
{
max-width:100%; max-height:100%; margin:auto;
}
- first ul.Menu{
background-color:#000000; margin:0px; padding:0px; width:1000px; padding-bottom:5px; padding-top:5px;
}
- first a{
color:#ffffff; text-decoration:none; font-weight:bold; margin: 0px; display: block; width: 100%;
}
/*Cada uno de los items del menu (horizontal)*/
- first ul.Menu li.aux {
width:150px; position:relative; background-color:#000000; display:inline-block; color:#ffffff; font-weight:bold; /*font-size:16px;*/ margin:0px; padding:0px; border-width:2px; border-color:#ffffff; border-top-left-radius:10px; border-top-right-radius:10px; padding-top:10px; /*font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;*/
}
- first li.sep{
display:inline-block; color:#ffffff; padding-top:10px; font-weight:bold;
}
/*Lista que aparece al estar sobre el menu*/
- first ul.Sub_Menu{
background-color:#ffffff; text-align:left; position:absolute; visibility:hidden; padding:0px; margin:0px; left:-2px; list-style-type:none; border-width:2px;
border-style:solid;
border-color:#000000; border-bottom-left-radius:10px; border-bottom-right-radius:10px; width:150px; z-index:2;
}
- first ul.Sub_Menu li:last-child{
border-bottom-left-radius:10px; border-bottom-right-radius:10px;
} /*Texto dentro del sub menu*/
- first ul.Sub_Menu a{
color:#000000;
}
- first ul.Sub_Menu li{
padding-left:10px;
}
/*
- Second Div (Containers)#######################################
- /
- second{
width:1000px; overflow:hidden; margin-top: 20px;
margin-bottom: 20px; display:inline-block; }
- header{
list-style-type:none; text-align: left; padding-left:0px; margin:0px; background:none;
}
- header > li{
display:inline-block; color:#000000; border-top-left-radius:10px; border-top-right-radius:10px; padding:10px; padding-bottom:5px; margin:0px; font-weight:bold; position:relative; bottom:-2; cursor: pointer;
}
- header a{
color:#000000; text-decoration:none; font-weight:bold; margin: 0px; /*font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;*/
}
- second .Disp1{
background-color:#ffffff; border-top:2px dashed #000000; border-left:2px dashed #000000; border-right:2px dashed #000000; border-bottom:2px solid #ffffff; z-index:1
}
- second .Disp2{
background-color:#cccccc; border:0px;
}
- second .float_img > img{
float:left;
}
- second .container{
background-color:#ffffff; border-top:2px dashed #000000; border-bottom:2px dashed #000000; border-left:2px dashed #000000; border-right:2px dashed #000000; padding:0px; position:relative; bottom:0; text-align: left; background-image:url("Img/Container.jpg"); background-repeat:no-repeat; background-position:center bottom;
}
- second .subcont > div{
margin:20px; display:inline-block;
}
- brainstorming > li{
list-style-type:circle;
}
- photogallery{
margin:10px;
}
- photogallery li > img{
height:250px; width:250px; margin:15px; border:2px solid #000000;
}
- photogallery >li{
display:inline-block; background-color:#cccccc; list-style-type: none; border-radius:10px;
}
- photogallery >li:hover{
cursor:pointer; background-color:#33ffff;
}
- V1{
width:100%; height:100%; position:fixed; top:0px; right:0px; margin:0px; padding:0px; background-color:rgba(204,204,204,0.4); z-index:3; text-align:center; visibility:hidden;
}
- I1{
position:relative; top:15%; left:15%; width:70%; height:70%; text-align:center;
}
- I1 img{
width:100%; height:100%;
}
- I1 .Img{
position:absolute; right:0px; top:0px; z-index:2;
}
- I1 .Close{
position:absolute; right:-15px; top:-15px; height:30px; width:30px; z-index:3;
}
- I1 .Prev{
position:absolute; left:0px; top:45%; height:50px; width:50px; z-index:3;
}
- I1 .Next{
position:absolute; right:0px; top:45%; height:50px; width:50px; z-index:3;
}
/*
- End of Second Div #######################################
- /
/*
- Banner ##################################################
- /
- banner{
width:1000px; text-align: center; margin-top: 20px;
margin-bottom: 20px; background-color:#ffffff;
border-top:2px dashed #000000; border-bottom:2px dashed #000000; border-left:2px dashed #000000; border-right:2px dashed #000000;
background-image:url("Img/Banner.jpg");
background-repeat:no-repeat; background-position:center bottom; display:inline-block;
}
- banner ul{
padding:0px; margin:0px; border:0px; list-style-type:none;
}
- banner li{
padding:25px; display:inline-block; position:relative; border:0px;
}
- banner img{
margin:0px; border:0px;
} /*
- End of Banner ###########################################
- /
/*
- Clases for Calendar Items #######################################
- /
- Calendar{
display:inline-block; text-align: center; width:956; min-height:500px; vertical-align:top; }
- Month-div{
position:relative; display:block; background-color:#218f9c;
border-radius:10px; width:700px; height:55px; left:128px; }
- Month-header{
display:inline-block; width:50%; left:25%; }
- Month-header span.month{
display:inline-block; font-weight:bold; color:#ffffff; font-size:30px; width:200px; margin-top:10px; padding-left:15px; padding-right:15px; }
- Week-div{
background-color:#218f9c; display:inline-block; border-radius:10px; margin-right:20px; margin-top:20px; width:430px; min-height:300px; vertical-align:top; }
- Week-div .week,#Week-div .days{
display:inline-block; height:50px; vertical-align:middle; margin:5px; margin:5px; }
- Week-div .days{display:none;}
- Week-div .calendar_span{
display:inline-block; color:#ffffff; border:1px solid black; border-radius:5px; padding:5px; margin-left:10px; }
- Week-div .calendar_span:hover{
cursor:pointer; background-color:#33ffff; }
- Week-div .day{
height:35px; width:30px; }
- Week-div .week_resume{
width:120px; }
- Week-div .invalid{
background-color:#7e7e7e; }
- Text-div{
background-color:#218f9c; border-radius:10px; display:inline-block; margin-top:20px; width:500px; min-height:300px; vertical-align:top; }
- Text-div .title{
display:block; text-align:justify; font-weight:bold; font-size:20px; text-decoration:underline; margin:20px; margin-bottom:15px; }
- Text-div .resume,#Text-div .text{
text-align:justify; font-weight:bold; margin-top:15px; margin-left:25px; margin-right:25px; }
- Text-div li{
list-style-type:disc; font-size:15px; }
- Text-div .red{
color:#980000; }
- Text-div .blue{
color:#000098; }
- Text-div img{
display:block; }
- Calendar span.back, #Calendar span.next{
display:inline-block; font-weight:bold; font-size:30px; padding:10px; border-radius:5px; height:30px; }
- Calendar span.back:hover,#Calendar span.next:hover{
cursor:pointer; background-color:#33ffff; }
.notdisp{
display:none;
}
.disp{
display:block;
}