2
0

style.css 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508
  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. #yosolo {
  291. width: 33.33%;
  292. text-align: center;
  293. }
  294. #toron {
  295. width: 100%;
  296. }
  297. #toron_color_green {
  298. background-color: #B0D3AD;
  299. }
  300. #toron_color_red {
  301. background-color: #f3c2c2;
  302. }
  303. #toron_color {
  304. background-color: #d5d5d5;
  305. }
  306. #bb {
  307. background: #a28a7e;
  308. color: white;
  309. }
  310. #history {
  311. margin-right: 10px;
  312. }
  313. #list {
  314. margin-top: 10px;
  315. margin-bottom: 10px;
  316. }
  317. .foot {
  318. position: fixed;
  319. bottom: 0px;
  320. padding: 10px;
  321. width: 100%;
  322. background: white none repeat scroll 0% 0%;
  323. left: 0px;
  324. border: 1px solid #ccc;
  325. text-align: center;
  326. z-index: 10000;
  327. }
  328. #bl {
  329. background: gainsboro;
  330. }
  331. @media (min-width: 768px) {
  332. .four-fifths {
  333. width: 85%;
  334. }
  335. }
  336. @media (max-width: 768px) {
  337. .four-fifths {
  338. width: 100%;
  339. }
  340. table {
  341. min-width: 100%;
  342. }
  343. }
  344. .out_link::before {
  345. padding: 0px;
  346. background: transparent;
  347. color: green;
  348. content: "\f14c";
  349. font-family: FontAwesome;
  350. }
  351. textarea {
  352. width: 100%;
  353. }
  354. a.not_thing {
  355. color: #bf4c4c;
  356. }
  357. #open {
  358. background: #B2DFEA;
  359. text-shadow: none;
  360. }
  361. .menu-item:hover, #open:hover {
  362. background-color: #ddd;
  363. }
  364. sub, sup {
  365. line-height: 1.4em;
  366. }
  367. pre span {
  368. font-family: "d2codingfont", "나눔고딕코딩", "NanumGothicCoding", "monospace";
  369. }
  370. #is_mobile {
  371. margin-left: 5px;
  372. }
  373. #RecentChanges:hover, #RecentChanges:focus {
  374. text-decoration: none;
  375. color: #B2DFEA;
  376. }
  377. #RecentChanges {
  378. line-height: 35px;
  379. width: auto;
  380. height: 45px;
  381. font-size: 16px;
  382. color: white;
  383. float: left;
  384. padding: 5px;
  385. margin-right: 5px;
  386. }
  387. @media (max-width: 710px) {
  388. #is_mobile {
  389. display: none;
  390. }
  391. #RecentChanges {
  392. width: 20px;
  393. margin-right: 10px;
  394. margin-top: 9px;
  395. height: 36px;
  396. }
  397. }
  398. #block {
  399. background: gainsboro;
  400. }
  401. #toron_color_blue {
  402. background: #c1ebff;
  403. }
  404. .foot {
  405. position: fixed;
  406. bottom: 0px;
  407. padding: 10px;
  408. width: 100%;
  409. background: white none repeat scroll 0% 0%;
  410. left: 0px;
  411. border: 1px solid #ccc;
  412. text-align: center;
  413. z-index: 10000;
  414. max-height: 30%;
  415. overflow-y: scroll;
  416. }