MediaWiki:Common.less/chooseoption.less
Ir para navegação
Ir para pesquisar
.ChooseOption {
background: #fff;
border: 3px double black;
color: #c6b895;
display: inline-block;
line-height: 1.1;
}
.ChooseOption:hover .OptionWindow {
display: inline;
}
.ChooseOption.bold {
font-weight: bold;
}
.OptionHover {
background: #0d1e25;
cursor: default;
display: inline-block;
}
.OptionHeader {
background: #0b0c05;
border-bottom: 1px solid #223239;
cursor: default;
display: block;
}
.OptionWindow {
background: white;
border: 3px double black;
border-radius: 4px 4px 2px 2px;
display: none;
font-family: RuneScape;
font-size: 16px;
font-weight: normal !important;
position: absolute;
margin-top: -3px;
z-index: 3;
}
.OptionWindow .content {
background: #0d1e25;
display: block;
}
.OptionWindow .content > *:not(.OptionHeader),
.OptionWindow a {
color: inherit;
cursor: default;
display: block;
padding: 0 1px;
text-shadow: #000 1px 1px 0px;
white-space: nowrap;
}
.OptionWindow .content > *:not(.OptionHeader):hover,
.OptionWindow a:hover {
text-decoration: none;
background: #1d2e55;
}
.OptionWindow strong,
.OptionWindow b,
.OptionWindow * {
font-weight: normal !important;
}
.OptionWindow .objeto {
color: #ff9040;
}
.OptionWindow .NPC,
.OptionWindow .npc {
color: #ff0;
}
.OptionWindow .jogador {
color: #fff;
}
.OptionWindow .cenario {
color: #0ff;
}
.OptionWindow .cb-min {
color: #0f0;
}
.OptionWindow .cb-same {
color: #ff0;
}
.OptionWindow .cb-max {
color: #f00;
}
.ChooseOption.bold .OptionWindow *,
.OptionWindow.bold *,
.OptionHeader.bold * {
font-family: RuneScape;
font-weight: bold;
}