Difference between revisions of "Template:USTC-Software/css/pageContent"

Line 15: Line 15:
 
     font-size: 18px;
 
     font-size: 18px;
 
     padding: 3em;
 
     padding: 3em;
     font-family: ubuntu, serif;
+
     font-family: ubuntu, serif !important;
 
}
 
}
 
/* the article title style */
 
/* the article title style */
Line 21: Line 21:
 
     line-height: 3em;
 
     line-height: 3em;
 
     text-align: center;
 
     text-align: center;
     font-family: alegreya, serif;
+
     font-family: alegreya, serif !important;
 
     font-weight: bold;
 
     font-weight: bold;
 
}
 
}
Line 27: Line 27:
 
.page-content > .card-body h3{
 
.page-content > .card-body h3{
 
     line-height: 3em;
 
     line-height: 3em;
     font-family: alegreya, serif;
+
     font-family: alegreya, serif !important;
 
     font-weight: bold;
 
     font-weight: bold;
 
}
 
}
Line 33: Line 33:
 
.page-content > .card-body h4{
 
.page-content > .card-body h4{
 
     line-height: 2em;
 
     line-height: 2em;
     font-family: alegreya, serif;
+
     font-family: alegreya, serif !important;
 
     font-weight: bold;
 
     font-weight: bold;
 
}
 
}

Revision as of 10:41, 14 October 2019

@font-face {

   font-family: ubuntu;
   src: url("https://static.igem.org/mediawiki/2019/c/c8/T--USTC-Software--ubuntu.woff");

} @font-face {

   font-family: alegreya;
   src: url("https://static.igem.org/mediawiki/2019/6/6e/T--USTC-Software--alegreya.woff");

} @font-face {

   font-family: amaranth;
   src: url("https://static.igem.org/mediawiki/2019/6/6e/T--USTC-Software--amaranth.woff");

} /*the article style*/ .page-content > .card-body {

   font-size: 18px;
   padding: 3em;
   font-family: ubuntu, serif  !important;

} /* the article title style */ .page-content > .card-body h1{

   line-height: 3em;
   text-align: center;
   font-family: alegreya, serif !important;
   font-weight: bold;

} /*the article title style*/ .page-content > .card-body h3{

   line-height: 3em;
   font-family: alegreya, serif !important;
   font-weight: bold;

} /*the article 2nd title style*/ .page-content > .card-body h4{

   line-height: 2em;
   font-family: alegreya, serif !important;
   font-weight: bold;

} /*the article passage style*/ .page-content > .card-body .passage{

   line-height: 1.5em;
   color: #575246;
   font-family: ubuntu, serif !important;
   word-break: break-all;
   text-align: justify;

}