Difference between revisions of "Template:USTC-Software/style/Medal"

 
Line 14: Line 14:
 
}
 
}
 
#medalcon {
 
#medalcon {
     left:10%;
+
     padding-left: 7%;
     width:80%;
+
     padding-right: 7%;
 
}
 
}
 
#medalhead {
 
#medalhead {
     width:100%
+
     width:100%;
 
}
 
}
 
.our {
 
.our {
     text-align:right
+
     text-align:left;
 
}
 
}
 
td {
 
td {
Line 30: Line 30:
 
}
 
}
 
.exp {
 
.exp {
     font-weight:300
+
     font-weight:300;
 
}
 
}

Latest revision as of 21:00, 18 September 2015

body {

   font-family:"Roboto";
   margin:0;
   line-height: 1.6em;

} .tick {

   height:22px

} .medal {

   width:60;
   height:60;
   position: relative;
   top: 20px;

}

  1. medalcon {
   padding-left: 7%;
   padding-right: 7%;

}

  1. medalhead {
   width:100%;

} .our {

   text-align:left;

} td {

   text-align:left;
   vertical-align:top;
   font-weight:500;
   line-height: 1.6em;

} .exp {

   font-weight:300;

}