style.css 4.9 KB

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