style.css 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  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. #directive {
  33. text-decoration: underline dotted greenyellow;
  34. }
  35. #directive-desc {
  36. font-size: 8px;
  37. text-decoration: underline dotted greenyellow;
  38. padding-left:0px;
  39. }
  40. #directive-desc2 {
  41. font-size: 8px;
  42. text-decoration: underline dotted greenyellow;
  43. padding-left:0px;
  44. }
  45. #footerCont {
  46. position: fixed;
  47. top: 2000px;
  48. left:-10px;
  49. width: 102%;
  50. border: 1px solid #C2DBF2;
  51. padding: 7px;
  52. background: white;
  53. opacity: 0.3;
  54. color:white;
  55. font-family: Arial,Sans,Vardana;
  56. font-size: 12px;
  57. text-align: center;
  58. z-index: 99998;
  59. }
  60. #footer {
  61. position: fixed;
  62. float: right;
  63. top: 2000px;
  64. left:-10px;
  65. width: 100%;
  66. border: 0px solid #C2DBF2;
  67. padding: 7px;
  68. opacity: 1.0;
  69. color:black;
  70. font-family: Arial,Sans,Vardana;
  71. font-size: 12px;
  72. font-weight: 400;
  73. text-align: right;
  74. z-index: 99999;
  75. }
  76. table {
  77. width:100%;
  78. max-width:950px;
  79. background:#e9eef8;
  80. box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  81. clear:both;
  82. margin:auto;
  83. }
  84. #hashMe {
  85. position:relative;
  86. left:-2px;
  87. top:+5px;
  88. font-size:18px;
  89. font-weight:900;
  90. color:#000000;
  91. }
  92. #Password {
  93. font-size:18px;
  94. background:transparent;
  95. width: 60%;
  96. border-radius:3px;
  97. font-weight:900;
  98. }
  99. #passworddisplay {
  100. float:left;
  101. position:fixed;
  102. top:680px;
  103. left:50px;
  104. width:255px;
  105. height:120px;
  106. background:darkgray;
  107. text-align:left;
  108. white-space:nowrap;
  109. font-family:Arial,Sans,Verdana;
  110. color:#000000;
  111. font-weight:900;
  112. z-index:99999;
  113. }
  114. #Salt {
  115. position:relative;
  116. top:+5px;
  117. font-size:18px;
  118. background:transparent;
  119. width: 90%;
  120. border-radius:3px;
  121. font-weight:900;
  122. }
  123. .td-caption {
  124. width: 350px;
  125. background-color:#01963a;
  126. color: #FFFFFF;
  127. padding:8px;
  128. padding-top:4px;
  129. padding-bottom:4px;
  130. }
  131. .td-caption:hover {
  132. background-color:#39b455;
  133. }
  134. .td-caption2 {
  135. width: 350px;
  136. background-color: #67b168;
  137. color: #FFFFFF;
  138. padding:8px;
  139. padding-left:32px;
  140. padding-top:4px;
  141. padding-bottom:4px;
  142. }
  143. .td-caption2:hover {
  144. background-color: #87d287;
  145. }
  146. .td-tab {
  147. width: 25px;
  148. background-color: #67b168;
  149. padding:8px;
  150. padding-top:4px;
  151. padding-bottom:4px;
  152. }
  153. .td-full-opts {
  154. width: 600px;
  155. background-color: #ebebeb;
  156. padding:8px;
  157. padding-top:4px;
  158. padding-bottom:4px;
  159. border-top: 1px dotted gray;
  160. }
  161. .td-server-spec {
  162. width: 100%;
  163. background-color: #01963a;
  164. color:#FFFFFF;
  165. padding:8px;
  166. padding-top:4px;
  167. padding-bottom:4px;
  168. border-top: 1px dotted gray;
  169. }
  170. .td-server-spec-php {
  171. width: 100%;
  172. background-color: #7a86b8;
  173. color:#FFFFFF;
  174. padding:8px;
  175. padding-top:4px;
  176. padding-bottom:4px;
  177. border-top: 1px dotted gray;
  178. }