Don't Starve Wiki
Don't Starve Wiki
No edit summary
No edit summary
Line 13: Line 13:
 
}
 
}
 
.UserProfileMasthead .masthead-info hgroup {
 
.UserProfileMasthead .masthead-info hgroup {
padding-top: 5px;
+
padding-top: 10px;
 
padding-bottom: 15px;
 
padding-bottom: 15px;
 
background: rgba(0,0,0,0);
 
background: rgba(0,0,0,0);
 
background-image:url('http://s24.postimg.org/q8zw4irqt/hud.png');
 
background-image:url('http://s24.postimg.org/q8zw4irqt/hud.png');
background-size:830px 65px;
+
background-size:830px 60px;
 
background-repeat:no-repeat;
 
background-repeat:no-repeat;
 
}
 
}

Revision as of 07:24, 4 August 2013

.i18ndoc {
    background-color: #FFF77D;
    border-bottom: 1px solid lightgrey;
    font-family: monospace;
    font-size: 8pt;
    height: 140px;
    overflow: auto;
    padding: 3px;

}
a.tag {
	color: inherit;
}
.UserProfileMasthead .masthead-info hgroup {
	padding-top: 10px;
        padding-bottom: 15px;
	background: rgba(0,0,0,0);
	background-image:url('http://s24.postimg.org/q8zw4irqt/hud.png');
        background-size:830px 60px;
        background-repeat:no-repeat;
}
.tag.usergroup-bureaucrat {
	background-color: darkorange !important;
	color: white !important;
        font-weight: bolder;
}
.tag.usergroup-sysop {
	background-color: red !important;
        color: white !important;
        font-weight: bolder;
}
.tag.usergroup-custodian {
	background-color: white !important;
	color: black !important;
        font-weight: bolder;
}
.tag.usergroup-rollback {
	background-color: blue !important;
	color: white !important;
        font-weight: bolder;
}
.tag.usergroup-communityrep {
	background-color: green !important;
	color: white !important;
        font-weight: bolder;
}
.tag.usergroup-chatmoderator {
	background-color: maroon !important;
        color: white !important;
        font-weight: bolder;
}
#UserProfileMasthead .tag-container .autoconfirmed-user {
        display: none !important;
}