Template:SYSU-Software/statics/css/global.css

/* TODO: 1. ul and ol 2. .header4 3. 副标题 4. caption 表格标题 */ @font-face{

   font-family: 'Trajan Pro';
   src : url('../fonts/TrajanPro3-Regular.otf');

}

@font-face{

   font-family: 'Geneva';
   src : url('../fonts/Geneva.dfont');

}

@font-face{

   font-family: 'Chalkboard';
   src : url('../fonts/Chalkboard.ttc');

}

.page-container {

   padding-top: 300px;
   padding-left: 300px;
   padding-right: 300px;

}

.header1 {

   margin-top: 20px;
   margin-bottom: 20px;
   padding-right: 20px; 
   height: 60px;
   line-height: 60px;
   color: #FFF;
   text-align: right;
   font-size: 40px;
   border-right: 20px solid #FFF;
   font-weight: 700;
   font-family: 'Trajan Pro';

}

.header2 {

   margin-top: 20px;
   margin-bottom: 20px;
   height: 50px;
   line-height: 50px;
   color: #FFF;
   font-size: 30px;
   font-family: 'Trajan Pro';
   text-decoration: underline;

}

.header3 {

   margin-top: 20px;
   margin-bottom: 20px;
   height: 50px;
   line-height: 50px;
   color: #FFF;
   font-size: 30px;
   font-family: 'Trajan Pro';

}


.header4 {

   margin-top: 10px;
   margin-bottom: 9px;
   height: 20px;
   line-height: 20px;
   color: #FFF;
   font-size: 20px;
   font-family: 'Geneva';

}


.content {

   margin-top: 20px;
   margin-bottom: 20px;
   color: #FFF;
   font-size: 18px;
   line-height: 24px;
   font-family: 'Geneva';
   text-align: justify;

}

/* divider */ .ui.divider {

   border-bottom-color: #ffffff !important;
   border-top-color: #ffffff !important;

}

/* card */ .card {

   width: 200px !important;
   margin-right: 20px !important;
   border: none !important;
   border-radius: 0 !important;

}

.card .image {

   padding: 30px !important;

}

.card .content {

   text-align: left;

}

.card .content .header {

   text-align: center;

}

img {

 width: 85%;

}