Advertisement
Guest User

Untitled

a guest
Dec 13th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1.  
  2. <head>
  3. <style>
  4. .tokovoipInfo {
  5. position: absolute;
  6. padding: 5px;
  7. font-family:Arial;
  8. font-weight: bold;
  9. color: white;
  10. }
  11. .pluginScreen {
  12. display: none;
  13. position: absolute;
  14. background: rgba(255, 255, 255);
  15. width: 100%;
  16. height: 100%;
  17. top: 0;
  18. left: 0;
  19. }
  20. .pluginScreenWindow {
  21. background: rgba(255, 255, 255);
  22. width: 300px;
  23. height: auto;
  24. margin-left: auto;
  25. margin-right: auto;
  26. position: relative;
  27. top: 50%;
  28. transform: translateY(-51%);
  29. border-top: 2px solid #01b0f0;
  30. border-bottom: 2px solid #01b0f0;
  31. padding: 20px;
  32. color: #eee;
  33. font-family: Tahoma, Geneva, sans-serif;
  34. font-size: 12px;
  35. text-shadow: 1px 1px #000000;
  36. font-weight: bold;
  37. }
  38. .talking {
  39. color: rgba(244, 196, 65, 255);
  40. }
  41. .normal {
  42. color: #01b0f0;
  43. }
  44. .copyrights {
  45. padding: 5px;
  46. padding-bottom: 0;
  47. color: white;
  48. opacity: 0.2;
  49. font-size: 12px;
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement