Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:ExternalFileDownload/styles.css: Difference between revisions

Template page
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 39: Line 39:
   text-align: center;
   text-align: center;
   overflow: visible;
   overflow: visible;
}
.ui-button .ui-button-text {
  padding: .4em 1em;
  display: block;
  line-height: normal;
}
.ui-button-container a:after{
content: none;
display: none;
}
body .ui-button:hover {
background: linear-gradient(to bottom,#59e 0%,#36c 90%) !important;
}
}

Latest revision as of 13:58, 25 January 2025

.ui-button.ui-corner-all, .ui-button.ui-corner-bottom, .ui-button.ui-corner-right, .ui-button.ui-corner-br {
  border-bottom-right-radius: 4px;
}
.ui-button.ui-corner-all, .ui-button.ui-corner-bottom, .ui-button.ui-corner-left, .ui-button.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-button.ui-corner-all, .ui-button.ui-corner-top, .ui-button.ui-corner-right, .ui-button.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-button.ui-corner-all, .ui-button.ui-corner-top, .ui-button.ui-corner-left, .ui-button.ui-corner-tl {
  border-top-left-radius: 4px;
}
body .ui-button {
  color: white;
  text-shadow: 0 -1px 1px #037;
  margin: 0.5em 0 0.5em 0.4em;
  border: 1px solid #aaa !important;
  border-color: #468 !important;
  background: #36b !important;
  background: linear-gradient(to bottom,#48e 0%,#36b 90%) !important;
  box-shadow: 0 1px 3px rgba(0,0,0,.35);
  cursor: pointer;
  font-size: 1em;
  line-height: 1.4em;
  width: auto;
  overflow: visible;
}
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}
.ui-button .ui-button-text {
  padding: .4em 1em;
  display: block;
  line-height: normal;
}
.ui-button-container a:after{
	content: none;
	display: none;
}
body .ui-button:hover {
	background: linear-gradient(to bottom,#59e 0%,#36c 90%) !important;	
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.