Team:USTC-Software/Achievements/Medal/css

From 2013.igem.org

Revision as of 09:38, 14 August 2013 by Zigzag (Talk | contribs)
  1. medal {
   background: #fff;
   width:960px;
   height:auto;
   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: 100px;

}

.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%;
    margin:0 auto;

}


p.medal_title1{

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

}


p.medal_title2{

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

}


p.medal_title3{

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

}


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;
    

}