style.css 7.5 KB

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