Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki)
82,369
edits
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
. | .green_online_button { | ||
background-color: #3073dd; | |||
border-radius: 10px; | |||
color: white; | |||
width: 210px; | |||
text-align: center; | |||
text-decoration: none; | |||
font-size: 1.1em; | |||
margin: 5px; | |||
padding: 5px; | |||
display: block; | |||
} | } | ||
.green_online_button:hover, .green_online_button:visited { | |||
text-decoration: none !important; | |||
background-color: #5088e2; | |||
} | |||
.green_online_button>a, .green_online_button>a.visited, .green_online_button>a.external:visited, .green_online_button>a:hover { | |||
color: white !important; | |||
text-decoration: none !important; | |||
} | |||
/* Override Bootstrap for tooltip links */ | /* Override Bootstrap for tooltip links */ | ||
.tooltip { | .tooltip { |