style.css 7.4 KB

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