style2.css (548B)
1 .active { 2 color: gray; 3 } 4 5 .instance-bloc.main { 6 position: absolute; 7 top: 30%; 8 left: 40%; 9 width: 30%; 10 height: 40%; 11 border: thin solid blue; 12 } 13 14 .instance-bloc.contenu { 15 height: 100%; 16 width: 100%; 17 } 18 19 .vBloc.main { 20 width:100%; 21 height:100%; 22 } 23 24 .port { 25 display: inline-block; 26 background-color: lightblue; 27 border: thin solid blue; 28 width: 10px; 29 height: 10px; 30 } 31 32 .lien { 33 background-color: lightblue; 34 position: absolute; 35 top: 10px; 36 left: 10px; 37 width: 5px; 38 height: 5px; 39 }