plus.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389
  1. #in {
  2. margin-left: 20px;
  3. }
  4. #out {
  5. margin-left: 5px;
  6. }
  7. li {
  8. margin-left: 20px;
  9. }
  10. .nav.navbar-nav li {
  11. margin: 0;
  12. }
  13. .btn.btn-secondary.tools-btn.dropdown-toggle {
  14. height: 34px;
  15. }
  16. sub, sup {
  17. line-height: 1.6rem;
  18. }
  19. textarea {
  20. border: 1px solid #e1e8ed;
  21. padding: 5px;
  22. border-radius: 3px;
  23. background: white;
  24. box-shadow: 0 2px 5px rgba(50,50,50,0.1);
  25. }
  26. .btn.btn-primary {
  27. margin: 0;
  28. }
  29. #inside {
  30. color: green;
  31. }
  32. .form-actions {
  33. float: right;
  34. }
  35. .hljs {
  36. background: #f5f8fa;
  37. }
  38. #syntax {
  39. margin-bottom: -20px;
  40. }
  41. #cate {
  42. width: 100%;
  43. border: 1px solid #777;
  44. padding: 5px;
  45. margin-top: 1em;
  46. }
  47. select {
  48. display: inline-block;
  49. padding: 0.2rem 0.4rem;
  50. font-size: 16px;
  51. line-height: 1.5;
  52. color: #55595c;
  53. background-color: #fff;
  54. background-image: none;
  55. border: 1px solid #ccc;
  56. border-radius: .25rem;
  57. }
  58. #preview {
  59. background: #37b1e3;
  60. color: white;
  61. }
  62. #preview:hover {
  63. background: #2b90ba;
  64. }
  65. input {
  66. border: 1px solid #e1e8ed;
  67. padding: 5px;
  68. border-radius: 3px;
  69. }
  70. .font-size-1 {
  71. font-size: 120%;
  72. }
  73. form#searchform {
  74. margin-bottom: 0;
  75. }
  76. button#searchGoButton {
  77. height: 30px;
  78. }
  79. button#searchSearchButton {
  80. height: 30px;
  81. }
  82. h1#main_title {
  83. margin-bottom: 0;
  84. margin-top: 0;
  85. }
  86. a.navbar-brand {
  87. width: auto;
  88. margin-right: 20px;
  89. }
  90. #open:hover {
  91. color: black;
  92. background: white;
  93. border: 1px solid #ccc;
  94. }
  95. .font-size-2 {
  96. font-size: 140%;
  97. }
  98. .font-size-3 {
  99. font-size: 160%;
  100. }
  101. .font-size-4 {
  102. font-size: 180%;
  103. }
  104. .font-size-5 {
  105. font-size: 200%;
  106. }
  107. .font-size-small-1 {
  108. font-size: 85%;
  109. }
  110. .font-size-small-2 {
  111. font-size: 70%;
  112. }
  113. .font-size-small-3 {
  114. font-size: 55%;
  115. }
  116. .font-size-small-4 {
  117. font-size: 40%;
  118. }
  119. .font-size-small-5 {
  120. font-size: 25%;
  121. }
  122. ref {
  123. background-color: #efefef;
  124. color: #555555;
  125. border: 1px solid #cecece;
  126. font-size: 0.8rem;
  127. margin-left: 0.1rem;
  128. margin-right: 0.2rem;
  129. }
  130. iframe {
  131. max-width: 100%;
  132. }
  133. blockquote {
  134. padding:1em calc(2em + 25px) 1em 1em;
  135. margin:1em 0em 0em;
  136. background:#eeeeee;
  137. display:table;
  138. border:2px dashed #ccc;
  139. border-left:5px solid #2C3E50;
  140. background-image: url('/views/acme/img/quote.png');
  141. background-position:calc(100% - 10px) 10px;
  142. background-repeat:no-repeat;
  143. background-size:25px;
  144. }
  145. img {
  146. max-width: 100%;
  147. }
  148. td {
  149. padding: 5px 10px;
  150. border: 1px solid #dddddd;
  151. }
  152. table {
  153. background-color: #f5f5f5;
  154. border-collapse: collapse;
  155. }
  156. not_del {
  157. display: none;
  158. }
  159. #toc {
  160. border: 1px solid #ccc;
  161. display: inline-block;
  162. padding: 20px;
  163. font-size: 15px;
  164. margin-bottom: 20px;
  165. margin-top: 20px;
  166. }
  167. #toc-name {
  168. font-size: 18px;
  169. }
  170. s, strike, del {
  171. color:gray;
  172. }
  173. s:hover, strike:hover, del:hover {
  174. color:#666;background-color:#eee;text-decoration:none;
  175. }
  176. .scroll-buttons a:link, .scroll-buttons a:visited {
  177. color: white;
  178. }
  179. div.scroll-buttons a {
  180. display: inline-block;
  181. float: left;
  182. width: 42px;
  183. height: 42px;
  184. padding: 5px 8px 9px 8px;
  185. border: 1px solid #545454;
  186. border-left: 0;
  187. text-decoration: none;
  188. text-align: center;
  189. background: rgba(26,26,26,0.9);
  190. border-bottom: 0;
  191. }
  192. #footnote-list {
  193. margin-bottom: -20px;
  194. display: block;
  195. }
  196. #footnote {
  197. margin-bottom: -10px;
  198. }
  199. div.scroll-buttons {
  200. position: fixed;
  201. float: right;
  202. height: 42px;
  203. text-align: right;
  204. font-size: 1.7em;
  205. z-index: 10000;
  206. margin-bottom: -10px;
  207. bottom: 10px;
  208. right: 0px;
  209. opacity: 0.8;
  210. }
  211. table {
  212. font-size: 13px;
  213. }
  214. .scroll-buttons .fa {
  215. margin-top: 5px;
  216. }
  217. #yosolo {
  218. width: 33.33%;
  219. text-align: center;
  220. }
  221. #toron {
  222. width: 100%;
  223. }
  224. #toron_color_green {
  225. background-color: #B0D3AD;
  226. }
  227. #toron_color_red {
  228. background-color: #f3c2c2;
  229. }
  230. #toron_color {
  231. background-color: #d5d5d5;
  232. }
  233. #bb {
  234. background: #a28a7e;
  235. color: white;
  236. }
  237. #history {
  238. margin-right: 10px;
  239. }
  240. .popup {
  241. position: fixed;
  242. padding: 10px;
  243. background: #f5f5f5;
  244. width: 100%;
  245. bottom: 0px;
  246. left: 0px;
  247. text-align: center;
  248. box-shadow: 0 -1px 8px 0 rgba(0,0,0,0.35);
  249. z-index: 10000;
  250. max-height: 30%;
  251. overflow-y: scroll;
  252. }
  253. .foot {
  254. position: fixed;
  255. bottom: 0px;
  256. padding: 10px;
  257. width: 100%;
  258. background: white none repeat scroll 0% 0%;
  259. left: 0px;
  260. border: 1px solid #ccc;
  261. text-align: center;
  262. z-index: 10000;
  263. }
  264. #bl {
  265. background: gainsboro;
  266. }
  267. @media (max-width: 768px) {
  268. table {
  269. min-width: 100%;
  270. }
  271. }
  272. textarea {
  273. width: 100%;
  274. }
  275. a.not_thing {
  276. color: #bf4c4c;
  277. }
  278. a.out_link {
  279. color: #008000;
  280. }
  281. a.out_link::before {
  282. padding: 0px;
  283. background: transparent;
  284. color: green;
  285. content: "\f14c";
  286. font-family: FontAwesome;
  287. }
  288. #open {
  289. background: #4188F1;
  290. color: white;
  291. }
  292. h1, h2, h3, h4, h5, h6 {
  293. margin-bottom: 10px;
  294. margin-top: 10px;
  295. }
  296. .navbar-brand {
  297. margin: auto;
  298. font-size: 28px;
  299. }
  300. #block {
  301. background: gainsboro;
  302. }
  303. #toron_color_blue {
  304. background: #c1ebff;
  305. }
  306. .foot {
  307. position: fixed;
  308. bottom: 0px;
  309. padding: 10px;
  310. width: 100%;
  311. background: white none repeat scroll 0% 0%;
  312. left: 0px;
  313. border: 1px solid #ccc;
  314. text-align: center;
  315. z-index: 10000;
  316. max-height: 30%;
  317. overflow-y: scroll;
  318. }