Difference between revisions of "Template:XJTU-China/style"

 
(22 intermediate revisions by 2 users not shown)
Line 56: Line 56:
 
     --iGEMgreen: #2a9661;
 
     --iGEMgreen: #2a9661;
 
     --fdtbrown:#f58f5f;
 
     --fdtbrown:#f58f5f;
     --lightpink:#fdc4b6;
+
     --d: 700ms;
     --nectarinered:#ea7070;
+
     --e: cubic-bezier(0.19, 1, 0.22, 1);
 
}
 
}
  
Line 327: Line 327:
  
 
.fixedBackground:before {
 
.fixedBackground:before {
     background: rgba(0, 0, 0, 0.1);
+
     background: rgba(0, 0, 0, 0.15);
 
     position: absolute;
 
     position: absolute;
 
     width: 100%;
 
     width: 100%;
Line 338: Line 338:
 
.fixedBackground {
 
.fixedBackground {
 
     height: 70vh;
 
     height: 70vh;
 +
    background-color: white;
 
}
 
}
  
Line 359: Line 360:
 
     width: 100vw;
 
     width: 100vw;
 
     height: 70vh;
 
     height: 70vh;
      
+
     z-index: 2;
 
}
 
}
  
Line 374: Line 375:
 
     color: snow;
 
     color: snow;
 
     border-bottom: 5px solid snow;
 
     border-bottom: 5px solid snow;
}
 
 
.teamIntro hgroup h2{
 
    color: #222222 !important;
 
    font-family: 'britanic',sans-serif;
 
    font-weight: 600;
 
}
 
 
.teamIntro hgroup h4{
 
    color: #222222 !important;
 
    font-family: 'britanic',sans-serif;
 
    font-weight: 500;
 
 
}
 
}
  
Line 394: Line 383:
 
     text-align: justify;
 
     text-align: justify;
 
     background-color: #21242d;
 
     background-color: #21242d;
 +
}
 +
 +
.container.mainBox.bg-white {
 +
    background-color: white !important;
 
}
 
}
  
 
.wallpaper-bg{
 
.wallpaper-bg{
 
     background-image: url(https://static.igem.org/mediawiki/2021/1/17/T--XJTU-China--wallpaper.jpg);
 
     background-image: url(https://static.igem.org/mediawiki/2021/1/17/T--XJTU-China--wallpaper.jpg);
     background-size: 30%;
+
     background-size: 90%;
 
}
 
}
  
Line 405: Line 398:
 
     padding: 1em 0;
 
     padding: 1em 0;
 
     background-color: #2e323e !important;
 
     background-color: #2e323e !important;
 +
    z-index: 202;
 +
}
 +
.page-light{
 +
    border-radius: 20px;
 +
    padding: 1em 0;
 +
    background-color: rgba(250,250,250,0.9) !important;
 
     z-index: 2;
 
     z-index: 2;
 
}
 
}
Line 414: Line 413:
 
     padding: 0;
 
     padding: 0;
 
     border: none;
 
     border: none;
     border-top: medium double #333;
+
     border-top: medium double white;
     color: #333;
+
     color: white;
 
     text-align: center;
 
     text-align: center;
 
}
 
}
Line 426: Line 425:
 
     font-size: 1.5em;
 
     font-size: 1.5em;
 
     padding: 0 0.25em;
 
     padding: 0 0.25em;
     background: white;
+
     background: #2e323e;
 +
    color: white;
 
}
 
}
  
.xjtuText{
+
.centerize {
     text-align: center;
+
    display: flex !important;
 +
    justify-content: center !important;
 +
    align-items: center !important;
 +
     text-align: center !important;
 
}
 
}
  
.xjtuText h1,.xjtuText h2,.xjtuText h3{
+
.xjtuText h1,.xjtuText h2,.xjtuText h3, .xjtuText h4{
 
     font-family: 'britanic',sans-serif !important;
 
     font-family: 'britanic',sans-serif !important;
 
}
 
}
  
 
.xjtuText h1{
 
.xjtuText h1{
     color: snow;
+
     color: #7298ff;
 
     text-transform: uppercase;
 
     text-transform: uppercase;
 
     font-weight: 600;
 
     font-weight: 600;
 
     letter-spacing: 3px;
 
     letter-spacing: 3px;
 +
    text-align: center;
 
}
 
}
  
Line 450: Line 454:
 
}
 
}
 
.xjtuText h3{
 
.xjtuText h3{
     text-transform: capitalize;
+
     color: #acde92;
 
     font-weight: 400;
 
     font-weight: 400;
 +
}
 +
.xjtuText h4,
 +
.xjtuText h5{
 +
    color: white;
 
}
 
}
  
Line 466: Line 474:
 
}
 
}
  
 +
