plus.css 5.8 KB

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