style.css 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478
  1. #RecentChanges:hover, #RecentChanges:focus {
  2. text-decoration: none;
  3. color: #d1bd6b;
  4. }
  5. #logo:hover, #logo:focus {
  6. color: #d1bd6b;
  7. }
  8. #in {
  9. margin-left: 10px;
  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: #d1bd6b;
  24. }
  25. textarea, label, span, body, strong, b, div, h1, h2, h3, h4, h5, h6, h7, input {
  26. font-family: helvetica, Meiryo, "Noto Sans Japanese", 나눔고딕, "맑은 고딕", "Nanum Gothic", sans-serif;
  27. }
  28. pre {
  29. font-family: '니눔고딕코딩', 'Nanum Gothic Coding', 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. ref {
  84. background-color: #efefef;
  85. color: #555555;
  86. border: 1px solid #cecece;
  87. font-size: 0.8rem;
  88. margin-left: 0.1rem;
  89. margin-right: 0.2rem;
  90. }
  91. iframe {
  92. max-width: 100%;
  93. }
  94. blockquote {
  95. padding:1em calc(2em + 25px) 1em 1em;
  96. margin:1em 0em 0em;
  97. background:#eeeeee;
  98. display:table;
  99. border:2px dashed #ccc;
  100. border-left:5px solid #d1bd6b;
  101. background-image: url('../static/images/quote.png');
  102. background-position:calc(100% - 10px) 10px;
  103. background-repeat:no-repeat;
  104. background-size:25px;
  105. }
  106. img {
  107. max-width: 100%;
  108. }
  109. td {
  110. padding: 5px 10px;
  111. border: 1px solid #dddddd;
  112. }
  113. table {
  114. background-color: #f5f5f5;
  115. }
  116. .title {
  117. display: inline-block;
  118. margin-bottom: 30px;
  119. }
  120. .titlee {
  121. display: inline-block;
  122. margin-bottom: 10px;
  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: #867324;
  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. #is_mobile {
  249. margin-left: 5px;
  250. }
  251. table {
  252. font-size: 13px;
  253. }
  254. .scroll-buttons .fa {
  255. margin-top: 5px;
  256. }
  257. @media (max-width: 939px) {
  258. #search {
  259. float: right;
  260. }
  261. }
  262. @media (max-width: 459px) {
  263. #search {
  264. float: left;
  265. width: 100%;
  266. margin-bottom: 5px;
  267. }
  268. .input-group {
  269. width: 100%;
  270. }
  271. }
  272. @media (min-width: 1280px) {
  273. #all_contect {
  274. width: 1260px;
  275. margin: auto;
  276. }
  277. }
  278. .four-fifths.column {
  279. border: 1px solid #EFEFEF;
  280. padding: 30px;
  281. background: white;
  282. }
  283. body {
  284. background: #EFEFEF;
  285. }
  286. #RecentChanges {
  287. line-height: 32px;
  288. width: 100px;
  289. height: 45px;
  290. font-size: 16px;
  291. color: white;
  292. float: left;
  293. padding: 5px;
  294. }
  295. @media (max-width: 710px) {
  296. #is_mobile {
  297. display: none;
  298. }
  299. #RecentChanges {
  300. width: 20px;
  301. margin-right: 10px;
  302. margin-top: 9px;
  303. height: 36px;
  304. }
  305. }
  306. #left_bar {
  307. height: 100%;
  308. width: 15%;
  309. position: fixed;
  310. overflow: scroll;
  311. left: 0;
  312. top: 0;
  313. background: white;
  314. padding: 20px;
  315. }
  316. #yosolo {
  317. width: 33.33%;
  318. text-align: center;
  319. }
  320. #toron {
  321. width: 100%;
  322. }
  323. #toroncolorgreen {
  324. background-color: #B0D3AD;
  325. }
  326. #toroncolor {
  327. background-color: #d5d5d5;
  328. }
  329. #bb {
  330. background: #a28a7e;
  331. color: white;
  332. }
  333. #history {
  334. margin-right: 10px;
  335. }
  336. #list {
  337. margin-top: 10px;
  338. margin-bottom: 10px;
  339. }
  340. .foot {
  341. position: fixed;
  342. bottom: 0px;
  343. padding: 10px;
  344. width: 100%;
  345. background: white none repeat scroll 0% 0%;
  346. left: 0px;
  347. border: 1px solid #ccc;
  348. text-align: center;
  349. z-index: 10000;
  350. }
  351. #toroncolorstop {
  352. background: #9dd5e1;
  353. }
  354. #bl {
  355. background: gainsboro;
  356. }
  357. #toroncoloradmin {
  358. background-color: #F5C1C1;
  359. }
  360. @media (min-width: 768px) {
  361. .four-fifths {
  362. width: 85%;
  363. }
  364. }
  365. @media (max-width: 768px) {
  366. .four-fifths {
  367. width: 100%;
  368. }
  369. #left_bar {
  370. display: none;
  371. }
  372. }
  373. .out_link::before {
  374. padding: 0px 0.15em;
  375. background: green;
  376. color: white;
  377. content: "외";
  378. font-family: "Ionicons" !important;
  379. }
  380. textarea {
  381. width: 100%;
  382. }
  383. a.not_thing {
  384. color: #bf4c4c;
  385. }
  386. #open {
  387. background: #ede1ad;
  388. text-shadow: none;
  389. }
  390. .menu-item:hover, #open:hover {
  391. background-color: #ddd;
  392. }
  393. sub, sup {
  394. line-height: 1.4em;
  395. }