pkmn-classic-framework/web/css/pkmnstats.css
2015-04-13 19:48:56 -04:00

160 lines
2.1 KiB
CSS

.gtsPokemonSummary .row
{
position: relative;
}
.gtsPokemonSummary .nickname
{
font-size: 12pt;
font-weight: bold;
color: black;
margin-bottom: 4px;
}
.gtsPokemonSummary .portrait, .gtsPokemonSummary li.portrait
{
width: 96px;
height: 96px;
padding: 4px;
border-radius: 20px;
background-color: white;
}
.gtsPokemonSummary .pokeball
{
}
.gtsPokemonSummary .marks, .gtsPokemonSummary li.marks
{
width: 104px;
color: #e0e0e0;
color: rgba(128,128,128,0.2);
font-family: 'Meiryo UI',sans-serif;
}
.marks .m
{
color: #808080;
}
.specialFlags, li.specialFlags
{
width: 104px;
}
.specialFlags .shiny
{
font-weight: bold;
vertical-align: middle;
color: #ee0000;
}
.specialFlags .pkrs, .specialFlags .pkrs_cure
{
font-weight: bold;
vertical-align: middle;
color: white;
background-color: #9761e9;
font-size: 8px;
padding: 1px 5px 1px 5px;
border-radius: 5px;
}
.gtsPokemonSummary ul, .gtsPokemonSummary li
{
list-style-type: none;
margin: 0; padding: 0;
}
.gtsPokemonSummary li
{
margin-bottom: 4px;
}
.gtsPokemonSummary img.item
{
vertical-align: middle;
position: relative;
top: -2px;
}
.pfFormGroup.pfGroupMoves
{
margin-top: 16px;
overflow: hidden;
border-radius: 4px;
}
.pfFormGroup .type
{
border-bottom: none;
}
.gtsPokemonSummary .pfFormValue
{
width: 180px;
}
.gtsPokemonSummary .pfColumn.colBasic1
{
width: 104px;
}
.gtsPokemonSummary .nextIn
{
display: inline;
position: absolute;
right: 8px;
font-size: 8pt;
margin-top: 3px;
}
.pfFormGroup .type
{
}
.pfFormGroup .move .type
{
height: auto;
display: table-cell;
border-radius: 0;
text-align: left;
padding: 4px 2px 4px 8px;
}
.pfFormGroup .move .pp
{
float: right;
}
.gtsProgress.hpBar .progress
{
background-color: #2dd350;
}
.gtsProgress.health50 .progress
{
background-color: #ffc321;
}
.gtsProgress.health25 .progress
{
background-color: #ff8063;
}
.gtsProgress.expBar .progress
{
background-color: #43c4ff;
}
.gtsOffer
{
margin: 8px 0;
}
.gtsOffer .pfColumn
{
margin: 0 8px;
}