| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211 |
- * {
- text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
- }
- body {
- color: #f0f0f0;
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
- background: black;
- }
- code {
- background: #444;
- }
- p {
- margin: 0px;
- }
- .doc {
- background: #403531;
- padding: 2em;
- }
- .doc p, .doc dd {
- margin-bottom: 6px;
- }
- .doc a:not(.button) {
- color: #85D4DE;
- }
- .columns {
- column-width: 25em;
- column-gap: 2em;
- text-align: justify;
- hyphens: auto;
- -webkit-hyphens: auto;
- word-spacing: -1px;
- margin: 1em 0;
- padding: 1em;
- }
- .large-columns {
- column-width: 33em;
- column-gap: 2em;
- text-align: justify;
- hyphens: auto;
- -webkit-hyphens: auto;
- word-spacing: -1px;
- margin: 1em 0;
- padding: 1em;
- }
- .columns h2 {
- margin-top: 0;
- padding-top: 0;
- }
- .columns:nth-child(even) {
- background: #51433E;
- }
- h1 {
- font-size: 3.5rem;
- font-weight: 300;
- }
- h2 {
- padding-bottom: 0px;
- }
- .button {
- border-radius: 0.32rem;
- }
- .success.button {
- background: rgb(87, 165, 81);
- }
- .top {
- background-image: url("../img/blog-back.jpg");
- background-size: cover;
- padding-bottom: 30px;
- margin-bottom: 5px;
- background-repeat: no-repeat;
- background-position: 50% 20%;
- }
- .languages {
- float: right;
- margin-right: 20px;
- margin-left: 20px;
- }
- .languages .button:not([disabled]) {
- color: black;
- background: #ddd;
- }
- .languages .button:not([disabled]):hover {
- background: #aaa;
- }
- .languages .button[disabled] {
- background: rgb(87, 165, 81);
- }
- .header {
- margin: 15px;
- }
- .logo {
- filter: grayscale(30%)
- }
- .header h1 {
- padding: 0px;
- }
- .header .lead {
- margin-top: 0px;
- }
- .menu {
- clear: both;
- text-align: center;
- }
- .menu .button:not(.facebook) {
- text-transform: uppercase;
- }
- .menu .button:not(.success):not(.facebook) {
- color: #777;
- background: transparent;
- border-width: 1px;
- border-style: solid;
- border-color: #777;
- }
- .menu .button:not(.success):not(.facebook):hover {
- background: #777;
- color: white;
- }
- .menu .button.success {
- background: transparent;
- border-width: 1px 1px 4px;
- border-style: solid;
- border-color: white;
- border-bottom: 4px solid white;
- padding-bottom: 0.15em;
- }
- .menu .button.success:hover {
- background: white;
- color: black;
- }
- .download {
- min-height: 100vh;
- background-image: url("../img/lzpwall.jpg");
- background-size: cover;
- color: white;
- background-position: center center;
- }
- .center {
- text-align: center;
- }
- .download .content {
- background-color: rgba(0, 0, 0, 0.4);
- min-height: 100vh;
- box-shadow: rgb(6, 44, 87) 0px 0px 100px inset;
- }
- .download h1 {
- padding-top: 30px;
- padding-bottom: 0;
- }
- #os-hint {
- font-size: 125%;
- }
- #other-os .button:not(.success) {
- background: rgb(68, 68, 68);
- }
- .download .button {
- border-width: 1px;
- border-style: solid;
- border-color: rgb(0, 0, 0, 0.25);
- }
- .changes {
- white-space: pre-line;
- display: inline-block;
- padding-top: 0.5em;
- padding-bottom: 2em;
- text-align: left;
- }
- .footer {
- color: slategray;
- }
- .footer h1 {
- color: slategray;
- }
|