index.css 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. /*
  2. * Copyright (c) 2020 Barchampas Gerasimos <makindosxx@gmail.com>.
  3. * proxphish is a advanced phishing tool.
  4. *
  5. * proxphish is free software: you can redistribute it and/or modify
  6. * it under the terms of the GNU Affero General Public License as published by
  7. * the Free Software Foundation, either version 3 of the License, or
  8. * (at your option) any later version.
  9. *
  10. * proxphish is distributed in the hope that it will be useful,
  11. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. * GNU Affero General Public License for more details.
  14. *
  15. * You should have received a copy of the GNU Affero General Public License
  16. * along with this program. If not, see <http://www.gnu.org/licenses/>.
  17. *
  18. */
  19. #body
  20. {
  21. background-image:url('');
  22. background-repeat:no-repeat;
  23. background-size:100%;
  24. background-color:;
  25. }
  26. #form1
  27. {
  28. background-color:;
  29. border-style:;
  30. border-width:;
  31. border-color:;
  32. height:;
  33. width:;
  34. }
  35. #h2
  36. {
  37. }
  38. input {
  39. border: 0;
  40. outline: 0;
  41. background: transparent;
  42. border-bottom: 1px solid white;
  43. color:white;
  44. }
  45. #site
  46. {
  47. height:3.5em;
  48. width:27em;
  49. text-align:center;
  50. font-size: 20px;
  51. color:white;
  52. }
  53. #ip
  54. {
  55. height:3.5em;
  56. width:27em;
  57. text-align:center;
  58. font-size: 20px;
  59. color:white;
  60. }
  61. #select_site
  62. {
  63. height:3.5em;
  64. width:28em;
  65. text-align:center;
  66. border: 0;
  67. outline: 0;
  68. background: transparent;
  69. border-bottom: 2px solid white;
  70. border-top: 0px;
  71. font-size: 20px;
  72. color: white;
  73. background-color: #272434;
  74. }
  75. #select_site:hover
  76. {
  77. height:3.5em;
  78. width:28em;
  79. text-align:center;
  80. border: 0;
  81. outline: 0;
  82. background: transparent;
  83. border-bottom: 2px solid white;
  84. border-top: 0px;
  85. font-size: 20px;
  86. color: green;
  87. background-color: #272434;
  88. }
  89. #submit
  90. {
  91. position: absolute; left: -9999px;
  92. }
  93. #footer
  94. {
  95. position:fixed;
  96. bottom:10%;
  97. left:50%;
  98. margin-left:-300px; /*negative half the width */
  99. background:;
  100. }
  101. input[placeholder], [placeholder], *[placeholder] {
  102. color: white !important;
  103. font-weight:bold;
  104. }
  105. .a
  106. {
  107. margin: 0 auto;
  108. display: block;
  109. width: 200px;
  110. height: 25px;
  111. background: grey;
  112. padding: 10px;
  113. text-align: center;
  114. border-radius: 5px;
  115. color: white;
  116. text-decoration: none;
  117. font-weight: bold;
  118. }
  119. .a:hover
  120. {
  121. margin: 0 auto;
  122. display: block;
  123. width: 200px;
  124. height: 25px;
  125. background: #9C9595;
  126. padding: 10px;
  127. text-align: center;
  128. border-radius: 5px;
  129. color: white;
  130. text-decoration: none;
  131. font-weight: bold;
  132. }
  133. .a2
  134. {
  135. margin: 0 auto;
  136. display: block;
  137. width: 100%;
  138. height: 20px;
  139. background: grey;
  140. padding: 10px;
  141. text-align: center;
  142. border-radius: 5px;
  143. color: white;
  144. text-decoration: none;
  145. font-weight: bold;
  146. }
  147. .a2:hover
  148. {
  149. margin: 0 auto;
  150. display: block;
  151. width: 100%;
  152. height: 20px;
  153. background: #9C9595;
  154. padding: 10px;
  155. text-align: center;
  156. border-radius: 5px;
  157. color: white;
  158. text-decoration: none;
  159. font-weight: bold;
  160. }
  161. .shell-wrap
  162. {
  163. height: 98%;
  164. width: 98%;
  165. margin: 1px auto 0 auto;
  166. box-shadow: 0 0 30px rgba(0,0,0,0.4);
  167. -webkit-border-radius: 3px;
  168. -moz-border-radius: 3px;
  169. border-radius: 3px;
  170. background: #272434; /* Old browsers */
  171. }
  172. .shell-top-bar {
  173. text-align: center;
  174. color: white;
  175. padding: 20px;
  176. margin: 0;
  177. text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
  178. font-size: 1.5em;
  179. border: 0px solid #CCCCCC;
  180. border-bottom: none;
  181. -webkit-border-top-left-radius: 3px;
  182. -webkit-border-top-right-radius: 3px;
  183. -moz-border-radius-topleft: 3px;
  184. -moz-border-radius-topright: 3px;
  185. border-top-left-radius: 3px;
  186. border-top-right-radius: 3px;
  187. background: white; /* Old browsers */
  188. background-image: url('icons/icon.png'), url('icons/icon.png');
  189. background-repeat: no-repeat, no-repeat;
  190. background-position: top right, top left;
  191. background-size: 11% 100%, 11% 100%;
  192. }
  193. table
  194. {
  195. width: 96%;
  196. position:fixed;
  197. bottom:3%;
  198. left:0%;
  199. margin-left:0px; /*negative half the width */
  200. background-color: transparent;
  201. color: white;
  202. border-collapse: collapse;
  203. overflow: hidden;
  204. }
  205. th
  206. {
  207. padding: 7px;
  208. text-align: center;
  209. }