2
0

style-responsive.css 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562
  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 #aaaaaa;
  128. margin-left: 0.5em;
  129. border-radius: 0.25rem;
  130. padding: 5px 20px 5px 20px;
  131. background: white;
  132. box-shadow: 0 2px 5px rgba(50,50,50,0.1);
  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. }
  173. #back_title {
  174. border: 1px solid black;
  175. padding: 5px;
  176. margin-top: -30px;
  177. margin-bottom: 20px;
  178. word-break: break-all;
  179. }
  180. .form-control.input-sm {
  181. font-size: 14px;
  182. color: black;
  183. }
  184. li {
  185. margin-left: 20px;
  186. margin-bottom: 2px;
  187. }
  188. .nav.navbar-nav li {
  189. margin: 0;
  190. }
  191. .btn.btn-secondary.tools-btn.dropdown-toggle {
  192. height: 34px;
  193. }
  194. sub, sup {
  195. line-height: 1.6rem;
  196. }
  197. textarea {
  198. border: 1px solid #e1e8ed;
  199. padding: 5px;
  200. border-radius: 3px;
  201. background: white;
  202. box-shadow: 0 2px 5px rgba(50,50,50,0.1);
  203. }
  204. .btn.btn-primary {
  205. margin: 0;
  206. }
  207. .btn {
  208. transition: all .3s ease;
  209. }
  210. #inside {
  211. color: green;
  212. }
  213. .hljs {
  214. background: #f5f8fa;
  215. }
  216. #syntax {
  217. margin-bottom: -10px;
  218. background-color: #f0f0f0;
  219. }
  220. #cate {
  221. width: 100%;
  222. border: 1px solid #777;
  223. padding: 5px;
  224. margin-top: 1em;
  225. }
  226. select {
  227. display: inline-block;
  228. padding: 0.2rem 0.4rem;
  229. font-size: 16px;
  230. line-height: 1.5;
  231. color: #55595c;
  232. background-color: #fff;
  233. background-image: none;
  234. border: 1px solid #ccc;
  235. border-radius: .25rem;
  236. }
  237. #preview {
  238. background: #37b1e3;
  239. color: white;
  240. margin-bottom: 0;
  241. }
  242. #preview:hover {
  243. background: #2b90ba;
  244. }
  245. input {
  246. border: 1px solid #e1e8ed;
  247. padding: 5px;
  248. border-radius: 3px;
  249. }
  250. form#searchform {
  251. margin-bottom: 0;
  252. }
  253. button#searchGoButton {
  254. height: 30px;
  255. }
  256. button#searchSearchButton {
  257. height: 30px;
  258. }
  259. h1#main_title {
  260. margin-bottom: 0;
  261. margin-top: 0;
  262. }
  263. a.navbar-brand {
  264. width: auto;
  265. margin-right: 20px;
  266. }
  267. blockquote {
  268. padding: 1em calc(2em + 25px) 1em 1em;
  269. margin: 1em 0em 0em;
  270. background: #eeeeee;
  271. display: block;
  272. border: 2px dashed #ccc;
  273. border-left: 5px solid #2C3E50;
  274. background-image: url('/views/acme/img/quote.png');
  275. background-position: calc(100% - 10px) 10px;
  276. background-repeat: no-repeat;
  277. background-size: 25px;
  278. font-size: 14px;
  279. }
  280. img, iframe {
  281. max-width: 100%;
  282. }
  283. table {
  284. background-color: #f5f5f5;
  285. border-collapse: collapse;
  286. }
  287. td {
  288. padding: 5px 10px;
  289. border: 1px solid #dddddd;
  290. }
  291. #toc {
  292. border: 1px solid #ccc;
  293. display: inline-block;
  294. padding: 20px;
  295. font-size: 15px;
  296. margin-top: 20px;
  297. margin-bottom: 20px;
  298. }
  299. #toc-name {
  300. font-size: 18px;
  301. }
  302. s, strike, del {
  303. color:gray;
  304. }
  305. s:hover, strike:hover, del:hover {
  306. color:#666;background-color:#eee;text-decoration:none;
  307. }
  308. .scroll-buttons a:link, .scroll-buttons a:visited {
  309. color: white;
  310. }
  311. div.scroll-buttons a {
  312. display: inline-block;
  313. width: 42px;
  314. height: 42px;
  315. padding: 5px 8px 9px 8px;
  316. border: 1px solid #545454;
  317. border-left: 0;
  318. text-decoration: none;
  319. text-align: center;
  320. background: rgba(26,26,26,0.9);
  321. border-bottom: 0;
  322. }
  323. #footnote-list {
  324. margin-bottom: -20px;
  325. display: block;
  326. }
  327. #footnote {
  328. margin-bottom: -10px;
  329. }
  330. div.scroll-buttons {
  331. position: fixed;
  332. float: right;
  333. height: 42px;
  334. text-align: right;
  335. font-size: 1.7em;
  336. z-index: 10000;
  337. margin-bottom: -10px;
  338. bottom: 10px;
  339. right: 0px;
  340. opacity: 0.8;
  341. }
  342. div.scroll-buttons a.random-link {
  343. border-left: 1px solid #545454;
  344. }
  345. div.scroll-buttons a {
  346. display: block;
  347. float: left;
  348. width: 42px;
  349. height: 42px;
  350. padding: 5px 8px 9px 8px;
  351. border: 1px solid #545454;
  352. border-left: 0;
  353. background: #dedede;
  354. text-decoration: none;
  355. text-align: center;
  356. background: rgba(26,26,26,0.9);
  357. border-bottom: 0;
  358. }
  359. .scroll-buttons .fa {
  360. margin-top: 5px;
  361. }
  362. #yosolo {
  363. width: 33.33%;
  364. text-align: center;
  365. }
  366. #toron {
  367. width: 100%;
  368. }
  369. #toron_color_green {
  370. background-color: #B0D3AD;
  371. }
  372. #toron_color_red {
  373. background-color: #f3c2c2;
  374. }
  375. #toron_color {
  376. background-color: #d5d5d5;
  377. }
  378. .popup {
  379. position: fixed;
  380. padding: 10px;
  381. background: #f5f5f5;
  382. width: 100%;
  383. bottom: 0px;
  384. left: 0px;
  385. text-align: center;
  386. box-shadow: 0 -1px 8px 0 rgba(0,0,0,0.35);
  387. z-index: 100000;
  388. max-height: 30%;
  389. overflow-y: scroll;
  390. }
  391. @media (max-width: 768px) {
  392. table {
  393. min-width: 100%;
  394. }
  395. }
  396. textarea {
  397. width: 100%;
  398. }
  399. a.not_thing {
  400. color: #bf4c4c;
  401. }
  402. a.out_link {
  403. color: #008000;
  404. }
  405. a.out_link::before {
  406. padding: 0px;
  407. background: transparent;
  408. color: green;
  409. content: "\f14c";
  410. font-family: FontAwesome;
  411. }
  412. #open {
  413. color: yellow;
  414. }
  415. h1, h2, h3, h4, h5, h6 {
  416. margin-bottom: 10px;
  417. margin-top: 10px;
  418. }
  419. .navbar-brand {
  420. margin: auto;
  421. font-size: 28px;
  422. }
  423. #toron_color_blue {
  424. background: #c1ebff;
  425. }
  426. footer#footer {
  427. bottom: 0;
  428. position: relative;
  429. width: 100%;
  430. }
  431. body {
  432. padding-top: 70px;
  433. padding-bottom: 30px;
  434. }
  435. .theme-dropdown .dropdown-menu {
  436. display: block;
  437. position: static;
  438. margin-bottom: 20px;
  439. }
  440. .theme-showcase > p > .btn {
  441. margin: 5px 0;
  442. }
  443. body {
  444. word-break: break-all;
  445. }
  446. input[type="checkbox"] {
  447. width: auto;
  448. }
  449. #left_end {
  450. padding-bottom: 50px;
  451. }
  452. table#toron tbody tr td {
  453. padding-top: 6px;
  454. padding-bottom: 6px;
  455. }
  456. ul#redirect {
  457. margin-bottom: 0;
  458. }