style.css 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324
  1. /**
  2. * Copyright 2021, 2024 5 Mode
  3. *
  4. * This file is part of Homolog.
  5. *
  6. * Homolog is free software: you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License as published by
  8. * the Free Software Foundation, either version 3 of the License, or
  9. * (at your option) any later version.
  10. *
  11. * Homolog is distributed in the hope that it will be useful,
  12. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. * GNU General Public License for more details.
  15. *
  16. * You should have received a copy of the GNU General Public License
  17. * along with Homolog. If not, see <https://www.gnu.org/licenses/>.
  18. *
  19. * style.css
  20. *
  21. * CSS file.
  22. *
  23. * @author Daniele Bonini <my25mb@aol.com>
  24. * @copyrights (c) 2021, 2024, 5 Mode
  25. */
  26. html {
  27. height: 100%;
  28. }
  29. body {
  30. margin: 0px;
  31. padding: 0px;
  32. background:url('/SW_res/sw_bg1.jpg') fixed;
  33. background-size: cover;
  34. background-position: left;
  35. background-repeat: no-repeat;
  36. color: #1c1c1c;
  37. font-family:'Press Start 2P';
  38. font-size:12px;
  39. }
  40. h1 {
  41. clear: both;
  42. margin:auto;
  43. width: 60%;
  44. min-width: 800px;
  45. text-align:center;
  46. font-size: 26px;
  47. }
  48. hr {
  49. position: relative;
  50. top: -35px;
  51. }
  52. #ahome {
  53. font-weight:900;
  54. color:#1c1c1c;
  55. text-decoration: none;
  56. }
  57. #butCloseSplash {
  58. position:relative; left:-10px;
  59. }
  60. #butHashMe {
  61. position:relative;
  62. left:-2px;
  63. top:+5px;
  64. color:#000000;
  65. font-size:12px;
  66. }
  67. #call-sidebar {
  68. position:absolute;
  69. top:0px;
  70. left:1px;
  71. clear:both;
  72. float:left;
  73. width:1.5%;
  74. max-width:5px;
  75. height:100%;
  76. min-height:1900px;
  77. text-align:center;
  78. border-right: 1px solid #2c2f34;
  79. z-index:1;
  80. }
  81. #content-bar {
  82. width:100%;
  83. float:left;
  84. }
  85. .data-date {
  86. font-size:10px;
  87. font-weight:900;
  88. }
  89. .data-desc {
  90. font-size:10px;
  91. white-space: nowrap;
  92. }
  93. .data-time {
  94. font-size:10px;
  95. font-weight:900;
  96. }
  97. #date {
  98. max-width:170px;
  99. width:8%;
  100. height: 26px;
  101. }
  102. #desc {
  103. width:45%;
  104. max-width:630px;
  105. height: 26px;
  106. }
  107. .emptyfield{
  108. border: 1px solid red;
  109. }
  110. .editemptyfield{
  111. border-bottom: 3px dashed red;
  112. }
  113. #events {
  114. clear:both;
  115. margin:auto;
  116. }
  117. #footerCont {
  118. position: fixed;
  119. top: 2000px;
  120. left:-10px;
  121. width: 102%;
  122. border: 1px solid #C2DBF2;
  123. padding: 7px;
  124. background: #ffffff;
  125. opacity: 0.3;
  126. color:white;
  127. font-family: Arial,Sans,Verdana;
  128. font-size: 12px;
  129. text-align: center;
  130. z-index: 99990;
  131. }
  132. #footer {
  133. position: fixed;
  134. float: right;
  135. top: 2000px;
  136. left:-10px;
  137. width: 100%;
  138. border: 0px solid #C2DBF2;
  139. padding: 7px;
  140. opacity: 1.0;
  141. color:black;
  142. font-family: Arial,Sans,Verdana;
  143. font-size: 12px;
  144. font-weight: 400;
  145. text-align: right;
  146. z-index: 99991;
  147. }
  148. #footer2 {
  149. font-size:23px;
  150. }
  151. #genius {
  152. position:relative;
  153. left:+1px;
  154. width:90%;
  155. border: 1px dashed #EEEEEE;
  156. }
  157. #guest-msg {
  158. padding:30px;
  159. font-size:23px;
  160. margin-bottom:23px;
  161. font-weight:900;
  162. }
  163. .header {
  164. height: 65px;
  165. vertical-align: middle;
  166. border-bottom: 0px solid #2c2f34;
  167. padding: 10px;
  168. z-index:90;
  169. font-size:13px;
  170. font-weight:400;
  171. font-family: Arial, Sans, Verdana;
  172. }
  173. .header2 {
  174. margin:0;
  175. padding:0;
  176. border-bottom:0px;
  177. text-align:center;
  178. }
  179. #hour {
  180. background-color:#FFFFFF;
  181. height: 26px;
  182. }
  183. #insertBar {
  184. /* width: 1050px;*/
  185. /* margin-right:140px;*/
  186. margin-left:14%;
  187. }
  188. #logo-hl {
  189. position:relative;
  190. top:-25px;
  191. width:48px;
  192. margin:5px;
  193. margin-right:20px;
  194. }
  195. #min {
  196. background-color:#FFFFFF;
  197. height: 26px;
  198. }
  199. #Password {
  200. font-size:13px;
  201. width: 60%;
  202. border-radius:3px;
  203. }
  204. #Salt {
  205. position:relative;
  206. top:+5px;
  207. font-size:13px;
  208. width: 90%;
  209. border-radius:3px;
  210. }
  211. #send {
  212. position:relative;
  213. top:+5px;
  214. margin-top:0px;
  215. height: 26px;
  216. background-color:red;
  217. border:1px solid black;
  218. color:white;
  219. font-size:medium;
  220. }
  221. #sidebar {
  222. position:absolute;
  223. left:6px;
  224. top:0px;
  225. clear:both;
  226. background-color:#FFFFFF;
  227. padding:8px;
  228. width:25%;
  229. max-width:250px;
  230. height:100%;
  231. text-align:center;
  232. border-right: 1px solid #2c2f34;
  233. display:none;
  234. z-index:91;
  235. }
  236. .sidebarcontrol{
  237. background:#393939;
  238. color:#ffffff;
  239. font-family: Verdana, Arial, Helvetica Neue, Helbetica;
  240. }
  241. .standardcontrol{
  242. /* border: 0px;
  243. border-bottom: 1px dashed #EEEEEE;*/
  244. color: #000000;
  245. font-family: Verdana, Arial, Helvetica Neue, Helbetica;
  246. }
  247. #sidebar-close {
  248. position:relative;
  249. left:-10px;
  250. }
  251. #splash {
  252. position:relative;
  253. left:+3px;
  254. width:98%;
  255. background-color: #33aced;
  256. color:black;
  257. border-radius:20px;
  258. padding: 20px;
  259. margin-bottom:8px;
  260. }
  261. .table-event {
  262. width:75%;
  263. border:0;
  264. margin: auto;
  265. margin-left:33%;
  266. margin-right:30px;
  267. clear: both;
  268. }
  269. td {
  270. font-weight:900;
  271. font-size:10px;
  272. font-family: Sans Verdana Arial;
  273. border-right: 5px solid transparent;
  274. border-bottom: 7px solid transparent;
  275. }
  276. .td-admin {
  277. width:10%;
  278. text-align:center;
  279. padding-left:8px;
  280. padding-top:2px
  281. }
  282. .td-data-star {
  283. width:28%;
  284. text-align:right;
  285. vertical-align:top;
  286. padding-top:2px;
  287. padding-left:8px;
  288. padding-right:0px;
  289. white-space:nowrap;
  290. }
  291. .td-data-date {
  292. width:14%;
  293. text-align:center;
  294. vertical-align:top;
  295. padding-top:10px;
  296. padding-left:8px;
  297. white-space:nowrap;
  298. }
  299. .td-data-desc {
  300. position: relative;
  301. top: 4px;
  302. width:46%;
  303. text-align:left;
  304. vertical-align:top;
  305. padding-top:0px;
  306. padding-left:15px;
  307. font-size:18px;
  308. color:#FFFFFF;
  309. background: darkred;
  310. }
  311. .td-data-time {
  312. width:10%;
  313. text-align:left;
  314. vertical-align:top;
  315. padding-top:10px;
  316. padding-left:8px;
  317. white-space:nowrap;
  318. }
  319. #welcome-msg {
  320. font-size:23px;
  321. margin-bottom:23px;
  322. font-weight:900;
  323. }