add quote widget
This commit is contained in:
+6
-2
@@ -26,6 +26,11 @@ body {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.globalsettings {
|
||||
overflow: visible !important;
|
||||
padding: 0px !important;
|
||||
}
|
||||
|
||||
.aero {
|
||||
background: rgba(255, 255, 255, 0.2);
|
||||
backdrop-filter: blur(10px);
|
||||
@@ -138,8 +143,7 @@ body {
|
||||
padding: 20px;
|
||||
border-radius: 10px;
|
||||
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
|
||||
min-width: 400px;
|
||||
max-width: 60vw;
|
||||
width: 800px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
@@ -5,6 +5,12 @@
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.clock {
|
||||
-webkit-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
/* Styles for ClockWidget time display */
|
||||
.clock>.time {
|
||||
color: #ffffff;
|
||||
@@ -21,6 +27,21 @@
|
||||
font-size: 15cqmin;
|
||||
}
|
||||
|
||||
/* Styles for ClockWidget time display */
|
||||
.quote>.quote-text {
|
||||
color: #AEAEAE;
|
||||
font-style: italic;
|
||||
text-align: center;
|
||||
font-size: 25cqmin;
|
||||
}
|
||||
|
||||
.quote>.author {
|
||||
font-size: small;
|
||||
text-align: center;
|
||||
color: #AEAEAE;
|
||||
font-size: 15cqh;
|
||||
}
|
||||
|
||||
/* Styles for SearchWidget */
|
||||
.search form {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user