.pi-title, .pi-secondary-background {
text-align:center;
color:white;
background:repeating-linear-gradient(315deg, #dd0000, #dd0000 10px, #bb0000 10px, #bb0000 20px);
}
.Chat img[alt] {
min-height: auto !important;
min-width: auto !important;
height: auto !important;
width: auto !important;
}
/* To make users' profile pic rotate if you hover them */
.UserProfileMasthead .masthead-info hgroup {
background-image: url("");
}
.UserProfileMasthead .masthead-info .tag {
box-shadow: inset 0 0 6px white;
}
.UserProfileMasthead .masthead-info .tag:hover {
box-shadow: inset 0 0 10px white;
}
.UserProfileMasthead .masthead-info .group {
-moz-border-radius: 100%;
-webkit-border-radius: 100%;
background-image: url("");
border-radius: 100%;
display: inline-block;
position: relative;
}
.masthead-avatar img {
border-radius: 100%;
box-shadow:0 0 20px white;
}
.masthead-avatar img {
-webkit-transition: all 0.6s ease;
-moz-transition: all 0.6s ease;
-o-transition: all 0.6s ease;
-ms-transition: all 0.6s ease;
transition: all 0.6s ease;
}
.masthead-avatar:hover img {
border-radius: 100%;
box-shadow:0 0 20px white;
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.masthead-avatar .sprite.edit-pencil { display: none }
#userAvatarEdit { margin-left: -14px }
.tabs-container {
box-shadow: inset 0 -9px 10px rgba(0, 0, 0, .2);
padding-left: 20px;
}
/* Poll Colours */
.pollAnswerVotes div {
background-color: red !important;
border-right: 1px solid orange;
height: 25px !important;
line-height: 25px !important;
box-shadow: none !important;
}
.pollAnswerVotes {
background-color: white !important;
border-right: 1px solid orange;
height: 25px !important;
line-height: 25px !important;
box-shadow: none !important;
}
/* Tabbers and Profile Tabs */
.WikiaUserPagesHeader .tabs {
padding-left: 17px;
}
.tabs-container .tabs li[data-id="profile"] a {
padding-left: 12px !important;
}
ul.tabs,
ol.tabs {
margin-left: -1px;
}
.tabs li a,
ul.tabbernav li a,
ul.tabbernav li a:link,
ul.tabbernav li a:visited {
background: #FF0000 !important;
background-image: none !important;
border: 1px solid #FF8080 !important;
border-bottom: 0 solid transparent !important;
border-radius: 5px 5px 0 0;
font-weight: 700;
color: #FFFFFF !important;
}
.tabs .selected a,
.tabs .selected a:hover,
ul.tabbernav li.tabberactive a,
ul.tabbernav li.tabberactive a:hover {
background: #ff0000 !important;
background-image: none !important;
border: 1px solid #ff8080 !important;
border-bottom: 0 solid transparent !important;
border-radius: 5px 5px 0 0;
font-weight: 700;
color: #fff !important;
}
ul.tabbernav li a:hover,
.tabs li a:hover {
background: #ff0000 !important;
background-image: none !important;
border: 1px solid #ff8080 !important;
border-bottom: 0 solid transparent !important;
border-radius: 5px 5px 0 0;
font-weight: 700;
color: #fff !important;
}
.tabberlive .tabbertab {
border-top: 1px solid #ff8080 !important;
border-right: 0 solid transparent !important;
border-left: 0 solid transparent !important;
border-bottom: 0 solid transparent !important;
}
ul.tabbernav {
border: none !important;
margin: 0 !important;
padding: 0;
line-height: 20px;
}
/************************/