OSDN Git Service

Update theme.css
[alterlinux/lightdm-webkit2-theme-alter.git] / css / theme.css
index 0a13663..5aed72a 100644 (file)
@@ -2,12 +2,42 @@
 * {
   /* 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');
 
 }
+/* 英語のフォント */
+@font-face {
+       font-family: 'MyFont2';
+       src: url('Renner_ 400 Book.ttf') format('truetype');
+
+}
+/* 時計のフォント */
+@font-face {
+       font-family: 'MyFont3';
+       src: url('Lato-Regular.ttf') format('truetype');
+
+}
+/* .gaussfade-out{
+  animation: rotation 2s ease 0s 1 alternate none running;
+} */
+@keyframes rotation {
+  0% {
+    filter: blur(0px);
+  }
+
+  50% {
+    filter: blur(100px);
+  }
+
+  100% {
+    filter: blur(0px);
+  }
+}
 body {
   display: flex;
   min-height: 100vh;
@@ -15,7 +45,23 @@ body {
   color: white;
   background-color: #0b2d49;
   overflow: hidden;
-       font-family: 'MyFont';
+       font-family: 'MyFont2','MyFont';
+  background-image: url("../images/21-9.png");
+  background-position:center center;        
+  background-size:contain;         
+  width:100%;     
+  height:100vh;      
+}
+body::before {
+  content: '';
+  position: absolute;
+  top: -5px;
+  bottom: -5px;
+  left: -5px;
+  right: -5px;
+  background: inherit;
+  z-index: -1;
+  filter: blur(5px);
 }
 main {
   flex: 1 0 auto;
@@ -23,10 +69,25 @@ main {
 input {
   color: white;
 }
+
 .caret {
   fill: grey !important;
 }
+/* .row{
+  margin: 0 auto 30px;
+} */
+.col.right{
+  position: fixed;
+  right: 10px;
+  bottom: 20px;
+  height: 25px;
+}
+.col.right .row{
+  margin: 0;
+}
 .power-button {
+  vertical-align: bottom;
+  margin-bottom: 40px;
   fill: #bdc3c7;
 }
 .power-button:hover {
@@ -36,6 +97,14 @@ input {
   fill: white;
   transform: scale(0.95);
 }
+.input-field.col.s2.offset-s1{
+  position: fixed;
+  width: 280px;
+  left: 10px;
+  bottom: 30px;
+  height: 25px;
+  margin-bottom: 0;
+}
 div#console {
   z-index: 9999;
   position: absolute;
@@ -56,13 +125,13 @@ div#console .terminal text {
   margin: 0;
 }
 .welcome-text {
-  font-size: 3vh;
+  font-size: 20px;
   font-weight: lighter;
 }
 .logo-ubuntu {
   height: 10vh;
 }
 .logo-alter {
-  width: 70%;
+  width: 50%;
   height: auto;
 }