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*/ | |||
.green_online_button { | .green_online_button { | ||
background-color: #BFD730; | background-color: #BFD730; | ||
Line 22: | Line 23: | ||
text-decoration: none !important; | text-decoration: none !important; | ||
} | } | ||
/*red online button*/ | |||
.red_online_button { | |||
background-color: #BFD730; | |||
border-radius: 10px; | |||
color: white; | |||
width: 210px; | |||
min-height:52px; | |||
text-align: center; | |||
text-decoration: none; | |||
font-size: 1.1em; | |||
margin: 5px; | |||
padding: 5px; | |||
display: block; | |||
} | |||
.red_online_button:hover, .red_online_button:visited { | |||
text-decoration: none !important; | |||
background-color: #cade54; | |||
} | |||
.red_online_button>a, .red_online_button>a.visited, .red_online_button>a.external:visited, .red_online_button>a:hover { | |||
color: white !important; | |||
text-decoration: none !important; | |||
} | |||
/*brown online button*/ | |||
.brown_online_button { | |||
background-color: #BFD730; | |||
border-radius: 10px; | |||
color: white; | |||
width: 210px; | |||
min-height:52px; | |||
text-align: center; | |||
text-decoration: none; | |||
font-size: 1.1em; | |||
margin: 5px; | |||
padding: 5px; | |||
display: block; | |||
} | |||
.brown_online_button:hover, .brown_online_button:visited { | |||
text-decoration: none !important; | |||
background-color: #cade54; | |||
} | |||
.brown_online_button>a, .brown_online_button>a.visited, .brown_online_button>a.external:visited, .brown_online_button>a:hover { | |||
color: white !important; | |||
text-decoration: none !important; | |||
} | |||
/*orange online button*/ | |||
.orange_online_button { | |||
background-color: #BFD730; | |||
border-radius: 10px; | |||
color: white; | |||
width: 210px; | |||
min-height:52px; | |||
text-align: center; | |||
text-decoration: none; | |||
font-size: 1.1em; | |||
margin: 5px; | |||
padding: 5px; | |||
display: block; | |||
} | |||
.orange_online_button:hover, .orange_online_button:visited { | |||
text-decoration: none !important; | |||
background-color: #cade54; | |||
} | |||
.orange_online_button>a, .orange_online_button>a.visited, .orange_online_button>a.external:visited, .orange_online_button>a:hover { | |||
color: white !important; | |||
text-decoration: none !important; | |||
} | |||
/*gray online button*/ | |||
.gray_online_button { | |||
background-color: #BFD730; | |||
border-radius: 10px; | |||
color: white; | |||
width: 210px; | |||
min-height:52px; | |||
text-align: center; | |||
text-decoration: none; | |||
font-size: 1.1em; | |||
margin: 5px; | |||
padding: 5px; | |||
display: block; | |||
} | |||
.gray_online_button:hover, .gray_online_button:visited { | |||
text-decoration: none !important; | |||
background-color: #cade54; | |||
} | |||
.gray_online_button>a, .gray_online_button>a.visited, .gray_online_button>a.external:visited, .gray_online_button>a:hover { | |||
color: white !important; | |||
text-decoration: none !important; | |||
} | |||
/* Override Bootstrap for tooltip links */ | /* Override Bootstrap for tooltip links */ | ||
.tooltip { | .tooltip { |