style.css 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236
  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. .cat-div{
  42. width:100px;
  43. float:left;
  44. background-color: #f5e79e;
  45. padding:5px;
  46. margin:5px;
  47. text-align:center;
  48. border: 1px solid transparent;
  49. }
  50. .cat-div:hover {
  51. background-color: burlywood;
  52. border: 1px solid orange;
  53. }
  54. .col-burger-menu-icon {
  55. width: 40px;
  56. }
  57. .col-strd {
  58. float: none;
  59. }
  60. .container-box {
  61. position: absolute;
  62. background: #333333;
  63. top: 0px;
  64. right: 0px;
  65. z-index: 29999;
  66. display: none;
  67. width: 100%;
  68. height: 100%;
  69. }
  70. .emptyfield{
  71. border: 1px solid red;
  72. }
  73. #footerCont {
  74. position: fixed;
  75. top: 2000px;
  76. left:-10px;
  77. width: 102%;
  78. border: 1px solid #C2DBF2;
  79. padding: 7px;
  80. background: gray;
  81. opacity: 0.3;
  82. color:white;
  83. font-family: Sans;
  84. font-size: 12px;
  85. text-align: center;
  86. z-index: 99998;
  87. }
  88. #footer {
  89. position: fixed;
  90. float: right;
  91. top: 2000px;
  92. left:-10px;
  93. width: 100%;
  94. border: 0px solid #C2DBF2;
  95. padding: 7px;
  96. opacity: 1.0;
  97. color:black;
  98. font-family: Sans;
  99. font-size: 12px;
  100. font-weight: 400;
  101. text-align: right;
  102. z-index: 99999;
  103. }
  104. .form-control:focus {
  105. background: white;
  106. border: 1px solid #e8e8e7;
  107. }
  108. .glyphicon-std {
  109. color: #CCD1D3;
  110. }
  111. .header {
  112. width: 100%;
  113. /* height: 228px; */
  114. background: #EEEEEE;
  115. /*#EAECF0;*/
  116. padding-top: 2px;
  117. }
  118. .header-table {
  119. position: relative;
  120. left: -5px;
  121. top:10px;
  122. width: 100%;
  123. }
  124. .input-search {
  125. height: 35px;
  126. font-size: 15px;
  127. border: 1px solid #C2DBF2;
  128. width: 300px;
  129. }
  130. #linkContainer {
  131. margin-top:3%;
  132. margin-left:5%;
  133. margin-bottom:3%;
  134. margin-right:5%;
  135. min-height:400px;
  136. border:0px solid red;
  137. }
  138. .link-div {
  139. float:left;
  140. width:250px;
  141. padding: 10px;
  142. margin:5px;
  143. border: 1px solid white;
  144. }
  145. .link-div:hover {
  146. background-color: burlywood;
  147. border: 1px solid orange;
  148. }
  149. .link-img {
  150. width:232px;
  151. height:124px;
  152. border:1px solid darkgray;
  153. }
  154. .link-link {
  155. font-style:italic;
  156. color:green;
  157. font-size:10px;
  158. padding-top:5px;
  159. }
  160. .link-title {
  161. color:#ed6a43;
  162. padding-bottom:8px;
  163. }
  164. .navbar-brand-nml {
  165. color: #ababab;
  166. background: #e2e2e2;
  167. position:relative;
  168. top: 0px;
  169. /*font-size: 18px;*/
  170. font-weight: 200;
  171. display: table-cell;
  172. /*
  173. padding-right: 10px;
  174. padding-left: 10px;
  175. padding-top: 7px;
  176. padding-bottom: 2px; */
  177. padding-right: 0px;
  178. padding-left: 0px;
  179. padding-top: 0px;
  180. padding-bottom: 0px;
  181. left: 0px;
  182. }
  183. .navbar-brand-nml-home {
  184. color: #3366CC;
  185. position:relative;
  186. top: -4px;
  187. font-size: 33px;
  188. display: table-cell;
  189. padding-right: 0px
  190. }
  191. .navbar-brand-nml:hover{
  192. color: white;
  193. background: #C9CED2; /*#0D62AA;*/
  194. }
  195. .navbar-brand-nml:focus{
  196. color: white;
  197. background: #0D62AA;
  198. }
  199. .navbar-brand-nml-home:hover{
  200. color: black;
  201. }
  202. .navbar-brand-nml:focus{
  203. color: black;
  204. }
  205. .navbar-brand-nml-home:focus{
  206. color: black;
  207. }
  208. .my-modal-content {
  209. float:left;
  210. width:90%;
  211. height:90%;
  212. }
  213. .my-modal-dialog {
  214. width:80%;
  215. background-color:#FFFFFF;
  216. }
  217. .separetorBurgerMenu {
  218. padding: 0px;
  219. margin: 0px;
  220. border-color: #666666;
  221. }
  222. .snip-detail-cell {
  223. width:100px;
  224. text-align:right;
  225. padding:10px;
  226. font-weight:900;
  227. }
  228. .snip-detail-field {
  229. width:98%;
  230. max-width:550px;
  231. font-weight:900;
  232. font-size:15px;
  233. border:2px solid #000000;
  234. }