style.css 7.4 KB

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