mirror of
https://github.com/duckietm/Nitro-V3.git
synced 2026-06-20 07:26:19 +00:00
🆙 Init V3
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
.nitro-chat-history {
|
||||
width: 300px;
|
||||
height: 200px;
|
||||
}
|
||||
@@ -0,0 +1,145 @@
|
||||
.nitro-use-product-confirmation {
|
||||
width: 350px;
|
||||
|
||||
.product-preview {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
width: 75px; /* Aligned with .body-image.pet */
|
||||
height: 80px;
|
||||
background: url('@/assets/images/room-widgets/avatar-info/preview-background.png') no-repeat center;
|
||||
|
||||
.pet-image {
|
||||
width: 75px;
|
||||
height: 80px;
|
||||
}
|
||||
|
||||
.monsterplant-image {
|
||||
width: 75px;
|
||||
height: 80px;
|
||||
background: url('@/assets/images/room-widgets/furni-context-menu/monsterplant-preview.png') no-repeat center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.nitro-infostand {
|
||||
position: relative;
|
||||
width: clamp(160px, 20vw, 190px); /* Responsive width */
|
||||
z-index: 30;
|
||||
pointer-events: auto;
|
||||
background: #212131;
|
||||
box-shadow: inset 0 5px rgba(38, 38, 57, 0.6), inset 0 -4px rgba(25, 25, 37, 0.6);
|
||||
border-radius: 0.5rem;
|
||||
padding: 10px;
|
||||
|
||||
@media (max-width: 576px) {
|
||||
top: -67px;
|
||||
padding: 8px;
|
||||
.text {
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
}
|
||||
|
||||
.form-control-sm {
|
||||
height: 25px;
|
||||
min-height: 25px;
|
||||
padding: 0.1rem 0.25rem;
|
||||
}
|
||||
|
||||
.body-image {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
max-width: 68px;
|
||||
border-radius: 0.5rem;
|
||||
|
||||
&.pet {
|
||||
max-width: 75px;
|
||||
}
|
||||
|
||||
&.bot {
|
||||
background-image: url('@/assets/images/infostand/bot_background.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
&.furni {
|
||||
background-color: transparent;
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.body-image-plant {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
max-width: 68px;
|
||||
height: 85px;
|
||||
max-height: 90px;
|
||||
border-radius: 0.5rem;
|
||||
}
|
||||
|
||||
.badge-image {
|
||||
width: 45px;
|
||||
height: 45px;
|
||||
}
|
||||
|
||||
.motto-content {
|
||||
min-height: 18px;
|
||||
}
|
||||
|
||||
.motto-input {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font-size: 12px;
|
||||
padding: 0;
|
||||
outline: 0;
|
||||
border: 0;
|
||||
color: rgba(255, 255, 255, 1);
|
||||
position: relative;
|
||||
background: transparent;
|
||||
resize: none;
|
||||
|
||||
&:focus {
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
|
||||
.flex-tags {
|
||||
flex-wrap: wrap;
|
||||
margin-bottom: -10px;
|
||||
|
||||
.text-tags {
|
||||
padding: 2px;
|
||||
border-radius: 3px;
|
||||
background: #333;
|
||||
margin-right: 5px;
|
||||
margin-bottom: 10px;
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.button-container {
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.pet-stats {
|
||||
height: 18px;
|
||||
transition: width 0.3s ease-in-out; /* Smooth progress bar animation */
|
||||
}
|
||||
}
|
||||
|
||||
.nitro-rarity-level {
|
||||
width: 36px;
|
||||
height: 28px;
|
||||
background: url('@/assets/images/infostand/rarity-level.png');
|
||||
|
||||
div {
|
||||
line-height: 28px;
|
||||
text-align: center;
|
||||
color: $black;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
.nitro-room-settings {
|
||||
width: 400px;
|
||||
|
||||
.list-container {
|
||||
height: 100px;
|
||||
|
||||
.list-item {
|
||||
background-color: #ececec;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,162 @@
|
||||
.nitro-room-tools-container {
|
||||
position: absolute;
|
||||
bottom:60px;
|
||||
left: 15px;
|
||||
|
||||
.nitro-room-tools {
|
||||
background: #212131;
|
||||
box-shadow: inset 0px 5px lighten(rgba(#000, .6), 2.5), inset 0 -4px darken(rgba(#000, .6), 4);
|
||||
border-top-right-radius: .25rem;
|
||||
border-bottom-right-radius: .25rem;
|
||||
transition: all .2s ease;
|
||||
z-index: 71;
|
||||
margin-left: -20px;
|
||||
|
||||
.list-group-item {
|
||||
background: transparent;
|
||||
padding: 3px 0px;
|
||||
color: #FFF;
|
||||
border-color: rgba(#000, 0.3);
|
||||
cursor: pointer;
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
&:first-child {
|
||||
padding-top: 8px;
|
||||
}
|
||||
|
||||
&:last-child {
|
||||
border-bottom: none;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
.tools-item {
|
||||
.icon {
|
||||
width: 22px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.nitro-room-history {
|
||||
background: #212131;
|
||||
box-shadow: inset 0px 5px lighten(rgba(#000, .6), 2.5), inset 0 -4px darken(rgba(#000, .6), 4);
|
||||
transition: all .2s ease;
|
||||
width: 150px;
|
||||
overflow: hidden;
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.nitro-room-tools-info {
|
||||
background: #212131;
|
||||
box-shadow: inset 0px 5px lighten(rgba(#000, .6), 2.5), inset 0 -4px darken(rgba(#000, .6), 4);
|
||||
transition: all .2s ease;
|
||||
max-width: 250px;
|
||||
}
|
||||
}
|
||||
|
||||
.nitro-room-tools-history {
|
||||
position: absolute;
|
||||
left: calc(100% - 2px);
|
||||
margin-left: 2px;
|
||||
height: 5%;
|
||||
}
|
||||
|
||||
.wordquiz-question {
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
font-size: large;
|
||||
background: rgba(#000, 0.95);
|
||||
box-shadow: inset 0px 5px lighten(rgba(#000, .6), 2.5), inset 0 -4px darken(rgba(#000, .6), 4);
|
||||
border-radius: $border-radius;
|
||||
transition: all 0.2s ease;
|
||||
z-index: 21;
|
||||
|
||||
.question {
|
||||
max-width: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
.word-quiz-dislike {
|
||||
background: url('@/assets/images/room-widgets/wordquiz-widget/thumbs-down.png');
|
||||
width: 31px;
|
||||
height: 34px;
|
||||
}
|
||||
|
||||
.word-quiz-like {
|
||||
background: url('@/assets/images/room-widgets/wordquiz-widget/thumbs-up.png');
|
||||
width: 31px;
|
||||
height: 34px;
|
||||
}
|
||||
|
||||
.word-quiz-dislike-sm {
|
||||
background: url('@/assets/images/room-widgets/wordquiz-widget/thumbs-down-small.png');
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
.word-quiz-like-sm {
|
||||
background: url('@/assets/images/room-widgets/wordquiz-widget/thumbs-up-small.png');
|
||||
height: 22px;
|
||||
width: 22px;
|
||||
}
|
||||
|
||||
.nitro-widget-doorbell {
|
||||
width: 300px;
|
||||
height: 200px;
|
||||
}
|
||||
|
||||
.toggle-roomtool {
|
||||
min-height: 95px;
|
||||
width: 20px;
|
||||
margin-left: -5px;
|
||||
padding-left: 10px;
|
||||
z-index: 72;
|
||||
}
|
||||
|
||||
.room-tool-item {
|
||||
height: 20px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.margin-icons {
|
||||
margin-top: -14px;
|
||||
}
|
||||
|
||||
.margin-button-history {
|
||||
margin-left: 4px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.text-no-promote {
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.icon-style {
|
||||
margin-top: 1px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
.arrow-right-style {
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.tags {
|
||||
background-color: #1B2834;
|
||||
color: #12597f;
|
||||
font-size: 10px;
|
||||
|
||||
&:hover {
|
||||
color: #419AD2;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user