Difference between revisions of "Template:KEYSTONE"

 
(24 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 297: Line 297:
 
     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 473: Line 475:
 
}
 
}
  
.article li {
+
.article li{
    list-style:square;
+
 
     font-size: 18px;
 
     font-size: 18px;
 
     line-height: 26px;
 
     line-height: 26px;
 
     font-family: Calibri;
 
     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 492: 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