소스 검색

css for help popup

master
Maxime Wack 7 년 전
부모
커밋
454bd58340
1개의 변경된 파일13개의 추가작업 그리고 1개의 파일을 삭제
  1. +13
    -1
      css/cim10.css

+ 13
- 1
css/cim10.css 파일 보기

@@ -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);
}

불러오는 중...
취소
저장