dleargamer

f-css

Jul 26th, 2022
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.21 KB | None | 0 0
  1. .navbar-fb {
  2.     background: #3b5998;
  3.     width: 100%;
  4.     height: auto;
  5.     padding: 8px;
  6.     border-top-left-radius: 10px;
  7.     border-top-right-radius: 10px;
  8. }
  9. .navbar-fb img {
  10.     width: 115;
  11.     margin-left: auto;
  12.     margin-right: auto;
  13.     display: block;
  14. }
  15. .content-box-fb {
  16.     width: 300px;
  17.     height: auto;
  18.     margin-left: auto;
  19.     margin-right: auto;
  20.     display: block;
  21. }
  22. .content-box-fb img {
  23.     width: 60;
  24.     margin-top: 20px;
  25.     margin-left: auto;
  26.     margin-right: auto;
  27.     border-radius: 12px;
  28.     display: block;
  29. }
  30. .txt-login-fb {
  31.     width: 270px;
  32.     height: auto;
  33.     margin-top: 10px;
  34.     margin-left: auto;
  35.     margin-right: auto;
  36.     margin-bottom: 17px;
  37.     padding: 8px;
  38.     color: #90949c;
  39.     font-size: 16px;
  40.     font-family: Roboto;
  41.     text-align: center;
  42.     display: block;
  43. }
  44. .login-form input[type="text"],.login-form input[type="password"] {
  45.     width: 100%;
  46.     height: auto;
  47.     padding: 12px;
  48.     color: #000;
  49.     font-size: 14px;
  50.     font-weight: 400;
  51.     font-family: 'Lato',sans-serif;
  52.     border: 1px solid #bdbebf;
  53.     cursor: pointer;
  54.     outline: none;
  55. }
  56. .login-form input[type="text"] {
  57.     margin: 0;
  58.     padding-bottom: 13px;
  59.     border-bottom: none;
  60.     border-radius: 4px 4px 0 0;
  61.     box-shadow: 0 -1px 0 #E0E0E0 inset,0 0px 0px rgba(0,0,0,0.23) inset;
  62. }
  63. .login-form input[type="password"] {
  64.     margin: 0;
  65.     border-top: none;
  66.     border-radius: 0 0 4px 4px;
  67.     box-shadow: 0 -0px 0 rgba(0,0,0,0.23) inset,0 0px 0px rgba(255,255,255,0.1);
  68. }
  69. .btn-login-fb {
  70.     background: #1778f2;
  71.     width: 100%;
  72.     height: auto;
  73.     margin-top: 10px;
  74.     margin-left: auto;
  75.     margin-right: auto;
  76.     padding: 10px;
  77.     color: #fff;
  78.     font-size: 14px;
  79.     font-family: Roboto;
  80.     font-weight: bold;
  81.     text-align: center;
  82.     text-shadow: 1px 0px rgba(0, 0, 0, 0.3);
  83.     border: 1px solid #3578e5;
  84.     border-radius: 5px;
  85.     box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  86.     outline: none;
  87.     display: block;
  88. }
  89. .txt-create-account {
  90.     width: 100%;
  91.     height: auto;
  92.     padding: 5px;
  93.     color: #3b5998;
  94.     font-size: 13.5px;
  95.     font-family: Roboto;
  96.     text-align: center;
  97. }
  98. .txt-not-now {
  99.     width: 100%;
  100.     height: auto;
  101.     padding: 5px;
  102.     color: #3b5998;
  103.     font-size: 13.5px;
  104.     font-family: Roboto;
  105.     text-align: center;
  106. }
  107. .txt-forgotten-password {
  108.     width: 100%;
  109.     height: auto;
  110.     margin-bottom: 30px;
  111.     padding: 5px;
  112.     color: #7596c8;
  113.     font-size: 13.5px;
  114.     font-family: Roboto;
  115.     text-align: center;
  116. }
  117. .language-box {
  118.     width: 100%;
  119.     height: auto;
  120.     margin-left: auto;
  121.     margin-right: auto;
  122.     display: block;
  123. }
  124. .language-name {
  125.     width: 40%;
  126.     height: auto;
  127.     margin: 5px;
  128.     margin-bottom: 0px;
  129.     color: #3b5998;
  130.     font-size: 12px;
  131.     font-family: Roboto;
  132.     text-align: center;
  133.     display: inline-block;
  134. }
  135. .language-name i {
  136.     width: 23px;
  137.     padding: 4px;
  138.     color: #90949c;
  139.     border: 1px solid #3b5998;
  140.     border-radius: 3px;
  141. }
  142. .language-name-active {
  143.     color: #90949c;
  144.     font-weight: bold;
  145. }
  146. .copyright {
  147.     width: 40%;
  148.     height: auto;
  149.     margin-top: 10px;
  150.     margin-left: auto;
  151.     margin-right: auto;
  152.     color: #90949c;
  153.     font-size: 12px;
  154.     font-family: Roboto;
  155.     text-align: center;
  156.     display: block;
  157. }
Add Comment
Please, Sign In to add comment