Difference between revisions of "Template:UESTC-China/CSS/basic"

(Created page with "@charset "utf-8"; CSS Document: .bigtitle{ font-family: "SimSun"; font-size: 2em; font-weight: 700; text-align: center; color: #FFFFFF; } .mainbody{ font-fami...")
 
(Blanked the page)
 
Line 1: Line 1:
@charset "utf-8";
 
/* CSS Document */
 
  
.bigtitle{
 
font-family: "SimSun";
 
font-size: 2em;
 
font-weight: 700;
 
text-align: center;
 
color: #FFFFFF;
 
 
 
}
 
 
.mainbody{
 
font-family: "SimSun";
 
    font-size: 1.5em;
 
color: #FFFFFF;
 
}
 
 
.piture{
 
text-align: center;
 
    width: 100%;
 
}
 
 
.words{
 
font-family: "SimSun";
 
font-size: 1em;
 
font-style: oblique;
 
    text-align: center;
 
color: #FFFFFF;
 
 
}
 
 
@media(max-width:769px){
 
.firstless{
 
display: none;
 
}
 
}
 

Latest revision as of 10:46, 14 July 2019