Template:Calculator/styles.css: Difference between revisions

From AoP Wiki
No edit summary
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
.box-round {
#button {
clear: both;
  background-color: #dadce0;
}
  border: none;
 
  color: black;
.box-round-title {
  padding: 5px 10px;
padding: 0.1em;
  text-align: center;
background: #ccf;
  text-decoration: none;
text-align: center;
  display: inline-block;
font-weight: bold;
  font-size: 16px;
border: 1px solid #6fa8dc;
  margin: 9px 2px;
border-bottom: none;
  cursor: pointer;
border-radius: 1.5em 1.5em 0 0;
}
 
.box-round-title > span {
float: right;
margin-bottom: .1em;
font-size: 85%;
padding-right: 0.5em;
}
 
.box-round-title > h2 {
font-size: 140%;
font-weight: bold;
border: none;
margin: 0;
padding: 0;
padding-bottom: .1em;
}
 
.box-round-text {
border: 1px solid #6fa8dc;
background: #fff;
margin-bottom: 10px;
padding: .8em 1em 1em 1.3em;
border-radius: 0 0 1.5em 1.5em;
}
}

Latest revision as of 14:39, 18 October 2023

#button {
  background-color: #dadce0;
  border: none;
  color: black;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 9px 2px;
  cursor: pointer;
}