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

(Created page with "<html> <style> p { font-size:1.5em; } /*********************/ /* PAGES */ ******************: /* in this section the parts of the page are defined in space ...")
 
 
(26 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 68: Line 94:
 
     vertical-align:top;
 
     vertical-align:top;
 
}
 
}
 
#simcb:hover {
 
    left:-10%;
 
    width:120%;
 
 
 
}
 
 
  
 
.summarytext1, .summarytext2, .summarytext3 {
 
.summarytext1, .summarytext2, .summarytext3 {
Line 113: 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 135: Line 155:
 
     padding: 2.5px; width: 90%;
 
     padding: 2.5px; width: 90%;
 
     background-color: #f3efe7;
 
     background-color: #f3efe7;
    border-collapse: collapse;
 
 
}
 
}
  
Line 198: Line 217:
 
}
 
}
  
 +
/*********************/
 +
/* My Playground */
 +
/*********************/
  
 +
/*Table*/
 +
 +
table.data {border-spacing:0;border-color:#aaa;border-width:1px;border-style:solid;}
 +
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%;
 +
}
 +
 +
img#simcellB:hover {
 +
    left:-10%;
 +
    width:150%;
 +
    height:150%;
 +
}
 +
style="width: 100%";style="height: 100%"
 
</style>
 
</style>
  
 
</html>
 
</html>

Latest revision as of 10:55, 16 September 2015