tellform/public/modules/core/css/core.css

132 lines
2.4 KiB
CSS
Raw Normal View History

2016-11-02 18:30:04 +00:00
2015-09-12 20:19:21 +00:00
body {
overflow-x: hidden;
2016-08-25 23:33:10 +00:00
font-family: 'Source Sans Pro', sans-serif;
font-size: 16px;
2015-09-12 20:19:21 +00:00
}
2016-08-25 23:33:10 +00:00
.vcenter {
display: inline-block;
vertical-align: middle;
float: none;
2016-08-23 23:40:15 +00:00
}
/* Custom CSS for Buttons */
.btn-rounded {
border-radius: 100px;
font-size: 14px;
padding: 10px 28px;
margin: 0 2px;
margin-top: 1em;
text-transform: uppercase;
text-decoration: none!important;
}
.btn-secondary {
background: #DDDDDD;
color: #4c4c4c;
border: 2px #4c4c4c solid;
}
.btn-secondary:hover {
background: #cacaca;
border-color: #cacaca;
}
2015-06-30 17:36:51 +00:00
/*Navbar Custom CSS*/
2016-08-25 23:33:10 +00:00
.navbar {
min-height: 60px;
2016-11-02 18:30:04 +00:00
padding: 10px 0 10px 0;
2016-08-25 23:33:10 +00:00
}
2015-07-06 04:37:34 +00:00
.navbar-inverse {
2016-11-02 18:30:04 +00:00
background-color:#3FA2F7;
2015-07-06 04:37:34 +00:00
border: 0;
2016-08-25 23:33:10 +00:00
color: white!important;
2015-07-06 04:37:34 +00:00
}
.navbar .navbar-brand {
min-height: 60px;
padding: 10px;
}
.navbar-nav {
min-height: 60px;
}
.navbar-nav > li {
min-height: 60px;
}
.navbar-nav > li > a {
padding-top: 20px;
2016-08-23 23:40:15 +00:00
color: white;
2015-07-07 01:21:43 +00:00
}
.navbar-nav > li:hover, .navbar-nav > li.active {
background-color: #4b7096;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
background-color: transparent;
color: inherit;
border: none;
2015-07-01 23:14:39 +00:00
}
2015-06-30 10:00:23 +00:00
2016-08-25 23:33:10 +00:00
.navbar-inverse .navbar-nav>li>a {
color: white;
2015-08-06 05:52:59 +00:00
}
2016-08-25 23:33:10 +00:00
.navbar li.dropdown a.dropdown-toggle:hover > *{
color: #f9f9f9;
2015-08-06 05:52:59 +00:00
}
.navbar-inverse .navbar-toggle {
border:none;
}
2015-06-29 22:51:29 +00:00
.undecorated-link:hover {
text-decoration: none;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
display: none !important;
}
2015-06-30 08:54:00 +00:00
.dropdown-menu>li>a {
color: #515151;
}
2015-06-30 17:36:51 +00:00
/*Hero Section CSS (for /home)*/
section.hero-section {
width: 100%;
}
2015-07-07 01:21:43 +00:00
section.hero-section .jumbotron {
background-color: transparent;
color:#fff;
2015-06-30 10:00:23 +00:00
}
2015-07-07 01:21:43 +00:00
.image-background {
2015-08-06 05:52:59 +00:00
position: fixed;
2015-07-07 01:21:43 +00:00
top: 0;
left: 0;
2015-08-06 05:52:59 +00:00
height: 100%;
2015-07-07 01:21:43 +00:00
width: 100%;
z-index: -98;
background-image: url(http://yourplaceandmine.ie/wp-content/uploads/2014/09/Daingean-meeting-048_13-1080x675.jpg);
background-repeat: no-repeat;
background-position: 0 50%;
background-size: cover;
}
2015-06-30 10:00:23 +00:00
2015-07-07 01:21:43 +00:00
.opacity-background {
2015-08-06 05:52:59 +00:00
position: fixed;
2015-07-07 01:21:43 +00:00
top: 0;
left: 0;
2015-08-06 05:52:59 +00:00
height: 100%;
2015-07-07 01:21:43 +00:00
width: 100%;
background-color: rgb(0,0,0);
2015-07-07 01:21:43 +00:00
background-color: rgba(0,0,0,0.5);
z-index: -97;
2015-07-07 01:56:38 +00:00
}
section.hero-section .jumbotron .signup-btn {
background-color:#FA787E;
border: none;
font-size: 2em;
padding: 0.3em 0.9em;
color: white;
}