.xjtuText p a {
 +
    color: #7298ff;
 +
    text-decoration-line: underline;
 +
    text-transform: capitalize;
 +
}
 +
 +
.xjtuText p.nav{
 +
    font-size: 1.2em!important;
 +
    font-weight: bold;
 +
}
 +
 +
.xjtuText h3 a {
 +
    color: inherit;
 +
    text-decoration: inherit;
 +
}
 +
 +
.xjtuText a.nav{
 +
    text-decoration: none;
 +
    font-size: 1.2em;
 +
}
  
 
.xjtuText .imgWrapper {
 
.xjtuText .imgWrapper {
Line 513: Line 541:
 
}
 
}
  
.xjtutext.page .wrapper {
+
.xjtuText .underline {
     display: flex;
+
     text-decoration: underline !important;
    justify-content: center;
+
    /* text-align: justify; */
+
 
}
 
}
  
.highlight {
+
.xjtuText .sup {
 +
    vertical-align: super;
 +
    font-size: 0.8em;
 +
}
 +
 
 +
.xjtuText .sub {
 +
    vertical-align: sub;
 +
    font-size: 0.8em;
 +
}
 +
 
 +
.xjtuText ul {
 +
    font-family: 'eras', sans-serif !important;
 +
    color: white;
 +
    font-size: 18px;
 +
}
 +
 
 +
img.hoverLarger {
 +
    cursor: zoom-in;
 +
    transition: 1s;
 +
}
 +
 
 +
img.hoverLarger:hover{
 +
    transition: 1s;
 +
    transform: scale(1.3);
 +
}
 +
 
 +
.highlightBox {
 
     width: 95%;
 
     width: 95%;
 
     background-color: #3a3f4f;
 
     background-color: #3a3f4f;
     padding: 10%;
+
     padding: 1em;
 
     border-radius: 15px;
 
     border-radius: 15px;
 +
}
 +
 +
.highlightBox-light {
 +
    width: 95%;
 +
    background-color: rgba(250,250,250,0.8);
 +
    padding: 1em;
 +
    border-radius: 15px;
 +
}
 +
 +
.card.card-dark {
 +
    background-color: #3a3f4f;
 
}
 
}
  
 
@media (max-width:768px) {
 
@media (max-width:768px) {
     .page{
+
     .page,.page-light{
 
         padding: 20px 30px;
 
         padding: 20px 30px;
 
     }
 
     }
Line 543: Line 606:
  
 
.linkBox-items {
 
.linkBox-items {
     box-shadow: 2px 2px 5px slategray;
+
     box-shadow: 2px 2px 5px #454959;
 +
    background-color: #3a3f4f;
 
     text-align: center;
 
     text-align: center;
 
     border-radius: 5px;
 
     border-radius: 5px;
Line 549: Line 613:
  
 
.linkBox-items:hover {
 
.linkBox-items:hover {
     border-color: #222;
+
     border-color: #7298ff;
 
}
 
}
  
 
.linkBox span {
 
.linkBox span {
 
     font-size: 4em;
 
     font-size: 4em;
     color: #222;
+
     color: #5472c3;
 
}
 
}
  
Line 562: Line 626:
 
     font-family: 'eras', sans-serif !important;
 
     font-family: 'eras', sans-serif !important;
 
     font-size: 1.2em;
 
     font-size: 1.2em;
     color: #222;
+
     color: #5472c3;
 
     font-weight: 600!important;
 
     font-weight: 600!important;
 
     line-height: 1.5em;
 
     line-height: 1.5em;
Line 568: Line 632:
 
}
 
}
  
.linkBox:hover span,
+
.linkBox-items:hover span,
.linkBox:hover h4 {
+
.linkBox-items:hover h4 {
     color: slategray;
+
     color: #7298ff;
 
}
 
}
  
Line 595: Line 659:
  
 
footer .sponsor{
 
footer .sponsor{
     height: 240px;
+
     height: 250px;
 +
}
 +
 
 +
footer .sponsor a>img{
 +
    opacity: 0.75;
 +
}
 +
 
 +
footer .sponsor a>img:hover{
 +
    opacity: 1;
 
}
 
}
  
Line 1,149: Line 1,221:
 
.dialog--open .dialog__content {
 
.dialog--open .dialog__content {
 
pointer-events: auto;
 
pointer-events: auto;
}
 
 
.dialog__description{
 
 
}
 
}
  
Line 1,237: Line 1,306:
 
}
 
}
 
#to-top a{
 
#to-top a{
     color: slategray;
+
     color: #2347a3;
 
}
 
}
  
 
#to-top a:active,
 
#to-top a:active,
 
#to-top a:hover{
 
#to-top a:hover{
     color: var(--iGEMgreen);
+
     color: #3151a3;
 +
    ;
 
}
 
}
  

Latest revision as of 08:59, 21 October 2021