Wallet/css/main.css

59 lines
1.1 KiB
CSS
Raw Normal View History

2014-03-28 12:32:29 -03:00
* {
2014-03-31 12:10:11 -04:00
font-family: Helvetica, sans-serif !important;
2014-03-28 12:32:29 -03:00
}
body {
2014-03-31 12:10:11 -04:00
background: #F5F5F5;
2014-03-28 12:32:29 -03:00
}
.top-bar-section li:not(.has-form) a:not(.button) {
2014-03-31 12:10:11 -04:00
line-height: 60px;
background: #FAE448;
2014-03-28 12:32:29 -03:00
}
.top-bar-section li.active:not(.has-form) a:not(.button) {
2014-03-31 12:10:11 -04:00
line-height: 60px;
background: #f5f5f5;
color: #111;
font-weight: 700;
2014-03-28 12:32:29 -03:00
}
.top-bar-section li.active:not(.has-form) a:not(.button):hover, .top-bar-section li:not(.has-form) a:not(.button):hover {
2014-03-31 12:10:11 -04:00
background: #111;
color: white;
2014-03-28 12:32:29 -03:00
}
.top-bar-section ul li>a {
2014-03-31 12:10:11 -04:00
color: #111;
text-transform: uppercase;
font-weight: 100;
font-size: 0.9rem;
2014-03-28 12:32:29 -03:00
}
.header {
2014-03-31 12:10:11 -04:00
background: #111;
color: white;
overflow: hidden;
margin-bottom: 30px;
2014-03-28 12:32:29 -03:00
}
.header-content {
2014-03-31 12:10:11 -04:00
padding: 1.5rem;
overflow: hidden;
2014-03-28 12:32:29 -03:00
}
.header h1, h5 {
2014-03-31 12:10:11 -04:00
color: #fff;
2014-03-28 12:32:29 -03:00
}
2014-03-28 16:39:58 -03:00
.size-12 { font-size: 12px; }
.size-14 { font-size: 14px; }
.size-16 { font-size: 16px; }
.size-18 { font-size: 18px; }
.size-21 { font-size: 21px; }
.size-24 { font-size: 24px; }
.size-36 { font-size: 36px; }
.size-48 { font-size: 48px; }
.size-60 { font-size: 60px; }
.size-72 { font-size: 72px; }