틀:PluginX/setup.css: 두 판 사이의 차이

리버티게임(개발), 모두가 만들어가는 자유로운 게임
둘러보기로 이동 검색으로 이동
백괴게임>Bd3076
편집 요약 없음
백괴게임>Bd3076
편집 요약 없음
17번째 줄: 17번째 줄:
   background-color: #eaecf0;
   background-color: #eaecf0;
   overflow: scroll;
   overflow: scroll;
   width: 100%;
   width: auto;
   height: 300px;
   height: 300px;
   padding: 10px;
   padding: 10px;

2018년 11월 8일 (목) 13:09 판

  1. px-box {
 width: 380px; 
 margin: auto;
 padding: 0px;
 border: none;
 box-shadow: 7px 7px 4px grey;

}

  1. px-info {
 font-weight: bold;
 background-color: rgb(127, 219, 207);
 padding: 5px 10px;
 color: white;

}

  1. px-script .px-code {
 background-color: #eaecf0;
 overflow: scroll;
 width: auto;
 height: 300px;
 padding: 10px;
 color: #003399;

}

  1. px-script .px-codeinfo {
 background-color: white;
 color: black;
 padding: 10px;

}

  1. px-button {
 margin: auto;
 width: 75px;
 height: 25px;
 border-radius: 10px;

}