| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570 |
- @media (max-width: 767px) {
- .navbar-toggle {
- margin-top: 12px;
- }
- .head-section .navbar-collapse ul.navbar-nav {
- float: none;
- margin-left: 0;
- }
- .head-section .nav li a:hover,
- .head-section .nav li a:focus,
- .head-section .nav li a.dropdown-toggle:focus,
- .head-section .nav li a.dropdown-toggle .dropdown-menu li a:hover,
- .head-section .nav li.active a,
- .head-section .dropdown-menu li a:hover {
- color: #fff !important;
- }
- .head-section .navbar-nav > li {
- padding: 0;
- margin-bottom: 2px;
- }
- .head-section .nav li ul.dropdown-menu li a {
- margin-left: 0px;
- color: #999!important; ;
- }
- .head-section .nav li .dropdown-menu li a:hover, .head-section .nav li .dropdown-menu li.active a {
- color: rgb(44, 62, 80) !important;
- }
- .navbar-brand {
- margin-top: 15px;
- }
- .btn, .form-control {
- margin-bottom: 10px;
- }
- }
- @media (max-width: 479px) {
- .head-section .navbar {
- min-height: 60px;
- }
- .navbar-toggle {
- margin-right: 0px;
- }
- .head-section .nav li .dropdown-menu li a:hover {
- color: rgb(44, 62, 80);
- }
- .navbar-brand {
- margin-top: 10px !important;
- float: left !important;
- line-height: 40px;
- }
- }
- ul {
- padding-left: 0;
- }
- .btn-primary {
- background-color: #41cac0;
- border-color: #41cac0;
- color: #FFFFFF;
- }
- .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
- background-color: #495d74;
- color: #FFFFFF;
- text-decoration: none;
- }
- label, span, body, strong, b, div, h1, h2, h3, h4, h5, h6, input {
- font-family: "helvetica", "Noto Sans Japanese", "나눔고딕", "맑은 고딕", "Nanum Gothic", "sans-serif";
- }
- pre {
- font-family: "monospace";
- white-space: pre-wrap;
- overflow: hidden;
- }
- html {
- background-color: rgb(44, 62, 80);
- }
- textarea {
- resize: vertical;
- }
- input {
- width: 100%;
- }
- .head-section .nav li a, .head-section .nav li.active ul.dropdown-menu li a {
- color: #373A3C;
- }
- @media (min-width: 768px){
- .head-section .nav li .dropdown-menu {
- border: 1px solid rgb(204,204,204);
- margin-top: -20px;
- }
- }
- @media (max-width: 767px){
- .head-section .nav li .dropdown-menu {
- margin-top: 0px;
- margin-bottom: 10px;
- }
- }
- @media (max-width: 767px){
- #searchInput {
- width: 90%;
- }
- @media (max-width: 479px){
- table {
- min-width: 100%;
- }
- }
-
- #searchform {
- margin-top: 15px;
- }
- }
- @media (max-width: 991px){
- @media (min-width: 768px){
- #mobile {
- display: none;
- }
- }
- }
- @media (min-width: 768px){
- #searchInput {
- width: 180px;
- }
- #right-search {
- float: right;
- }
- }
- a:link {
- color: #0093FF;
- }
- button {
- border: 1px solid deepskyblue;
- border-radius: 0.25rem;
- padding: 5px 10px 5px 10px;
- background: deepskyblue;
- color: white;
- }
- input {
- border: 1px solid #aaaaaa;
- padding: 5px 10px 5px 10px;
- background: white;
- box-shadow: 0 2px 5px rgba(50,50,50,0.1);
- }
- #toc ul {
- margin: .3em 0;
- }
- #searchInput {
- box-shadow: 0 2px 5px rgba(50,50,50,0.1);
- }
- input#searchInput {
- border: none;
- border-bottom: 2px solid #eee;
- box-shadow: none;
- border-radius: 0px;
- }
- input#searchInput:focus {
- border-bottom: 2px solid rgb(44, 62, 80);
- }
- .fa {
- margin-right: 3px;
- }
- .comment {
- word-break: break-all;
- }
- #in {
- margin-left: 20px;
- }
- #out {
- margin-left: 5px;
- }
- input {
- max-width: 100%;
- }
- .breadcrumbs h1 {
- word-break: break-all;
- border: none;
- }
- #back_title {
- border: 1px solid black;
- padding: 5px;
- margin-top: -30px;
- margin-bottom: 20px;
- word-break: break-all;
- }
- .form-control.input-sm {
- font-size: 14px;
- color: black;
- }
- li {
- margin-left: 20px;
- margin-bottom: 2px;
- }
- .nav.navbar-nav li {
- margin: 0;
- }
- .btn.btn-secondary.tools-btn.dropdown-toggle {
- height: 34px;
- }
- sub, sup {
- line-height: 1.6rem;
- }
- textarea {
- border: 1px solid #e1e8ed;
- padding: 5px;
- border-radius: 3px;
- background: white;
- box-shadow: 0 2px 5px rgba(50,50,50,0.1);
- }
- .btn.btn-primary {
- margin: 0;
- }
- .btn {
- transition: all .3s ease;
- }
- #inside {
- color: green;
- }
- .hljs {
- background: #f5f8fa;
- }
- #syntax {
- margin-bottom: -10px;
- background-color: #f0f0f0;
- }
- #cate {
- width: 100%;
- border: 1px solid #777;
- padding: 5px;
- margin-top: 1em;
- }
- select {
- display: inline-block;
- padding: 0.2rem 0.4rem;
- font-size: 16px;
- line-height: 1.5;
- color: #55595c;
- background-color: #fff;
- background-image: none;
- border: 1px solid #ccc;
- border-radius: .25rem;
- }
- button#save {
- background: lightseagreen;
- border-color: lightseagreen;
- }
- button#come {
- background: palevioletred;
- border-color: palevioletred;
- }
- input {
- border: 1px solid #e1e8ed;
- padding: 5px;
- border-radius: 3px;
- }
- form#searchform {
- margin-bottom: 0;
- }
- button#searchGoButton {
- height: 30px;
- }
- button#searchSearchButton {
- height: 30px;
- }
- h1#main_title {
- margin-bottom: 0;
- margin-top: 0;
- }
- a.navbar-brand {
- width: auto;
- margin-right: 20px;
- }
- blockquote {
- padding: 1em calc(2em + 25px) 1em 1em;
- margin: 1em 0em 0em;
- background: #eeeeee;
- display: block;
- border: 2px dashed #ccc;
- border-left: 5px solid #2C3E50;
- background-image: url('/views/acme/img/quote.png');
- background-position: calc(100% - 10px) 10px;
- background-repeat: no-repeat;
- background-size: 25px;
- font-size: 14px;
- }
- img, iframe {
- max-width: 100%;
- }
- table {
- background-color: #f5f5f5;
- border-collapse: collapse;
- }
- td {
- padding: 5px 10px;
- border: 1px solid #dddddd;
- }
- #toc {
- border: 1px solid #ccc;
- display: inline-block;
- padding: 20px;
- font-size: 15px;
- margin-top: 20px;
- margin-bottom: 20px;
- }
- #toc-name {
- font-size: 18px;
- }
- s, strike, del {
- color:gray;
- }
- s:hover, strike:hover, del:hover {
- color:#666;background-color:#eee;text-decoration:none;
- }
- .scroll-buttons a:link, .scroll-buttons a:visited {
- color: white;
- }
- div.scroll-buttons a {
- display: inline-block;
- width: 42px;
- height: 42px;
- padding: 5px 8px 9px 8px;
- border: 1px solid #545454;
- border-left: 0;
- text-decoration: none;
- text-align: center;
- background: rgba(26,26,26,0.9);
- border-bottom: 0;
- }
- #footnote-list {
- margin-bottom: -20px;
- display: block;
- }
- #footnote {
- margin-bottom: -10px;
- }
- div.scroll-buttons {
- position: fixed;
- float: right;
- height: 42px;
- text-align: right;
- font-size: 1.7em;
- z-index: 10000;
- margin-bottom: -10px;
- bottom: 10px;
- right: 0px;
- opacity: 0.8;
- }
- div.scroll-buttons a.random-link {
- border-left: 1px solid #545454;
- }
- div.scroll-buttons a {
- display: block;
- float: left;
- width: 42px;
- height: 42px;
- padding: 5px 8px 9px 8px;
- border: 1px solid #545454;
- border-left: 0;
- background: #dedede;
- text-decoration: none;
- text-align: center;
- background: rgba(26,26,26,0.9);
- border-bottom: 0;
- }
- .scroll-buttons .fa {
- margin-top: 5px;
- }
- #yosolo {
- width: 33.33%;
- text-align: center;
- }
- #toron {
- width: 100%;
- }
- #toron_color_green {
- background-color: #B0D3AD;
- }
- #toron_color_red {
- background-color: #f3c2c2;
- }
- #toron_color {
- background-color: #d5d5d5;
- }
- .popup {
- position: fixed;
- padding: 10px;
- background: #f5f5f5;
- width: 100%;
- bottom: 0px;
- left: 0px;
- text-align: center;
- box-shadow: 0 -1px 8px 0 rgba(0,0,0,0.35);
- z-index: 100000;
- max-height: 30%;
- overflow-y: scroll;
- }
- @media (max-width: 768px) {
- table {
- min-width: 100%;
- }
- }
- textarea {
- width: 100%;
- }
- #not_thing {
- color: #bf4c4c;
- }
- #out_link {
- color: #008000;
- }
- #out_link::before {
- padding: 0px;
- background: transparent;
- color: green;
- content: "\f14c";
- font-family: FontAwesome;
- }
- #open {
- color: yellow;
- }
- h1, h2, h3, h4, h5, h6 {
- margin-bottom: 10px;
- margin-top: 10px;
- border-bottom: 1px solid #CCC;
- padding-bottom: 5px;
- }
- .navbar-brand {
- margin: auto;
- font-size: 28px;
- }
- #toron_color_blue {
- background: #c1ebff;
- }
- footer#footer {
- bottom: 0;
- position: relative;
- width: 100%;
- }
- body {
- padding-top: 70px;
- padding-bottom: 30px;
- }
-
- .theme-dropdown .dropdown-menu {
- display: block;
- position: static;
- margin-bottom: 20px;
- }
-
- .theme-showcase > p > .btn {
- margin: 5px 0;
- }
- body {
- word-break: break-all;
- }
- input[type="checkbox"] {
- width: auto;
- }
- #left_end {
- padding-bottom: 50px;
- }
- table#toron tbody tr td {
- padding-top: 6px;
- padding-bottom: 6px;
- }
- ul#redirect {
- margin-bottom: 0;
- }
- html, body {
- max-width: 100%;
- overflow-x: hidden;
- }
|