OSDN Git Service

[更新]:長すぎ問題を修正
[alterlinux/lightdm-webkit2-theme-alter.git] / css / theme.css
index 446ca78..24f0370 100644 (file)
@@ -2,15 +2,21 @@
 * {
   /* webkit2 is very slow, this is supposed to speed up animations */
   backface-visibility: hidden;
+  user-select: none;
 }
 @font-face {
        font-family: 'MyFont';
        src: url('NotoSansJP-Regular.otf') format('opentype');
 
 }
-.gaussfade-out{
-  animation: rotation 2s ease 0s 1 alternate none running;
+@font-face {
+       font-family: 'MyFont2';
+       src: url('Renner_ 400 Book.ttf') format('truetype');
+
 }
+/* .gaussfade-out{
+  animation: rotation 2s ease 0s 1 alternate none running;
+} */
 @keyframes rotation {
   0% {
     filter: blur(0px);
@@ -31,7 +37,7 @@ body {
   color: white;
   background-color: #0b2d49;
   overflow: hidden;
-       font-family: 'MyFont';
+       font-family: 'MyFont2','MyFont';
   background-image: url("../images/LOCKSCREEN1920x1080.png");
   background-position:center center;        
   background-size:contain;         
@@ -64,6 +70,9 @@ input {
   margin: 0 auto 30px;
 }
 .col.right{
+  position: fixed;
+  right: 10px;
+  bottom: 20px;
   height: 25px;
 }
 .col.right .row{
@@ -71,6 +80,7 @@ input {
 }
 .power-button {
   vertical-align: bottom;
+  margin-bottom: 40px;
   fill: #bdc3c7;
 }
 .power-button:hover {
@@ -81,7 +91,12 @@ input {
   transform: scale(0.95);
 }
 .input-field.col.s2.offset-s1{
-  margin-bottom: 20px;
+  position: fixed;
+  width: 280px;
+  left: 10px;
+  bottom: 30px;
+  height: 25px;
+  margin-bottom: 0;
 }
 div#console {
   z-index: 9999;
@@ -103,13 +118,13 @@ div#console .terminal text {
   margin: 0;
 }
 .welcome-text {
-  font-size: 3vh;
+  font-size: 30px;
   font-weight: lighter;
 }
 .logo-ubuntu {
   height: 10vh;
 }
 .logo-alter {
-  width: 70%;
+  width: 50%;
   height: auto;
 }