plus.css 5.9 KB

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