style-responsive.css 8.8 KB

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