User:Valento/common.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
.dialog-text-OLD {
position: relative;
display: inline-block;
padding: 0 8px;
border-radius: 10px;
line-height: 1.5em;
}
.dialog-text-OLD:before {
position: absolute;
display: inline-block;
border-left: 0.5em solid transparent;
border-top: 1.5em solid #333;
left: -0.5em;
top: 0;
content: '';
}
.dialog-text-OLD:after {
position: absolute;
display: inline-block;
border-left: 0.5em solid #333;
border-top: 1.55em solid transparent;
left: 100%;
top: 0;
content: '';
}
.dialog-text.golden-warning-OLD {
text-shadow: 0 0.02em 0.2em #ab6a07;
color: #ffecb3;
background-color: #333;
}
.dialog-text.quest-milestone-OLD {
text-shadow: 0 0.02em 0.15em #0044ff;
color: #0044ff;
background-color: #eee;
}
.dialog-box-MOVEDTOMAIN {
position: relative;
display: inline-block;
padding: 0 8px;
line-height: 1.45em;
}
.dialog-box-MOVEDTOMAIN.golden-warning-MOVEDTOMAIN {
text-shadow: 0 0.02em 0.2em #ab6a07;
color: #ffecb3;
}
.dialog-box-MOVEDTOMAIN.quest-milestone-MOVEDTOMAIN {
text-shadow: 0 0.02em 0.2em #99b4ff;
color: #ccdaff;
}
.dialog-box-MOVEDTOMAIN:before {
content: '';
position: absolute;
left: 0;
top: 0;
z-index: -1;
width: 100%;
height: 100%;
background-color: #333;
border-radius: 10px;
filter: blur(0.1em);
}
.dialog-box-MOVEDTOMAIN.quest-milestone-MOVEDTOMAIN:before {
background-color: #002999;
}