style.css 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376
  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. #fullExerpt {
  166. width:100%;
  167. white-space:pre;
  168. text-align:left;
  169. padding:30px;
  170. padding-top:5px;
  171. }
  172. #genius {
  173. position:relative;
  174. left:+1px;
  175. width:90%;
  176. border: 1px dashed #EEEEEE;
  177. }
  178. #guest-msg {
  179. padding:30px;
  180. font-size:23px;
  181. margin-bottom:23px;
  182. font-weight:900;
  183. }
  184. .header {
  185. height: 65px;
  186. background-color:#ffffff;
  187. vertical-align: middle;
  188. border-bottom: 0px solid #2c2f34;
  189. padding: 8px;
  190. z-index:90;
  191. }
  192. .header2 {
  193. margin:0;
  194. padding:0;
  195. border-bottom:0px;
  196. text-align:center;
  197. }
  198. #hour {
  199. background-color:#FFFFFF;
  200. }
  201. #logo-hl {
  202. position:relative;
  203. top:-25px;
  204. width:48px;
  205. margin:5px;
  206. }
  207. #min {
  208. background-color:#FFFFFF;
  209. }
  210. .my-modal-content {
  211. float:left;
  212. width:90%;
  213. height:500px;
  214. margin-top:10%;
  215. }
  216. .my-modal-dialog {
  217. width:80%;
  218. background-color:#FFFFFF;
  219. }
  220. .my-modal-toolbox {
  221. margin-top:10%;
  222. }
  223. #page-title {
  224. }
  225. #Password {
  226. font-size:13px;
  227. width: 60%;
  228. border-radius:3px;
  229. }
  230. .res {
  231. float: left;
  232. /* width: 375px;*/
  233. padding:25px;
  234. height: 110px;
  235. font-weight: 900;
  236. }
  237. .resli{
  238. cursor:pointer;
  239. }
  240. #Salt {
  241. position:relative;
  242. top:+5px;
  243. font-size:13px;
  244. width: 90%;
  245. border-radius:3px;
  246. }
  247. .search-control {
  248. font-size:18px;
  249. font-weight: 900;
  250. color:black;
  251. height: 43px;
  252. padding-left:10px;
  253. padding-right:10px;
  254. }
  255. #send {
  256. position:relative;
  257. top:+28px;
  258. margin-top:25px;
  259. height:50px;
  260. background-color:red;
  261. border:1px solid black;
  262. color:white;
  263. font-size:medium;
  264. }
  265. #sidebar {
  266. position:absolute;
  267. left:6px;
  268. top:0px;
  269. clear:both;
  270. background-color:#FFFFFF;
  271. padding:8px;
  272. width:25%;
  273. max-width:250px;
  274. height:100%;
  275. text-align:center;
  276. border-right: 1px solid #2c2f34;
  277. display:none;
  278. z-index:91;
  279. }
  280. .sidebarcontrol{
  281. background:#393939;
  282. color:#ffffff;
  283. font-family: Verdana, Arial, Helvetica Neue, Helbetica;
  284. }
  285. .standardcontrol{
  286. /* border: 0px;
  287. border-bottom: 1px dashed #EEEEEE;*/
  288. color: #000000;
  289. font-family: Verdana, Arial, Helvetica Neue, Helbetica;
  290. }
  291. #sidebar-close {
  292. position:relative;
  293. left:-10px;
  294. }
  295. #splash {
  296. position:relative;
  297. left:+3px;
  298. width:98%;
  299. background-color: #33aced;
  300. color:black;
  301. border-radius:20px;
  302. padding: 20px;
  303. margin-bottom:8px;
  304. }
  305. .table-event {
  306. width:75%;
  307. border:0;
  308. }
  309. .td-admin {
  310. width:10%;
  311. text-align:center;
  312. padding-left:8px;
  313. padding-top:2px
  314. }
  315. .td-data-date {
  316. width:14%;
  317. text-align:left;
  318. vertical-align:top;
  319. padding-top:2px;
  320. padding-left:8px;
  321. white-space:nowrap;
  322. }
  323. .td-data-desc {
  324. width:66%;
  325. text-align:left;
  326. vertical-align:top;
  327. padding-top:5px;
  328. padding-left:15px;
  329. font-size:18px;
  330. }
  331. .td-data-time {
  332. width:10%;
  333. text-align:left;
  334. vertical-align:top;
  335. padding-top:2px;
  336. padding-left:8px;
  337. white-space:nowrap;
  338. }
  339. .td-data-title {
  340. width:66%;
  341. text-align:left;
  342. vertical-align:top;
  343. padding-top:5px;
  344. padding-left:15px;
  345. font-size:18px;
  346. }
  347. #template-img {
  348. float:left;
  349. margin-left:120px;
  350. margin-top:60px;
  351. width:181px;
  352. height:140px;
  353. overflow:hidden;
  354. border: 0px solid lightgray;
  355. }
  356. #template-img:hover {
  357. border-bottom: 8px solid #2ba5f4;
  358. border-radius: 50%;
  359. }
  360. .this-title {
  361. color:#FFFFFF;
  362. background:black;
  363. }
  364. #welcome-msg {
  365. clear:both;
  366. width: 93%;
  367. height: 50px;
  368. font-size:23px;
  369. margin-top:63px;
  370. margin-bottom:23px;
  371. margin-right:7%;
  372. text-align:right;
  373. font-weight:900;
  374. color:#000000;
  375. }