.MedalCategory .categoryName {
font-size: 18pt;
display: none;
}
.medals {
text-align: center;
padding-top: 10px;
}
.medals a:link {
text-align: center;
display: inline-block;
padding: 0px 4px;
}
.prefix.prefixCTA1 {
color: @textCtrlBackground;
background-color: white;
border-color: @primaryDark;
}
a.prefixLink:hover .prefix.prefixCTA1 {
color: red;
background-color: yellow;
border-color: blue;
}
.prefix.prefixCTA2 {
color: @textCtrlBackground;
background-color: @primaryLightish;
border-color: @primaryMedium;
}
a.prefixLink:hover .prefix.prefixCTA2 {
color: black;
background-color: white;
border-color: red;
}
#logo
{
height: 220px;
}
<xen:if is="@enableResponsive">
@media (max-width:@maxResponsiveNarrowWidth)
{
.Responsive .messageUserInfo .som
{
display: none;
}
}
</xen:if>
.messageUserInfo .som
{
padding-top: 7px;
text-align: center;
}
.quickReply .messageUserInfo .som
{
display: none;
}
.messageHeading
{
background: #227ec1;
background: linear-gradient(to bottom, #227ec1 0%,#1b649a 100%);
background: -moz-linear-gradient(top, #227ec10%, #1b649a 100%);
background: -ms-linear-gradient(top, #227ec1 0%,#1b649a 100%);
background: -o-linear-gradient(top, #227ec1 0%,#1b649a 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#227ec1), color-stop(100%,#1b649a));
background: -webkit-linear-gradient(top, #227ec1 0%,#1b649a 100%);
border-radius: 3px;
color: #FFF !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#227ec1', endColorstr='#1b649a',GradientType=0 );
font-size: 13px !important;
font-weight: bold !important;
khtml-border-radius: 3px;
margin-bottom: 5px;
moz-border-radius: 3px;
overflow: hidden;
padding: 9px 10px !important;
webkit-border-radius: 3px;
}
.sidebar .avatarListInline li
{
overflow: hidden; zoom: 1;
float:left;
margin: 5px 0 0 0;
width:25%;
}