Administrators, autoreview, Vérificateurs d’utilisateurs, checkuser-log, editor, reviewer, usersnoop
3 321
modifications
mAucun résumé des modifications |
mAucun résumé des modifications |
||
Ligne 191 : | Ligne 191 : | ||
/* Space below is for testing */ | /* Space below is for testing */ | ||
a.new, #p-personal a.new { | |||
color: #ba0000; | |||
} | |||
a.new:visited, #p-personal a.new:visited { | |||
color: #a55858; | |||
} | |||
#p-personal { | |||
position: absolute; | |||
left: 0; | |||
top: 0; | |||
z-index: 0; | |||
} | |||
#p-personal { | |||
width: 100%; | |||
white-space: nowrap; | |||
padding: 0; | |||
margin: 0; | |||
border: none; | |||
background: none; | |||
overflow: visible; | |||
line-height: 1.2em; | |||
} | |||
#p-personal ul { | |||
border: none; | |||
line-height: 1.4em; | |||
color: #2f6fab; | |||
padding: 0 2em 0 3em; | |||
margin: 0; | |||
text-align: right; | |||
list-style: none; | |||
z-index: 0; | |||
background: none; | |||
cursor: default; | |||
} | |||
#p-personal li { | |||
z-index: 0; | |||
border: none; | |||
padding: 0; | |||
display: inline; | |||
color: #2f6fab; | |||
margin-left: 1em; | |||
line-height: 1.2em; | |||
background: none; | |||
} | |||
#p-personal li a { | |||
text-decoration: none; | |||
color: #005896; | |||
padding-bottom: .2em; | |||
background: none; | |||
} | |||
#p-personal li a:hover { | |||
background-color: white; | |||
padding-bottom: .2em; | |||
text-decoration: none; | |||
} | |||
#p-personal li.active a:hover { | |||
background-color: transparent; | |||
} | |||
#p-personal ul { | |||
text-transform: lowercase; | |||
} | |||
#p-personal li.active { | |||
font-weight: bold; | |||
} |
modifications