style.css 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526
  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. #last {
  22. margin-top: 30px;
  23. }
  24. #log:hover, #log:focus {
  25. color: #B2DFEA;
  26. }
  27. a#inside {
  28. color: green;
  29. }
  30. #cate {
  31. width: 100%;
  32. border: 1px solid #777;
  33. padding: 5px;
  34. margin-top: 1em;
  35. }
  36. button#goto {
  37. border-radius: 0;
  38. border-left: 0;
  39. border-right: 0;
  40. }
  41. textarea, label, span, body, strong, b, div, h1, h2, h3, h4, h5, h6, h7, input {
  42. font-family: "나눔바른고딕", "나눔고딕", "맑은 고딕", "NanumBarunGothic", "NanumGothic", "Malgun Gothic", "sans-serif";
  43. }
  44. pre {
  45. font-family: "d2codingfont", "나눔고딕코딩", "NanumGothicCoding", "monospace";
  46. }
  47. .four-fifths.column {
  48. word-break: break-all;
  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. #yosolo {
  294. width: 33.33%;
  295. text-align: center;
  296. }
  297. #toron {
  298. width: 100%;
  299. }
  300. #toron_color_green {
  301. background-color: #B0D3AD;
  302. }
  303. #toron_color_red {
  304. background-color: #f3c2c2;
  305. }
  306. #toron_color {
  307. background-color: #d5d5d5;
  308. }
  309. #bb {
  310. background: #a28a7e;
  311. color: white;
  312. }
  313. #history {
  314. margin-right: 10px;
  315. }
  316. .popup {
  317. position: fixed;
  318. padding: 10px;
  319. background: #f5f5f5;
  320. width: 100%;
  321. bottom: 0px;
  322. left: 0px;
  323. text-align: center;
  324. box-shadow: 0 -1px 8px 0 rgba(0,0,0,0.35);
  325. z-index: 10000;
  326. max-height: 30%;
  327. overflow-y: scroll;
  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. #bl {
  341. background: gainsboro;
  342. }
  343. @media (min-width: 768px) {
  344. .four-fifths {
  345. width: 85%;
  346. }
  347. }
  348. @media (max-width: 768px) {
  349. .four-fifths {
  350. width: 100%;
  351. }
  352. table {
  353. min-width: 100%;
  354. }
  355. }
  356. .out_link::before {
  357. padding: 0px;
  358. background: transparent;
  359. color: green;
  360. content: "\f14c";
  361. font-family: FontAwesome;
  362. }
  363. textarea {
  364. width: 100%;
  365. }
  366. a.not_thing {
  367. color: #bf4c4c;
  368. }
  369. #open {
  370. background: #B2DFEA;
  371. text-shadow: none;
  372. }
  373. .menu-item:hover, #open:hover {
  374. background-color: #ddd;
  375. }
  376. sub, sup {
  377. line-height: 1.4em;
  378. }
  379. pre span {
  380. font-family: "d2codingfont", "나눔고딕코딩", "NanumGothicCoding", "monospace";
  381. }
  382. #is_mobile {
  383. margin-left: 5px;
  384. }
  385. #RecentChanges:hover, #RecentChanges:focus {
  386. text-decoration: none;
  387. color: #B2DFEA;
  388. }
  389. #RecentChanges {
  390. line-height: 35px;
  391. width: auto;
  392. height: 45px;
  393. font-size: 16px;
  394. color: white;
  395. float: left;
  396. padding: 5px;
  397. margin-right: 5px;
  398. }
  399. @media (max-width: 710px) {
  400. #is_mobile {
  401. display: none;
  402. }
  403. #RecentChanges {
  404. width: 20px;
  405. margin-right: 10px;
  406. margin-top: 9px;
  407. height: 36px;
  408. }
  409. }
  410. #block {
  411. background: gainsboro;
  412. }
  413. #toron_color_blue {
  414. background: #c1ebff;
  415. }
  416. .foot {
  417. position: fixed;
  418. bottom: 0px;
  419. padding: 10px;
  420. width: 100%;
  421. background: white none repeat scroll 0% 0%;
  422. left: 0px;
  423. border: 1px solid #ccc;
  424. text-align: center;
  425. z-index: 10000;
  426. max-height: 30%;
  427. overflow-y: scroll;
  428. }
  429. #edit_time {
  430. float: right;
  431. margin-top: -5px;
  432. }