style.css 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525
  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. li {
  48. margin-left: 20px;
  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. white-space: pre-wrap;
  158. }
  159. s:hover, strike:hover, del:hover {
  160. color:#666;background-color:#eee;text-decoration:none;
  161. }
  162. .menu-item {
  163. float: left;
  164. position: relative;
  165. }
  166. .menu {
  167. position: relative;
  168. display: inline-block;
  169. vertical-align: middle;
  170. }
  171. .one-fifth {
  172. width: 100%;
  173. }
  174. .input-group {
  175. width: 250px;
  176. }
  177. #search {
  178. width: 250px;
  179. float: right;
  180. padding: 5px;
  181. margin-bottom: 0;
  182. }
  183. #logo {
  184. float: left;
  185. margin-right: 10px;
  186. padding: 5px;
  187. }
  188. .one-fifth.column {
  189. margin-bottom: 20px;
  190. margin-top: -18px;
  191. background: #52A9BD;
  192. z-index: 2;
  193. position: relative;
  194. }
  195. .btn {
  196. height: 34px;
  197. }
  198. .scroll-buttons a:link, .scroll-buttons a:visited {
  199. color: white;
  200. }
  201. div.scroll-buttons a {
  202. display: inline-block;
  203. float: left;
  204. width: 42px;
  205. height: 42px;
  206. padding: 5px 8px 9px 8px;
  207. border: 1px solid #545454;
  208. border-left: 0;
  209. text-decoration: none;
  210. text-align: center;
  211. background: rgba(26,26,26,0.9);
  212. border-bottom: 0;
  213. }
  214. #footnote-list {
  215. margin-bottom: -10px;
  216. display: block;
  217. }
  218. #footnote {
  219. margin-bottom: -10px;
  220. }
  221. div.scroll-buttons {
  222. position: fixed;
  223. float: right;
  224. height: 42px;
  225. text-align: right;
  226. font-size: 1.7em;
  227. z-index: 10000;
  228. margin-bottom: -10px;
  229. bottom: 10px;
  230. right: 0px;
  231. opacity: 0.8;
  232. }
  233. .four-fifths {
  234. float: none;
  235. margin: auto;
  236. }
  237. #tool {
  238. float: right;
  239. }
  240. #logo {
  241. width: auto;
  242. height: auto;
  243. font-size: 25px;
  244. color: white;
  245. }
  246. #logo:hover {
  247. text-decoration: none;
  248. }
  249. #powered {
  250. float: right;
  251. }
  252. #top {
  253. position: relative;
  254. }
  255. table {
  256. font-size: 13px;
  257. }
  258. .scroll-buttons .fa {
  259. margin-top: 5px;
  260. }
  261. @media (max-width: 939px) {
  262. #search {
  263. float: right;
  264. }
  265. }
  266. @media (max-width: 459px) {
  267. #search {
  268. float: left;
  269. width: 100%;
  270. margin-bottom: 5px;
  271. }
  272. .input-group {
  273. width: 100%;
  274. }
  275. }
  276. @media (min-width: 1280px) {
  277. #all_contect {
  278. width: 1260px;
  279. margin: auto;
  280. }
  281. }
  282. .four-fifths.column {
  283. border: 1px solid #EFEFEF;
  284. padding: 30px;
  285. background: white;
  286. }
  287. body {
  288. background: #EFEFEF;
  289. }
  290. #left_bar {
  291. height: 100%;
  292. width: 15%;
  293. position: fixed;
  294. overflow-y: scroll;
  295. left: 0;
  296. top: 0;
  297. background: white;
  298. padding: 20px;
  299. }
  300. @media (min-width: 1920px) {
  301. #left_bar {
  302. width: 12%;
  303. }
  304. }
  305. #yosolo {
  306. width: 33.33%;
  307. text-align: center;
  308. }
  309. #toron {
  310. width: 100%;
  311. }
  312. #toron_color_green {
  313. background-color: #B0D3AD;
  314. }
  315. #toron_color_red {
  316. background-color: #f3c2c2;
  317. }
  318. #toron_color {
  319. background-color: #d5d5d5;
  320. }
  321. #bb {
  322. background: #a28a7e;
  323. color: white;
  324. }
  325. #history {
  326. margin-right: 10px;
  327. }
  328. #list {
  329. margin-top: 10px;
  330. margin-bottom: 10px;
  331. }
  332. .foot {
  333. position: fixed;
  334. bottom: 0px;
  335. padding: 10px;
  336. width: 100%;
  337. background: white none repeat scroll 0% 0%;
  338. left: 0px;
  339. border: 1px solid #ccc;
  340. text-align: center;
  341. z-index: 10000;
  342. }
  343. #bl {
  344. background: gainsboro;
  345. }
  346. @media (min-width: 768px) {
  347. .four-fifths {
  348. width: 85%;
  349. }
  350. }
  351. @media (max-width: 768px) {
  352. .four-fifths {
  353. width: 100%;
  354. }
  355. #left_bar {
  356. display: none;
  357. }
  358. }
  359. .out_link::before {
  360. padding: 0px;
  361. background: transparent;
  362. color: green;
  363. content: "\f14c";
  364. font-family: FontAwesome;
  365. }
  366. textarea {
  367. width: 100%;
  368. }
  369. a.not_thing {
  370. color: #bf4c4c;
  371. }
  372. #open {
  373. background: #B2DFEA;
  374. text-shadow: none;
  375. }
  376. .menu-item:hover, #open:hover {
  377. background-color: #ddd;
  378. }
  379. sub, sup {
  380. line-height: 1.4em;
  381. }
  382. pre span {
  383. font-family: "d2codingfont", "나눔고딕코딩", "NanumGothicCoding", "monospace";
  384. }
  385. #is_mobile {
  386. margin-left: 5px;
  387. }
  388. #RecentChanges:hover, #RecentChanges:focus {
  389. text-decoration: none;
  390. color: #B2DFEA;
  391. }
  392. #RecentChanges {
  393. line-height: 35px;
  394. width: auto;
  395. height: 45px;
  396. font-size: 16px;
  397. color: white;
  398. float: left;
  399. padding: 5px;
  400. margin-right: 5px;
  401. }
  402. @media (max-width: 710px) {
  403. #is_mobile {
  404. display: none;
  405. }
  406. #RecentChanges {
  407. width: 20px;
  408. margin-right: 10px;
  409. margin-top: 9px;
  410. height: 36px;
  411. }
  412. }
  413. #block {
  414. background: gainsboro;
  415. }
  416. #toron_color_blue {
  417. background: #c1ebff;
  418. }
  419. .foot {
  420. position: fixed;
  421. bottom: 0px;
  422. padding: 10px;
  423. width: 100%;
  424. background: white none repeat scroll 0% 0%;
  425. left: 0px;
  426. border: 1px solid #ccc;
  427. text-align: center;
  428. z-index: 10000;
  429. max-height: 30%;
  430. overflow-y: scroll;
  431. }