Team:USTC-Software/Achievements/Medal/css

From 2013.igem.org

(Difference between revisions)
Line 3: Line 3:
     height:auto;
     height:auto;
     margin:0 auto;
     margin:0 auto;
-
     padding:30px 30px 30px 30px;
+
     padding:0 0;
     color: #213443;
     color: #213443;
     position:relative;
     position:relative;
Line 28: Line 28:
     font-family: "Arial Black", Gadget, sans-serif, "Brush Script MT";
     font-family: "Arial Black", Gadget, sans-serif, "Brush Script MT";
     margin-top:10px;
     margin-top:10px;
-
     margin-bottom:20px;
+
     margin-bottom:10px;
}
}
Line 36: Line 36:
     color: #CCC;
     color: #CCC;
     font-family: "Arial Black", Gadget, sans-serif, "Brush Script MT";
     font-family: "Arial Black", Gadget, sans-serif, "Brush Script MT";
-
     margin-top:10px;
+
     margin-top:0px;
-
     margin-bottom:20px;
+
     margin-bottom:10px;
}
}
Line 45: Line 45:
     color: #930;
     color: #930;
     font-family: "Arial Black", Gadget, sans-serif, "Brush Script MT";
     font-family: "Arial Black", Gadget, sans-serif, "Brush Script MT";
-
     margin-top:10px;
+
     margin-top:0px;
-
     margin-bottom:20px;
+
     margin-bottom:10px;
}
}

Revision as of 09:31, 14 August 2013

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

}

.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:400px;*/
    margin:30px 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;

}

p.fulfillment{

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

}