Advertisement
deniz-000

Untitled

Dec 13th, 2019
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 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. }
  51. </style>
  52. <script src="nui://game/ui/jquery.js" type="text/javascript"></script>
  53. <script src="script.js" type="text/javascript"></script>
  54. </head>
  55. <body>
  56. <div id="pluginScreen" class="pluginScreen">
  57. <div id="pluginScreenWindow" class="pluginScreenWindow">
  58. <div style="font-size:25px;color:#0000;text-align:center;margin-bottom:20px;">
  59. LONGWAY-Roleplay!
  60. </div>
  61. <font color="#01b0f0"></font>
  62.  
  63. <br><br>
  64.  
  65. <font color="green"></font>
  66. <ul>
  67. <li>Bessere Voice-Qualität</li>
  68. <li>Funk-Geräte</li>
  69. <li>LONGWAY-Roleplay bietet dir viele Möglichkeiten</li>
  70. <li>Unser Teamspeak:longwayrp.de</li>
  71. <li>Komm drauf und hab Spaß</li>
  72. <li>Ayou war hier</li>
  73. </ul>
  74.  
  75. <br>
  76.  
  77. <font color="#01b0f0">TokoVOIP</font> Du musst dir <font color="red">zu</font> zu erst Tokovoip installieren <font color="red">um</font> auf dem Server spielen zu können!.
  78. <br><br>
  79. <font color="#01b0f0" id="TSChannelSupport"></font>
  80. <br><br>
  81. <font color="#f0eb01"></font><font color="#f0eb01"></font><font color="#01b0f0" id="TSDownload"></font>
  82. <br><br><br>
  83.  
  84. <div id="TSServer">
  85. TeamSpeak Server:
  86. </div>
  87. <div id="TSChannel">
  88. TeamSpeak Channel:
  89. </div>
  90. <br>
  91. <div id="pluginStatus">
  92. Plugin Status:
  93. </div>
  94. <div id="pluginVersion">
  95. Plugin Version:
  96. </div>
  97. </div>
  98. </div>
  99. <div class="copyrights">
  100.  
  101. </div>
  102. <div id="tokovoipInfo" class="tokovoipInfo">
  103. </div>
  104. </body>
  105. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement