style.css 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240
  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. height:240px;
  142. padding: 15px;
  143. margin:5px;
  144. border: 4px solid white;
  145. }
  146. .link-div:hover {
  147. /*background-color: burlywood;
  148. border: 1px solid orange;*/
  149. border: 4px dashed #919bc2;
  150. }
  151. .link-img {
  152. width:219px;
  153. height:124px;
  154. border:1px solid darkgray;
  155. }
  156. .link-link {
  157. position:relative;
  158. top:-12px;
  159. font-style:italic;
  160. color:green;
  161. font-size:10px;
  162. padding-top:5px;
  163. }
  164. .link-title {
  165. color:#ed6a43;
  166. padding-bottom:8px;
  167. }
  168. .navbar-brand-nml {
  169. color: #ababab;
  170. background: #e2e2e2;
  171. position:relative;
  172. top: 0px;
  173. /*font-size: 18px;*/
  174. font-weight: 200;
  175. display: table-cell;
  176. /*
  177. padding-right: 10px;
  178. padding-left: 10px;
  179. padding-top: 7px;
  180. padding-bottom: 2px; */
  181. padding-right: 0px;
  182. padding-left: 0px;
  183. padding-top: 0px;
  184. padding-bottom: 0px;
  185. left: 0px;
  186. }
  187. .navbar-brand-nml-home {
  188. color: #3366CC;
  189. position:relative;
  190. top: -4px;
  191. font-size: 33px;
  192. display: table-cell;
  193. padding-right: 0px
  194. }
  195. .navbar-brand-nml:hover{
  196. color: white;
  197. background: #C9CED2; /*#0D62AA;*/
  198. }
  199. .navbar-brand-nml:focus{
  200. color: white;
  201. background: #0D62AA;
  202. }
  203. .navbar-brand-nml-home:hover{
  204. color: black;
  205. }
  206. .navbar-brand-nml:focus{
  207. color: black;
  208. }
  209. .navbar-brand-nml-home:focus{
  210. color: black;
  211. }
  212. .my-modal-content {
  213. float:left;
  214. width:90%;
  215. height:90%;
  216. }
  217. .my-modal-dialog {
  218. width:80%;
  219. background-color:#FFFFFF;
  220. }
  221. .separetorBurgerMenu {
  222. padding: 0px;
  223. margin: 0px;
  224. border-color: #666666;
  225. }
  226. .snip-detail-cell {
  227. width:100px;
  228. text-align:right;
  229. padding:10px;
  230. font-weight:900;
  231. }
  232. .snip-detail-field {
  233. width:98%;
  234. max-width:550px;
  235. font-weight:900;
  236. font-size:15px;
  237. border:2px solid #000000;
  238. }