twitter.css 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. .header-twitter {
  2. background: #fff;
  3. width: 100%;
  4. font-size: 25px;
  5. font-weight: bold;
  6. text-align: left;
  7. position: relative;
  8. border-radius: 10px;
  9. }
  10. .header-twitter img {
  11. width: 55;
  12. }
  13. .box-twitter {
  14. width: 100%;
  15. height: 400px;
  16. position: absolute;
  17. overflow: none;
  18. font-size: 15px;
  19. font-family: sans-serif;
  20. border-radius: 10px;
  21. }
  22. .txt-login-twitter {
  23. color: #000;
  24. font-size: 20px;
  25. font-weight: bold;
  26. font-family: arial, sans-serif;
  27. margin-top: 3%;
  28. margin-bottom: 5%;
  29. }
  30. .input-box-twitter {
  31. background: #f5f8fa;
  32. width: 90%;
  33. height: 55px;
  34. margin-top: 10px;
  35. margin-bottom: 18px;
  36. padding: 10px;
  37. padding-top: 5px;
  38. font-size: 14px;
  39. font-family: arial, sans-serif;
  40. text-align: left;
  41. position: relative;
  42. border-bottom: 2px solid #657786;
  43. border-radius: 2px;
  44. outline: none;
  45. z-index: 2;
  46. }
  47. .input-box-twitter label {
  48. color: #657786;
  49. text-align: left;
  50. }
  51. .input-box-twitter input {
  52. background: transparent;
  53. width: 100%;
  54. height: auto;
  55. padding: 7px;
  56. padding-top: 3px;
  57. padding-left: 0px;
  58. color: #000;
  59. font-size: 18px;
  60. font-family: arial, sans-serif;
  61. text-align: left;
  62. position: relative;
  63. border: none;
  64. outline: none;
  65. z-index: 2;
  66. }
  67. .btn-login-twitter {
  68. background: #1da1f2;
  69. width: 90%;
  70. height: auto;
  71. padding: 14px;
  72. color: #fff;
  73. font-size: 15px;
  74. font-weight: bold;
  75. font-family: arial, sans-serif;
  76. border: none;
  77. border-radius: 30px;
  78. outline: none;
  79. letter-spacing: 1;
  80. }
  81. .footer-menu-twitter {
  82. width: auto;
  83. height: auto;
  84. margin: 0.5%;
  85. margin-top: 7%;
  86. color: #1da1f2;
  87. font-size: 14px;
  88. font-family: arial, sans-serif;
  89. display: inline-block;
  90. }
  91. .bulet {
  92. color: #000;
  93. font-size: 8px;
  94. }
  95. .aktifnya {
  96. color: #1da1f2;
  97. border-bottom: 2px solid #1da1f2;
  98. }