OSDN Git Service

Update theme.css
[alterlinux/lightdm-webkit2-theme-alter.git] / css / theme.css
index 4eb4372..6c3495d 100644 (file)
@@ -4,14 +4,27 @@
   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');
+
 }
+/* 時計のフォント */
+@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);
@@ -32,8 +45,8 @@ body {
   color: white;
   background-color: #0b2d49;
   overflow: hidden;
-       font-family: 'MyFont';
-  background-image: url("../images/LOCKSCREEN1920x1080.png");
+       font-family: 'MyFont2','MyFont';
+  background-image: url("../images/16-9.png");
   background-position:center center;        
   background-size:contain;         
   width:100%;     
@@ -42,7 +55,6 @@ body {
 body::before {
   content: '';
   position: absolute;
-  /* 輪郭がぼやけてしまうのでブラー範囲を広げる */
   top: -5px;
   bottom: -5px;
   left: -5px;
@@ -61,9 +73,9 @@ input {
 .caret {
   fill: grey !important;
 }
-.row{
+/* .row{
   margin: 0 auto 30px;
-}
+} */
 .col.right{
   position: fixed;
   right: 10px;
@@ -87,6 +99,7 @@ input {
 }
 .input-field.col.s2.offset-s1{
   position: fixed;
+  width: 280px;
   left: 10px;
   bottom: 30px;
   height: 25px;
@@ -112,13 +125,13 @@ div#console .terminal text {
   margin: 0;
 }
 .welcome-text {
-  font-size: 30px;
+  font-size: 20px;
   font-weight: lighter;
 }
 .logo-ubuntu {
   height: 10vh;
 }
 .logo-alter {
-  width: 70%;
+  width: 50%;
   height: auto;
 }