style.css 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529
  1. #logo:hover, #logo:focus {
  2. color: #B2DFEA;
  3. }
  4. #in {
  5. margin-left: 20px;
  6. }
  7. #out {
  8. margin-left: 5px;
  9. }
  10. #log {
  11. line-height: 32px;
  12. width: 20px;
  13. height: 36px;
  14. font-size: 16px;
  15. color: white;
  16. float: left;
  17. margin-right: 10px;
  18. padding: 5px;
  19. margin-top: 10px;
  20. }
  21. #log:hover, #log:focus {
  22. color: #B2DFEA;
  23. }
  24. button#goto {
  25. border-radius: 0;
  26. border-left: 0;
  27. border-right: 0;
  28. }
  29. #syntax {
  30. line-height: 1;
  31. }
  32. textarea, label, span, body, strong, b, div, h1, h2, h3, h4, h5, h6, h7, input {
  33. font-family: "나눔바른고딕", "나눔고딕", "맑은 고딕", "NanumBarunGothic", "NanumGothic", "Malgun Gothic", "sans-serif";
  34. }
  35. pre {
  36. font-family: "d2codingfont", "나눔고딕코딩", "NanumGothicCoding", "monospace";
  37. }
  38. .four-fifths.column {
  39. word-break: break-all;
  40. }
  41. textarea {
  42. width: 100%;
  43. }
  44. li {
  45. margin-left: 20px;
  46. }
  47. .form-actions {
  48. margin-top: 15px;
  49. }
  50. .contect {
  51. color: #FFFFFF;
  52. background-color: #008000;
  53. }
  54. .out_link {
  55. color: #008000;
  56. }
  57. h1, h2, h3, h4, h5, h6 {
  58. margin-bottom: 10px;
  59. }
  60. .font-size-1 {
  61. font-size: 120%;
  62. }
  63. .font-size-2 {
  64. font-size: 140%;
  65. }
  66. .font-size-3 {
  67. font-size: 160%;
  68. }
  69. .font-size-4 {
  70. font-size: 180%;
  71. }
  72. .font-size-5 {
  73. font-size: 200%;
  74. }
  75. .font-size-small-1 {
  76. font-size: 85%;
  77. }
  78. .font-size-small-2 {
  79. font-size: 70%;
  80. }
  81. .font-size-small-3 {
  82. font-size: 55%;
  83. }
  84. .font-size-small-4 {
  85. font-size: 40%;
  86. }
  87. .font-size-small-5 {
  88. font-size: 25%;
  89. }
  90. td:hover {
  91. background: #ddd;
  92. }
  93. ref {
  94. background-color: #efefef;
  95. color: #555555;
  96. border: 1px solid #cecece;
  97. font-size: 0.8rem;
  98. margin-left: 0.1rem;
  99. margin-right: 0.2rem;
  100. }
  101. iframe {
  102. max-width: 100%;
  103. }
  104. blockquote {
  105. padding:1em calc(2em + 25px) 1em 1em;
  106. margin:1em 0em 0em;
  107. background:#eeeeee;
  108. display:table;
  109. border:2px dashed #ccc;
  110. border-left:5px solid #52A9BD;
  111. background-image: url('/views/img/quote.png');
  112. background-position:calc(100% - 10px) 10px;
  113. background-repeat:no-repeat;
  114. background-size:25px;
  115. }
  116. img {
  117. max-width: 100%;
  118. }
  119. td {
  120. padding: 5px 10px;
  121. border: 1px solid #dddddd;
  122. }
  123. table {
  124. background-color: #f5f5f5;
  125. }
  126. .title {
  127. display: inline-block;
  128. margin-bottom: 30px;
  129. }
  130. not_del {
  131. display: none;
  132. }
  133. #toc {
  134. border: 1px solid #ccc;
  135. display: inline-block;
  136. padding: 20px;
  137. font-size: 15px;
  138. margin-bottom: 20px;
  139. margin-top: 20px;
  140. }
  141. #toc-name {
  142. font-size: 18px;
  143. }
  144. s, strike, del {
  145. color:gray;
  146. }
  147. pre {
  148. padding: 7px;
  149. background-color: #eeeeee;
  150. border: 1px solid #dddddd;
  151. border-radius: 3px;
  152. overflow-x: auto;
  153. display: block;
  154. font-size: 90%;
  155. line-height: 1.5;
  156. color: #373a3c;
  157. }
  158. s:hover, strike:hover, del:hover {
  159. color:#666;background-color:#eee;text-decoration:none;
  160. }
  161. .menu-item {
  162. float: left;
  163. position: relative;
  164. }
  165. .menu {
  166. position: relative;
  167. display: inline-block;
  168. vertical-align: middle;
  169. }
  170. .one-fifth {
  171. width: 100%;
  172. }
  173. .input-group {
  174. width: 250px;
  175. }
  176. #search {
  177. width: 250px;
  178. float: right;
  179. padding: 5px;
  180. margin-bottom: 0;
  181. }
  182. #logo {
  183. float: left;
  184. margin-right: 10px;
  185. padding: 5px;
  186. }
  187. .one-fifth.column {
  188. margin-bottom: 20px;
  189. margin-top: -18px;
  190. background: #52A9BD;
  191. z-index: 2;
  192. position: relative;
  193. }
  194. .btn {
  195. height: 34px;
  196. }
  197. .scroll-buttons a:link, .scroll-buttons a:visited {
  198. color: white;
  199. }
  200. div.scroll-buttons a {
  201. display: inline-block;
  202. float: left;
  203. width: 42px;
  204. height: 42px;
  205. padding: 5px 8px 9px 8px;
  206. border: 1px solid #545454;
  207. border-left: 0;
  208. text-decoration: none;
  209. text-align: center;
  210. background: rgba(26,26,26,0.9);
  211. border-bottom: 0;
  212. }
  213. .footnote-list {
  214. margin-bottom: -10px;
  215. display: block;
  216. }
  217. #footnote {
  218. margin-bottom: -10px;
  219. }
  220. div.scroll-buttons {
  221. position: fixed;
  222. float: right;
  223. height: 42px;
  224. text-align: right;
  225. font-size: 1.7em;
  226. z-index: 10000;
  227. margin-bottom: -10px;
  228. bottom: 10px;
  229. right: 0px;
  230. opacity: 0.8;
  231. }
  232. .four-fifths {
  233. float: none;
  234. margin-left: auto;
  235. }
  236. #tool {
  237. float: right;
  238. }
  239. #logo {
  240. width: auto;
  241. height: auto;
  242. font-size: 25px;
  243. color: white;
  244. }
  245. #logo:hover {
  246. text-decoration: none;
  247. }
  248. #powered {
  249. float: right;
  250. }
  251. #top {
  252. position: relative;
  253. }
  254. table {
  255. font-size: 13px;
  256. }
  257. .scroll-buttons .fa {
  258. margin-top: 5px;
  259. }
  260. @media (max-width: 939px) {
  261. #search {
  262. float: right;
  263. }
  264. }
  265. @media (max-width: 459px) {
  266. #search {
  267. float: left;
  268. width: 100%;
  269. margin-bottom: 5px;
  270. }
  271. .input-group {
  272. width: 100%;
  273. }
  274. }
  275. @media (min-width: 1280px) {
  276. #all_contect {
  277. width: 1260px;
  278. margin: auto;
  279. }
  280. }
  281. .four-fifths.column {
  282. border: 1px solid #EFEFEF;
  283. padding: 30px;
  284. background: white;
  285. }
  286. body {
  287. background: #EFEFEF;
  288. }
  289. #left_bar {
  290. height: 100%;
  291. width: 15%;
  292. position: fixed;
  293. overflow-y: scroll;
  294. left: 0;
  295. top: 0;
  296. background: white;
  297. padding: 20px;
  298. }
  299. @media (min-width: 1920px) {
  300. #left_bar {
  301. width: 12%;
  302. }
  303. }
  304. #yosolo {
  305. width: 33.33%;
  306. text-align: center;
  307. }
  308. #toron {
  309. width: 100%;
  310. }
  311. #toroncolorgreen {
  312. background-color: #B0D3AD;
  313. }
  314. #toroncolorred {
  315. background-color: #f3c2c2;
  316. }
  317. #toroncolor {
  318. background-color: #d5d5d5;
  319. }
  320. #bb {
  321. background: #a28a7e;
  322. color: white;
  323. }
  324. #history {
  325. margin-right: 10px;
  326. }
  327. #list {
  328. margin-top: 10px;
  329. margin-bottom: 10px;
  330. }
  331. .foot {
  332. position: fixed;
  333. bottom: 0px;
  334. padding: 10px;
  335. width: 100%;
  336. background: white none repeat scroll 0% 0%;
  337. left: 0px;
  338. border: 1px solid #ccc;
  339. text-align: center;
  340. z-index: 10000;
  341. }
  342. #toroncolorstop {
  343. background: #9dd5e1;
  344. }
  345. #bl {
  346. background: gainsboro;
  347. }
  348. #toroncoloradmin {
  349. background-color: #F5C1C1;
  350. }
  351. @media (min-width: 768px) {
  352. .four-fifths {
  353. width: 85%;
  354. }
  355. }
  356. @media (max-width: 768px) {
  357. .four-fifths {
  358. width: 100%;
  359. }
  360. #left_bar {
  361. display: none;
  362. }
  363. }
  364. .out_link::before {
  365. padding: 0px;
  366. background: transparent;
  367. color: green;
  368. content: "\f14c";
  369. font-family: FontAwesome;
  370. }
  371. textarea {
  372. width: 100%;
  373. }
  374. a.not_thing {
  375. color: #bf4c4c;
  376. }
  377. #open {
  378. background: #B2DFEA;
  379. text-shadow: none;
  380. }
  381. .menu-item:hover, #open:hover {
  382. background-color: #ddd;
  383. }
  384. sub, sup {
  385. line-height: 1.4em;
  386. }
  387. pre span {
  388. font-family: "d2codingfont", "나눔고딕코딩", "NanumGothicCoding", "monospace";
  389. }
  390. #is_mobile {
  391. margin-left: 5px;
  392. }
  393. #RecentChanges:hover, #RecentChanges:focus {
  394. text-decoration: none;
  395. color: #B2DFEA;
  396. }
  397. #RecentChanges {
  398. line-height: 35px;
  399. width: auto;
  400. height: 45px;
  401. font-size: 16px;
  402. color: white;
  403. float: left;
  404. padding: 5px;
  405. margin-right: 5px;
  406. }
  407. @media (max-width: 710px) {
  408. #is_mobile {
  409. display: none;
  410. }
  411. #RecentChanges {
  412. width: 20px;
  413. margin-right: 10px;
  414. margin-top: 9px;
  415. height: 36px;
  416. }
  417. }
  418. td#block {
  419. background: gainsboro;
  420. }
  421. .foot {
  422. position: fixed;
  423. bottom: 0px;
  424. padding: 10px;
  425. width: 100%;
  426. background: white none repeat scroll 0% 0%;
  427. left: 0px;
  428. border: 1px solid #ccc;
  429. text-align: center;
  430. z-index: 10000;
  431. max-height: 30%;
  432. overflow-y: scroll;
  433. }