style.css 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367
  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-color:#ffffff;
  33. color: #878080;
  34. font-family: Monospace, Verdana, Serif;
  35. }
  36. hr {
  37. color:#000000;
  38. margin-top:30px;
  39. border: 1px solid black;
  40. width:90%
  41. }
  42. #call-sidebar {
  43. position:absolute;
  44. top:0px;
  45. left:1px;
  46. clear:both;
  47. float:left;
  48. width:1.5%;
  49. max-width:5px;
  50. height:100%;
  51. min-height:1900px;
  52. text-align:center;
  53. border-right: 1px solid #2c2f34;
  54. z-index:1;
  55. }
  56. #butCloseSplash {
  57. position:relative; left:-10px;
  58. }
  59. #butHashMe {
  60. position:relative;
  61. left:-2px;
  62. top:+5px;
  63. color:#000000;
  64. font-size:12px;
  65. }
  66. #content-bar {
  67. width:100%;
  68. float:left;
  69. }
  70. .data-date {
  71. font-size:12px;
  72. font-weight:900;
  73. height:13px;
  74. padding-left:5px;
  75. padding-right:5px;
  76. padding-top:0px;
  77. background: #FFFFFF;
  78. color: black;
  79. }
  80. .data-desc {}
  81. .data-time {
  82. font-size:12px;
  83. font-weight:900;
  84. height:13px;
  85. padding-left:5px;
  86. padding-right:5px;
  87. padding-top:0px;
  88. background: #FFFFFF;
  89. color: black;
  90. }
  91. .data-title {
  92. cursor:pointer;
  93. }
  94. #date {
  95. min-width:170px;
  96. max-width:250px;
  97. width:25%;
  98. }
  99. #desc {
  100. width:55%;
  101. max-width:630px;
  102. }
  103. #drop-img {
  104. float:left;
  105. margin-left:60px;
  106. margin-top:0px;
  107. width:229px;
  108. height:223px;
  109. overflow:hidden;
  110. border: 0px solid lightgray;
  111. }
  112. #fireupload {
  113. height: 180px;
  114. overflow:hidden;
  115. cursor:pointer;
  116. }
  117. .emptyfield{
  118. border: 1px solid red;
  119. }
  120. .editemptyfield{
  121. border-bottom: 3px dashed red;
  122. }
  123. #events {
  124. clear:both;
  125. margin:auto;
  126. padding:20px;
  127. }
  128. .exerpt {
  129. display:none;
  130. }
  131. #footerCont {
  132. position: fixed;
  133. top: 2000px;
  134. left:-10px;
  135. width: 102%;
  136. border: 1px solid #C2DBF2;
  137. padding: 7px;
  138. background: #ffffff;
  139. opacity: 0.3;
  140. color:white;
  141. font-family: Arial,Sans,Verdana;
  142. font-size: 12px;
  143. text-align: center;
  144. z-index: 99990;
  145. }
  146. #footer {
  147. position: fixed;
  148. float: right;
  149. top: 2000px;
  150. left:-10px;
  151. width: 100%;
  152. border: 0px solid #C2DBF2;
  153. padding: 7px;
  154. opacity: 1.0;
  155. color:black;
  156. font-family: Arial,Sans,Verdana;
  157. font-size: 12px;
  158. font-weight: 400;
  159. text-align: right;
  160. z-index: 99991;
  161. }
  162. #footer2 {
  163. font-size:23px;
  164. }
  165. #genius {
  166. position:relative;
  167. left:+1px;
  168. width:90%;
  169. border: 1px dashed #EEEEEE;
  170. }
  171. #guest-msg {
  172. padding:30px;
  173. font-size:23px;
  174. margin-bottom:23px;
  175. font-weight:900;
  176. }
  177. .header {
  178. height: 65px;
  179. background-color:#ffffff;
  180. vertical-align: middle;
  181. border-bottom: 0px solid #2c2f34;
  182. padding: 8px;
  183. z-index:90;
  184. }
  185. .header2 {
  186. margin:0;
  187. padding:0;
  188. border-bottom:0px;
  189. text-align:center;
  190. }
  191. #hour {
  192. background-color:#FFFFFF;
  193. }
  194. #logo-hl {
  195. position:relative;
  196. top:-25px;
  197. width:48px;
  198. margin:5px;
  199. }
  200. #min {
  201. background-color:#FFFFFF;
  202. }
  203. .my-modal-content {
  204. float:left;
  205. width:90%;
  206. height:500px;
  207. margin-top:10%;
  208. }
  209. .my-modal-dialog {
  210. width:80%;
  211. background-color:#FFFFFF;
  212. }
  213. .my-modal-toolbox {
  214. margin-top:10%;
  215. }
  216. #Password {
  217. font-size:13px;
  218. width: 60%;
  219. border-radius:3px;
  220. }
  221. .res {
  222. float: left;
  223. /* width: 375px;*/
  224. padding:25px;
  225. height: 110px;
  226. font-weight: 900;
  227. }
  228. .resli{
  229. cursor:pointer;
  230. }
  231. #Salt {
  232. position:relative;
  233. top:+5px;
  234. font-size:13px;
  235. width: 90%;
  236. border-radius:3px;
  237. }
  238. .search-control {
  239. font-size:18px;
  240. font-weight: 900;
  241. color:black;
  242. height: 43px;
  243. padding-left:10px;
  244. padding-right:10px;
  245. }
  246. #send {
  247. position:relative;
  248. top:+28px;
  249. margin-top:25px;
  250. height:50px;
  251. background-color:red;
  252. border:1px solid black;
  253. color:white;
  254. font-size:medium;
  255. }
  256. #sidebar {
  257. position:absolute;
  258. left:6px;
  259. top:0px;
  260. clear:both;
  261. background-color:#FFFFFF;
  262. padding:8px;
  263. width:25%;
  264. max-width:250px;
  265. height:100%;
  266. text-align:center;
  267. border-right: 1px solid #2c2f34;
  268. display:none;
  269. z-index:91;
  270. }
  271. .sidebarcontrol{
  272. background:#393939;
  273. color:#ffffff;
  274. font-family: Verdana, Arial, Helvetica Neue, Helbetica;
  275. }
  276. .standardcontrol{
  277. /* border: 0px;
  278. border-bottom: 1px dashed #EEEEEE;*/
  279. color: #000000;
  280. font-family: Verdana, Arial, Helvetica Neue, Helbetica;
  281. }
  282. #sidebar-close {
  283. position:relative;
  284. left:-10px;
  285. }
  286. #splash {
  287. position:relative;
  288. left:+3px;
  289. width:98%;
  290. background-color: #33aced;
  291. color:black;
  292. border-radius:20px;
  293. padding: 20px;
  294. margin-bottom:8px;
  295. }
  296. .table-event {
  297. width:75%;
  298. border:0;
  299. }
  300. .td-admin {
  301. width:10%;
  302. text-align:center;
  303. padding-left:8px;
  304. padding-top:2px
  305. }
  306. .td-data-date {
  307. width:14%;
  308. text-align:left;
  309. vertical-align:top;
  310. padding-top:2px;
  311. padding-left:8px;
  312. white-space:nowrap;
  313. }
  314. .td-data-desc {
  315. width:66%;
  316. text-align:left;
  317. vertical-align:top;
  318. padding-top:5px;
  319. padding-left:15px;
  320. font-size:18px;
  321. }
  322. .td-data-time {
  323. width:10%;
  324. text-align:left;
  325. vertical-align:top;
  326. padding-top:2px;
  327. padding-left:8px;
  328. white-space:nowrap;
  329. }
  330. .td-data-title {
  331. width:66%;
  332. text-align:left;
  333. vertical-align:top;
  334. padding-top:5px;
  335. padding-left:15px;
  336. font-size:18px;
  337. }
  338. #template-img {
  339. float:left;
  340. margin-left:120px;
  341. margin-top:60px;
  342. width:181px;
  343. height:140px;
  344. overflow:hidden;
  345. border: 0px solid lightgray;
  346. }
  347. #template-img:hover {
  348. border-bottom: 8px solid #2ba5f4;
  349. border-radius: 50%;
  350. }
  351. .this-title {
  352. color:#FFFFFF;
  353. background:black;
  354. }
  355. #welcome-msg {
  356. clear:both;
  357. width: 93%;
  358. height: 50px;
  359. font-size:23px;
  360. margin-top:63px;
  361. margin-bottom:23px;
  362. margin-right:7%;
  363. text-align:right;
  364. font-weight:900;
  365. color:#000000;
  366. }