dynamics-tips
Version:
Elementos dinamicos de paginas web.
258 lines (236 loc) • 6.05 kB
CSS
@charset "UTF-8";
@import url("https://rawcdn.githack.com/FedericoManzano/dynamics-tips2/5da6e5d97235e5ec6b9a2d18a0792d30bf6119a1/dist/css/icons.min.css");
:root {
--force: #D11E1E;
--fish: #2254CE;
--toxic: #ffc802;
--death: #000000;
--dark: #292a30;
--grey: #c4c4c4;
--gentle: #eeeeee;
--cure: #FFFFFF;
--pasture: #098d5a;
--haven: #00cafd;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
/****************************************************************
ICONS *********************************************************
*****************************************************************/
@font-face {
font-family: "icomoon";
src: url("fonts/icomoon.eot?9ixpny");
src: url("fonts/icomoon.eot?9ixpny#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?9ixpny") format("truetype"), url("fonts/icomoon.woff?9ixpny") format("woff"), url("fonts/icomoon.svg?9ixpny#icomoon") format("svg");
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^=dy-], [class*=" dy-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: "icomoon" ;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.dy-right:before {
content: "";
}
.dy-down:before {
content: "";
}
.dy-right:before,
.dy-down:before {
font-size: 20px ;
right: 10px;
font-weight: 600;
position: absolute;
top: calc(50% - 8px);
}
/***********************************************************
DROPDOWN ***********************************************
************************************************************/
.dropdown-trigger {
padding-right: 30px ;
position: relative ;
z-index: 1 ;
}
.dropdown-list-force,
.dropdown-list-pasture,
.dropdown-list-dark,
.dropdown-list-cure,
.dropdown-list-fish,
.dropdown-list-death,
.dropdown-list-gentle,
.dropdown-list-toxic,
.dropdown-list-grey,
.dropdown-list-haven {
white-space: nowrap;
position: absolute;
padding: 15px;
border: 1px solid #00000046;
min-width: 150px;
max-width: fit-content;
z-index: 100000;
transform: translate(0);
transition: transform 0.5s ease;
user-select: none;
}
.dropdown-list-force .list,
.dropdown-list-pasture .list,
.dropdown-list-dark .list,
.dropdown-list-cure .list,
.dropdown-list-fish .list,
.dropdown-list-death .list,
.dropdown-list-gentle .list,
.dropdown-list-toxic .list,
.dropdown-list-grey .list,
.dropdown-list-haven .list {
list-style: none;
}
.dropdown-list-force .list li a,
.dropdown-list-pasture .list li a,
.dropdown-list-dark .list li a,
.dropdown-list-cure .list li a,
.dropdown-list-fish .list li a,
.dropdown-list-death .list li a,
.dropdown-list-gentle .list li a,
.dropdown-list-toxic .list li a,
.dropdown-list-grey .list li a,
.dropdown-list-haven .list li a {
text-decoration: none;
font-size: 14px;
padding: 3px 0px;
display: block;
}
.dropdown-list-force {
background-color: var(--force) ;
}
.dropdown-list-force .list li a {
color: var(--cure) ;
}
.dropdown-list-force .list li a:hover {
color: var(--grey) ;
}
.dropdown-list-cure {
background-color: var(--cure) ;
}
.dropdown-list-cure .list li a {
color: var(--death) ;
}
.dropdown-list-cure .list li a:hover {
color: var(--dark) ;
}
.dropdown-list-dark {
background-color: var(--dark) ;
}
.dropdown-list-dark .list li a {
color: var(--cure) ;
}
.dropdown-list-dark .list li a:hover {
color: var(--grey) ;
}
.dropdown-list-death {
background-color: var(--death) ;
}
.dropdown-list-death .list li a {
color: var(--cure) ;
}
.dropdown-list-death .list li a:hover {
color: var(--grey) ;
}
.dropdown-list-gentle {
background-color: var(--gentle) ;
}
.dropdown-list-gentle .list li a {
color: var(--death) ;
}
.dropdown-list-gentle .list li a:hover {
color: var(--dark) ;
}
.dropdown-list-toxic {
background-color: var(--toxic) ;
}
.dropdown-list-toxic .list li a {
color: var(--death) ;
}
.dropdown-list-toxic .list li a:hover {
color: var(--dark) ;
}
.dropdown-list-haven {
background-color: var(--haven) ;
}
.dropdown-list-haven .list li a {
color: var(--death) ;
}
.dropdown-list-haven .list li a:hover {
color: var(--dark) ;
}
.dropdown-list-grey {
background-color: var(--grey) ;
}
.dropdown-list-grey .list li a {
color: var(--death) ;
}
.dropdown-list-grey .list li a:hover {
color: var(--dark) ;
}
.cover-drop {
z-index: 90000;
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
height: 100%;
}
.tips {
max-width: fit-content;
padding: 7px;
font-size: 1em;
color: white;
background-color: #000000bb ;
position: absolute;
display: none;
border-radius: 3px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
z-index: 100000;
transform: translate(0);
transition: transform 0.3s ease;
}
.tips-ele {
z-index: 1 ;
}
.comment {
font-size: 15px ;
background-color: var(--cure) ;
padding: 5px;
border-radius: 5px;
border: 1px solid #0000002c;
max-width: 250px ;
z-index: 100000;
position: absolute;
display: none;
transform: translate(0);
transition: transform 0.3s ease;
}
.com {
z-index: 1 ;
}
.toast {
position: fixed;
right: 20px;
top: 300px;
max-width: fit-content;
padding: 10px;
transition: top ease;
border-radius: 5px;
z-index: 100000;
}
/*# sourceMappingURL=dynamics.css.map */