Ver código fonte

css for help popup

master
Maxime Wack 7 anos atrás
pai
commit
454bd58340
1 arquivos alterados com 13 adições e 1 exclusões
  1. +13
    -1
      css/cim10.css

+ 13
- 1
css/cim10.css Ver arquivo

@@ -48,7 +48,7 @@ body
font-size: 150%;
padding: .5em;
margin: 1em;
width: 80%;
width: 60%;
}

.tree li
@@ -77,3 +77,15 @@ body
color: #444;
font-weight: normal;
}

div#help
{
position:fixed;
right:2%;
top:5%;
width:40%;
padding:1em;

border-radius:10px;
background-color:rgba(160, 20, 200, .7);
}

Carregando…
Cancelar
Salvar