style.css 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  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: red;
  38. }
  39. .buddy {
  40. width: 180px;
  41. height: 260px;
  42. margin: auto;
  43. display: none;
  44. /*transform: rotate(45deg);*/
  45. }
  46. .buddysel {
  47. height:23px;
  48. cursor: pointer;
  49. background-color: lightblue;
  50. padding-top: 2px;
  51. padding-left: 15px;
  52. padding-bottom: 4px;
  53. border: 1px solid #FFFFFF;
  54. }
  55. .burger-menu {
  56. float:right;
  57. position:absolute;
  58. width: 366px;
  59. background: lightgray;
  60. border: 3px solid darkolivegreen;
  61. border-radius:5px;
  62. padding: 12px;
  63. cursor: pointer;
  64. }
  65. #burgerMenu {
  66. }
  67. .checkin-cell {
  68. padding-top: 8px;
  69. padding-bottom: 8px;
  70. text-align:right;
  71. }
  72. .checkin-field {
  73. height: 32px;
  74. }
  75. #content {
  76. position:relative;
  77. top:+50px;
  78. width:98%;
  79. }
  80. .demo {
  81. color: red;
  82. cursor: pointer;
  83. }
  84. .emptyfield{
  85. border: 1px solid red;
  86. }
  87. #emptyPlanet {
  88. width:600px;
  89. clear:both;
  90. margin:auto;
  91. position:relative;
  92. top: 80px;
  93. text-align: center;
  94. font-family:Arial,Sans,Verdana;
  95. font-size:29px;
  96. font-weight:900;
  97. }
  98. #footerCont {
  99. position: fixed;
  100. top: 2000px;
  101. left:-10px;
  102. width: 102%;
  103. border: 1px solid #C2DBF2;
  104. padding: 7px;
  105. background: white;
  106. opacity: 0.3;
  107. color:white;
  108. font-family: Arial,Sans,Vardana;
  109. font-size: 12px;
  110. text-align: center;
  111. z-index: 99998;
  112. display:none;
  113. }
  114. #footer {
  115. position: fixed;
  116. float: right;
  117. top: 2000px;
  118. left:-10px;
  119. width: 100%;
  120. border: 0px solid #C2DBF2;
  121. padding: 7px;
  122. opacity: 1.0;
  123. color:black;
  124. font-family: Arial,Sans,Vardana;
  125. font-size: 12px;
  126. font-weight: 600;
  127. text-align: right;
  128. z-index: 99999;
  129. }
  130. #goBut {
  131. position:relative;
  132. top:-2px;
  133. text-align:center;
  134. height:32px;
  135. width:26%;
  136. color:#000000;
  137. }
  138. #hashMe {
  139. position:relative;
  140. left:-2px;
  141. top:+5px;
  142. font-size:18px;
  143. font-weight:900;
  144. color:#000000;
  145. }
  146. .group {
  147. cursor: pointer;
  148. padding-bottom: 3px;
  149. }
  150. #groups {
  151. float:right;
  152. position: relative;
  153. top: -40px;
  154. background: lightgray;
  155. width: 250px;
  156. background: lightgray;
  157. border: 3px solid darkolivegreen;
  158. border-radius:5px;
  159. padding: 6px;
  160. cursor: pointer;
  161. z-index:999999;
  162. }
  163. .hal {
  164. width:58px;
  165. height:58px;
  166. margin-top:74%;
  167. margin-left:38%;
  168. cursor: pointer;
  169. }
  170. #logo {
  171. width:150px;
  172. }
  173. .name {
  174. width:70%;
  175. position:relative;
  176. top:-30px;
  177. margin-left:auto;
  178. margin-right:auto;
  179. background: #FFFFFF;
  180. border: 1px solid black;
  181. text-align:center;
  182. }
  183. .menu {
  184. float: right;
  185. width: 90px;
  186. text-align: right;
  187. }
  188. #muName {
  189. font-weight:900;
  190. }
  191. .my-modal-content {
  192. float:left;
  193. width:457px;
  194. height:400px;
  195. border:0px solid red;
  196. margin-top:20%;
  197. }
  198. .my-modal-dialog {
  199. width:457px;
  200. background-color:#FFFFFF;
  201. border:0px solid green;
  202. }
  203. #Password {
  204. font-size:18px;
  205. background:transparent;
  206. width: 60%;
  207. border-radius:3px;
  208. font-weight:900;
  209. }
  210. #passworddisplay {
  211. float:left;
  212. position:fixed;
  213. top:680px;
  214. left:50px;
  215. width:255px;
  216. height:120px;
  217. background:#434045;
  218. text-align:left;
  219. white-space:nowrap;
  220. font-family:Arial,Sans,Verdana;
  221. border: 1px solid darkgray;
  222. border-radius: 5px;
  223. color:#000000;
  224. font-weight:900;
  225. z-index:99999;
  226. }
  227. #planet {
  228. width:568px;
  229. height:576px;
  230. margin:auto;
  231. background-image: url('/res/planet.png');
  232. background-repeat: no-repeat;
  233. background-position: center;
  234. }
  235. #Salt {
  236. position:relative;
  237. top:+5px;
  238. font-size:18px;
  239. background:transparent;
  240. width: 90%;
  241. border-radius:3px;
  242. font-weight:900;
  243. }
  244. .vmuBurgerMenu {
  245. width:350px;
  246. color: #003333;
  247. font-family: Secular One;
  248. font-weight:400;
  249. text-align:right;
  250. border-bottom:1px solid #FFFFFF;
  251. white-space: nowrap;
  252. }