style.css 6.5 KB

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