chess/assets/table/table.css

219 lines
4.5 KiB
CSS

.pagination {
list-style: none;
display: inline-block;
padding: 0;
margin-top: 10px;
}
.pagination li {
display: inline;
text-align: center;
}
.pagination a {
float: left;
display: block;
font-size: 14px;
text-decoration: none;
padding: 5px 12px;
color: #000;
font-weight: 700;
margin-left: -1px;
border: 1px solid transparent;
line-height: 1.5;
}
.pagination a.active {
cursor: default;
}
.pagination a:active {
outline: none;
}
.modal-4 a {
margin: 4px 5px;
padding: 0;
width: 30px;
height: 30px;
line-height: 30px;
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
border-radius: 100%;
/* background-color: #F7C12C; */
background-color: #6b7077;
}
.modal-4 a.prev {
-moz-border-radius: 50px 0 0 50px;
-webkit-border-radius: 50px;
border-radius: 50px 0 0 50px;
width: 100px;
}
.modal-4 a.next {
-moz-border-radius: 0 50px 50px 0;
-webkit-border-radius: 0;
border-radius: 0 50px 50px 0;
width: 100px;
}
.modal-4 a:hover {
background-color: #000000;
color: white;
}
.modal-4 a.active, .modal-4 a:active {
/* background-color: #FFA100; */
background-color: #000000;
color: white;
border: 1px solid #6b7077;;
}
.Tables_info{
padding-top: 0.85em;
}
thead{
/* background: #e4ebf5 !important; */
background: #0900501a !important;
}
.table-responsive {
margin-top: -17px !important;
display: block;
width: 100%;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.alert-wrapper {
display: flex;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
margin: 0px auto;
padding: 0px auto;
left: 0;
top: 0;
overflow: hidden;
border-radius: 30px;
/* position: fixed; */
/* background: rgb(0, 0, 0, 0.3); */
}
.alert-frame {
background: #fff;
min-height: 400px;
width: 100%;
box-shadow: 5px 5px 10px rgb(0 0 0 / 20%);
border-radius: 10px;
animation: open-frame 0.3s linear;
}
.bg-black{
background: black;
}
.question-bg {
background: #006c26;
}
.alert-header {
display: flex;
flex-direction: row;
height: 175px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.alert-close {
width: 30px;
height: 30px;
color: rgb(255 0 0);
display: flex;
align-items: center;
justify-content: center;
font-family: "Dosis", sans-serif;
font-weight: 700;
font-size: 30px;
cursor: pointer;
line-height: 30px;
transition: color 0.5s;
margin-left: auto;
margin-right: 5px;
margin-top: 5px;
}
.alert-img {
height: 80px;
position: absolute;
left: 0;
right: 0;
margin-left: auto;
margin-right: auto;
align-self: center;
}
.alert-body {
padding: 30px 30px;
display: flex;
flex-direction: column;
text-align: center;
}
.alert-title {
font-size: 18px !important;
font-family: "Open Sans", sans-serif;
font-weight: 700;
font-size: 15px;
margin-bottom: 35px;
color: #222;
align-self: center;
}
.alert-message {
font-size: 15px !important;
color: #666;
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 15px;
text-align: center;
margin-bottom: 35px;
line-height: 1.6;
align-self: center;
}
.question-buttons {
display: flex;
flex-direction: row;
justify-content: center;
}
.confirm-button {
min-width: 100px;
height: 35px;
border-radius: 20px;
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 15px;
color: white;
border: none;
cursor: pointer;
transition: background 0.5s;
padding: 0 15px;
margin-right: 10px;
display: inline-flex;
align-items: center;
justify-content: center;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
cursor: pointer;
}
.error-bg {
background: #e1071f;
}
.cancel-button {
min-width: 100px;
height: 35px;
border-radius: 20px;
font-family: "Open Sans", sans-serif;
font-weight: 400;
font-size: 15px;
color: white;
border: none;
cursor: pointer;
padding: 0;
line-height: 1.6;
transition: background 0.5s;
padding: 0 15px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.table-bordered {
border-width: 1px 2px !important;
}
table tbody td{
white-space: nowrap;
}