diff options
| author | kumar <kumar.damani@mail.utoronto.ca> | 2016-07-11 22:20:21 +0000 |
|---|---|---|
| committer | kumar <kumar.damani@mail.utoronto.ca> | 2016-07-11 22:20:21 +0000 |
| commit | 9e62d3c9a5e0d08bccb10614a9352306d0cb5ae0 (patch) | |
| tree | 6d8e3df783d02db54500fb08c7d1a888cbcfb667 /assets/css/creative.css | |
| parent | a2195def5fb5229e17b686b5c62dd0dec02986cd (diff) | |
all other file
Diffstat (limited to 'assets/css/creative.css')
| -rw-r--r-- | assets/css/creative.css | 227 |
1 files changed, 227 insertions, 0 deletions
diff --git a/assets/css/creative.css b/assets/css/creative.css index 79a56f2..535e830 100644 --- a/assets/css/creative.css +++ b/assets/css/creative.css @@ -1,3 +1,41 @@ +/*div {*/ + /*box-sizing: border-box;*/ +/*}*/ +main .search { + width: 60%; + height: 100%; +} + +.search-cover { + /*height: auto;*/ + padding-bottom: 10%; +} + +.search-reduced { + min-width: 60%; +} + +/* For better viewing for mobile displays */ +@media only screen and (max-width: 768px) { + main { + padding-top: 10%; + padding-bottom: 10%; + } +} + + +/*main #solutions { + padding-top: 65px; +}*/ + + +h2 { +font-family: 'Lato', sans-serif; +color: gray; +font-size: 2.5em; +margin: 4%; +padding-top: 200px; +} .navbar-default { border-color: rgba(34,34,34,.05); @@ -105,3 +143,192 @@ /*color: #f05f40;*/ } } + + +header { + position: relative; + width: 100%; + min-height: auto; + text-align: center; + /*color: #fff;*/ + background-image: url("../images/main.jpg"); + /*background-color: #5bc0de;*/ + background-size: 250px 250px; + background-position: center; + /*-webkit-background-size: cover;*/ + /*-moz-background-size: cover;*/ + /*background-size: cover;*/ + /*-o-background-size: cover;*/ + +} + +header .header-spec { + text-align: left; +} + +header .header-content { + position: relative; + width: 100%; + padding: 100px 15px; + text-align: center; +} + +header .header-content .header-content-inner h1 { + margin-top: 0; + margin-bottom: 0; + text-transform: uppercase; + font-weight: 700; +} + +header .header-content .header-content-inner hr { + margin: 30px auto; +} + +/*header .header-content .header-content-inner p { + margin-bottom: 50px; + font-family: 'Lato', sans-serif; + color: red; + font-size: 2.5em; + /color: #333333 +}*/ + + + +@media (min-width: 320px) { + header { + min-height: 100%; + } + + header .header-content { + position: absolute; + top: 50%; + padding: 0 50px; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); + } + + header .header-content .header-content-inner { + margin-right: auto; + margin-left: auto; + max-width: 1000px; + } + + header .header-content .header-content-inner p { + margin-right: auto; + margin-left: auto; + max-width: 80%; + font-size: 18px; + color: #333333; + } + +} + +@media(min-width:768px) { + header { + min-height: 100%; + } + + header .header-content { + position: absolute; + top: 50%; + padding: 0 50px; + -webkit-transform: translateY(-50%); + -ms-transform: translateY(-50%); + transform: translateY(-50%); + } + + header .header-content .header-content-inner { + margin-right: auto; + margin-left: auto; + max-width: 1000px; + } + + header .header-content .header-content-inner p { + margin-right: auto; + margin-left: auto; + max-width: 80%; + font-size: 32px; + font-family: 'Lato', sans-serif; + color: gray; + font-size: 2.5em; + } + + header .header-content-inner { + flex: 1; + width: 60%; + height: 100%; + background-color: rgba(235,235,235, 0.7); + padding-top: 22%; + padding-bottom: 22%; + } + +} + +.rounded { + border-radius: 20px; +} + +.dropdown-submenu { + position: relative; +} +.dropdown-submenu > .dropdown-menu { + top: 0; + left: 100%; + margin-top: -6px; + margin-left: -1px; +} +.dropdown-submenu:hover > .dropdown-menu { + display: block; +} +.dropdown-submenu:hover > a:after { + border-left-color: #fff; +} +.dropdown-submenu.pull-left { + float: none; +} +.dropdown-submenu.pull-left > .dropdown-menu { + left: -100%; + margin-left: 10px; +} + + + +/******************************************************/ + + +.user-row { + margin-bottom: 14px; +} + +.user-row:last-child { + margin-bottom: 0; +} + +.dropdown-user { + margin: 13px 0; + padding: 5px; + height: 100%; +} + +.dropdown-user:hover { + cursor: pointer; +} + +.table-user-information > tbody > tr { + border-top: 1px solid rgb(221, 221, 221); +} + +.table-user-information > tbody > tr:first-child { + border-top: 0; +} + + +.table-user-information > tbody > tr > td { + border-top: 0; +} +.toppad +{margin-top:20px; +} + + |
