Team:USTC-Software/Achievements/Medal/css

From 2013.igem.org

Revision as of 09:52, 14 August 2013 by Zigzag (Talk | contribs)
  1. medal {
   background: #fff;
   width:960px;
   height:1200px;
   margin:0 auto;
   /*padding:0 0;*/
   color: #213443;
   position:relative;
   font-family:Arial, Helvetica, sans-serif;
   -moz-border-radius:1em;
   -webkit-border-radius:1em;
   border-radius: 1em;
   margin-top:60px;

}

  1. medal 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;

}

.medal_detail{

    /*-moz-border-radius:1em;
    -webkit-border-radius:1em;
    border-radius: 1em;*/
    background: #fff url(USTC-Software_Box_header.png) repeat-x;
    width:100%;

}


p.medal_title1{

    font-size:24px;
    color: #FF0;
    font-family: "Arial Black", Gadget, sans-serif, "Brush Script MT";
    margin-top:-20px;
    margin-bottom:20px;

}


p.medal_title2{

    font-size:24px;
    color: #CCC;
    font-family: "Arial Black", Gadget, sans-serif, "Brush Script MT";
    margin-top:0px;
    margin-bottom:20px;

}


p.medal_title3{

    font-size:24px;
    color: #930;
    font-family: "Arial Black", Gadget, sans-serif, "Brush Script MT";
    margin-top:0px;
    margin-bottom:0px;

}


/*div.require_fulfill{

   margin-top:30px;
   margin-bottom:30px;

}*/


div.requirement p{

    font-size:16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:400;
    color: #36526c;

}

p.fulfillment{

    font-size:16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:200;
    text-indent:1em;
    

}