Team:USTC-Software/Achievements/Medal/css

From 2013.igem.org

(Difference between revisions)
Line 16: Line 16:
     -webkit-border-radius:1em;
     -webkit-border-radius:1em;
     border-radius: 1em;
     border-radius: 1em;
-
     background: url(https://static.igem.org/mediawiki/2013/9/96/USTC-Software_Box_header.png) repeat-x #fff;
+
     background: #fff url(https://static.igem.org/mediawiki/2013/9/96/USTC-Software_Box_header.png) repeat-x;
     width:100%;
     width:100%;
-
     height: auto;
+
     height:500px;
     margin:0 auto;
     margin:0 auto;
}
}

Revision as of 09:02, 14 August 2013

  1. medal {
   width:960px;
   height:auto;
   margin:0 auto;
   padding:30px 30px;
   color: #213443;
   position:relative;
   font-family:Arial, Helvetica, sans-serif;
   -moz-border-radius:1em;
   -webkit-border-radius:1em;
   border-radius: 1em;

}

.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%;
    height:500px;
    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:20px;

}


p.medal_title2{

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

}


p.medal_title3{

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

}


div.require_fulfill{

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

}


div.requirement p{

    font-size:16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:400;

}

p.fulfillment{

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

}