Guest User

Untitled

a guest
Mar 20th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. .container {}
  2.  
  3. /* 1111111111111111111 */
  4.  
  5. div.absender {
  6. font-family: arial;
  7. font-size: 25px;
  8. text-align: left;
  9. /*border-radius: 5px;
  10. border-style: solid;
  11. border-width: 3px;
  12. background: #EA1E4C; */
  13. padding: 10px;
  14. margin: 5px;
  15. width: 260px;
  16. height: 215px;
  17. position: absolute;
  18. top: 65px;
  19. left: 398px;
  20. }
  21.  
  22. button.lr {
  23. -webkit-border-radius: 5;
  24. -moz-border-radius: 5;
  25. border-radius: 5px;
  26. font-family: Arial;
  27. color: #000000;
  28. font-size: 15px;
  29. background: orange;
  30. padding: 5px;
  31. text-decoration: none;
  32. }
  33.  
  34. button.mgl {
  35. -webkit-border-radius: 5;
  36. -moz-border-radius: 5;
  37. border-radius: 5px;
  38. font-family: Arial;
  39. font-size: 15px;
  40. background: yellow;
  41. padding: 5px;
  42. text-decoration: none;
  43. }
  44.  
  45. button.mgl:hover {
  46. background: orange;
  47. text-decoration: none;
  48. }
  49.  
  50. button.bl {
  51. -webkit-border-radius: 5;
  52. -moz-border-radius: 5;
  53. border-radius: 5px;
  54. font-family: Arial;
  55. color: white;
  56. font-size: 15px;
  57. background: blue;
  58. padding: 5px;
  59. text-decoration: none;
  60. }
  61.  
  62. button.bl:hover {
  63. background: orange;
  64. text-decoration: none;
  65. }
  66.  
  67. button.ef {
  68. -webkit-border-radius: 5;
  69. -moz-border-radius: 5;
  70. border-radius: 5px;
  71. font-family: Arial;
  72. color: #000000;
  73. font-size: 15px;
  74. background: green;
  75. padding: 5px;
  76. text-decoration: none;
  77. }
  78.  
  79. button.ef:hover {
  80. background: orange;
  81. text-decoration: none;
  82. }
  83.  
  84. button.anderen {
  85. -webkit-border-radius: 5;
  86. -moz-border-radius: 5;
  87. border-radius: 5px;
  88. font-family: Arial;
  89. color: white;
  90. font-size: 15px;
  91. background: black;
  92. padding: 5px;
  93. text-decoration: none;
  94. }
  95.  
  96. button.anderen:hover {
  97. background: orange;
  98. text-decoration: none;
  99. }
  100.  
  101. p.plr {
  102. font-size: 25px;
  103. text-align: left;
  104. position: absolute;
  105. top: 125px;
  106. left: 125px;
  107. }
  108.  
  109. textarea.txt {
  110. display: none;
  111. resize: none;
  112. overflow: auto;
  113. width: 200px;
  114. height: 100px;
  115. position: absolute;
  116. top: 135px;
  117. left: 125px;
  118. }
  119.  
  120. /* 1111111111111111111 */
  121.  
  122. div.empfanger {
  123. font-family: arial;
  124. font-size: 25px;
  125. text-align: left;
  126. /*border-radius: 5px;
  127. border-style: solid;
  128. border-width: 3px;
  129. background: #EA1E4C; */
  130. padding: 10px;
  131. margin: 5px;
  132. width: 260px;
  133. height: 215px;
  134. position: absolute;
  135. top: 65px;
  136. left: 300px;
  137. }
  138.  
  139. textarea.2txt {
  140. display: none;
  141. resize: none;
  142. overflow: auto;
  143. width: 200px;
  144. height: 100px;
  145. position: absolute;
  146. top: 180px;
  147. left: 105px;
  148. }
  149.  
  150. body {
  151. font-family: Arial;
  152. }
Add Comment
Please, Sign In to add comment