YGGtracker/src/public/assets/theme/default/css/framework.css

442 lines
5.1 KiB
CSS
Raw Normal View History

2023-08-27 09:07:08 +00:00
.container {
position: relative;
overflow: hidden;
max-width: 748px;
margin: 0 auto;
}
.row {
position: relative;
overflow: hidden;
padding: 8px;
}
.column {
position: relative;
float: left;
}
.float-right {
float: right;
}
.text-center {
text-align: center;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
2023-09-23 18:37:52 +00:00
.text-color-green,
a.text-color-green,
a.text-color-green:active,
a.text-color-green:visited,
a.text-color-green:hover {
2023-08-27 09:07:08 +00:00
color: #96d9a1;
}
2023-09-23 18:37:52 +00:00
.text-color-red,
a.text-color-red,
a.text-color-red:active,
a.text-color-red:visited,
a.text-color-red:hover {
2023-08-27 09:07:08 +00:00
color: #d77575;
}
2023-09-23 18:37:52 +00:00
.text-color-pink,
a.text-color-pink,
a.text-color-pink:active,
a.text-color-pink:visited,
a.text-color-pink:hover {
color: #b55cab;
}
2023-09-23 18:37:52 +00:00
.text-color-default,
a.text-color-default,
a.text-color-default:active,
a.text-color-default:visited,
a.text-color-default:hover {
color: #ccc;
}
2023-09-23 18:37:52 +00:00
.text-color-white,
a.text-color-white,
a.text-color-white:active,
a.text-color-white:visited,
a.text-color-white:hover {
color: #fff;
}
/*
2023-08-27 09:07:08 +00:00
.text-color-pink {
color: #a44399;
}
*/
2023-08-27 09:07:08 +00:00
.text-color-blue {
color: #5785b7;
}
2023-09-05 23:34:37 +00:00
.text-color-night {
color: #838695;
}
2023-08-27 09:07:08 +00:00
.label {
padding: 4px 8px;
border-radius: 3px;
}
2023-09-23 18:37:52 +00:00
.label-green,
a.label-green,
a.label-green:active,
a.label-green:visited,
a.label-green:hover {
color: #fff;
background-color: #65916d;
}
2023-09-24 12:54:38 +00:00
.button-green {
color: #fff;
background-color: #65916d;
}
.button-green:hover {
color: #fff;
background-color: #709e79;
}
.position-relative {
position: relative;
}
2023-09-23 18:37:52 +00:00
.position-fixed {
position: fixed;
}
2023-09-23 21:18:16 +00:00
.vertical-align-middle {
vertical-align: middle;
}
.top--2 {
top: -2px;
2023-08-27 09:07:08 +00:00
}
2023-09-06 16:30:02 +00:00
.top-2 {
top: 2px;
}
2023-08-27 09:07:08 +00:00
.line-height-26 {
line-height: 26px;
}
.border-radius-3 {
border-radius: 3px;
}
2023-09-23 21:18:16 +00:00
.border-radius-50 {
border-radius: 50%;
}
2023-08-27 09:07:08 +00:00
.border-pink-light {
border: 1px #9b6895 solid;
}
2023-09-23 21:18:16 +00:00
.border-color-pink {
2023-08-27 09:07:08 +00:00
border: 1px #a44399 solid;
}
2023-09-23 21:18:16 +00:00
.border-color-green {
border: 1px #65916d solid;
}
2023-08-27 09:07:08 +00:00
.border-bottom-pink {
border-bottom: 1px #a44399 solid;
}
.border-default {
border: 1px #5d627d solid;
}
2023-08-27 09:07:08 +00:00
.border-bottom-default {
border-bottom: 1px #5d627d solid;
}
2023-08-30 17:29:28 +00:00
.border-top-default {
border-top: 1px #5d627d solid;
}
2023-09-23 21:18:16 +00:00
.border-width-2 {
border-width: 2px;
}
2023-08-27 09:07:08 +00:00
.background-color-night {
background-color: #34384f;
}
2023-09-23 18:37:52 +00:00
.background-color-green {
background-color: #65916d;
}
.background-color-hover-night-light:hover,
a.background-color-hover-night-light:hover,
a:active.background-color-hover-night-light:hover,
a:visited.background-color-hover-night-light:hover {
/*color: #fff;*/
background-color: #3d4159;
2023-08-27 13:19:20 +00:00
}
2023-08-27 09:07:08 +00:00
.background-color-red {
background-color: #9b4a4a;
}
.cursor-default {
cursor: default;
}
.cursor-help {
cursor: help;
}
.font-width-normal {
font-weight: normal;
}
.font-size-10 {
font-size: 10px;
}
2023-08-27 09:07:08 +00:00
.font-size-12 {
font-size: 12px;
}
.font-size-22 {
font-size: 22px;
}
.padding-0 {
padding: 0;
}
.padding-x-0 {
padding-left: 0;
padding-right: 0;
}
.padding-4 {
padding: 4px;
}
2023-09-02 20:30:05 +00:00
.padding-t-4 {
padding-top: 4px;
}
2023-08-28 12:17:11 +00:00
.padding-y-4 {
padding-top: 4px;
padding-bottom: 4px;
}
2023-08-30 12:32:31 +00:00
2023-08-27 09:07:08 +00:00
.padding-x-4 {
padding-left: 4px;
padding-right: 4px;
}
2023-08-30 12:32:31 +00:00
.padding-x-8 {
padding-left: 8px;
padding-right: 8px;
}
2023-09-23 18:37:52 +00:00
.padding-y-6 {
padding-top: 6px;
padding-bottom: 6px;
}
2023-08-27 09:07:08 +00:00
.padding-8 {
padding: 8px;
}
2023-08-30 12:51:10 +00:00
.padding-t-8 {
padding-top: 8px;
}
2023-08-29 10:51:17 +00:00
.padding-b-8 {
padding-bottom: 8px;
}
2023-08-27 09:07:08 +00:00
.padding-y-8 {
padding-top: 8px;
padding-bottom: 8px;
}
2023-09-27 12:40:49 +00:00
.padding-y-12 {
padding-top: 12px;
padding-bottom: 12px;
}
.padding-b-16 {
padding-bottom: 16px;
}
2023-08-29 10:51:17 +00:00
.padding-t-16 {
padding-top: 16px;
}
2023-08-30 12:32:31 +00:00
.padding-y-16 {
padding-top: 16px;
padding-bottom: 16px;
}
2023-08-27 09:07:08 +00:00
.padding-x-16 {
padding-left: 16px;
padding-right: 16px;
}
.padding-16 {
padding: 16px;
}
2023-08-28 14:30:17 +00:00
.margin-l-4 {
margin-left: 4px;
}
2023-08-27 09:07:08 +00:00
.margin-l-8 {
margin-left: 8px;
}
2023-08-30 12:32:31 +00:00
.margin-l-16 {
margin-left: 16px;
}
.margin-x-4 {
margin-left: 4px;
margin-right: 4px;
}
2023-08-29 18:26:38 +00:00
.margin-r-4 {
margin-right: 4px;
}
2023-08-27 09:07:08 +00:00
.margin-r-8 {
margin-right: 8px;
}
.margin-l-12 {
margin-left: 12px;
}
2023-09-23 23:25:36 +00:00
.margin-l--196 {
margin-left: -196px;
2023-09-23 18:37:52 +00:00
}
2023-08-27 09:07:08 +00:00
.margin-y-8 {
margin-top: 8px;
margin-bottom: 8px;
}
.margin-t-8 {
margin-top: 8px;
}
.margin-b-8 {
margin-bottom: 8px;
}
2023-09-23 21:18:16 +00:00
.margin-y-16 {
margin-top: 16px;
margin-bottom: 16px;
}
2023-08-30 17:29:28 +00:00
.margin-t-16 {
margin-top: 16px;
}
2023-08-27 09:07:08 +00:00
.margin-b-16 {
margin-bottom: 16px;
}
.margin-b-24 {
margin-bottom: 24px;
}
2023-08-27 09:07:08 +00:00
.display-block {
display: block;
}
.opacity-0 {
opacity: 0;
}
.opacity-06 {
opacity: .6;
}
.opacity-hover-1:hover {
opacity: 1;
transition: opacity .2s;
2023-08-27 09:07:08 +00:00
}
*:hover > .parent-hover-opacity-09 {
opacity: .9;
transition: opacity .2s;
}
2023-08-28 19:22:16 +00:00
.blur-2 {
2023-08-27 09:07:08 +00:00
filter: blur(2px);
}
2023-08-28 19:22:16 +00:00
.blur-hover-0:hover {
2023-08-27 09:07:08 +00:00
filter: blur(0);
}
/* responsive rules */
.width-100 {
width: 100%;
}
.width-50 {
width: 50%;
}
2023-09-23 18:37:52 +00:00
.width-20 {
width: 20%;
}
.width-80 {
width: 80%;
}
2023-08-27 09:07:08 +00:00
.width-13px {
width: 13px;
}
2023-09-23 23:25:36 +00:00
.width-180-px {
width: 180px;
2023-09-23 18:37:52 +00:00
}
2023-09-25 13:02:25 +00:00
.min-width-120-px {
min-width: 120px;
}
2023-09-24 12:54:38 +00:00
.min-width-200-px {
2023-09-25 13:02:25 +00:00
min-width: 200px;
2023-09-24 12:54:38 +00:00
}
2023-08-27 09:07:08 +00:00
@media (max-width: 1220px) {
.width-tablet-100 {
width: 100%;
}
}
@media (max-width: 512px) {
.width-mobile-100 {
width: 100%;
}
}