Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki)
82,369
edits
mNo edit summary |
mNo edit summary |
||
Line 49: | Line 49: | ||
/*brown online button*/ | /*brown online button*/ | ||
.brown_online_button { | .brown_online_button { | ||
background-color: # | background-color: #9c947a; | ||
border-radius: 10px; | border-radius: 10px; | ||
color: white; | color: white; | ||
Line 64: | Line 64: | ||
.brown_online_button:hover, .brown_online_button:visited { | .brown_online_button:hover, .brown_online_button:visited { | ||
text-decoration: none !important; | text-decoration: none !important; | ||
background-color: # | background-color: #b3ad98; | ||
} | } | ||
Line 73: | Line 73: | ||
/*orange online button*/ | /*orange online button*/ | ||
.orange_online_button { | .orange_online_button { | ||
background-color: # | background-color: #fcb34b; | ||
border-radius: 10px; | border-radius: 10px; | ||
color: white; | color: white; | ||
Line 88: | Line 88: | ||
.orange_online_button:hover, .orange_online_button:visited { | .orange_online_button:hover, .orange_online_button:visited { | ||
text-decoration: none !important; | text-decoration: none !important; | ||
background-color: # | background-color: #fdbf68; | ||
} | } | ||
Line 97: | Line 97: | ||
/*gray online button*/ | /*gray online button*/ | ||
.gray_online_button { | .gray_online_button { | ||
background-color: # | background-color: #bab7b1; | ||
border-radius: 10px; | border-radius: 10px; | ||
color: white; | color: white; | ||
Line 112: | Line 112: | ||
.gray_online_button:hover, .gray_online_button:visited { | .gray_online_button:hover, .gray_online_button:visited { | ||
text-decoration: none !important; | text-decoration: none !important; | ||
background-color: # | background-color: #cfcdc9; | ||
} | } | ||