Difference between revisions of "Template:KEYSTONE"

 
(27 intermediate revisions by 3 users not shown)
Line 49: Line 49:
  
 
li, ol, ul {
 
li, ol, ul {
    list-style: none
+
  list-style-type:none;
 
}
 
}
  
Line 169: Line 169:
 
.banner {
 
.banner {
 
     width: 100%;
 
     width: 100%;
     height: 570px;
+
     height: 800px;
 
     overflow:hidden;
 
     overflow:hidden;
 
     margin-top:15px;
 
     margin-top:15px;
     background: url(https://static.igem.org/mediawiki/2020/d/da/T--KEYSTONE--newbanner.png) no-repeat center center #ffffff;
+
     background: url(https://static.igem.org/mediawiki/2020/2/2a/KEYSTONE_banner.svg) no-repeat center center #ffffff;
 
     background-size: 100% 100%;
 
     background-size: 100% 100%;
 
     -moz-background-size:100% 100%;
 
     -moz-background-size:100% 100%;
Line 183: Line 183:
 
     height: 294px;
 
     height: 294px;
 
     overflow: hidden;
 
     overflow: hidden;
     margin-top: 15px;
+
     margin-top: 30px;
 
     background: url(https://static.igem.org/mediawiki/2020/5/5c/T--KEYSTONE--banner1.jpg) no-repeat center center #ffffff;
 
     background: url(https://static.igem.org/mediawiki/2020/5/5c/T--KEYSTONE--banner1.jpg) no-repeat center center #ffffff;
 
}
 
}
Line 190: Line 190:
 
     width: 1240px;
 
     width: 1240px;
 
     margin: 0 auto;
 
     margin: 0 auto;
     padding-top: 200px;
+
     padding-top: 180px;
 
     padding-left: 80px;
 
     padding-left: 80px;
 
}
 
}
  
 
.banner1 div img {
 
.banner1 div img {
     width: 370px;
+
     height:90px
 
}
 
}
  
Line 227: Line 227:
 
.beach .there .thereCon {
 
.beach .there .thereCon {
 
     width: 100%;
 
     width: 100%;
     height: 309px;
+
     height: 359px;
 
     background: #e8eff4;
 
     background: #e8eff4;
 
}
 
}
Line 234: Line 234:
 
     display: table-cell;
 
     display: table-cell;
 
     vertical-align: middle;
 
     vertical-align: middle;
     height: 309px;
+
     height: 359px;
 
     font-size:18px !important;
 
     font-size:18px !important;
 
     text-align:left !important;
 
     text-align:left !important;
Line 255: Line 255:
 
.beach .lcc .lccCon {
 
.beach .lcc .lccCon {
 
     width: 100%;
 
     width: 100%;
     height: 250px;
+
     height: 300px;
 
     background: #e8eff4;
 
     background: #e8eff4;
 
     text-align: center;
 
     text-align: center;
Line 263: Line 263:
 
     display: table-cell;
 
     display: table-cell;
 
     vertical-align: middle;
 
     vertical-align: middle;
     height: 250px;
+
     height: 300px;
 
     width: 375px;
 
     width: 375px;
 
     font-size:18px !important;
 
     font-size:18px !important;
Line 285: Line 285:
 
.beach .this .thisCon {
 
.beach .this .thisCon {
 
     width: 100%;
 
     width: 100%;
     height: 296px;
+
     height: 346px;
 
     background: #e8eff4;
 
     background: #e8eff4;
 
     text-align: center;
 
     text-align: center;
Line 293: Line 293:
 
     display: table-cell;
 
     display: table-cell;
 
     vertical-align: middle;
 
     vertical-align: middle;
     height: 296px;
+
     height: 346px;
 
     width: 463px;
 
     width: 463px;
 
     font-size:18px !important;
 
     font-size:18px !important;
 
     text-align:left !important;
 
     text-align:left !important;
 +
 
}
 
}
  
Line 317: Line 318:
 
.beach .there .thereCon p, .beach .lcc .lccCon p, .beach .this .thisCon p {
 
.beach .there .thereCon p, .beach .lcc .lccCon p, .beach .this .thisCon p {
 
     font-family: Calibri;
 
     font-family: Calibri;
 +
    line-height: 24px;
 
}
 
}
  
Line 464: Line 466:
 
     width: 1125px;
 
     width: 1125px;
 
     padding: 0 30px;
 
     padding: 0 30px;
     min-height: 500px;
+
     min-height: 300px;
 
}
 
}
  
Line 471: Line 473:
 
     line-height: 26px;
 
     line-height: 26px;
 
     font-family: Calibri;
 
     font-family: Calibri;
 +
}
 +
 +
.article li{
 +
    font-size: 18px;
 +
    line-height: 26px;
 +
    font-family: Calibri;
 +
}
 +
 +
.square li{
 +
    list-style:square;
 +
}
 +
 +
.lower-alpha li{
 +
    list-style-type:lower-alpha;
 +
}
 +
 +
.article ol {
 +
  margin: 0.3em 0 0 1.5em !important;
 +
}
 +
 +
.decimal li{
 +
    list-style-type:decimal;
 
}
 
}
  
Line 485: Line 509:
 
     font-weight: bold;
 
     font-weight: bold;
 
     color: #2440b3;
 
     color: #2440b3;
 +
}
 +
.article .note{
 +
    font-size: 16px;
 +
    line-height: 30px;
 +
    color: #999;
 
}
 
}
  

Latest revision as of 12:42, 30 March 2021