Difference between revisions of "Template:Fudan Template/CSS"

Line 69: Line 69:
 
     text-align: justify;
 
     text-align: justify;
 
     line-height: 20px;
 
     line-height: 20px;
    font-family: ITC Avant Garde Gothic LT Extra Light
 
 
}
 
}
 
.acknowledgement {
 
.acknowledgement {
Line 97: Line 96:
 
     font-size: 14px;
 
     font-size: 14px;
 
     color: #000;
 
     color: #000;
}
 
@font-face
 
{
 
font-family: ITC Avant Garde Gothic LT Extra Light;
 
src: url(https://static.igem.org/mediawiki/2017/6/6a/T--Fudan--Font_AG.ttf),
 
font-weight:bold;
 
 
}
 
}

Revision as of 01:55, 8 September 2017

@charset "UTF-8"; /* CSS Document */

body {

   text-align: left;
   background-image: url(T--Fudan--Background_Online_Software.jpg);
   background-repeat: repeat-y;
   background-color: #ededed;
   background-position: center;
   margin: auto;
   padding: 0px;
   font-family: arial, verdana, helvetica, sans-serif;
   font-size: 14px;
   color: #009;
   margin-left: auto;
   margin-right: auto;

}

div#container {

   margin-left: auto;
   margin-right: auto;
   width: 50em;
   text-align: left;
   border-top: 4px solid #f66200;
   width:700px;

} .padding {

   margin: 0px;
   font-size: 12px;
   color: #900;
   text-align: left;

}

.requiredBanner {margin:75px 0px 25px; border-top:4px solid #f66200; padding-top:7px;}


.gap {

   padding-top:20px;
   border-bottom:4px solid #f66200;

}

.actitle {

   font-size: 20px;
   color: #ac004b;
   margin: 20px;
   padding-top: 2px;

}

.h1 {

   font-size: 18px;
   color: rgba(236, 125, 24, 0.87);
   margin-left: 20px;

} .h2 {

   font-size: 18px;
   color: #2c306e;
   margin-left: 5px;

} .texth{

   font-size: 14px;
   color: #3c3c3c;
   margin: 20px;
   border-top: 3px solid #ebebeb;
   border-bottom: 3px solid #ebebeb;
   padding-top: 7px;
   text-align: justify;
   line-height: 20px;

} .acknowledgement {

   font-size: 14px;
   color: #3c3c3c;
   margin: 20px;
   padding-top: 0px;
   text-align: justify;
   line-height: 20px;

} .headline {

   font-size: 28px;
   color: #c70000;
   margin: 20px;
   margin-left: 12px;
   padding-left: 8px;
   border-left: 4px solid #f66200;
   border-top: 2px solid #f66200;

} .titleline {

   font-size: 28px;
   color: #c70000;
   margin: 20px;

} .codetype {

   font-family: Verdana, Geneva, sans-serif;
   font-size: 14px;
   color: #000;

}