2
0

bootstrap-reset.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844
  1. .panel {
  2. box-shadow: -2 0px 0px rgba(0, 0, 0, 0.0) !important;
  3. }
  4. .panel-default {
  5. border-color: #f4f4f4;
  6. }
  7. .panel-default > .panel-heading {
  8. background-color: #f4f4f4;
  9. color: #797979;
  10. }
  11. .panel-default > .panel-heading + .panel-collapse .panel-body {
  12. border-top-color: #F4F4F4;
  13. }
  14. .label-default {
  15. background-color: #a1a1a1;
  16. }
  17. .label-primary {
  18. background-color: #59ace2;
  19. }
  20. .label-success {
  21. background-color: #A9D86E;
  22. }
  23. .label-info {
  24. background-color: #8175c7;
  25. }
  26. .label-warning {
  27. background-color: #FCB322;
  28. }
  29. .label-danger {
  30. background-color: #FF6C60;
  31. }
  32. .label-inverse {
  33. background-color: #344860;
  34. }
  35. .modal-content {
  36. box-shadow: none;
  37. border: none;
  38. }
  39. .modal-header {
  40. background: #00A8B3;
  41. color: #fff;
  42. border-radius: 1px 1px 0 0;
  43. -webkit-border-radius: 1px 1px 0 0;
  44. border-bottom: none;
  45. }
  46. .modal-header .close {
  47. margin-top: 0;
  48. }
  49. .form-control {
  50. border: 1px solid #e2e2e4;
  51. box-shadow: none;
  52. }
  53. .form-control:focus, #focusedInput {
  54. border: 1px solid #517397;
  55. box-shadow: none;
  56. }
  57. .form-horizontal .control-label {
  58. font-weight: 300;
  59. font-size: 14px;
  60. text-align: left;
  61. }
  62. input, textarea, select, button {
  63. outline: none !important;
  64. }
  65. ul {
  66. padding-left: 0;
  67. }
  68. .btn-default {
  69. background-color: #bec3c7;
  70. border-color: #bec3c7;
  71. color: #fff;
  72. }
  73. .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  74. background-color: #b0b5b9;
  75. border-color: #b0b5b9;
  76. color: #fff;
  77. }
  78. .btn-primary {
  79. background-color: #41cac0;
  80. border-color: #41cac0;
  81. color: #FFFFFF;
  82. }
  83. .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
  84. background-color: #39b2a9;
  85. border-color: #39b2a9;
  86. color: #FFFFFF;
  87. }
  88. .btn-success {
  89. background-color: #1abc9c;
  90. border-color: #1abc9c;
  91. color: #FFFFFF;
  92. }
  93. .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  94. background-color: #6dbb4a;
  95. border-color: #6dbb4a;
  96. color: #FFFFFF;
  97. }
  98. .btn-info {
  99. background-color: #58c9f3;
  100. border-color: #58c9f3;
  101. color: #FFFFFF;
  102. }
  103. .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  104. background-color: #53bee6;
  105. border-color: #53BEE6;
  106. color: #FFFFFF;
  107. }
  108. .btn-warning {
  109. background-color: #f1c500;
  110. border-color: #f1c500;
  111. color: #FFFFFF;
  112. }
  113. .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  114. background-color: #e4ba00;
  115. border-color: #e4ba00;
  116. color: #FFFFFF;
  117. }
  118. .btn-danger {
  119. background-color: #48C9B0;
  120. border-color: #48C9B0;
  121. color: #FFFFFF;
  122. }
  123. .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  124. background-color: #ec6459;
  125. border-color: #ec6459;
  126. color: #FFFFFF;
  127. }
  128. .btn:active, .btn.active {
  129. box-shadow: none;
  130. }
  131. .btn-round {
  132. border-radius: 30px;
  133. -webkit-border-radius: 30px;
  134. }
  135. .btn-shadow.btn-default {
  136. box-shadow: 0 4px #9c9c9c;
  137. }
  138. .btn-shadow.btn-primary {
  139. box-shadow: 0 4px #29b392;
  140. }
  141. .btn-shadow.btn-success {
  142. box-shadow: 0 4px #61a642;
  143. }
  144. .btn-shadow.btn-info {
  145. box-shadow: 0 4px #1caadc;
  146. }
  147. .btn-shadow.btn-warning {
  148. box-shadow: 0 4px #cab03f;
  149. }
  150. .btn-shadow.btn-danger {
  151. box-shadow: 0 4px #d1595a;
  152. }
  153. .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  154. background-color: #495d74;
  155. color: #FFFFFF;
  156. text-decoration: none;
  157. }
  158. .btn-white {
  159. background-clip: padding-box;
  160. background-color: #FFFFFF;
  161. border-color: rgba(150, 160, 180, 0.3);
  162. box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.05) inset;
  163. }
  164. .nav-tabs > li > a {
  165. margin-right: 1px;
  166. }
  167. .nav-justified {
  168. width: auto !important;
  169. }
  170. .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  171. background-color: #1abc9c;
  172. border-color: #16a085;
  173. color: #FFFFFF;
  174. cursor: default;
  175. z-index: 2;
  176. }
  177. s, strike, del {
  178. color:gray;
  179. }
  180. s:hover, strike:hover, del:hover {
  181. color:#666;background-color:#eee;text-decoration:none;
  182. }
  183. label, span, body, strong, b, div, h1, h2, h3, h4, h5, h6, h7, input {
  184. font-family: helvetica, "Noto Sans Japanese", "나눔고딕", "맑은 고딕", "Nanum Gothic", sans-serif;
  185. }
  186. pre {
  187. font-family: 'monospace';
  188. white-space: pre-line;
  189. overflow: hidden;
  190. }
  191. html {
  192. background-color: rgb(44, 62, 80);
  193. }
  194. textarea {
  195. resize: vertical;
  196. }
  197. input {
  198. width: 100%;
  199. }
  200. .head-section .nav li a, .head-section .nav li.active ul.dropdown-menu li a {
  201. color: #373A3C;
  202. }
  203. @media (min-width: 768px){
  204. .head-section .nav li .dropdown-menu {
  205. border: 1px solid rgb(204,204,204);
  206. margin-top: -20px;
  207. }
  208. }
  209. @media (max-width: 767px){
  210. .head-section .nav li .dropdown-menu {
  211. margin-top: 0px;
  212. margin-bottom: 10px;
  213. }
  214. }
  215. @media (max-width: 767px){
  216. #searchInput {
  217. width: 90%;
  218. }
  219. @media (max-width: 479px){
  220. table {
  221. min-width: 100%;
  222. }
  223. }
  224. #searchform {
  225. margin-top: 15px;
  226. }
  227. }
  228. @media (max-width: 991px){
  229. @media (min-width: 768px){
  230. #mobile {
  231. display: none;
  232. }
  233. }
  234. }
  235. @media (min-width: 768px){
  236. #searchInput {
  237. width: 180px;
  238. }
  239. #right-search {
  240. float: right;
  241. }
  242. }
  243. a:link {
  244. color: #0093FF;
  245. }
  246. button {
  247. border: 1px solid #aaaaaa;
  248. margin-left: 0.5em;
  249. border-radius: 0.25rem;
  250. padding: 5px 20px 5px 20px;
  251. background: white;
  252. box-shadow: 0 2px 5px rgba(50,50,50,0.1);
  253. }
  254. input {
  255. border: 1px solid #aaaaaa;
  256. padding: 5px 10px 5px 10px;
  257. background: white;
  258. box-shadow: 0 2px 5px rgba(50,50,50,0.1);
  259. }
  260. #toc ul {
  261. margin: .3em 0;
  262. }
  263. fieldset table tbody tr td {
  264. display: inline-block;
  265. }
  266. div.scroll-buttons a.scroll-button {
  267. -webkit-box-sizing: border-box;
  268. -moz-box-sizing: border-box;
  269. box-sizing: border-box;
  270. }
  271. img {
  272. max-width: 100%;
  273. height: auto;
  274. }
  275. iframe {
  276. max-width: 100%;
  277. }
  278. #searchInput {
  279. box-shadow: 0 2px 5px rgba(50,50,50,0.1);
  280. }
  281. input#searchInput {
  282. border: none;
  283. border-bottom: 2px solid #eee;
  284. box-shadow: none;
  285. border-radius: 0px;
  286. }
  287. input#searchInput:focus {
  288. border-bottom: 2px solid rgb(44, 62, 80);
  289. }
  290. .fa {
  291. margin-right: 3px;
  292. }
  293. .comment {
  294. word-break: break-all;
  295. }
  296. #in {
  297. margin-left: 20px;
  298. }
  299. #out {
  300. margin-left: 5px;
  301. }
  302. input {
  303. max-width: 100%;
  304. }
  305. .breadcrumbs h1 {
  306. word-break: break-all;
  307. }
  308. #back_title {
  309. border: 1px solid black;
  310. padding: 5px;
  311. margin-top: -30px;
  312. margin-bottom: 10px;
  313. word-break: break-all;
  314. }
  315. .form-control.input-sm {
  316. font-size: 14px;
  317. color: black;
  318. }
  319. li {
  320. margin-left: 20px;
  321. margin-bottom: 2px;
  322. }
  323. .nav.navbar-nav li {
  324. margin: 0;
  325. }
  326. .btn.btn-secondary.tools-btn.dropdown-toggle {
  327. height: 34px;
  328. }
  329. sub, sup {
  330. line-height: 1.6rem;
  331. }
  332. textarea {
  333. border: 1px solid #e1e8ed;
  334. padding: 5px;
  335. border-radius: 3px;
  336. background: white;
  337. box-shadow: 0 2px 5px rgba(50,50,50,0.1);
  338. }
  339. .btn.btn-primary {
  340. margin: 0;
  341. }
  342. .btn {
  343. transition: all .3s ease;
  344. }
  345. #inside {
  346. color: green;
  347. }
  348. .hljs {
  349. background: #f5f8fa;
  350. }
  351. #syntax {
  352. margin-bottom: -10px;
  353. background-color: #f0f0f0;
  354. }
  355. #cate {
  356. width: 100%;
  357. border: 1px solid #777;
  358. padding: 5px;
  359. margin-top: 1em;
  360. }
  361. select {
  362. display: inline-block;
  363. padding: 0.2rem 0.4rem;
  364. font-size: 16px;
  365. line-height: 1.5;
  366. color: #55595c;
  367. background-color: #fff;
  368. background-image: none;
  369. border: 1px solid #ccc;
  370. border-radius: .25rem;
  371. }
  372. #preview {
  373. background: #37b1e3;
  374. color: white;
  375. margin-bottom: 0;
  376. }
  377. #preview:hover {
  378. background: #2b90ba;
  379. }
  380. input {
  381. border: 1px solid #e1e8ed;
  382. padding: 5px;
  383. border-radius: 3px;
  384. }
  385. .font-size-1 {
  386. font-size: 120%;
  387. }
  388. form#searchform {
  389. margin-bottom: 0;
  390. }
  391. button#searchGoButton {
  392. height: 30px;
  393. }
  394. button#searchSearchButton {
  395. height: 30px;
  396. }
  397. h1#main_title {
  398. margin-bottom: 0;
  399. margin-top: 0;
  400. }
  401. a.navbar-brand {
  402. width: auto;
  403. margin-right: 20px;
  404. }
  405. .font-size-2 {
  406. font-size: 140%;
  407. }
  408. .font-size-3 {
  409. font-size: 160%;
  410. }
  411. .font-size-4 {
  412. font-size: 180%;
  413. }
  414. .font-size-5 {
  415. font-size: 200%;
  416. }
  417. .font-size-small-1 {
  418. font-size: 85%;
  419. }
  420. .font-size-small-2 {
  421. font-size: 70%;
  422. }
  423. .font-size-small-3 {
  424. font-size: 55%;
  425. }
  426. .font-size-small-4 {
  427. font-size: 40%;
  428. }
  429. .font-size-small-5 {
  430. font-size: 25%;
  431. }
  432. ref {
  433. background-color: #efefef;
  434. color: #555555;
  435. border: 1px solid #cecece;
  436. font-size: 0.8rem;
  437. margin-left: 0.1rem;
  438. margin-right: 0.2rem;
  439. }
  440. iframe {
  441. max-width: 100%;
  442. }
  443. blockquote {
  444. padding: 1em calc(2em + 25px) 1em 1em;
  445. margin: 1em 0em 0em;
  446. background: #eeeeee;
  447. display: block;
  448. border: 2px dashed #ccc;
  449. border-left: 5px solid #2C3E50;
  450. background-image: url('/views/acme/img/quote.png');
  451. background-position: calc(100% - 10px) 10px;
  452. background-repeat: no-repeat;
  453. background-size: 25px;
  454. font-size: 14px;
  455. }
  456. img {
  457. max-width: 100%;
  458. }
  459. td {
  460. padding: 5px 10px;
  461. border: 1px solid #dddddd;
  462. }
  463. table {
  464. background-color: #f5f5f5;
  465. border-collapse: collapse;
  466. }
  467. not_del {
  468. display: none;
  469. }
  470. #toc {
  471. border: 1px solid #ccc;
  472. display: inline-block;
  473. padding: 20px;
  474. font-size: 15px;
  475. margin-top: 20px;
  476. margin-bottom: 20px;
  477. }
  478. #toc-name {
  479. font-size: 18px;
  480. }
  481. s, strike, del {
  482. color:gray;
  483. }
  484. s:hover, strike:hover, del:hover {
  485. color:#666;background-color:#eee;text-decoration:none;
  486. }
  487. .scroll-buttons a:link, .scroll-buttons a:visited {
  488. color: white;
  489. }
  490. div.scroll-buttons a {
  491. display: inline-block;
  492. width: 42px;
  493. height: 42px;
  494. padding: 5px 8px 9px 8px;
  495. border: 1px solid #545454;
  496. border-left: 0;
  497. text-decoration: none;
  498. text-align: center;
  499. background: rgba(26,26,26,0.9);
  500. border-bottom: 0;
  501. }
  502. #footnote-list {
  503. margin-bottom: -20px;
  504. display: block;
  505. }
  506. #footnote {
  507. margin-bottom: -10px;
  508. }
  509. div.scroll-buttons {
  510. position: fixed;
  511. float: right;
  512. height: 42px;
  513. text-align: right;
  514. font-size: 1.7em;
  515. z-index: 10000;
  516. margin-bottom: -10px;
  517. bottom: 10px;
  518. right: 0px;
  519. opacity: 0.8;
  520. }
  521. div.scroll-buttons a.random-link {
  522. border-left: 1px solid #545454;
  523. }
  524. div.scroll-buttons a {
  525. display: block;
  526. float: left;
  527. width: 42px;
  528. height: 42px;
  529. padding: 5px 8px 9px 8px;
  530. border: 1px solid #545454;
  531. border-left: 0;
  532. background: #dedede;
  533. text-decoration: none;
  534. text-align: center;
  535. background: rgba(26,26,26,0.9);
  536. border-bottom: 0;
  537. }
  538. table {
  539. font-size: 13px;
  540. }
  541. .scroll-buttons .fa {
  542. margin-top: 5px;
  543. }
  544. #yosolo {
  545. width: 33.33%;
  546. text-align: center;
  547. }
  548. #toron {
  549. width: 100%;
  550. }
  551. #toron_color_green {
  552. background-color: #B0D3AD;
  553. }
  554. #toron_color_red {
  555. background-color: #f3c2c2;
  556. }
  557. #toron_color {
  558. background-color: #d5d5d5;
  559. }
  560. #bb {
  561. background: #a28a7e;
  562. color: white;
  563. }
  564. #history {
  565. margin-right: 10px;
  566. }
  567. .popup {
  568. position: fixed;
  569. padding: 10px;
  570. background: #f5f5f5;
  571. width: 100%;
  572. bottom: 0px;
  573. left: 0px;
  574. text-align: center;
  575. box-shadow: 0 -1px 8px 0 rgba(0,0,0,0.35);
  576. z-index: 100000;
  577. max-height: 30%;
  578. overflow-y: scroll;
  579. }
  580. .foot {
  581. position: fixed;
  582. bottom: 0px;
  583. padding: 10px;
  584. width: 100%;
  585. background: white none repeat scroll 0% 0%;
  586. left: 0px;
  587. border: 1px solid #ccc;
  588. text-align: center;
  589. z-index: 10000;
  590. }
  591. #bl {
  592. background: gainsboro;
  593. }
  594. @media (max-width: 768px) {
  595. table {
  596. min-width: 100%;
  597. max-width: 100;
  598. }
  599. }
  600. textarea {
  601. width: 100%;
  602. }
  603. a.not_thing {
  604. color: #bf4c4c;
  605. }
  606. a.out_link {
  607. color: #008000;
  608. }
  609. a.out_link::before {
  610. padding: 0px;
  611. background: transparent;
  612. color: green;
  613. content: "\f14c";
  614. font-family: FontAwesome;
  615. }
  616. #open {
  617. color: yellow;
  618. }
  619. h1, h2, h3, h4, h5, h6 {
  620. margin-bottom: 10px;
  621. margin-top: 10px;
  622. }
  623. .navbar-brand {
  624. margin: auto;
  625. font-size: 28px;
  626. }
  627. #block {
  628. background: gainsboro;
  629. }
  630. #toron_color_blue {
  631. background: #c1ebff;
  632. }
  633. .foot {
  634. position: fixed;
  635. bottom: 0px;
  636. padding: 10px;
  637. width: 100%;
  638. background: white none repeat scroll 0% 0%;
  639. left: 0px;
  640. border: 1px solid #ccc;
  641. text-align: center;
  642. z-index: 10000;
  643. max-height: 30%;
  644. overflow-y: scroll;
  645. }
  646. footer#footer {
  647. bottom: 0;
  648. position: relative;
  649. width: 100%;
  650. }
  651. body {
  652. padding-top: 70px;
  653. padding-bottom: 30px;
  654. }
  655. .theme-dropdown .dropdown-menu {
  656. display: block;
  657. position: static;
  658. margin-bottom: 20px;
  659. }
  660. .theme-showcase > p > .btn {
  661. margin: 5px 0;
  662. }
  663. body {
  664. word-break: break-all;
  665. }
  666. input[type="checkbox"] {
  667. width: auto;
  668. }
  669. #left_end {
  670. margin-right: 10px;
  671. margin-top: 5px;
  672. padding-bottom: 40px;
  673. }
  674. a.not_thing:hover {
  675. color: #903535;
  676. }
  677. table#toron tbody tr td {
  678. padding-top: 6px;
  679. padding-bottom: 6px;
  680. }
  681. ul#redirect {
  682. margin-bottom: 0;
  683. }