/**
* Copyright 2021, 2024 5 Mode
*
* This file is part of SnipSwap.
*
* SnipSwap is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* SnipSwap is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with SnipSwap. If not, see .
*
* style.css
*
* CSS file.
*
* @author Daniele Bonini
* @copyrights (c) 2016, 2024, the Open Gallery's contributors
*/
@import url('https://fonts.googleapis.com/css2?family=Bungee+Hairline&display=swap');
html {
height: 100%;
}
body {
margin: 0px;
padding: 0px;
height:100%;
font-family: helvetica neue,helvetica,arial,sans-serif;
background-color: #FFFFFF;
}
.bbb {
color: #7bca2e;
text-decoration: underline;
}
.body-area {
width: 100%;
height: 100%;
}
.cat-div{
width:100px;
float:left;
background-color: #f5e79e;
padding:5px;
margin:5px;
text-align:center;
border: 1px solid transparent;
}
.cat-div:hover {
background-color: burlywood;
border: 1px solid orange;
}
.col-burger-menu-icon {
width: 40px;
}
.col-strd {
float: none;
}
.container-box {
position: absolute;
background: #333333;
top: 0px;
right: 0px;
z-index: 29999;
display: none;
width: 100%;
height: 100%;
}
.emptyfield{
border: 1px solid red;
}
#footerCont {
position: fixed;
top: 2000px;
left:-10px;
width: 102%;
border: 0px solid #C2DBF2;
padding: 7px;
background: transparent;
opacity: 0.3;
color:white;
font-family: Arial,Sans,Verdana;
font-size: 12px;
text-align: center;
z-index: 99998;
display:none;
}
#footer {
position: fixed;
float: right;
top: 2000px;
left:-10px;
width: 100%;
border: 0px solid #C2DBF2;
padding: 7px;
opacity: 1.0;
color:black;
font-family: Arial,Sans,Verdana;
font-size: 12px;
font-weight: 400;
text-align: right;
z-index: 99999;
}
.form-control:focus {
background: white;
border: 1px solid #e8e8e7;
}
.glyphicon-std {
color: #CCD1D3;
}
.header {
width: 100%;
/* height: 228px; */
background: #EEEEEE;
/*#EAECF0;*/
padding-top: 2px;
}
.header-table {
position: relative;
left: -5px;
top:10px;
width: 100%;
}
.input-search {
height: 35px;
font-size: 15px;
border: 1px solid #C2DBF2;
width: 300px;
}
#linkContainer {
margin-top:3%;
margin-left:5%;
margin-bottom:3%;
margin-right:5%;
min-height:400px;
border:0px solid red;
}
.link-div {
float:left;
width:250px;
height:240px;
padding: 15px;
margin:5px;
border: 4px solid white;
}
.link-div:hover {
/*background-color: burlywood;
border: 1px solid orange;*/
border: 4px dashed #919bc2;
}
.link-img {
width:219px;
height:124px;
border:1px solid darkgray;
}
.link-link {
position:relative;
top:-12px;
font-style:italic;
color:green;
font-size:10px;
padding-top:5px;
}
.link-title {
color:#ed6a43;
padding-bottom:8px;
}
.navbar-brand-nml {
color: #ababab;
background: #e2e2e2;
position:relative;
top: 0px;
/*font-size: 18px;*/
font-weight: 200;
display: table-cell;
/*
padding-right: 10px;
padding-left: 10px;
padding-top: 7px;
padding-bottom: 2px; */
padding-right: 0px;
padding-left: 0px;
padding-top: 0px;
padding-bottom: 0px;
left: 0px;
}
.navbar-brand-nml-home {
color: #3366CC;
position:relative;
top: -4px;
font-size: 33px;
display: table-cell;
padding-right: 0px
}
.navbar-brand-nml:hover{
color: white;
background: #C9CED2; /*#0D62AA;*/
}
.navbar-brand-nml:focus{
color: white;
background: #0D62AA;
}
.navbar-brand-nml-home:hover{
color: black;
}
.navbar-brand-nml:focus{
color: black;
}
.navbar-brand-nml-home:focus{
color: black;
}
.my-modal-content {
float:left;
width:90%;
height:90%;
}
.my-modal-dialog {
width:80%;
background-color:#FFFFFF;
}
#originsDisplay {
float:left;
position:fixed;
top:680px;
left:20px;
width:275px;
height:120px;
font-family: Monospace, Verdana, Serif;
font-size: 14px;
background-color: #020401;
border: 3px solid lightgray;
text-align:left;
color: #FFFFFF;
white-space:nowrap;
font-weight:900;
padding:10px;
padding-top:4px;
z-index:99999;
display:none;
}
.originLabel {
color: #7bca2e;
font-weight:900;
}
.separetorBurgerMenu {
padding: 0px;
margin: 0px;
border-color: #666666;
}
.snip-detail-cell {
width:100px;
text-align:right;
padding:10px;
font-weight:900;
}
.snip-detail-field {
width:98%;
max-width:550px;
font-weight:900;
font-size:15px;
border:2px solid #000000;
}