Difference between revisions of "Template:KU Leuven/css"

 
(17 intermediate revisions by one other user not shown)
Line 348: Line 348:
 
}
 
}
  
.togglebar .datatable table{
+
.togglebar .datatable {
 
width: 90%;
 
width: 90%;
 
}
 
}
Line 361: Line 361:
 
}
 
}
  
.toggleone, .toggletwo, .togglethree, .togglefour, .togglefive , .togglesix , .toggleseven, .toggleeight, .togglenine, .togglethreehalf, .togglefourhalf, .toggleten, .toggleeleven, .toggletwelve, .toggle13, .toggle14{
+
.toggleone, .toggletwo, .togglethree, .togglefour, .togglefive , .togglesix , .toggleseven, .toggleeight, .togglenine, .togglethreehalf, .togglefourhalf, .toggleten, .toggleeleven, .toggletwelve, .toggle13, .toggle14, .toggle15{
 
       width: 100%;
 
       width: 100%;
 
         text-align: center;
 
         text-align: center;
Line 380: Line 380:
 
/* All the elements in the navigation bar are defined in this section */
 
/* All the elements in the navigation bar are defined in this section */
  
/*Hello, perhaps a minor problem still but instead of changing all my code i tried to find the correct items in the bar and restyle them to there original styling (see beneath). When comparing we saw that the iGEM still looks like it is in a different font (when i inspect this it look like it has the correct font)
+
/*Hi vincent especially for you a German word ;) Schmetterling
 
+
 
*/
 
*/
 
#top_menu_under, #top_menu_14 {
 
#top_menu_under, #top_menu_14 {
Line 609: Line 608:
 
     width:60%;
 
     width:60%;
 
     display: block;
 
     display: block;
 +
    border: 5px solid #f3efe7;
 +
    background-color: #FFF;
 +
    border-radius: 20px;
 
     background-color:rgba(243,239,231,0.95);
 
     background-color:rgba(243,239,231,0.95);
 
     color: #808080;
 
     color: #808080;
Line 689: Line 691:
 
     z-index:1;
 
     z-index:1;
 
     position:relative;
 
     position:relative;
     top:-40px;
+
     top:-50px;
 
     left: -4.5%;
 
     left: -4.5%;
 
     display: inline-block;
 
     display: inline-block;
Line 817: Line 819:
 
     height:20%;
 
     height:20%;
 
     width:100%;
 
     width:100%;
     top:25%;
+
     top:15%;
 
     align:center;
 
     align:center;
 
     font-size:2.5em;
 
     font-size:2.5em;
Line 1,091: Line 1,093:
  
 
#novolab {
 
#novolab {
height:75px;
+
height:50px;
 
}
 
}
  
Line 1,117: Line 1,119:
 
}
 
}
  
#eppendorf, #bioke, #kuleuven, #lrd, #youreca, #sigma, #egilab, #kolo, #thermofisher, #solvay, #medicine, #bioscenter, #imec, #genzyme, #gips, #regensys, #gimv, #machery, #vwr, #saillart, #novolab, #lgc {
+
#eppendorf, #bioke, #kuleuven, #lrd, #youreca, #sigma, #egilab, #kolo, #thermofisher, #solvay, #medicine, #bioscenter, #imec, #genzyme, #gips, #regensys, #gimv, #machery, #vwr, #saillart, #novolab, #lgc, #sopach {
 
     opacity: 0.4;
 
     opacity: 0.4;
 
}
 
}
  
#eppendorf:hover, #bioke:hover, #kuleuven:hover, #lrd:hover, #youreca:hover, #sigma:hover, #egilab:hover, #kolo:hover, #thermofisher:hover, #solvay:hover, #medicine:hover, #bioscenter:hover, #imec:hover, #genzyme:hover, #gips:hover, #regensys:hover, #gimv:hover, #machery:hover, #vwr:hover, #saillart:hover, #egilab:hover, #novolab:hover, #lgc:hover {
+
#eppendorf:hover, #bioke:hover, #kuleuven:hover, #lrd:hover, #youreca:hover, #sigma:hover, #egilab:hover, #kolo:hover, #thermofisher:hover, #solvay:hover, #medicine:hover, #bioscenter:hover, #imec:hover, #genzyme:hover, #gips:hover, #regensys:hover, #gimv:hover, #machery:hover, #vwr:hover, #saillart:hover, #egilab:hover, #novolab:hover, #lgc:hover, #sopach:hover {
 
     opacity: 1;
 
     opacity: 1;
 
}
 
}
Line 1,307: Line 1,309:
 
.quote{
 
.quote{
 
width:95%;
 
width:95%;
 +
}
 +
 +
.head {
 +
    position:absolute; 
 +
    height:20%;
 +
    width:90%;
 +
    left:0;
 +
    top:10%;
 +
    z-index:2;
 +
    opacity:1;
 
}
 
}
  
 
.head h2{
 
.head h2{
 
     font-size: 2.0em;
 
     font-size: 2.0em;
 +
text-align: left;
 
}
 
}
  
Line 1,331: Line 1,344:
 
.logonormal .whiterow {
 
.logonormal .whiterow {
 
height:15px;
 
height:15px;
 +
}
 +
 +
.logonormal, .logenormal2 {
 +
margin:0;
 
}
 
}
  
Line 1,345: Line 1,362:
 
#switchbox {
 
#switchbox {
 
width:30%;
 
width:30%;
 +
}
 +
 +
.summaryimg {
 +
    position:relative;
 +
    width:200%;
 +
    height:200px;
 +
    overflow:hidden;
 +
    opacity:0.5;
 +
    top:-60%;
 +
    left:0;
 +
    vertical-align:top;
 +
}
 +
 +
.nonpart {
 +
    position: relative;
 +
    margin: 5% 5% 0% auto;
 +
    border:0;
 +
    top:0;
 +
    padding:0;
 +
    width:90%;
 +
    display: block;
 +
    background-color:rgba(243,239,231,0.95);
 +
    color: #808080;
 +
    font-family: 'Handlee';
 
}
 
}
  

Latest revision as of 19:35, 20 November 2015