style.css 4.9 KB

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