style-responsive.css 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555
  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. margin-right: 5px;
  242. }
  243. button#come {
  244. background: palevioletred;
  245. border-color: palevioletred;
  246. }
  247. input {
  248. border: 1px solid #e1e8ed;
  249. padding: 5px;
  250. border-radius: 3px;
  251. }
  252. form#searchform {
  253. margin-bottom: 0;
  254. }
  255. button#searchGoButton {
  256. height: 30px;
  257. }
  258. button#searchSearchButton {
  259. height: 30px;
  260. }
  261. h1#main_title {
  262. margin-bottom: 0;
  263. margin-top: 0;
  264. }
  265. a.navbar-brand {
  266. width: auto;
  267. margin-right: 20px;
  268. }
  269. blockquote {
  270. padding: 1em calc(2em + 25px) 1em 1em;
  271. margin: 1em 0em 0em;
  272. background: #eeeeee;
  273. display: block;
  274. border: 2px dashed #ccc;
  275. border-left: 5px solid #2C3E50;
  276. background-image: url('/views/acme/img/quote.png');
  277. background-position: calc(100% - 10px) 10px;
  278. background-repeat: no-repeat;
  279. background-size: 25px;
  280. font-size: 14px;
  281. }
  282. img, iframe {
  283. max-width: 100%;
  284. }
  285. table {
  286. background-color: #f5f5f5;
  287. border-collapse: collapse;
  288. }
  289. td {
  290. padding: 5px 10px;
  291. border: 1px solid #dddddd;
  292. }
  293. #toc {
  294. border: 1px solid #ccc;
  295. display: inline-block;
  296. padding: 20px;
  297. font-size: 15px;
  298. margin-top: 20px;
  299. margin-bottom: 20px;
  300. }
  301. #toc-name {
  302. font-size: 18px;
  303. }
  304. s, strike, del {
  305. color: gray;
  306. }
  307. s:hover, strike:hover, del:hover {
  308. color: #666;
  309. background-color: #eee;
  310. text-decoration: none;
  311. }
  312. .scroll-buttons a:link, .scroll-buttons a:visited {
  313. color: white;
  314. }
  315. div.scroll-buttons a {
  316. display: inline-block;
  317. width: 42px;
  318. height: 42px;
  319. padding: 5px 8px 9px 8px;
  320. border: 1px solid #545454;
  321. border-left: 0;
  322. text-decoration: none;
  323. text-align: center;
  324. background: rgba(26,26,26,0.9);
  325. border-bottom: 0;
  326. }
  327. #footnote-list {
  328. margin-bottom: -20px;
  329. display: block;
  330. }
  331. #footnote {
  332. margin-bottom: -10px;
  333. }
  334. div.scroll-buttons {
  335. position: fixed;
  336. float: right;
  337. height: 42px;
  338. text-align: right;
  339. font-size: 1.7em;
  340. z-index: 10000;
  341. margin-bottom: -10px;
  342. bottom: 10px;
  343. right: 0px;
  344. opacity: 0.8;
  345. }
  346. div.scroll-buttons a.random-link {
  347. border-left: 1px solid #545454;
  348. }
  349. div.scroll-buttons a {
  350. display: block;
  351. float: left;
  352. width: 42px;
  353. height: 42px;
  354. padding: 5px 8px 9px 8px;
  355. border: 1px solid #545454;
  356. border-left: 0;
  357. background: #dedede;
  358. text-decoration: none;
  359. text-align: center;
  360. background: rgba(26,26,26,0.9);
  361. border-bottom: 0;
  362. }
  363. .scroll-buttons .fa {
  364. margin-top: 5px;
  365. }
  366. #yosolo {
  367. width: 33.33%;
  368. text-align: center;
  369. }
  370. #toron {
  371. width: 100%;
  372. }
  373. #toron_color_green {
  374. background-color: #B0D3AD;
  375. }
  376. #toron_color_red {
  377. background-color: #f3c2c2;
  378. }
  379. #toron_color_blue {
  380. background: #c1ebff;
  381. }
  382. #toron_color {
  383. background-color: #d5d5d5;
  384. }
  385. @media (max-width: 768px) {
  386. table {
  387. min-width: 100%;
  388. }
  389. }
  390. textarea {
  391. width: 100%;
  392. }
  393. #not_thing {
  394. color: #bf4c4c;
  395. }
  396. #out_link {
  397. color: #008000;
  398. }
  399. #out_link::before {
  400. padding: 0px;
  401. background: transparent;
  402. color: green;
  403. content: "\f14c";
  404. font-family: FontAwesome;
  405. }
  406. h1, h2, h3, h4, h5, h6 {
  407. margin-bottom: 10px;
  408. margin-top: 10px;
  409. border-bottom: 1px solid #CCC;
  410. padding-bottom: 5px;
  411. }
  412. .navbar-brand {
  413. margin: auto;
  414. font-size: 28px;
  415. }
  416. footer#footer {
  417. bottom: 0;
  418. position: relative;
  419. width: 100%;
  420. }
  421. body {
  422. padding-top: 70px;
  423. padding-bottom: 30px;
  424. }
  425. .theme-dropdown .dropdown-menu {
  426. display: block;
  427. position: static;
  428. margin-bottom: 20px;
  429. }
  430. .theme-showcase > p > .btn {
  431. margin: 5px 0;
  432. }
  433. body {
  434. word-break: break-all;
  435. }
  436. input[type="checkbox"] {
  437. width: auto;
  438. }
  439. #left_end {
  440. padding-bottom: 50px;
  441. }
  442. table#toron tbody tr td {
  443. padding-top: 6px;
  444. padding-bottom: 6px;
  445. }
  446. ul#redirect {
  447. margin-bottom: 0;
  448. }
  449. html, body {
  450. max-width: 100%;
  451. overflow-x: hidden;
  452. }