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

 
(22 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
<style>
 
<style>
  
p {
+
b {
    font-size:1.5em;
+
font-size:1.3em;
 +
}
 +
 
 +
#Transcription{
 +
position: relative;
 +
padding-top: 500px; //(whatever distance from the top of the page you want)
 
}
 
}
  
Line 43: Line 48:
 
     width:100%;
 
     width:100%;
 
     background-color: #f3efe7;
 
     background-color: #f3efe7;
 +
}
 +
 +
@media (max-width: 978px) {
 +
    .container {
 +
      padding:0;
 +
      margin:0;
 +
    }
 +
 +
    body {
 +
      padding:0;
 +
      margin-left:  -24px;
 +
      margin-right: -24px;
 +
      padding-left:  24px;
 +
      padding-right:  24px;
 +
        }
 +
 +
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
 +
      margin-left: 0;
 +
      margin-right: 0;
 +
      margin-bottom:0;
 +
    }
 
}
 
}
  
Line 106: Line 132:
 
     opacity:1;
 
     opacity:1;
 
}
 
}
 +
.hide,.hide-inline{display:none}.ie8 .hide,.ie7 .hide{display:block}.ie8 .hide-inline,.ie7 .hide-inline{display:inline}.ie8
  
  
Line 128: Line 155:
 
     padding: 2.5px; width: 90%;
 
     padding: 2.5px; width: 90%;
 
     background-color: #f3efe7;
 
     background-color: #f3efe7;
    border-collapse: collapse;
 
 
}
 
}
  
Line 195: Line 221:
 
/*********************/
 
/*********************/
  
a:hover {
+
/*Table*/
    background-color: blue;
+
}
+
  
#simcellA:hover {
+
table.data {border-spacing:0;border-color:#aaa;border-width:1px;border-style:solid;}
     width:150
+
table.data td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-color:#aaa;color:#333;background-color:#fff;}
 +
table.data th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:0px;overflow:hidden;word-break:normal;border-color:#aaa;color:#fff;background-color:#fcb314;}
 +
table.data .tg-title{font-weight:bold;font-size:14px; font-variant:normal;}
 +
table.data .tg-lightlined{font-weight:bold;text-decoration:underline}
 +
table.data .tg-dark{background-color:#FCFBE3}
 +
table.data .tg-darklined{background-color:#FCFBE3;font-weight:bold;text-decoration:underline}
 +
@media screen and (max-width: 100%) {.tg {width: 100%;}.tg col {width: 100%;}.tg-wrap {overflow-x: auto;-webkit-overflow-scrolling: touch;}}
 +
 
 +
 
 +
img#simcellA:hover {
 +
     width:150;
 
     height:150%;
 
     height:150%;
 
}
 
}
#simcellB:hover {
+
 
 +
img#simcellB:hover {
 
     left:-10%;  
 
     left:-10%;  
 
     width:150%;
 
     width:150%;
 
     height:150%;
 
     height:150%;
 
 
 
}
 
}
 +
style="width: 100%";style="height: 100%"
 
</style>
 
</style>
  
 
</html>
 
</html>

Latest revision as of 10:55, 16 September 2015