oazaSrdceWeb / css / pricing.css
pricing.css
Raw
/*Styl pro stránku s ceníkem + platební podmínky*/

@font-face {
  font-family: "Faculty";
  src: url("font/FacultyGlyphic-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.bor {
  border: 2px solid blue;
}
.color {
  max-width: 390px;
}
.spacer {
  height: 100px;
}
.spacer2 {
  height: 70px;
}
.spacer3 {
  height: 5px;
}
.spacer4 {
  height: 20px;
}
.spacer50 {
  height: 50px;
}

.headingTable {
  font-family: "Faculty", sans-serif;
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  color: #0071bc;
}

.headingTable2 {
  font-family: "Faculty", sans-serif;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  color: #0071bc;
}
.heading22 {
  font-family: "Faculty", sans-serif;
  font-size: 55px;
  font-weight: 500;
  text-align: center;
  color: #0071bc;
}

.heading3 {
  font-family: "Faculty", sans-serif;
  font-size: 55px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}

/*
  NAVBAR SECTION
  */

nav {
  background: linear-gradient(180deg, #a5d2fc, #ffff, #ffff, #a5d2fc);
}
.navLinks {
  font-weight: 400;
  font-size: 20px;
  font-family: "Faculty", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navLinks .link {
  width: 60px;
  position: relative;
  padding-bottom: 10px;
  text-decoration: none;
}
.navLinks .link a {
  color: #0071bc;
}
.navLinks .link a:hover {
  color: #0c8ce1;
  text-decoration: none;
}

.navLinks .expandable .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: linear-gradient(180deg, #a5d2fc, #ffff, #ffff, #a5d2fc);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 3;
}

.navLinks .expandable:hover .submenu {
  display: block;
}

.submenu a {
  display: block;
  padding: 8px 16px;
  color: black;
}

.submenu a:hover {
  text-decoration: none;
}

/*
  NAVBAR SECTION END
  -----
  */

.trInfo:hover {
  background-color: #c6dff9;
}

.paymentRules .boxRules {
  background: linear-gradient(180deg, #a5d2fc, #ffff, #a5d2fc);
  border-radius: 10px;
}
.paymentRules .boxRules p {
  width: 80%;
  margin-left: 50px;
  padding: 5px;
}
.paymentRules .boxRules p span {
  font-weight: 600;
}