| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368 |
- body {
- max-width: 100%;
- word-break: break-all;
- word-wrap: break-word;
- margin: 0;
- font-family: '나눔고딕', 'nanumgothic', "Nanum Gothic","KoPub Dotum","Malgun Gothic","맑은 고딕",sans-serif;
- }
- ul {
- padding: 0;
- padding-left: 10px;
- }
- input {
- padding: 5px;
- }
- select {
- padding: 5px;
- }
- hr {
- border: 0;
- border-top: 1px solid gainsboro;
- }
- button {
- padding: 10px;
- border: 2px solid gainsboro;
- background: white;
- cursor: pointer;
- }
- code {
- background: gainsboro;
- }
- td {
- border: 1px solid gainsboro;
- }
- li {
- margin-left: 20px;
- }
- #background {
- background: gainsboro;
- }
- #top {
- width: 100%;
- border-bottom: 2px solid gainsboro;
- background: #fff;
- padding: 10px;
- padding-right: 0;
- padding-left: 0;
- position: relative;
- top: 0;
- left: 0;
- height: 20px;
- }
- #main {
- margin: auto;
- margin-top: -20px;
- padding: 10px;
- padding-bottom: 20px;
- background: white;
- border-left: 2px solid gainsboro;
- border-right: 2px solid gainsboro;
- min-height: 350px;
- }
- #bottom {
- width: 100%;
- border-top: 2px solid gainsboro;
- background: white;
- padding-bottom: 20px;
- }
- #top_main {
- margin: auto;
- }
- #bottom_main {
- margin: auto;
- margin-top: 20px;
- }
- #tool {
- float: right;
- border: 2px solid gainsboro;
- padding: 10px;
- }
- @media (min-width: 780px) and (max-width: 1350px) {
- #main {
- width: 90%;
- }
- #top_main {
- width: 90%;
- }
- #bottom_main {
- width: 90%;
- }
- .is_mobile {
- display: none;
- }
- }
- @media (min-width: 1350px) and (max-width: 1590px) {
- #main {
- width: 70%;
- }
- #top_main {
- width: 70%;
- }
- #bottom_main {
- width: 70%;
- }
- .is_mobile {
- display: none;
- }
- }
- @media (min-width: 1590px) {
- #main {
- width: 55%;
- }
- #top_main {
- width: 55%;
- }
- #bottom_main {
- width: 55%;
- }
- .is_mobile {
- display: none;
- }
- }
- @media (max-width: 780px) {
- #main {
- width: 90%;
- border-left: none;
- border-right: none;
- }
- #top_main {
- width: 90%;
- }
- #bottom_main {
- width: 90%;
- }
- .not_mobile {
- display: none;
- }
- #tool {
- float: none;
- width: 90%;
- margin-bottom: 10px;
- }
- }
- h1 {
- border-bottom: 1px solid gainsboro;
- padding-bottom: 10px;
- }
- h2 {
- border-bottom: 1px solid gainsboro;
- padding-bottom: 10px;
- }
- h3 {
- border-bottom: 1px solid gainsboro;
- padding-bottom: 10px;
- }
- h4 {
- border-bottom: 1px solid gainsboro;
- padding-bottom: 10px;
- }
- h5 {
- border-bottom: 1px solid gainsboro;
- padding-bottom: 10px;
- }
- h6 {
- border-bottom: 1px solid gainsboro;
- padding-bottom: 10px;
- }
- #tool_cel {
- display: inline-block;
- }
- #main_top {
- width: 100%;
- }
- #logo {
- display: inline-block;
- }
- #top_tool {
- float: right;
- margin-top: -5px;
- }
- .cel_in_cel {
- border: 2px solid gainsboro;
- padding: 10px;
- position: absolute;
- background: white;
- margin-top: 10px;
- width: 100px;
- }
- #top_tool_cel {
- display: inline-block;
- }
- #search {
- display: inline-block;
- width: 300px;
- }
- #mobile_search {
- width: 100%;
- }
- #search_input {
- width: 80%;
- }
- #search button {
- padding: 0;
- border: none;
- background: transparent;
- }
- #mobile_search button {
- padding: 0;
- border: none;
- background: transparent;
- }
- #mobile_button_first {
- margin-top: 10px;
- }
- #top_tool_mobile {
- float: right;
- }
- #mobile_menu {
- width: 200px;
- height: 100%;
- position: fixed;
- top: 0;
- right: 0;
- background: white;
- border-left: 2px solid gainsboro;
- }
- #mobile_menu_main {
- width: 90%;
- margin: auto;
- margin-top: 5%;
- }
- #close_top {
- float: right;
- margin-right: 10px;
- }
- #toc {
- max-width: 300px;
- }
- #top a {
- color: black;
- }
- a {
- color: dodgerblue;
- }
- #syntax {
- background: #f0f0f0;
- padding: 5px;
- }
- pre {
- border: 2px solid gainsboro;
- }
- textarea {
- border: 2px solid gainsboro;
- font-family: '나눔고딕', 'nanumgothic', "Nanum Gothic","KoPub Dotum","Malgun Gothic","맑은 고딕",sans-serif;
- padding: 5px;
- }
- input {
- border: 2px solid gainsboro;
- font-family: '나눔고딕', 'nanumgothic', "Nanum Gothic","KoPub Dotum","Malgun Gothic","맑은 고딕",sans-serif;
- }
- #toc {
- border: 2px solid gainsboro;
- }
- #cate {
- border: 2px solid gainsboro;
- }
- #syntax code {
- background: transparent;
- }
- #redirect {
- border: 2px solid gainsboro;
- }
- #go_toc {
- display: inline-block;
- padding: 10px;
- border-left: 2px solid white;
- width: 25px;
- }
- #go_top {
- display: inline-block;
- padding: 10px;
- border-right: 2px solid white;
- width: 25px;
- }
- #go_bottom {
- display: inline-block;
- padding-left: 5px;
- padding-right: 5px;
- width: 25px;
- }
- #nav_bar {
- font-size: 24px;
- position: fixed;
- bottom: 0;
- right: 0;
- border: 2px solid white;
- background: gainsboro;
- text-align: center;
- }
|