Team:USTC-Software/Software/Overview/css

From 2013.igem.org

  1. home_overview {
    margin: 0 auto;
    position: relative;
    background: #FFF;
    display:block;
    width:960px;
    height:1000px;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    border-radius: 1em;
    margin-top:55px;
    margin-bottom:5px;

}


  1. home_overview h1 {
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 36px;
    color:#0b83d3;
    border-bottom:#CCC dotted 2px;

}


  1. overview_contain {
    position:absolute;
    float:left; 
    width:100%; 
    height:100%; 
    background: url(USTC-Software_Box_header.png) repeat-x; 
    top:60px; 
    /*color:#213443;
    border-radius: 2px 2px 0 0; 
    -moz-border-radius: 2px 2px 0 0; 
    -webkit-border-radius: 6px 6px 0 0;*/

}


  1. overview_contain h2 {
    display: block;
    width: 100%;
    font-size:20px;
    font-family: 'Open Sans',arial,serif;
    margin-left:35px;
    margin-top:10px;
    margin-bottom:10px;

}


  1. overview_contain p {
    font-size:14px;
    font-family: "Helvetica Neue","Arial",sans-serif;

}


  1. overview_l {
    height:auto;
    width:400px; 
    float:left;
    clear:left;
    margin-left:35px;
    margin-top:0px;

}


  1. overview_l h3 {
    font-size:20px;
    font-family: 'Open Sans',"Helvetica Neue",arial,serif;

}


  1. overview_r {
    height:auto;
    width:400px; 
    float:right;
    margin-top:0px;
    margin-right:35px;

}

  1. overview_r h3 {
    font-size:20px;
    font-family: 'Open Sans',"Helvetica Neue",arial,serif;

}




  1. jobs_container {
    position: relative; 
    width:400px;	 

}

.jobs_trigger {

    height: 14px;
    line-height: 14px;
    border-top: 1px solid #b1b1b1;
    cursor: pointer;
    padding: 7px 15px; 
    font: 14px Times, serif;
    font-style: italic; 
    background: url(USTC-Software_Bg_trigger_status.png) no-repeat 380px 10px;

}


.jobs_trigger.active { background-position: 380px -41px;}



.jobs_trigger span {

    width: 10px; 
    display: block; 
    float: left;
    color: #36526c;
    /*font-weight: 550;*/

}


.jobs_trigger strong {

    font: 14px "Helvetica Neue","Arial",sans-serif; 
    font-style: normal;
    color: #36526c;

}


.jobs_item { padding: 1px 15px 12px;} .jobs_item p { margin: 11px 0 0;}