style.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. /*
  2. * Copyright (c) 2016, 2024, 5 Mode
  3. * All rights reserved.
  4. *
  5. * This file is part of www-conf-viewer.
  6. *
  7. * www-conf-viewer is free software: you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License as published by
  9. * the Free Software Foundation, either version 3 of the License, or
  10. * (at your option) any later version.
  11. *
  12. * www-conf-viewer is distributed in the hope that it will be useful,
  13. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. * GNU General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU General Public License
  18. * along with www-conf-viewer. If not, see <https://www.gnu.org/licenses/>.
  19. * config.inc
  20. *
  21. * www-conf-viewer style sheet.
  22. *
  23. * @author Daniele Bonini <my25mb@aol.com>
  24. * @copyrights (c) 2021, 2024, 5 Mode
  25. */
  26. body {
  27. }
  28. .aaa {
  29. font-weight:900;
  30. color:#000000;
  31. }
  32. .bbb {
  33. color: #7bca2e;
  34. text-decoration: underline;
  35. }
  36. #directive {
  37. text-decoration: underline dotted greenyellow;
  38. }
  39. #directive-desc {
  40. font-size: 8px;
  41. text-decoration: underline dotted greenyellow;
  42. padding-left:0px;
  43. }
  44. #directive-desc2 {
  45. font-size: 8px;
  46. text-decoration: underline dotted greenyellow;
  47. padding-left:0px;
  48. }
  49. #footerCont {
  50. position: fixed;
  51. top: 2000px;
  52. left:-10px;
  53. width: 102%;
  54. border: 1px solid #C2DBF2;
  55. padding: 7px;
  56. background: white;
  57. opacity: 0.3;
  58. color:white;
  59. font-family: Arial,Sans,Vardana;
  60. font-size: 12px;
  61. text-align: center;
  62. z-index: 99998;
  63. }
  64. #footer {
  65. position: fixed;
  66. float: right;
  67. top: 2000px;
  68. left:-10px;
  69. width: 100%;
  70. border: 0px solid #C2DBF2;
  71. padding: 7px;
  72. opacity: 1.0;
  73. color:black;
  74. font-family: Arial,Sans,Vardana;
  75. font-size: 12px;
  76. font-weight: 400;
  77. text-align: right;
  78. z-index: 99999;
  79. }
  80. table {
  81. width:100%;
  82. max-width:950px;
  83. background:#e9eef8;
  84. box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  85. clear:both;
  86. margin:auto;
  87. }
  88. #hashMe {
  89. position:relative;
  90. left:-2px;
  91. top:+5px;
  92. font-size:18px;
  93. font-weight:900;
  94. color:#000000;
  95. }
  96. #originsDisplay {
  97. float:left;
  98. position:fixed;
  99. top:680px;
  100. left:20px;
  101. width:275px;
  102. height:120px;
  103. font-family: Monospace, Verdana, Serif;
  104. font-size: 14px;
  105. background-color: #020401;
  106. border: 3px solid lightgray;
  107. text-align:left;
  108. color: #FFFFFF;
  109. white-space:nowrap;
  110. font-weight:900;
  111. padding:10px;
  112. padding-top:4px;
  113. z-index:99999;
  114. display:none;
  115. }
  116. .originLabel {
  117. color: #7bca2e;
  118. font-weight:900;
  119. }
  120. #Password {
  121. font-size:18px;
  122. background:transparent;
  123. width: 60%;
  124. border-radius:3px;
  125. font-weight:900;
  126. }
  127. #passworddisplay {
  128. float:left;
  129. position:fixed;
  130. top:680px;
  131. left:50px;
  132. width:255px;
  133. height:120px;
  134. background:darkgray;
  135. text-align:left;
  136. white-space:nowrap;
  137. font-family:Arial,Sans,Verdana;
  138. color:#000000;
  139. font-weight:900;
  140. z-index:99999;
  141. }
  142. #Salt {
  143. position:relative;
  144. top:+5px;
  145. font-size:18px;
  146. background:transparent;
  147. width: 90%;
  148. border-radius:3px;
  149. font-weight:900;
  150. }
  151. .td-caption {
  152. width: 350px;
  153. background-color:#01963a;
  154. color: #FFFFFF;
  155. padding:8px;
  156. padding-top:4px;
  157. padding-bottom:4px;
  158. }
  159. .td-caption:hover {
  160. background-color:#39b455;
  161. }
  162. .td-caption2 {
  163. width: 350px;
  164. background-color: #67b168;
  165. color: #FFFFFF;
  166. padding:8px;
  167. padding-left:32px;
  168. padding-top:4px;
  169. padding-bottom:4px;
  170. }
  171. .td-caption2:hover {
  172. background-color: #87d287;
  173. }
  174. .td-tab {
  175. width: 25px;
  176. background-color: #67b168;
  177. padding:8px;
  178. padding-top:4px;
  179. padding-bottom:4px;
  180. }
  181. .td-full-opts {
  182. width: 600px;
  183. background-color: #ebebeb;
  184. padding:8px;
  185. padding-top:4px;
  186. padding-bottom:4px;
  187. border-top: 1px dotted gray;
  188. }
  189. .td-server-spec {
  190. width: 100%;
  191. background-color: #01963a;
  192. color:#FFFFFF;
  193. padding:8px;
  194. padding-top:4px;
  195. padding-bottom:4px;
  196. border-top: 1px dotted gray;
  197. }
  198. .td-server-spec-php {
  199. width: 100%;
  200. background-color: #7a86b8;
  201. color:#FFFFFF;
  202. padding:8px;
  203. padding-top:4px;
  204. padding-bottom:4px;
  205. border-top: 1px dotted gray;
  206. }