Difference between revisions of "QualityBox.css"

From Freephile Wiki
Jump to navigation Jump to search
(moving styles to QualityBox.css from Common.css)
(going back to when this was working)
 
(One intermediate revision by the same user not shown)
Line 65: Line 65:
 
   text-decoration:none;
 
   text-decoration:none;
 
   color: #fff !important;
 
   color: #fff !important;
}
 
 
.jumbotron {
 
    background-image: url(https://freephile.org/w/images/f/f5/Mt_blanc.jpg);
 
    background-repeat: no-repeat;
 
    background-position: -600px -400px;
 
    color: white;
 
}
 
.jumbotron a {
 
    a.link {color:white; background:#2963A2; text-decoration:underline;}
 
    a.visited {color:#979A97; background:#2963A2; text-decoration:underline;}
 
    a.hover {color:white; background:#2963A2; text-decoration:none;}
 
    a.active {color:green; background:#2963A2; text-decoration:none;}
 
 
}
 
}
  
 
[[Category:CSS]]
 
[[Category:CSS]]
 
[[Category:QualityBox]]
 
[[Category:QualityBox]]

Latest revision as of 13:41, 23 January 2017

html {

 font-size: 16px;

} .pricing-table * {

 list-style: none; 
 line-height: 1;
 text-align: center !important;

} .title {

 border-radius:10px 10px 0 0; 
 font-size:4.5rem; 
 font-weight: 600; 

} .pricing-table .title {

 background-color: #fff; 
 padding: 1.625rem 1.25rem; 
 text-align: center; 
 color: #375793;

} .pricing-table .title span {

 display: block;
 font-size: 1.75rem;
 font-weight: 300;

} .pricing-table.most-popular .most-popular-title {

 padding: .9375rem;
 border-radius: 10px 10px 0 0;
 font-weight: 300;
 background-color: #375793;
 border: none;
 color: #fff;

} .pricing-table .price {

 background-color: #e2e9f0;
 padding: 1.25rem;
 text-align: center;
 color: #2d3339;
 font-weight: 700;
 font-size: 1.125rem;
 border-top: 1px solid #c4d2df;
 border-bottom: 1px solid #c4d2df;

} .pricing-table .bullet {

 background-color: #fff;
 padding: 1.25rem;
 text-align: center;
 color: #333;
 font-size: 1.125rem;
 font-weight: 400;
 border-bottom: solid 1px #d1dce7;

} .pricing-table .btn {

 text-align: center;

} a:hover {

 cursor: pointer;

} a:active, a:hover {

 outline: 0;

} .btn {

 display:block;

} .btn a {

 text-decoration:none;
 color: #fff !important;

}