| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844 |
- .panel {
- box-shadow: -2 0px 0px rgba(0, 0, 0, 0.0) !important;
- }
- .panel-default {
- border-color: #f4f4f4;
- }
- .panel-default > .panel-heading {
- background-color: #f4f4f4;
- color: #797979;
- }
- .panel-default > .panel-heading + .panel-collapse .panel-body {
- border-top-color: #F4F4F4;
- }
- .label-default {
- background-color: #a1a1a1;
- }
- .label-primary {
- background-color: #59ace2;
- }
- .label-success {
- background-color: #A9D86E;
- }
- .label-info {
- background-color: #8175c7;
- }
- .label-warning {
- background-color: #FCB322;
- }
- .label-danger {
- background-color: #FF6C60;
- }
- .label-inverse {
- background-color: #344860;
- }
- .modal-content {
- box-shadow: none;
- border: none;
- }
- .modal-header {
- background: #00A8B3;
- color: #fff;
- border-radius: 1px 1px 0 0;
- -webkit-border-radius: 1px 1px 0 0;
- border-bottom: none;
- }
- .modal-header .close {
- margin-top: 0;
- }
- .form-control {
- border: 1px solid #e2e2e4;
- box-shadow: none;
- }
- .form-control:focus, #focusedInput {
- border: 1px solid #517397;
- box-shadow: none;
- }
- .form-horizontal .control-label {
- font-weight: 300;
- font-size: 14px;
- text-align: left;
- }
- input, textarea, select, button {
- outline: none !important;
- }
- ul {
- padding-left: 0;
- }
- .btn-default {
- background-color: #bec3c7;
- border-color: #bec3c7;
- color: #fff;
- }
- .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
- background-color: #b0b5b9;
- border-color: #b0b5b9;
- color: #fff;
- }
- .btn-primary {
- background-color: #41cac0;
- border-color: #41cac0;
- color: #FFFFFF;
- }
- .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
- background-color: #39b2a9;
- border-color: #39b2a9;
- color: #FFFFFF;
- }
- .btn-success {
- background-color: #1abc9c;
- border-color: #1abc9c;
- color: #FFFFFF;
- }
- .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
- background-color: #6dbb4a;
- border-color: #6dbb4a;
- color: #FFFFFF;
- }
- .btn-info {
- background-color: #58c9f3;
- border-color: #58c9f3;
- color: #FFFFFF;
- }
- .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
- background-color: #53bee6;
- border-color: #53BEE6;
- color: #FFFFFF;
- }
- .btn-warning {
- background-color: #f1c500;
- border-color: #f1c500;
- color: #FFFFFF;
- }
- .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
- background-color: #e4ba00;
- border-color: #e4ba00;
- color: #FFFFFF;
- }
- .btn-danger {
- background-color: #48C9B0;
- border-color: #48C9B0;
- color: #FFFFFF;
- }
- .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
- background-color: #ec6459;
- border-color: #ec6459;
- color: #FFFFFF;
- }
- .btn:active, .btn.active {
- box-shadow: none;
- }
- .btn-round {
- border-radius: 30px;
- -webkit-border-radius: 30px;
- }
- .btn-shadow.btn-default {
- box-shadow: 0 4px #9c9c9c;
- }
- .btn-shadow.btn-primary {
- box-shadow: 0 4px #29b392;
- }
- .btn-shadow.btn-success {
- box-shadow: 0 4px #61a642;
- }
- .btn-shadow.btn-info {
- box-shadow: 0 4px #1caadc;
- }
- .btn-shadow.btn-warning {
- box-shadow: 0 4px #cab03f;
- }
- .btn-shadow.btn-danger {
- box-shadow: 0 4px #d1595a;
- }
- .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
- background-color: #495d74;
- color: #FFFFFF;
- text-decoration: none;
- }
- .btn-white {
- background-clip: padding-box;
- background-color: #FFFFFF;
- border-color: rgba(150, 160, 180, 0.3);
- box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05) inset;
- }
- .nav-tabs > li > a {
- margin-right: 1px;
- }
- .nav-justified {
- width: auto !important;
- }
- .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
- background-color: #1abc9c;
- border-color: #16a085;
- color: #FFFFFF;
- cursor: default;
- z-index: 2;
- }
- s, strike, del {
- color:gray;
- }
- s:hover, strike:hover, del:hover {
- color:#666;background-color:#eee;text-decoration:none;
- }
- label, span, body, strong, b, div, h1, h2, h3, h4, h5, h6, h7, input {
- font-family: helvetica, "Noto Sans Japanese", "나눔고딕", "맑은 고딕", "Nanum Gothic", sans-serif;
- }
- pre {
- font-family: 'monospace';
- white-space: pre-line;
- 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 #aaaaaa;
- margin-left: 0.5em;
- border-radius: 0.25rem;
- padding: 5px 20px 5px 20px;
- background: white;
- box-shadow: 0 2px 5px rgba(50,50,50,0.1);
- }
- 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;
- }
- fieldset table tbody tr td {
- display: inline-block;
- }
- div.scroll-buttons a.scroll-button {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- img {
- max-width: 100%;
- height: auto;
- }
- iframe {
- max-width: 100%;
- }
- #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;
- }
- #back_title {
- border: 1px solid black;
- padding: 5px;
- margin-top: -30px;
- margin-bottom: 10px;
- 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;
- }
- #preview {
- background: #37b1e3;
- color: white;
- margin-bottom: 0;
- }
- #preview:hover {
- background: #2b90ba;
- }
- input {
- border: 1px solid #e1e8ed;
- padding: 5px;
- border-radius: 3px;
- }
- .font-size-1 {
- font-size: 120%;
- }
- 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;
- }
- .font-size-2 {
- font-size: 140%;
- }
- .font-size-3 {
- font-size: 160%;
- }
- .font-size-4 {
- font-size: 180%;
- }
- .font-size-5 {
- font-size: 200%;
- }
- .font-size-small-1 {
- font-size: 85%;
- }
- .font-size-small-2 {
- font-size: 70%;
- }
- .font-size-small-3 {
- font-size: 55%;
- }
- .font-size-small-4 {
- font-size: 40%;
- }
- .font-size-small-5 {
- font-size: 25%;
- }
- ref {
- background-color: #efefef;
- color: #555555;
- border: 1px solid #cecece;
- font-size: 0.8rem;
- margin-left: 0.1rem;
- margin-right: 0.2rem;
- }
- iframe {
- max-width: 100%;
- }
- 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 {
- max-width: 100%;
- }
- td {
- padding: 5px 10px;
- border: 1px solid #dddddd;
- }
- table {
- background-color: #f5f5f5;
- border-collapse: collapse;
- }
- not_del {
- display: none;
- }
- #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;
- }
- table {
- font-size: 13px;
- }
- .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;
- }
- #bb {
- background: #a28a7e;
- color: white;
- }
- #history {
- margin-right: 10px;
- }
- .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;
- }
- .foot {
- position: fixed;
- bottom: 0px;
- padding: 10px;
- width: 100%;
- background: white none repeat scroll 0% 0%;
- left: 0px;
- border: 1px solid #ccc;
- text-align: center;
- z-index: 10000;
- }
- #bl {
- background: gainsboro;
- }
- @media (max-width: 768px) {
- table {
- min-width: 100%;
- max-width: 100;
- }
- }
- textarea {
- width: 100%;
- }
- a.not_thing {
- color: #bf4c4c;
- }
- a.out_link {
- color: #008000;
- }
- a.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;
- }
- .navbar-brand {
- margin: auto;
- font-size: 28px;
- }
- #block {
- background: gainsboro;
- }
- #toron_color_blue {
- background: #c1ebff;
- }
- .foot {
- position: fixed;
- bottom: 0px;
- padding: 10px;
- width: 100%;
- background: white none repeat scroll 0% 0%;
- left: 0px;
- border: 1px solid #ccc;
- text-align: center;
- z-index: 10000;
- max-height: 30%;
- overflow-y: scroll;
- }
- 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 {
- margin-right: 10px;
- margin-top: 5px;
- padding-bottom: 40px;
- }
- a.not_thing:hover {
- color: #903535;
- }
- table#toron tbody tr td {
- padding-top: 6px;
- padding-bottom: 6px;
- }
- ul#redirect {
- margin-bottom: 0;
- }
|