MediaWiki:Gadget-SkillForm.css: Difference between revisions
Jump to navigation
Jump to search
Pianoforte (talk | contribs) No edit summary |
Moved skillform style from Template to here |
||
Line 1: | Line 1: | ||
/* For skills on T-Doll pages */ | /* For skills on T-Doll pages */ | ||
.skillform { | |||
display:flex; | |||
background-color: rgba(0,0,0,0.5); | |||
margin: 2px; | |||
flex-grow: 1; | |||
flex-direction: column; | |||
min-height: 225px; | |||
} | |||
.skilllevel select { | .skilllevel select { | ||
background-color: #f0b000; | background-color: #f0b000; |
Revision as of 14:53, 3 February 2018
/* For skills on T-Doll pages */
.skillform {
display:flex;
background-color: rgba(0,0,0,0.5);
margin: 2px;
flex-grow: 1;
flex-direction: column;
min-height: 225px;
}
.skilllevel select {
background-color: #f0b000;
width:60px;
height:21px;
text-align:center;
border:none;
color:rgb(63,63,63);
}
.skillname {
background-color:rgba(255, 255, 255, 0.25);
padding-left: 5px;
}
.skillconditions {
color: #f0b000;
}
.skilldesc {
overflow-y:auto;
margin:0;
}
.skillform.loading .skilltabarea{
background-image: url('/images/8/88/gfloading.gif');
background-repeat: no-repeat;
background-attachment: local;
background-position: bottom right;
background-size: 30px;
}
#description {
overflow-y:auto;
}
@-moz-document url-prefix() {
.skill{
-moz-appearance: none;
text-indent: -5px;
text-overflow: "";
background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
background-position: calc(100% - 10px) calc(0.5em + 2px), calc(100% - 5px) calc(0.5em + 2px), calc(100% - 2.5em) 0.5em;
background-size: 5px 5px, 5px 5px, 1px 1.5em;
background-repeat: no-repeat;
}
}