mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-02-21 18:41:18 +01:00
10 lines
312 B
CSS
10 lines
312 B
CSS
body {overflow: hidden;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
text-align: center;
|
|
}
|
|
|
|
h1 {font-size: 36px; font-weight: normal; color: #888; margin-bottom: 20px}
|
|
.auto-logout-warning {background-color: #1c1c19; color: #fff; padding: 20px} |