style.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. /**
  2. * Copyright 2021, 2024 5 Mode
  3. *
  4. * This file is part of SnipSwap.
  5. *
  6. * SnipSwap 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. * SnipSwap 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 SnipSwap. 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) 2016, 2024, the Open Gallery's contributors
  25. */
  26. @import url('https://fonts.googleapis.com/css2?family=Bungee+Hairline&display=swap');
  27. html {
  28. height: 100%;
  29. }
  30. body {
  31. margin: 0px;
  32. padding: 0px;
  33. height:100%;
  34. font-family: helvetica neue,helvetica,arial,sans-serif;
  35. background-color: #FFFFFF;
  36. }
  37. .body-area {
  38. width: 100%;
  39. height: 100%;
  40. }
  41. .burger-menu {
  42. background: url('../res/burger-menu2.png') no-repeat;
  43. background-size: contain;
  44. }
  45. .burgermenu-footer-ctrl {
  46. padding:10px;
  47. color: white;
  48. float:left;
  49. background: #333333;
  50. font-size: 12px;
  51. font-weight: 400;
  52. }
  53. .burgermenu-footer-separetor {
  54. padding:10px;
  55. padding-left:30px;
  56. color: #333333;
  57. float:left;
  58. background: #333333;
  59. font-size: 12px;
  60. }
  61. /*.burgermenu-footer-ctrl:hover {
  62. background: #54595D;
  63. cursor: pointer;
  64. }*/
  65. .burgermenu-row {
  66. border-left: 3px solid #444444;
  67. color: white;
  68. width: 100%;
  69. font-size: 16px;
  70. padding: 12px;
  71. vertical-align: middle;
  72. background: #444444;
  73. }
  74. .burgermenu-row:hover {
  75. border-left: 3px solid #66AFE9;
  76. background: #54595D;
  77. cursor: pointer;
  78. }
  79. #appMenuIco {
  80. float:left;
  81. position:relative;
  82. top:1px;
  83. left:-20px;
  84. cursor: pointer;
  85. }
  86. .appMenu {
  87. float:left;
  88. position:relative;
  89. width: 150px;
  90. top:+43px;
  91. left:+22px;
  92. background:#313431;
  93. cursor: pointer;
  94. }
  95. .cat-div{
  96. width:100px;
  97. float:left;
  98. background-color: #f5e79e;
  99. padding:5px;
  100. margin:5px;
  101. text-align:center;
  102. border: 1px solid transparent;
  103. }
  104. .cat-div:hover {
  105. background-color: burlywood;
  106. border: 1px solid orange;
  107. }
  108. .col-burger-menu-icon {
  109. width: 40px;
  110. }
  111. .col-strd {
  112. float: none;
  113. }
  114. .container-box {
  115. position: absolute;
  116. background: #333333;
  117. top: 0px;
  118. right: 0px;
  119. z-index: 29999;
  120. display: none;
  121. width: 100%;
  122. height: 100%;
  123. }
  124. .emptyfield{
  125. border: 1px solid red;
  126. }
  127. #footerCont {
  128. position: fixed;
  129. top: 2000px;
  130. left:-10px;
  131. width: 102%;
  132. border: 1px solid #C2DBF2;
  133. padding: 7px;
  134. background: gray;
  135. opacity: 0.3;
  136. color:white;
  137. font-family: Sans;
  138. font-size: 12px;
  139. text-align: center;
  140. z-index: 99998;
  141. }
  142. #footer {
  143. position: fixed;
  144. float: right;
  145. top: 2000px;
  146. left:-10px;
  147. width: 100%;
  148. border: 0px solid #C2DBF2;
  149. padding: 7px;
  150. opacity: 1.0;
  151. color:black;
  152. font-family: Sans;
  153. font-size: 12px;
  154. font-weight: 400;
  155. text-align: right;
  156. z-index: 99999;
  157. }
  158. .form-control:focus {
  159. background: white;
  160. border: 1px solid #e8e8e7;
  161. }
  162. .glyphicon-std {
  163. color: #CCD1D3;
  164. }
  165. .header {
  166. width: 100%;
  167. /* height: 228px; */
  168. background: #EEEEEE;
  169. /*#EAECF0;*/
  170. padding-top: 2px;
  171. }
  172. .header-table {
  173. position: relative;
  174. left: -5px;
  175. top:10px;
  176. width: 100%;
  177. }
  178. .input-search {
  179. height: 35px;
  180. font-size: 15px;
  181. border: 1px solid #C2DBF2;
  182. width: 300px;
  183. }
  184. .link-div {
  185. border: 1px solid white;
  186. }
  187. .link-div:hover {
  188. background-color: burlywood;
  189. border: 1px solid orange;
  190. }
  191. .navbar-brand-nml {
  192. color: #ababab;
  193. background: #e2e2e2;
  194. position:relative;
  195. top: 0px;
  196. /*font-size: 18px;*/
  197. font-weight: 200;
  198. display: table-cell;
  199. /*
  200. padding-right: 10px;
  201. padding-left: 10px;
  202. padding-top: 7px;
  203. padding-bottom: 2px; */
  204. padding-right: 0px;
  205. padding-left: 0px;
  206. padding-top: 0px;
  207. padding-bottom: 0px;
  208. left: 0px;
  209. }
  210. .navbar-brand-nml-home {
  211. color: #3366CC;
  212. position:relative;
  213. top: -4px;
  214. font-size: 33px;
  215. display: table-cell;
  216. padding-right: 0px
  217. }
  218. .navbar-brand-nml:hover{
  219. color: white;
  220. background: #C9CED2; /*#0D62AA;*/
  221. }
  222. .navbar-brand-nml:focus{
  223. color: white;
  224. background: #0D62AA;
  225. }
  226. .navbar-brand-nml-home:hover{
  227. color: black;
  228. }
  229. .navbar-brand-nml:focus{
  230. color: black;
  231. }
  232. .navbar-brand-nml-home:focus{
  233. color: black;
  234. }
  235. .separetorBurgerMenu {
  236. padding: 0px;
  237. margin: 0px;
  238. border-color: #666666;
  239. }