틀:PluginX/setup.css: 두 판 사이의 차이
둘러보기로 이동
검색으로 이동
백괴게임>Bd3076 (새 문서: #px-box { width: 380px; margin: auto; padding: 0px; border: none; box-shadow: 7px 7px 4px grey; } #px-info { font-weight: bold; background-color: rgb(127, 219, 207);...) |
백괴게임>Bd3076 편집 요약 없음 |
||
6번째 줄: | 6번째 줄: | ||
box-shadow: 7px 7px 4px grey; | box-shadow: 7px 7px 4px grey; | ||
} | } | ||
#px-info { | #px-info { | ||
font-weight: bold; | font-weight: bold; | ||
11번째 줄: | 12번째 줄: | ||
padding: 5px 10px; | padding: 5px 10px; | ||
color: white; | color: white; | ||
} | |||
#px-script .px-code { | |||
background-color: #eaecf0; | |||
overflow: scroll; | |||
width: 100%; | |||
height: 300px; | |||
padding: 10px; | |||
} | |||
#px-script .px-codeinfo { | |||
background-color: white; | |||
color: black; | |||
padding: 10px; | |||
} | } |
2018년 11월 7일 (수) 19:40 판
- px-box {
width: 380px; margin: auto; padding: 0px; border: none; box-shadow: 7px 7px 4px grey;
}
- px-info {
font-weight: bold; background-color: rgb(127, 219, 207); padding: 5px 10px; color: white;
}
- px-script .px-code {
background-color: #eaecf0; overflow: scroll; width: 100%; height: 300px; padding: 10px;
}
- px-script .px-codeinfo {
background-color: white; color: black; padding: 10px;
}