Difference between revisions of "Template:SJTU-software"

Line 357: Line 357:
 
     .nivo-controlNav a.active {
 
     .nivo-controlNav a.active {
 
         background: #e09402;
 
         background: #e09402;
 +
    }
 +
 +
    /* Widgets block
 +
    /*-----------------------------------------------------------------------------------*/
 +
    .widget-cols {
 +
        position: relative;
 +
        display: block;
 +
        background: #62493d url(https://static.igem.org/mediawiki/2018/e/e5/T--SJTU-software--widgets.png) repeat;
 +
        font-size: 16px;
 +
        color: #e7d7ba;
 +
        text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.5);
 +
        text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
 +
        border-top: 4px solid #e09402;
 +
        padding-left: 10px;
 +
        padding-top: 10px;
 +
        margin: auto;
 +
        height:220px;
 +
    }
 +
    .widget-cols h1,
 +
    .widget-cols h2,
 +
    .widget-cols h3,
 +
    .widget-cols h4,
 +
    .widget-cols h5,
 +
    .widget-cols h6 {
 +
        font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial;
 +
        color: #e09402;
 +
        margin-bottom: 20px;
 +
        font-weight: 700;
 +
    }
 +
    .widget-cols a {
 +
        color: #e09402;
 +
        border-bottom: 1px dotted #e09402;
 +
        text-decoration: none;
 +
    }
 +
    .widget-cols a:hover {
 +
        color: #fff;
 +
        border-bottom: 1px dotted #fff;
 +
    }
 +
    .widget-cols > ul {
 +
        width: 220px;
 +
        float: left;
 +
        margin-left: 20px;
 +
        margin-bottom: 40px;
 +
    }
 +
    .widget-cols > li {
 +
        width: 220px;
 +
        float: left;
 +
        margin-left: 20px;
 +
        margin-bottom: 40px;
 +
    }
 +
    .widget-cols .scroll {
 +
        content: '';
 +
        position: absolute;
 +
        top: -40px;
 +
        left: 50%;
 +
        margin-left: -23px;
 +
        background: url(https://static.igem.org/mediawiki/2018/f/ff/T--SJTU-software--bottom-arrow.png) no-repeat;
 +
        height: 41px;
 +
        width: 46px;
 +
    }
 +
    .widget-cols .scroll:hover {
 +
        background-position: 0px -41px;
 +
    }
 +
    .multiplebgs .widget-cols {
 +
        background-image: url(https://static.igem.org/mediawiki/2018/9/91/T--SJTU-software--widgets-shadow.png), url(https://static.igem.org/mediawiki/2018/e/e5/T--SJTU-software--widgets.png);
 +
        background-repeat: repeat-x, repeat;
 +
        background-position: left bottom, left bottom;
 +
    }
 +
 +
    .footer-divider {
 +
        background: #5a453b;
 +
        border-top: 1px solid #644d42;
 +
        border-bottom: 1px solid #523f35;
 +
        height: 8px;
 +
        width: 100%;
 +
    }
 +
 +
    /* FOOTER
 +
    /*-----------------------------------------------------------------------------------*/
 +
    footer {
 +
        position: relative;
 +
        text-align: center;
 +
        padding: 30px 30px 30px 30px;
 +
        font-size: 18px;
 +
        color: #e09402;
 +
        background: #62493d url(https://static.igem.org/mediawiki/2018/b/b6/T--SJTU-software--footer.png) repeat-x center top;
 +
        text-shadow: 0px -1px 0 rgba(0, 0, 0, 0.5);
 +
    }
 +
    footer:after {
 +
        content: '';
 +
        position: absolute;
 +
        bottom: -46px;
 +
        height: 46px;
 +
        width: 100%;
 +
        width: 940px\9;
 +
        background: url(https://static.igem.org/mediawiki/2018/5/5b/T--SJTU-software--main-shadow.png) no-repeat top center;
 +
    }
 +
    footer a {
 +
        text-decoration: none;
 +
        color: #e09402;
 +
        border-bottom: 1px dotted #e09402;
 +
    }
 +
    footer a:hover {
 +
        color: #fff;
 +
        border-bottom: 1px dotted #fff;
 
     }
 
     }
  

Revision as of 04:06, 14 October 2018