style.css 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. /*
  2. * Copyright (c) 2016, 2024, 5 Mode
  3. * All rights reserved.
  4. *
  5. * This file is part of Simplicity.
  6. *
  7. * Redistribution and use in source and binary forms, with or without
  8. * modification, are permitted provided that the following conditions are met:
  9. * * Redistributions of source code must retain the above copyright
  10. * notice, this list of conditions and the following disclaimer.
  11. * * Redistributions in binary form must reproduce the above copyright
  12. * notice, this list of conditions and the following disclaimer in the
  13. * documentation and/or other materials provided with the distribution.
  14. * * Neither 5 Mode nor the names of its contributors
  15. * may be used to endorse or promote products derived from this software
  16. * without specific prior written permission.
  17. *
  18. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
  19. * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  20. * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  21. * DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY
  22. * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  23. * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  24. * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
  25. * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  26. * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  27. * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  28. */
  29. body {
  30. font-size:12px;
  31. font-family: Arial,Sans,Verdana;
  32. }
  33. .aaa {
  34. color: #1e76be;
  35. }
  36. .active-group {
  37. color: #003333;
  38. font-weight:900;
  39. }
  40. .buddy {
  41. width: 180px;
  42. height: 260px;
  43. margin: auto;
  44. display: none;
  45. /*transform: rotate(45deg);*/
  46. }
  47. .buddysel {
  48. height:23px;
  49. cursor: pointer;
  50. background-color: lightblue;
  51. padding-top: 2px;
  52. padding-left: 15px;
  53. padding-bottom: 4px;
  54. border: 1px solid #FFFFFF;
  55. }
  56. .burger-menu {
  57. float:right;
  58. position:absolute;
  59. width: 366px;
  60. background: lightgray;
  61. border: 3px solid darkolivegreen;
  62. border-radius:5px;
  63. padding: 12px;
  64. cursor: pointer;
  65. }
  66. #burgerMenu {
  67. }
  68. .checkin-cell {
  69. padding-top: 8px;
  70. padding-bottom: 8px;
  71. text-align:right;
  72. }
  73. .checkin-field {
  74. height: 32px;
  75. }
  76. #content {
  77. position:relative;
  78. top:+50px;
  79. width:98%;
  80. }
  81. .demo {
  82. color: red;
  83. cursor: pointer;
  84. }
  85. .emptyfield{
  86. border: 1px solid red;
  87. }
  88. #emptyPlanet {
  89. width:600px;
  90. clear:both;
  91. margin:auto;
  92. position:relative;
  93. top: 80px;
  94. text-align: center;
  95. font-family:Arial,Sans,Verdana;
  96. font-size:29px;
  97. font-weight:900;
  98. }
  99. #footerCont {
  100. position: fixed;
  101. top: 2000px;
  102. left:-10px;
  103. width: 102%;
  104. border: 1px solid #C2DBF2;
  105. padding: 7px;
  106. background: white;
  107. opacity: 0.3;
  108. color:white;
  109. font-family: Arial,Sans,Vardana;
  110. font-size: 12px;
  111. text-align: center;
  112. z-index: 99998;
  113. display:none;
  114. }
  115. #footer {
  116. position: fixed;
  117. float: right;
  118. top: 2000px;
  119. left:-10px;
  120. width: 100%;
  121. border: 0px solid #C2DBF2;
  122. padding: 7px;
  123. opacity: 1.0;
  124. color:black;
  125. font-family: Arial,Sans,Vardana;
  126. font-size: 12px;
  127. font-weight: 600;
  128. text-align: right;
  129. z-index: 99999;
  130. }
  131. #goBut {
  132. position:relative;
  133. top:-2px;
  134. text-align:center;
  135. height:32px;
  136. width:26%;
  137. color:#000000;
  138. }
  139. #hashMe {
  140. position:relative;
  141. left:-2px;
  142. top:+5px;
  143. font-size:18px;
  144. font-weight:900;
  145. color:#000000;
  146. }
  147. .group {
  148. cursor: pointer;
  149. padding-bottom: 3px;
  150. }
  151. #groups {
  152. float:right;
  153. position: relative;
  154. top: -40px;
  155. background: lightgray;
  156. width: 250px;
  157. background: lightgray;
  158. border: 3px solid darkolivegreen;
  159. border-radius:5px;
  160. padding: 6px;
  161. cursor: pointer;
  162. z-index:999999;
  163. }
  164. .hal {
  165. width:58px;
  166. height:58px;
  167. margin-top:74%;
  168. margin-left:38%;
  169. cursor: pointer;
  170. }
  171. #logo {
  172. width:150px;
  173. }
  174. .name {
  175. width:70%;
  176. position:relative;
  177. top:-30px;
  178. margin-left:auto;
  179. margin-right:auto;
  180. background: #FFFFFF;
  181. border: 1px solid black;
  182. text-align:center;
  183. }
  184. .menu {
  185. float: right;
  186. width: 90px;
  187. text-align: right;
  188. }
  189. #muName {
  190. font-weight:900;
  191. }
  192. .my-modal-content {
  193. float:left;
  194. width:457px;
  195. height:400px;
  196. border:0px solid red;
  197. margin-top:20%;
  198. }
  199. .my-modal-dialog {
  200. width:457px;
  201. background-color:#FFFFFF;
  202. border:0px solid green;
  203. }
  204. #Password {
  205. font-size:18px;
  206. background:transparent;
  207. width: 60%;
  208. border-radius:3px;
  209. font-weight:900;
  210. }
  211. #passworddisplay {
  212. float:left;
  213. position:fixed;
  214. top:680px;
  215. left:50px;
  216. width:255px;
  217. height:120px;
  218. background:#434045;
  219. text-align:left;
  220. white-space:nowrap;
  221. font-family:Arial,Sans,Verdana;
  222. border: 1px solid darkgray;
  223. border-radius: 5px;
  224. color:#000000;
  225. font-weight:900;
  226. z-index:99999;
  227. }
  228. #planet {
  229. width:568px;
  230. height:576px;
  231. margin:auto;
  232. background-image: url('/res/planet.png');
  233. background-repeat: no-repeat;
  234. background-position: center;
  235. }
  236. #Salt {
  237. position:relative;
  238. top:+5px;
  239. font-size:18px;
  240. background:transparent;
  241. width: 90%;
  242. border-radius:3px;
  243. font-weight:900;
  244. }
  245. .vmuBurgerMenu {
  246. width:350px;
  247. color: #003333;
  248. font-family: Secular One;
  249. font-weight:400;
  250. text-align:right;
  251. border-bottom:1px solid #FFFFFF;
  252. white-space: nowrap;
  253. }