Difference between revisions of "Template:BNU-China/CSS/final"

Line 62: Line 62:
 
#abstract h1{
 
#abstract h1{
 
font-family: "Quicksand" !important;
 
font-family: "Quicksand" !important;
 +
}
 +
#w_text a{
 +
color:rgb(224,64,28);
 
}
 
}

Revision as of 13:40, 22 October 2017

.math>span:last-child {

   border:none !important;

} .w_a:hover, .w_a:visited {

   text-decoration: none !important;

} @font-face { font-family: "SF Pro Display"; src: url("https://static.igem.org/mediawiki/2017/6/68/T--BNU-China--SanFranciscoDisplay-Light.otf"); } @font-face { font-family: "Quicksand"; src: url("https://static.igem.org/mediawiki/2017/6/63/T--BNU-China--Quicksand.otf"); } @font-face { font-family: "SF Text"; src: url("https://static.igem.org/mediawiki/2017/1/19/T--BNU-China--SanFranciscoText-Regular.otf"); } @font-face { font-family: "Cicero Sans"; src: url("https://static.igem.org/mediawiki/2017/9/9f/T--BNU-China--CiceroSans.ttf"); } @font-face { font-family: "Regular"; src: url("https://static.igem.org/mediawiki/2017/c/c2/T--BNU-China--Regular.ttf"); } @font-face { font-family: "Open Sans"; src: url("https://static.igem.org/mediawiki/2017/3/39/T--BNU-China--OpenSans.ttf"); } @font-face { font-family: "arlrdbd"; src: url("https://static.igem.org/mediawiki/2017/1/1b/T--BNU-China--arlrdbd.ttf"); } @font-face { font-family: "Segoe Print"; src: url("https://static.igem.org/mediawiki/2017/3/39/T--BNU-China--segoe.ttf"); }

  1. w_text>p {

font-family: "Times New Roman" !important; text-align: justify !important; }

  1. w_nav .w_a {

font-family: "Segoe Print" !important; }

  1. w_menu .w_a {

font-family: "Quicksand" !important; }

  1. w_menu p {

font-family: "Quicksand" !important; }

  1. w_navMenu p {

text-align: right !important; }

  1. w_text h1,h2,h3{

font-family: "Quicksand" !important; }

  1. w_text h3{

font-weight:900; }

  1. abstract h1{

font-family: "Quicksand" !important; }

  1. w_text a{

color:rgb(224,64,28); }