2
0

style.css 7.1 KB

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