MediaWiki:Common.css: различия между версиями
Перейти к навигации
Перейти к поиску
Topsin (обсуждение | вклад) |
Topsin (обсуждение | вклад) |
||
(не показаны 33 промежуточные версии этого же участника) | |||
Строка 1: | Строка 1: | ||
− | a{ | + | .BigQuest > a > img{ |
− | color: # | + | vertical-align: middle; |
+ | border-radius: 10px; | ||
+ | width: 60px; | ||
+ | } | ||
+ | |||
+ | .BigQuest { | ||
+ | margin-top: 10px; | ||
+ | } | ||
+ | |||
+ | .BigQuest > a > div{ | ||
+ | display: inline-block; | ||
+ | vertical-align: middle; | ||
+ | margin-left: 10px; | ||
+ | } | ||
+ | |||
+ | .AtkPokemonStep{ | ||
+ | display: inline-block; | ||
+ | width: 200px; | ||
+ | border-radius: 5px; | ||
+ | background: #eaeaea; | ||
+ | margin: 10px; | ||
+ | border: 1px solid #c8c8c8; | ||
+ | vertical-align: middle; | ||
+ | text-align: center; | ||
+ | } | ||
+ | .DexTabMove{ | ||
+ | width: 24%; | ||
+ | display: inline-block; | ||
+ | vertical-align: top; | ||
+ | text-align: center; | ||
+ | } | ||
+ | .DexTabMove > .Name{ | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | .DexTabMove > .Move{ | ||
+ | margin-top: 5px; | ||
+ | } | ||
+ | .Move{ | ||
+ | width: 180px; | ||
+ | display: inline-block; | ||
+ | background: #efefef; | ||
+ | border-radius: 3px; | ||
+ | border: 1px solid #cfcfcf; | ||
+ | height: 40px; | ||
+ | position: relative; | ||
+ | margin: 1px 0px; | ||
+ | } | ||
+ | .Move > img{ | ||
+ | float: left; | ||
+ | width: 34px; | ||
+ | height: 34px; | ||
+ | margin-top: 2.5px; | ||
+ | margin-left: 2px; | ||
+ | border-radius: 3px; | ||
+ | } | ||
+ | .Move > .MoveInfo{ | ||
+ | float: left; | ||
+ | height: 45px; | ||
+ | width: 135px; | ||
+ | text-align: left; | ||
+ | } | ||
+ | .Move > .MoveInfo > .Name{ | ||
+ | width: 100%; | ||
+ | height: 25px; | ||
+ | margin-top: 5px; | ||
+ | margin-left: 4px; | ||
+ | text-align: left; | ||
+ | color: #797979; | ||
} | } | ||
+ | .Move > .MoveInfo > .PP{ | ||
+ | width: 100%; | ||
+ | font-size: 11px; | ||
+ | text-align: right; | ||
+ | margin-left: 5px; | ||
+ | color: #222222; | ||
+ | margin-top: -6px; | ||
+ | } | ||
+ | .firstHeading{ | ||
+ | font-family: monospace !important; | ||
+ | padding-bottom: 10px !important; | ||
+ | } | ||
+ | .mw-body{ | ||
+ | border-radius: 5px; | ||
+ | } | ||
+ | .catlinks{ | ||
+ | border-radius: 5px; | ||
+ | } | ||
+ | .toc{ | ||
+ | border-radius: 5px; | ||
+ | } | ||
+ | .BgNone{ | ||
+ | display: none !important; | ||
+ | } | ||
+ | .BgGrass{ | ||
+ | background: #58991e; | ||
+ | } | ||
+ | .BgIce{ | ||
+ | background: #5da6ad; | ||
+ | } | ||
+ | .BgNormal{ | ||
+ | background: #a18864; | ||
+ | } | ||
+ | .BgPoison{ | ||
+ | background: #644990; | ||
+ | } | ||
+ | .BgFighting{ | ||
+ | background: #993b3b; | ||
+ | } | ||
+ | .BgElectric{ | ||
+ | background: #afa529; | ||
+ | } | ||
+ | .BgFly{ | ||
+ | background: #4194ad; | ||
+ | } | ||
+ | .BgRock{ | ||
+ | background: #b5794d; | ||
+ | } | ||
+ | .BgDark{ | ||
+ | background: #343434; | ||
+ | } | ||
+ | .BgPsychic{ | ||
+ | background: #ca36bf; | ||
+ | } | ||
+ | .BgDragon{ | ||
+ | background: #9754e1; | ||
+ | } | ||
+ | .BgBug{ | ||
+ | background: #7e8422; | ||
+ | } | ||
+ | .BgWater{ | ||
+ | background: #2c74be; | ||
+ | } | ||
+ | .BgSteel{ | ||
+ | background: #787878; | ||
+ | } | ||
+ | .BgGround{ | ||
+ | background: #a16821; | ||
+ | } | ||
+ | .BgFairy{ | ||
+ | background: #be46a4; | ||
+ | } | ||
+ | .BgGhost{ | ||
+ | background: #8783ab; | ||
+ | } | ||
+ | .BgFire{ | ||
+ | background: #c63d09; | ||
+ | } | ||
+ | |||
a:hover{ | a:hover{ | ||
text-decoration: none; | text-decoration: none; | ||
opacity: .8; | opacity: .8; | ||
} | } | ||
− | + | ||
− | + | .PokemonBox > .Types{ | |
+ | margin: 5px 0px; | ||
} | } | ||
− | + | ||
− | color: # | + | .PokemonBox > .Types > div{ |
+ | display: inline-block; | ||
+ | font-size: 12px; | ||
+ | padding: 1px 5px; | ||
+ | border-radius: 3px; | ||
+ | color: #fff; | ||
+ | margin: 0px 2px; | ||
} | } | ||
.PokemonBox{ | .PokemonBox{ | ||
+ | vertical-align: middle; | ||
width: 170px; | width: 170px; | ||
padding: 5px; | padding: 5px; | ||
Строка 30: | Строка 184: | ||
height: 70px; | height: 70px; | ||
margin-top: -25px; | margin-top: -25px; | ||
+ | } | ||
+ | .PokemonBox > .Image > img{ | ||
+ | max-height: 106px; | ||
+ | margin-top: -20px; | ||
+ | display: inline-block; | ||
+ | vertical-align: -20px; | ||
+ | max-width: 150px; | ||
} | } | ||
.PokemonBox > .Image:before { | .PokemonBox > .Image:before { | ||
Строка 41: | Строка 202: | ||
border-radius: 3px; | border-radius: 3px; | ||
overflow: auto; | overflow: auto; | ||
− | margin-top: | + | margin-top: 10px; |
} | } | ||
.PokemonBox > .Name > a{ | .PokemonBox > .Name > a{ |
Текущая версия на 23:24, 18 июня 2020
.BigQuest > a > img{ vertical-align: middle; border-radius: 10px; width: 60px; } .BigQuest { margin-top: 10px; } .BigQuest > a > div{ display: inline-block; vertical-align: middle; margin-left: 10px; } .AtkPokemonStep{ display: inline-block; width: 200px; border-radius: 5px; background: #eaeaea; margin: 10px; border: 1px solid #c8c8c8; vertical-align: middle; text-align: center; } .DexTabMove{ width: 24%; display: inline-block; vertical-align: top; text-align: center; } .DexTabMove > .Name{ font-weight: bold; } .DexTabMove > .Move{ margin-top: 5px; } .Move{ width: 180px; display: inline-block; background: #efefef; border-radius: 3px; border: 1px solid #cfcfcf; height: 40px; position: relative; margin: 1px 0px; } .Move > img{ float: left; width: 34px; height: 34px; margin-top: 2.5px; margin-left: 2px; border-radius: 3px; } .Move > .MoveInfo{ float: left; height: 45px; width: 135px; text-align: left; } .Move > .MoveInfo > .Name{ width: 100%; height: 25px; margin-top: 5px; margin-left: 4px; text-align: left; color: #797979; } .Move > .MoveInfo > .PP{ width: 100%; font-size: 11px; text-align: right; margin-left: 5px; color: #222222; margin-top: -6px; } .firstHeading{ font-family: monospace !important; padding-bottom: 10px !important; } .mw-body{ border-radius: 5px; } .catlinks{ border-radius: 5px; } .toc{ border-radius: 5px; } .BgNone{ display: none !important; } .BgGrass{ background: #58991e; } .BgIce{ background: #5da6ad; } .BgNormal{ background: #a18864; } .BgPoison{ background: #644990; } .BgFighting{ background: #993b3b; } .BgElectric{ background: #afa529; } .BgFly{ background: #4194ad; } .BgRock{ background: #b5794d; } .BgDark{ background: #343434; } .BgPsychic{ background: #ca36bf; } .BgDragon{ background: #9754e1; } .BgBug{ background: #7e8422; } .BgWater{ background: #2c74be; } .BgSteel{ background: #787878; } .BgGround{ background: #a16821; } .BgFairy{ background: #be46a4; } .BgGhost{ background: #8783ab; } .BgFire{ background: #c63d09; } a:hover{ text-decoration: none; opacity: .8; } .PokemonBox > .Types{ margin: 5px 0px; } .PokemonBox > .Types > div{ display: inline-block; font-size: 12px; padding: 1px 5px; border-radius: 3px; color: #fff; margin: 0px 2px; } .PokemonBox{ vertical-align: middle; width: 170px; padding: 5px; background-position: center; background-repeat: no-repeat; background-color: #fbfbfb; border-radius: 10px; border: 1px solid #e4e4e4; text-align: center; position: relative; display: inline-block; margin: 25px 10px; } .PokemonBox > .Image{ width: 100%; height: 70px; margin-top: -25px; } .PokemonBox > .Image > img{ max-height: 106px; margin-top: -20px; display: inline-block; vertical-align: -20px; max-width: 150px; } .PokemonBox > .Image:before { content: ""; display: inline-block; min-height: inherit; height: 100%; vertical-align: middle; } .PokemonBox > .Name { border-radius: 3px; overflow: auto; margin-top: 10px; } .PokemonBox > .Name > a{ color: #265b88; } .PokemonBox > .Name > img{ display:none; }