| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- /* Filters section, for lists. */
- section.filters{
- display: inline-block;
- min-width: 40%;
- background-color: #aa8866;
- }
- @media screen and (max-width : 990px){
- section.filters{
- font-size: 80%;
- }
- }
- form.filter{
- text-align:center;
- background-color: #aa8866;
- }
- form.filter table{
- margin: auto;
- display: inline;
- border-collapse: collapse;
- }
- form.filter table td.filter{
- vertical-align: top;
- padding: 0.2em;
- text-align: center;
- color: #ffffff;
- }
- form.filter table td.filter span{
- display: block;
- margin: 0.1em;
- font-size: 80%;
- }
- form.filter td.filter_title{
- text-transform: capitalize;
- font-variant: small-caps;
- font-weight: bold;
- border-right: 0.2em solid #ffffff;
- text-align: center;
- vertical-align: top;
- padding-bottom: 0.5em;
- }
- form.filter td.filter_title span{
- display: block;
- width: 0.8em;
- word-break: break-all;
- margin-top: 0em;
- line-height: 90%;
- text-align: left;
- }
- form.filter td.filter_separator{
- border-top: 0.2em solid #ffffff;
- }
- form.filter div#filter_apply{
- text-align: center;
- margin: 0.5em auto 1em auto;
- }
- form#filter_runeupgrade select#filter_slot{
- height: 10em;
- }
- form#filter_runecraft table td select#filter_grind_stat, select#filter_gem_stat_from, select#filter_gem_stat_to{
- height: 16em;
- }
- form#filter_runecraft select#filter_slot{
- height: 10em;
- }
|