123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- body {
- background: #f8f8f8;
- color: #000000;
- font-size: 1em;
- font-family: sans-serif;
- }
- h3 {
- font-size: 1.5em;
- font-weight: 400;
- line-height: 1.1;
- color: #444;
- }
- a {
- color: #1863a1;
- }
- li {
- padding-bottom: 0.75em;
- }
- .btn:hover, .btn:focus, .btn.focus {
- color: #666;
- text-decoration: none;
- }
- .btn-primary {
- background: #252e3f;
- color: #f2f2f2;
- }
- .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
- background: #353e5f;
- color: #b7c1d5;
- box-shadow: none;
- }
- .btn-primary:active, .btn-primary.active {
- background: #353e5f;
- box-shadow: none;
- }
- .text-center {
- text-align: center;
- }
- .hint {
- font-size: 0.9em;
- color: #444;
- }
- .img-center {
- display: flex;
- justify-content: space-evenly;
- flex-wrap: wrap;
- }
- .img-center > div {
- font-size: 0.7em;
- padding: 1.4em;
- text-align: center;
- }
- .img-center > div:hover {
- border-radius: 4px;
- background: rgb(230, 230, 230);
- }
- .img-center > div > a {
- text-decoration: solid;
- display: flex;
- flex-direction: column;
- }
- .qrcode {
- padding: 20px 5px 5px 5px;
- width: 42.5%;
- height: 100%;
- margin: auto;
- }
- .uri-input {
- width: 100%;
- padding: 5px !important;
- border: solid black 1px !important;
- margin-top: 0.25em;
- }
- .input-group {
- margin: 0;
- padding: 0;
- margin-bottom: 0.75em !important;
- }
- .input-group input {
- background-color: red !important;
- margin-top: 0.5em !important;
- margin-left: 0px !important;
- }
|