Team:Linkoping Sweden/wiki

From 2014.igem.org

(Difference between revisions)
Line 371: Line 371:
.suplink {
.suplink {
     position:relative;
     position:relative;
 +
}
 +
/* Panels */
 +
.panel {
 +
    width:1100px;
 +
    margin:0;
 +
margin-top:25px;
 +
    color: rgb(30,39,43);
 +
    font-family: 'Verdana', sans-serif;
 +
overflow: hidden;
 +
height:auto;
 +
}
 +
.panel a {
 +
    color: rgb(46,43,52);
 +
    text-decoration:none;
 +
}
 +
 +
.top-banner {
 +
    width:1100px;
 +
    margin:0;
 +
    color: rgb(30,39,43);
 +
    border: 1px solid;
 +
    border-color: #303030;
 +
    font-family: 'Verdana', sans-serif;
 +
    overflow: hidden;
 +
    height:auto;
 +
}
 +
 +
.top-panel {
 +
    width:1100px;
 +
    margin:0;
 +
margin-top:25px;
 +
    color: rgb(30,39,43);
 +
    font-family: 'Verdana', sans-serif;
 +
overflow: hidden;
 +
height:auto;
 +
}
 +
 +
.top-panel a {
 +
    color: rgb(46,43,52);
 +
    text-decoration:none;
 +
}
 +
 +
.bottom-panel {
 +
    width:1100px;
 +
    margin:0;
 +
margin-bottom:25px;
 +
    color: rgb(30,39,43);
 +
    font-family: 'Verdana', sans-serif;
 +
overflow: hidden;
 +
height:auto;
 +
}
 +
 +
.bottom-panel a {
 +
    color: rgb(46,43,52);
 +
    text-decoration:none;
 +
}
 +
 +
.text-panel {
 +
width:1058px;
 +
padding:20px;
 +
    margin:0;
 +
margin-top:25px;
 +
    color: rgb(30,39,43);
 +
    font-family: 'Verdana', sans-serif;
 +
border: 1px solid;
 +
border-color: #303030;
 +
    float:left;
 +
background-image:url('https://static.igem.org/mediawiki/2014/e/ee/Linkoping_sweden_background2.jpg');
 +
    background-repeat:repeat;
 +
    overflow:hidden;
 +
overflow: hidden;
 +
height:auto;
 +
}
 +
 +
.text-panel a {
 +
    color: rgb(46,43,52);
 +
    text-decoration:none;
}
}
</style>
</style>
</html>
</html>

Revision as of 12:56, 25 July 2014