PagerMaid_Browser/assets/style.mini.css

388 lines
6.0 KiB
CSS
Raw Permalink Normal View History

2020-09-04 22:46:59 +00:00
.hidden {
visibility: hidden
}
2020-09-05 02:20:26 +00:00
2020-09-13 05:48:29 +00:00
.ua-warning {
text-align: center;
2020-09-16 23:52:40 +00:00
font-weight: bold;
text-transform: uppercase;
background: rgba(109, 38, 28, 0.64);
padding: 10px 0px;
color: white;
margin: 10px auto;
2020-09-13 05:48:29 +00:00
}
2020-09-04 22:46:59 +00:00
body {
background-color: #020202;
2020-09-04 23:43:31 +00:00
background-image: url('wall.jpg');
2021-08-02 09:58:47 +00:00
background-attachment: fixed;
2020-09-04 22:46:59 +00:00
background-repeat: no-repeat;
background-size: 100%;
2020-09-04 22:46:59 +00:00
margin-top: 4vw;
padding: 40px;
font-family: Roboto, sans-serif;
min-width: 600px;
}
.loading {
filter: blur(2px);
}
@media only screen and (max-width: 1000px) {
body {
background-size: 1000px;
}
}
2020-09-16 23:52:40 +00:00
body:not([model=""])>div:not(.list){
pointer-events: none;
opacity: .3;
filter: blur(1px);
}
2020-09-04 22:46:59 +00:00
body>div {
display: block;
max-width: 900px!important;
margin: 0 auto;
position: relative;
border-radius: 6px
}
body>div button {
position: relative;
height: 35px;
width: 35px;
background: 0 0;
border: none;
cursor: pointer;
opacity: .6;
border-radius: 3px;
color: #150000
}
2020-09-16 23:52:40 +00:00
body>div f button {
position: static;
width: auto;
margin-top: -5px;
opacity: 1;
height: 25px;
}
body>div f button.right {
float: right;
}
body>div f button.red {
background: #c34f4f;
color: #FFF;
}
2020-09-04 22:46:59 +00:00
body>div svg.icon {
position: absolute;
left: 4px;
top: 4px;
height: 25px;
width: 25px;
fill: #000;
opacity: .6
}
2020-09-16 23:52:40 +00:00
body>div h svg.icon {
position: static;
vertical-align: middle;
margin-right: 10px;
}
2020-09-04 22:46:59 +00:00
body>div.nav.top {
margin-bottom: 10px
}
2020-10-29 20:06:50 +00:00
body>div.nav.top #logo {
2020-09-04 22:46:59 +00:00
display: block;
padding: 5px;
2021-08-02 09:58:47 +00:00
font-size: 40px;
2020-09-04 22:46:59 +00:00
line-height: 35px;
2021-08-02 09:58:47 +00:00
font-family: Merriweather;
color: #47D5F7;
2020-09-04 22:46:59 +00:00
text-shadow: 1px 1px 2px rgba(0, 0, 0, .68);
2020-10-29 23:06:29 +00:00
cursor: pointer;
text-decoration: none;
2020-09-04 22:46:59 +00:00
}
2020-10-29 20:06:50 +00:00
body>div.nav.top #logo t {
2020-09-04 22:46:59 +00:00
display: block;
font-size: 20px
}
2020-10-29 20:06:50 +00:00
body>div.nav.top .nav-link {
2020-10-29 23:06:29 +00:00
position: relative;
height: 35px;
width: auto;
background: 0 0;
border: none;
cursor: pointer;
opacity: .6;
border-radius: 3px;
color: #150000;
text-decoration: none;
2020-10-29 23:27:05 +00:00
font-size: 13px;
padding: 1px 6px;
2020-09-04 22:46:59 +00:00
}
2020-10-29 23:34:57 +00:00
body>div.nav a.right {
2020-09-04 22:46:59 +00:00
width: auto;
min-width: 35px;
float: right;
text-align: right;
padding-right: 35px;
2022-01-24 10:59:00 +00:00
color: #000;
2020-09-04 22:46:59 +00:00
text-transform: uppercase;
font-size: 12px
}
2020-10-29 23:34:57 +00:00
body>div.nav a.right svg.icon {
2020-09-04 22:46:59 +00:00
position: absolute;
right: 4px;
left: auto
}
2020-10-29 23:34:57 +00:00
body>div.nav a.left {
2020-09-04 22:46:59 +00:00
float: left;
width: auto;
min-width: 35px;
text-align: right;
padding-left: 35px;
2022-01-24 10:59:00 +00:00
color: #000;
2020-09-04 22:46:59 +00:00
text-transform: uppercase;
font-size: 12px
}
body>div.filters {
margin-top: 10px;
text-align: right;
}
body>div.filters box {
text-transform: uppercase;
font-size: 11px;
background: rgba(255, 255, 255, .20);
color: #000;
display: inline-block;
line-height: 35px;
padding: 0 10px;
border-radius: 6px;
cursor: pointer;
margin-left: 5px;
position: relative;
padding-left: 35px;
}
body>div.filters box svg {
top: 7px;
left: 9px;
}
body>div.search {
background: rgba(255, 255, 255, .20)
}
2020-09-16 23:52:40 +00:00
body:not([model=""])>div.nav.bottom {
display: none !important;
}
2020-09-04 22:46:59 +00:00
body>div.nav.bottom {
margin-top: 10px;
text-align: center;
line-height: 35px;
color: #fff;
font-size: 12px
}
2020-10-29 23:41:09 +00:00
body>div.nav.bottom a {
opacity: .6;
text-decoration: none;
}
2020-09-04 22:46:59 +00:00
body>div.nav.bottom svg.icon {
2022-01-24 10:59:00 +00:00
fill: #000;
2020-09-04 22:46:59 +00:00
}
body>div.search {
height: 55px
}
body>div.search input {
position: absolute;
top: 10px;
left: 45px;
right: 65px;
bottom: 10px;
border: none;
width: calc(100% - 10px - 35px - 20px);
padding: 0 10px;
background: 0 0;
outline: 0;
color: #6d261c;
font-weight: 700;
font-size: 24px
}
body>div.search form>svg.icon {
top: 15px;
left: 15px
}
body>div.filters button {
width: auto
}
body>div.search button {
position: absolute;
right: 10px;
top: 10px;
background: #ffffffba;
border-radius: 100%;
}
body>div.search button svg.icon {
position: absolute;
left: 8px;
top: 8px;
height: 19px;
width: 19px;
fill: #000;
outline: none;
}
body>div.search button.active,
body>div.search button:hover {
opacity: 1
}
body>div.list {
margin-top: 10px;
padding: 1px 0;
background: rgba(255, 255, 255, .20);
}
2020-09-16 23:52:40 +00:00
body:not([model=""])>div.list div:not(.model),
body[model=""]>div.list div.model{
display: none !important;
}
2020-09-04 22:46:59 +00:00
body>div.list div {
display: block;
padding: 10px;
margin: 10px;
background: rgba(255, 255, 255, .95);
color: #000000d9;
box-shadow: 0 0 4px rgba(0, 0, 0, .4);
text-shadow: 1px 1px 1px rgba(0, 0, 0, .05);
}
body>div.list div h {
display: block;
font-size: 18px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 1px
}
body>div.list div h tag {
float: right;
background: rgba(0, 0, 0, .04);
font-size: 10px;
line-height: 17px;
display: inline-block;
vertical-align: middle;
padding: 0 5px;
border-radius: 4px;
font-weight: 400;
cursor: pointer;
letter-spacing: 1px;
text-transform: uppercase;
margin-left: 10px
}
body>div.list div h tag.approval {
float: none;
}
2020-09-04 23:43:31 +00:00
body>div.list div h tag.approval.active {
background: #8aa67d;
color: #FFF;
margin-top: -4px;
}
2020-09-04 22:46:59 +00:00
body>div.list div h tag+tag {
margin-left: 10px
}
body>div.list div t {
display: block;
margin: 5px -10px;
font-size: 14px;
padding: 10px;
background: rgba(0, 0, 0, .04);
color: rgba(0, 0, 0, .7);
}
body>div.list div t+t {
margin-top: -4px;
font-size: 12px
}
2020-10-29 20:06:50 +00:00
body>div.list a.src-link {
2020-09-04 22:46:59 +00:00
text-transform: lowercase;
font-size: 10px;
vertical-align: middle;
display: inline-block;
2020-10-29 23:27:05 +00:00
float: right;
2020-10-29 23:06:29 +00:00
cursor: pointer;
2020-10-29 23:27:05 +00:00
text-decoration: none;
color: #000000d9;
2020-09-04 22:46:59 +00:00
}
body>div.list div t svg.icon {
position: static;
vertical-align: middle;
height: 20px;
width: 20px;
margin: 0 5px 0 0
}
2020-09-04 23:43:31 +00:00
body>div.list div l {
display: block;
margin-left: 8px;
border-left: 2px solid rgba(0, 0, 0, .3);
padding-left: 10px;
line-height: 22px;
font-family: "Space Mono";
}
2020-09-04 22:46:59 +00:00
body>div.list div f {
display: block;
height: 17px;
margin-top: 10px
}
body>div.list div f tag {
padding: 0;
opacity: .6;
font-size: 10px;
line-height: 17px;
display: inline-block;
vertical-align: middle;
cursor: pointer;
letter-spacing: 1px;
text-transform: uppercase
}
body>div.list div f tag+tag {
margin-left: 20px;
line-height: 21px;
letter-spacing: .3px
2022-01-24 10:59:00 +00:00
}