Skip to content
Snippets Groups Projects
Select Git revision
  • 355ae2d1b3719d7f2e6a48c4c385b397e57654de
  • master default protected
  • blint
  • Balazs
  • Tomi
  • Mike
  • Blint-tmp
  • Patrik
  • w14
  • w13
  • w11
  • w10
  • w9
  • w7
  • w5
  • w6
  • w4
  • w3
  • w2
19 results

projlab.tex

Blame
  • index.css 650 B
    :root{
    	--main-color: rgb(100,100, 255);
    }
    
    html *{
    	font-size: 14px;
    }
    
    h2{
    	font-weight: 700;
    	font-size: 1.4em;
    	padding: 10px 0px 10px 20px;
    	border-bottom: 2px var(--main-color) solid;
    	color: var(--main-color);
    }
    
    div.inline div{
    	display: inline-block;
    }
    
    table{
    	min-width: 70%;
    	max-width: 90%;
    	margin-left: 30px;
    }
    
    td[colspan='3']{
    	font-weight: 700;
    	font-size: 1.2em;
    	color: var(--main-color);
    }
    td>img{
    	margin-top: -30%;
    	
    }
    td{
    	vertical-align: top;
    }
    
    .border_bottom td{
    	border-bottom: 1px var(--main-color) solid;
    }
    
    .bold{
    	font-weight: 700;
    }
    .plus2{
    	font-size: 1.2em;
    }
    
    iframe{
    	width: 100%;
    	border: none;
    	height: 800px;
    }