Subversion Repositories oidplus

Rev

Rev 637 | Rev 846 | Go to most recent revision | View as "text/css" | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. /*!
  2.  * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/)
  3.  * Copyright 2011-2021 The Bootstrap Authors
  4.  * Copyright 2011-2021 Twitter, Inc.
  5.  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
  6.  * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
  7.  */
  8. :root {
  9.   --bs-blue: #0d6efd;
  10.   --bs-indigo: #6610f2;
  11.   --bs-purple: #6f42c1;
  12.   --bs-pink: #d63384;
  13.   --bs-red: #dc3545;
  14.   --bs-orange: #fd7e14;
  15.   --bs-yellow: #ffc107;
  16.   --bs-green: #198754;
  17.   --bs-teal: #20c997;
  18.   --bs-cyan: #0dcaf0;
  19.   --bs-white: #fff;
  20.   --bs-gray: #6c757d;
  21.   --bs-gray-dark: #343a40;
  22.   --bs-gray-100: #f8f9fa;
  23.   --bs-gray-200: #e9ecef;
  24.   --bs-gray-300: #dee2e6;
  25.   --bs-gray-400: #ced4da;
  26.   --bs-gray-500: #adb5bd;
  27.   --bs-gray-600: #6c757d;
  28.   --bs-gray-700: #495057;
  29.   --bs-gray-800: #343a40;
  30.   --bs-gray-900: #212529;
  31.   --bs-primary: #0d6efd;
  32.   --bs-secondary: #6c757d;
  33.   --bs-success: #198754;
  34.   --bs-info: #0dcaf0;
  35.   --bs-warning: #ffc107;
  36.   --bs-danger: #dc3545;
  37.   --bs-light: #f8f9fa;
  38.   --bs-dark: #212529;
  39.   --bs-primary-rgb: 13, 110, 253;
  40.   --bs-secondary-rgb: 108, 117, 125;
  41.   --bs-success-rgb: 25, 135, 84;
  42.   --bs-info-rgb: 13, 202, 240;
  43.   --bs-warning-rgb: 255, 193, 7;
  44.   --bs-danger-rgb: 220, 53, 69;
  45.   --bs-light-rgb: 248, 249, 250;
  46.   --bs-dark-rgb: 33, 37, 41;
  47.   --bs-white-rgb: 255, 255, 255;
  48.   --bs-black-rgb: 0, 0, 0;
  49.   --bs-body-color-rgb: 33, 37, 41;
  50.   --bs-body-bg-rgb: 255, 255, 255;
  51.   --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  52.   --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  53.   --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  54.   --bs-body-font-family: var(--bs-font-sans-serif);
  55.   --bs-body-font-size: 1rem;
  56.   --bs-body-font-weight: 400;
  57.   --bs-body-line-height: 1.5;
  58.   --bs-body-color: #212529;
  59.   --bs-body-bg: #fff;
  60. }
  61.  
  62. *,
  63. *::before,
  64. *::after {
  65.   box-sizing: border-box;
  66. }
  67.  
  68. @media (prefers-reduced-motion: no-preference) {
  69.   :root {
  70.     scroll-behavior: smooth;
  71.   }
  72. }
  73.  
  74. body {
  75.   margin: 0;
  76.   font-family: var(--bs-body-font-family);
  77.   font-size: var(--bs-body-font-size);
  78.   font-weight: var(--bs-body-font-weight);
  79.   line-height: var(--bs-body-line-height);
  80.   color: var(--bs-body-color);
  81.   text-align: var(--bs-body-text-align);
  82.   background-color: var(--bs-body-bg);
  83.   -webkit-text-size-adjust: 100%;
  84.   -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  85. }
  86.  
  87. hr {
  88.   margin: 1rem 0;
  89.   color: inherit;
  90.   background-color: currentColor;
  91.   border: 0;
  92.   opacity: 0.25;
  93. }
  94.  
  95. hr:not([size]) {
  96.   height: 1px;
  97. }
  98.  
  99. h6, h5, h4, h3, h2, h1 {
  100.   margin-top: 0;
  101.   margin-bottom: 0.5rem;
  102.   font-weight: 500;
  103.   line-height: 1.2;
  104. }
  105.  
  106. h1 {
  107.   font-size: calc(1.375rem + 1.5vw);
  108. }
  109. @media (min-width: 1200px) {
  110.   h1 {
  111.     font-size: 2.5rem;
  112.   }
  113. }
  114.  
  115. h2 {
  116.   font-size: calc(1.325rem + 0.9vw);
  117. }
  118. @media (min-width: 1200px) {
  119.   h2 {
  120.     font-size: 2rem;
  121.   }
  122. }
  123.  
  124. h3 {
  125.   font-size: calc(1.3rem + 0.6vw);
  126. }
  127. @media (min-width: 1200px) {
  128.   h3 {
  129.     font-size: 1.75rem;
  130.   }
  131. }
  132.  
  133. h4 {
  134.   font-size: calc(1.275rem + 0.3vw);
  135. }
  136. @media (min-width: 1200px) {
  137.   h4 {
  138.     font-size: 1.5rem;
  139.   }
  140. }
  141.  
  142. h5 {
  143.   font-size: 1.25rem;
  144. }
  145.  
  146. h6 {
  147.   font-size: 1rem;
  148. }
  149.  
  150. p {
  151.   margin-top: 0;
  152.   margin-bottom: 1rem;
  153. }
  154.  
  155. abbr[title],
  156. abbr[data-bs-original-title] {
  157.   -webkit-text-decoration: underline dotted;
  158.   text-decoration: underline dotted;
  159.   cursor: help;
  160.   -webkit-text-decoration-skip-ink: none;
  161.   text-decoration-skip-ink: none;
  162. }
  163.  
  164. address {
  165.   margin-bottom: 1rem;
  166.   font-style: normal;
  167.   line-height: inherit;
  168. }
  169.  
  170. ol,
  171. ul {
  172.   padding-right: 2rem;
  173. }
  174.  
  175. ol,
  176. ul,
  177. dl {
  178.   margin-top: 0;
  179.   margin-bottom: 1rem;
  180. }
  181.  
  182. ol ol,
  183. ul ul,
  184. ol ul,
  185. ul ol {
  186.   margin-bottom: 0;
  187. }
  188.  
  189. dt {
  190.   font-weight: 700;
  191. }
  192.  
  193. dd {
  194.   margin-bottom: 0.5rem;
  195.   margin-right: 0;
  196. }
  197.  
  198. blockquote {
  199.   margin: 0 0 1rem;
  200. }
  201.  
  202. b,
  203. strong {
  204.   font-weight: bolder;
  205. }
  206.  
  207. small {
  208.   font-size: 0.875em;
  209. }
  210.  
  211. mark {
  212.   padding: 0.2em;
  213.   background-color: #fcf8e3;
  214. }
  215.  
  216. sub,
  217. sup {
  218.   position: relative;
  219.   font-size: 0.75em;
  220.   line-height: 0;
  221.   vertical-align: baseline;
  222. }
  223.  
  224. sub {
  225.   bottom: -0.25em;
  226. }
  227.  
  228. sup {
  229.   top: -0.5em;
  230. }
  231.  
  232. a {
  233.   color: #0d6efd;
  234.   text-decoration: underline;
  235. }
  236. a:hover {
  237.   color: #0a58ca;
  238. }
  239.  
  240. a:not([href]):not([class]), a:not([href]):not([class]):hover {
  241.   color: inherit;
  242.   text-decoration: none;
  243. }
  244.  
  245. pre,
  246. code,
  247. kbd,
  248. samp {
  249.   font-family: var(--bs-font-monospace);
  250.   font-size: 1em;
  251.   direction: ltr ;
  252.   unicode-bidi: bidi-override;
  253. }
  254.  
  255. pre {
  256.   display: block;
  257.   margin-top: 0;
  258.   margin-bottom: 1rem;
  259.   overflow: auto;
  260.   font-size: 0.875em;
  261. }
  262. pre code {
  263.   font-size: inherit;
  264.   color: inherit;
  265.   word-break: normal;
  266. }
  267.  
  268. code {
  269.   font-size: 0.875em;
  270.   color: #d63384;
  271.   word-wrap: break-word;
  272. }
  273. a > code {
  274.   color: inherit;
  275. }
  276.  
  277. kbd {
  278.   padding: 0.2rem 0.4rem;
  279.   font-size: 0.875em;
  280.   color: #fff;
  281.   background-color: #212529;
  282.   border-radius: 0.2rem;
  283. }
  284. kbd kbd {
  285.   padding: 0;
  286.   font-size: 1em;
  287.   font-weight: 700;
  288. }
  289.  
  290. figure {
  291.   margin: 0 0 1rem;
  292. }
  293.  
  294. img,
  295. svg {
  296.   vertical-align: middle;
  297. }
  298.  
  299. table {
  300.   caption-side: bottom;
  301.   border-collapse: collapse;
  302. }
  303.  
  304. caption {
  305.   padding-top: 0.5rem;
  306.   padding-bottom: 0.5rem;
  307.   color: #6c757d;
  308.   text-align: right;
  309. }
  310.  
  311. th {
  312.   text-align: inherit;
  313.   text-align: -webkit-match-parent;
  314. }
  315.  
  316. thead,
  317. tbody,
  318. tfoot,
  319. tr,
  320. td,
  321. th {
  322.   border-color: inherit;
  323.   border-style: solid;
  324.   border-width: 0;
  325. }
  326.  
  327. label {
  328.   display: inline-block;
  329. }
  330.  
  331. button {
  332.   border-radius: 0;
  333. }
  334.  
  335. button:focus:not(:focus-visible) {
  336.   outline: 0;
  337. }
  338.  
  339. input,
  340. button,
  341. select,
  342. optgroup,
  343. textarea {
  344.   margin: 0;
  345.   font-family: inherit;
  346.   font-size: inherit;
  347.   line-height: inherit;
  348. }
  349.  
  350. button,
  351. select {
  352.   text-transform: none;
  353. }
  354.  
  355. [role=button] {
  356.   cursor: pointer;
  357. }
  358.  
  359. select {
  360.   word-wrap: normal;
  361. }
  362. select:disabled {
  363.   opacity: 1;
  364. }
  365.  
  366. [list]::-webkit-calendar-picker-indicator {
  367.   display: none;
  368. }
  369.  
  370. button,
  371. [type=button],
  372. [type=reset],
  373. [type=submit] {
  374.   -webkit-appearance: button;
  375. }
  376. button:not(:disabled),
  377. [type=button]:not(:disabled),
  378. [type=reset]:not(:disabled),
  379. [type=submit]:not(:disabled) {
  380.   cursor: pointer;
  381. }
  382.  
  383. ::-moz-focus-inner {
  384.   padding: 0;
  385.   border-style: none;
  386. }
  387.  
  388. textarea {
  389.   resize: vertical;
  390. }
  391.  
  392. fieldset {
  393.   min-width: 0;
  394.   padding: 0;
  395.   margin: 0;
  396.   border: 0;
  397. }
  398.  
  399. legend {
  400.   float: right;
  401.   width: 100%;
  402.   padding: 0;
  403.   margin-bottom: 0.5rem;
  404.   font-size: calc(1.275rem + 0.3vw);
  405.   line-height: inherit;
  406. }
  407. @media (min-width: 1200px) {
  408.   legend {
  409.     font-size: 1.5rem;
  410.   }
  411. }
  412. legend + * {
  413.   clear: right;
  414. }
  415.  
  416. ::-webkit-datetime-edit-fields-wrapper,
  417. ::-webkit-datetime-edit-text,
  418. ::-webkit-datetime-edit-minute,
  419. ::-webkit-datetime-edit-hour-field,
  420. ::-webkit-datetime-edit-day-field,
  421. ::-webkit-datetime-edit-month-field,
  422. ::-webkit-datetime-edit-year-field {
  423.   padding: 0;
  424. }
  425.  
  426. ::-webkit-inner-spin-button {
  427.   height: auto;
  428. }
  429.  
  430. [type=search] {
  431.   outline-offset: -2px;
  432.   -webkit-appearance: textfield;
  433. }
  434.  
  435. [type="tel"],
  436. [type="url"],
  437. [type="email"],
  438. [type="number"] {
  439.   direction: ltr;
  440. }
  441. ::-webkit-search-decoration {
  442.   -webkit-appearance: none;
  443. }
  444.  
  445. ::-webkit-color-swatch-wrapper {
  446.   padding: 0;
  447. }
  448.  
  449. ::-webkit-file-upload-button {
  450.   font: inherit;
  451. }
  452.  
  453. ::file-selector-button {
  454.   font: inherit;
  455. }
  456.  
  457. ::-webkit-file-upload-button {
  458.   font: inherit;
  459.   -webkit-appearance: button;
  460. }
  461.  
  462. output {
  463.   display: inline-block;
  464. }
  465.  
  466. iframe {
  467.   border: 0;
  468. }
  469.  
  470. summary {
  471.   display: list-item;
  472.   cursor: pointer;
  473. }
  474.  
  475. progress {
  476.   vertical-align: baseline;
  477. }
  478.  
  479. [hidden] {
  480.   display: none !important;
  481. }
  482. /*# sourceMappingURL=bootstrap-reboot.rtl.css.map */