style.css 6.1 KB

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