style-responsive.css 8.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566
  1. @media (max-width: 767px) {
  2. .navbar-toggle {
  3. margin-top: 12px;
  4. }
  5. .head-section .navbar-collapse ul.navbar-nav {
  6. float: none;
  7. margin-left: 0;
  8. }
  9. .head-section .nav li a:hover,
  10. .head-section .nav li a:focus,
  11. .head-section .nav li a.dropdown-toggle:focus,
  12. .head-section .nav li a.dropdown-toggle .dropdown-menu li a:hover,
  13. .head-section .nav li.active a,
  14. .head-section .dropdown-menu li a:hover {
  15. color: #fff !important;
  16. }
  17. .head-section .navbar-nav > li {
  18. padding: 0;
  19. margin-bottom: 2px;
  20. }
  21. .head-section .nav li ul.dropdown-menu li a {
  22. margin-left: 0px;
  23. color: #999!important; ;
  24. }
  25. .head-section .nav li .dropdown-menu li a:hover, .head-section .nav li .dropdown-menu li.active a {
  26. color: rgb(44, 62, 80) !important;
  27. }
  28. .navbar-brand {
  29. margin-top: 15px;
  30. }
  31. .btn, .form-control {
  32. margin-bottom: 10px;
  33. }
  34. }
  35. @media (max-width: 479px) {
  36. .head-section .navbar {
  37. min-height: 60px;
  38. }
  39. .navbar-toggle {
  40. margin-right: -10px;
  41. }
  42. .head-section .nav li .dropdown-menu li a:hover {
  43. color: rgb(44, 62, 80);
  44. }
  45. .navbar-brand {
  46. margin-top: 10px !important;
  47. float: left !important;
  48. }
  49. }
  50. ul {
  51. padding-left: 0;
  52. }
  53. .btn-primary {
  54. background-color: #41cac0;
  55. border-color: #41cac0;
  56. color: #FFFFFF;
  57. }
  58. .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  59. background-color: #495d74;
  60. color: #FFFFFF;
  61. text-decoration: none;
  62. }
  63. label, span, body, strong, b, div, h1, h2, h3, h4, h5, h6, h7, input {
  64. font-family: "helvetica", "Noto Sans Japanese", "나눔고딕", "맑은 고딕", "Nanum Gothic", "sans-serif";
  65. }
  66. pre {
  67. font-family: "monospace";
  68. white-space: pre-wrap;
  69. overflow: hidden;
  70. }
  71. html {
  72. background-color: rgb(44, 62, 80);
  73. }
  74. textarea {
  75. resize: vertical;
  76. }
  77. input {
  78. width: 100%;
  79. }
  80. .head-section .nav li a, .head-section .nav li.active ul.dropdown-menu li a {
  81. color: #373A3C;
  82. }
  83. @media (min-width: 768px){
  84. .head-section .nav li .dropdown-menu {
  85. border: 1px solid rgb(204,204,204);
  86. margin-top: -20px;
  87. }
  88. }
  89. @media (max-width: 767px){
  90. .head-section .nav li .dropdown-menu {
  91. margin-top: 0px;
  92. margin-bottom: 10px;
  93. }
  94. }
  95. @media (max-width: 767px){
  96. #searchInput {
  97. width: 90%;
  98. }
  99. @media (max-width: 479px){
  100. table {
  101. min-width: 100%;
  102. }
  103. }
  104. #searchform {
  105. margin-top: 15px;
  106. }
  107. }
  108. @media (max-width: 991px){
  109. @media (min-width: 768px){
  110. #mobile {
  111. display: none;
  112. }
  113. }
  114. }
  115. @media (min-width: 768px){
  116. #searchInput {
  117. width: 180px;
  118. }
  119. #right-search {
  120. float: right;
  121. }
  122. }
  123. a:link {
  124. color: #0093FF;
  125. }
  126. button {
  127. border: 1px solid deepskyblue;
  128. border-radius: 0.25rem;
  129. padding: 5px 10px 5px 10px;
  130. background: deepskyblue;
  131. color: white;
  132. }
  133. input {
  134. border: 1px solid #aaaaaa;
  135. padding: 5px 10px 5px 10px;
  136. background: white;
  137. box-shadow: 0 2px 5px rgba(50,50,50,0.1);
  138. }
  139. #toc ul {
  140. margin: .3em 0;
  141. }
  142. #searchInput {
  143. box-shadow: 0 2px 5px rgba(50,50,50,0.1);
  144. }
  145. input#searchInput {
  146. border: none;
  147. border-bottom: 2px solid #eee;
  148. box-shadow: none;
  149. border-radius: 0px;
  150. }
  151. input#searchInput:focus {
  152. border-bottom: 2px solid rgb(44, 62, 80);
  153. }
  154. .fa {
  155. margin-right: 3px;
  156. }
  157. .comment {
  158. word-break: break-all;
  159. }
  160. #in {
  161. margin-left: 20px;
  162. }
  163. #out {
  164. margin-left: 5px;
  165. }
  166. input {
  167. max-width: 100%;
  168. }
  169. .breadcrumbs h1 {
  170. word-break: break-all;
  171. }
  172. #back_title {
  173. border: 1px solid black;
  174. padding: 5px;
  175. margin-top: -30px;
  176. margin-bottom: 20px;
  177. word-break: break-all;
  178. }
  179. .form-control.input-sm {
  180. font-size: 14px;
  181. color: black;
  182. }
  183. li {
  184. margin-left: 20px;
  185. margin-bottom: 2px;
  186. }
  187. .nav.navbar-nav li {
  188. margin: 0;
  189. }
  190. .btn.btn-secondary.tools-btn.dropdown-toggle {
  191. height: 34px;
  192. }
  193. sub, sup {
  194. line-height: 1.6rem;
  195. }
  196. textarea {
  197. border: 1px solid #e1e8ed;
  198. padding: 5px;
  199. border-radius: 3px;
  200. background: white;
  201. box-shadow: 0 2px 5px rgba(50,50,50,0.1);
  202. }
  203. .btn.btn-primary {
  204. margin: 0;
  205. }
  206. .btn {
  207. transition: all .3s ease;
  208. }
  209. #inside {
  210. color: green;
  211. }
  212. .hljs {
  213. background: #f5f8fa;
  214. }
  215. #syntax {
  216. margin-bottom: -10px;
  217. background-color: #f0f0f0;
  218. }
  219. #cate {
  220. width: 100%;
  221. border: 1px solid #777;
  222. padding: 5px;
  223. margin-top: 1em;
  224. }
  225. select {
  226. display: inline-block;
  227. padding: 0.2rem 0.4rem;
  228. font-size: 16px;
  229. line-height: 1.5;
  230. color: #55595c;
  231. background-color: #fff;
  232. background-image: none;
  233. border: 1px solid #ccc;
  234. border-radius: .25rem;
  235. }
  236. button#save {
  237. background: lightseagreen;
  238. border-color: lightseagreen;
  239. }
  240. button#come {
  241. background: palevioletred;
  242. border-color: palevioletred;
  243. }
  244. input {
  245. border: 1px solid #e1e8ed;
  246. padding: 5px;
  247. border-radius: 3px;
  248. }
  249. form#searchform {
  250. margin-bottom: 0;
  251. }
  252. button#searchGoButton {
  253. height: 30px;
  254. }
  255. button#searchSearchButton {
  256. height: 30px;
  257. }
  258. h1#main_title {
  259. margin-bottom: 0;
  260. margin-top: 0;
  261. }
  262. a.navbar-brand {
  263. width: auto;
  264. margin-right: 20px;
  265. }
  266. blockquote {
  267. padding: 1em calc(2em + 25px) 1em 1em;
  268. margin: 1em 0em 0em;
  269. background: #eeeeee;
  270. display: block;
  271. border: 2px dashed #ccc;
  272. border-left: 5px solid #2C3E50;
  273. background-image: url('/views/acme/img/quote.png');
  274. background-position: calc(100% - 10px) 10px;
  275. background-repeat: no-repeat;
  276. background-size: 25px;
  277. font-size: 14px;
  278. }
  279. img, iframe {
  280. max-width: 100%;
  281. }
  282. table {
  283. background-color: #f5f5f5;
  284. border-collapse: collapse;
  285. }
  286. td {
  287. padding: 5px 10px;
  288. border: 1px solid #dddddd;
  289. }
  290. #toc {
  291. border: 1px solid #ccc;
  292. display: inline-block;
  293. padding: 20px;
  294. font-size: 15px;
  295. margin-top: 20px;
  296. margin-bottom: 20px;
  297. }
  298. #toc-name {
  299. font-size: 18px;
  300. }
  301. s, strike, del {
  302. color:gray;
  303. }
  304. s:hover, strike:hover, del:hover {
  305. color:#666;background-color:#eee;text-decoration:none;
  306. }
  307. .scroll-buttons a:link, .scroll-buttons a:visited {
  308. color: white;
  309. }
  310. div.scroll-buttons a {
  311. display: inline-block;
  312. width: 42px;
  313. height: 42px;
  314. padding: 5px 8px 9px 8px;
  315. border: 1px solid #545454;
  316. border-left: 0;
  317. text-decoration: none;
  318. text-align: center;
  319. background: rgba(26,26,26,0.9);
  320. border-bottom: 0;
  321. }
  322. #footnote-list {
  323. margin-bottom: -20px;
  324. display: block;
  325. }
  326. #footnote {
  327. margin-bottom: -10px;
  328. }
  329. div.scroll-buttons {
  330. position: fixed;
  331. float: right;
  332. height: 42px;
  333. text-align: right;
  334. font-size: 1.7em;
  335. z-index: 10000;
  336. margin-bottom: -10px;
  337. bottom: 10px;
  338. right: 0px;
  339. opacity: 0.8;
  340. }
  341. div.scroll-buttons a.random-link {
  342. border-left: 1px solid #545454;
  343. }
  344. div.scroll-buttons a {
  345. display: block;
  346. float: left;
  347. width: 42px;
  348. height: 42px;
  349. padding: 5px 8px 9px 8px;
  350. border: 1px solid #545454;
  351. border-left: 0;
  352. background: #dedede;
  353. text-decoration: none;
  354. text-align: center;
  355. background: rgba(26,26,26,0.9);
  356. border-bottom: 0;
  357. }
  358. .scroll-buttons .fa {
  359. margin-top: 5px;
  360. }
  361. #yosolo {
  362. width: 33.33%;
  363. text-align: center;
  364. }
  365. #toron {
  366. width: 100%;
  367. }
  368. #toron_color_green {
  369. background-color: #B0D3AD;
  370. }
  371. #toron_color_red {
  372. background-color: #f3c2c2;
  373. }
  374. #toron_color {
  375. background-color: #d5d5d5;
  376. }
  377. .popup {
  378. position: fixed;
  379. padding: 10px;
  380. background: #f5f5f5;
  381. width: 100%;
  382. bottom: 0px;
  383. left: 0px;
  384. text-align: center;
  385. box-shadow: 0 -1px 8px 0 rgba(0,0,0,0.35);
  386. z-index: 100000;
  387. max-height: 30%;
  388. overflow-y: scroll;
  389. }
  390. @media (max-width: 768px) {
  391. table {
  392. min-width: 100%;
  393. }
  394. }
  395. textarea {
  396. width: 100%;
  397. }
  398. #not_thing {
  399. color: #bf4c4c;
  400. }
  401. #out_link {
  402. color: #008000;
  403. }
  404. #out_link::before {
  405. padding: 0px;
  406. background: transparent;
  407. color: green;
  408. content: "\f14c";
  409. font-family: FontAwesome;
  410. }
  411. #open {
  412. color: yellow;
  413. }
  414. h1, h2, h3, h4, h5, h6 {
  415. margin-bottom: 10px;
  416. margin-top: 10px;
  417. }
  418. .navbar-brand {
  419. margin: auto;
  420. font-size: 28px;
  421. }
  422. #toron_color_blue {
  423. background: #c1ebff;
  424. }
  425. footer#footer {
  426. bottom: 0;
  427. position: relative;
  428. width: 100%;
  429. }
  430. body {
  431. padding-top: 70px;
  432. padding-bottom: 30px;
  433. }
  434. .theme-dropdown .dropdown-menu {
  435. display: block;
  436. position: static;
  437. margin-bottom: 20px;
  438. }
  439. .theme-showcase > p > .btn {
  440. margin: 5px 0;
  441. }
  442. body {
  443. word-break: break-all;
  444. }
  445. input[type="checkbox"] {
  446. width: auto;
  447. }
  448. #left_end {
  449. padding-bottom: 50px;
  450. }
  451. table#toron tbody tr td {
  452. padding-top: 6px;
  453. padding-bottom: 6px;
  454. }
  455. ul#redirect {
  456. margin-bottom: 0;
  457. }
  458. html, body {
  459. max-width: 100%;
  460. overflow-x: hidden;
  461. }