Sikuliaq IT Asset Manager (skqitam)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

413 lines
7.1 KiB

@CHARSET "UTF-8";
body {
overflow-x: hidden;
margin:0px 0px 0px 0px;
font-family: Arial,Helvetica,sans-serif;
/* font-size: 0.75rem; */
/* color: #1e5c8d; */
background-color: #ffffff;
}
/* Banner */
#banner {
background-color: #1e5c8d;
color: #ffffff;
/* margin-top: 46px; */
/* margin-left: -15px; */
/* margin-right: -15px; */
}
#banner a {
color: #ffffff;
text-decoration:none;
}
/* UAF Banner Bar */
#banner-bar {
background-color: #1e5c8d;
color: #ffffff;
margin-top: 0px;
font-size: 1.4em;
//border: 1px solid #000099;
}
#banner-bar a {
color: #ffffff;
}
#banner-logo-img {
max-height: 150px;
}
#banner-logo-img-uafpng {
max-height: 30px;
//border: 1px solid #060;
}
#banner-logo-img-uaftxt {
position: relative;
max-height: 20px;
left: 10px;
//border: 1px solid #060;
}
#banner-search {
float: right;
top: 3px;
max-width: 280px;
//border: 1px solid #006;
}
#uasearch {
background-color: #1b4376;
color: #ddd;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
min-height: 35px;
border: 0px;
padding: 0px;
float: right;
}
#uasubmit {
background-color: #1b4376;
color: #ddd;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
min-height: 35px;
border: 0px;
float: right;
}
/* CFOS Banner Logo */
#banner-logo {
//postion: relative;
//padding: 2rem;
text-align: center;
//top: 5px;
background: #003764;
/* background: #1e5c8d url("../img/uaf/naturally-inspiring-theme/bgHeader.jpg") no-repeat scroll 0 0 / cover; */
}
#banner-logo img {
margin: auto;
//width: 20%;
max-height: 60px;
text-align: center;
//border: 1px solid #990000;
}
#banner-logo div {
color: #ffffff;
font-weight: 200;
padding: 0.2rem 0;
//border: 1px solid #009900;
}
#banner-logo .cfostitle {
/* font-size: 1.2em; */
font-weight: bold;
text-align: left;
padding-top: 2px;
padding-bottom: 2px;
//border: 1px solid #990000;
}
#banner-logo .uaftitle {
font-size: 1rem;
text-align: center;
padding-top: 2px;
padding-bottom: 2px;
border-top: 1px solid;
width: 40%;
margin: auto;
//border: 1px solid #990000;
}
/*
#banner-logo a, .cfosLogo a:link, .cfosLogo a:visited {
color: white;
text-decoration: none;
}
#banner-logo a:hover {
opacity: 0.8;
}
*/
#banner-title {
font-weight: bold;
}
#banner-content {
color: #095F94;
font-weight: bold;
position: relative;
background: #1e5c8d url("../img/uaf/naturally-inspiring-theme/texture-bar.jpg") no-repeat scroll 0 0 / cover;
//float: right;
font-size: 1.5em;
//margin-left: inherit;
padding: 5px;
margin-top: 0px;
margin-left: 15px;
width: 100%;
//border: 1px solid #990000;
}
#breadcrumbs {
background: #1e5c8d url("../img/uaf/naturally-inspiring-theme/texture-bar.jpg") no-repeat scroll 0 0 / cover;
}
#progbar {
margin-bottom: 10px;
}
/* Main Content Area */
#main {
margin-left: -70px;
margin-right: -70px;
}
/* Footer */
.footer {
background-color: #095F94;
color: #fff;
}
.footer a {
color: #fff;
text-decoration: underline;
}
#footer {
// background-color: #fff;
min-height: 20px;
margin-top: 20px;
font-size: .9em;
}
#footer-copy {
float: right;
}
.uaflogo {
width: 80px;
/* margin-top: 15px;
float: right;
text-align: right; */
//border: 1px solid #990000;
}
.cfoslogo {
height: 80px;
width: 80px;
text-align: right;
float: right;
//border: 1px solid #990000;
}
/* Based on Bootstrap Responsive Screen Sizes: http://getbootstrap.com/css/#grid */
/* Extra small devices Phones (<768px) */
@media screen and (max-width: 767px) {
/* #banner {
margin-top: 33px;
} */
#banner-bar { font-size: 1rem; }
.uaflogo { width: 60px; }
#banner-logo-img {
max-height: 85px;
}
#banner-logo-img-uafpng {
max-height: 20px;
}
#banner-logo-img-uaftxt {
max-height: 12px;
}
#uasearch {
min-height: 25px;
font-size: .5rem;
}
#uasubmit {
min-height: 25px;
font-size: .5rem;
}
/*
#banner-title {
font-size: .8em;
font-weight: bold;
//margin-left: 100px;
//margin-top: 0px;
}
*/
#banner-logo img {
max-height: 40px;
}
#banner-logo div {
font-size: 1 em;
}
#banner-logo .cfostitle {
font-size: 0.9 em;
}
#banner-logo .uaftitle {
font-size: 0.6rem;
width: 60%;
}
#banner-content {
position: relative;
float: right;
//margin-top: 65px;
margin-bottom: 0px;
font-size: 1em;
}
#main {
margin-left: 0px;
margin-right: 0px;
}
#footer {
font-size: 0.7em;
}
}
/* Small devices Tablets (≥768px) */
@media screen and (min-width: 768px) and (max-width: 991px) {
/* #banner {
margin-top: 33px;
} */
#banner-bar { font-size: 1rem; }
.uaflogo { width: 60px; }
#banner-logo-img {
max-height: 100px;
}
#banner-logo-img-uafpng {
max-height: 30px;
}
#banner-logo-img-uaftxt {
max-height: 20px;
}
#banner-title {
font-size: 2em;
font-weight: bold;
//margin-left: 80px;
//margin-top: 25px;
}
#banner-content {
position: relative;
float: right;
//margin-top: 90px;
margin-bottom: 0px;
font-size: 1.1em;
}
}
/* Medium devices Desktops (≥992px) */
@media screen and (min-width: 992px) and (max-width: 1199px) {
/* #banner-bar { font-size: 1rem; } */
#banner-logo-img {
max-height: 130px;
}
#banner-logo-img-uafpng {
max-height: 30px;
}
#banner-logo-img-uaftxt {
max-height: 20px;
}
#banner-title {
font-size: 2.5em;
font-weight: bold;
//margin-left: 150px;
//margin-top: 40px;
}
#banner-content {
position: relative;
float: right;
//margin-top: 100px;
margin-bottom: 0px;
font-size: 1.5em;
}
#main {
margin-left: 0px;
margin-right: 0px;
}
}
/* Large devices Desktops (≥1200px) */
@media screen and (min-width: 1200px) {
/* #banner-bar { font-size: 1rem; } */
#banner-logo-img {
max-height: 150px;
}
#banner-logo-img-uafpng {
max-height: 30px;
}
#banner-logo-img-uaftxt {
max-height: 20px;
}
#banner-title {
font-size: 3em;
font-weight: bold;
//margin-left: 150px;
//margin-top: 20px;
}
#banner-content {
position: relative;
float: right;
//margin-top: 115px;
margin-bottom: 0px;
font-size: 1.9em;
}
#main {
margin-left: 0px;
margin-right: 0px;
}
}