This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
mandayejs/mandayejs/static/teamnet/css/mandaye.css

75 lines
1.1 KiB
CSS

#mandaye-js {
width: 100%;
margin-bottom : 10px;
background: black;
color: white;
padding: 7px 0;
font-size: 15px;
line-height: 35px;
vertical-align: middle;
text-align : right;
position:absolute;
top:0;
right: 0;
z-index: 10;
}
#mandaye-advances {
float: left;
margin-left: 5px;
}
#mandaye-username {
float: left;
margin-left: 5px;
}
#mandaye-association-url {
float: right;
margin-right: 15px;
}
#mandaye-logon-url {
float: right;
margin-right: 10px;
}
#mandaye-username {
text-transform: capitalize;
}
#mandaye-association-url:first-letter {
text-transform : uppercase;
}
#mandaye-logon-url:first-letter {
text-transform: uppercase;
}
#mandaye-advances:first-letter {
text-transform: uppercase;
}
#mandaye-js a {
color: white;
font-family: 'Telex', sans-serif;
text-decoration: none;
font-size: 15px;
}
#mandaye-logo {
display: none;
}
#mandaye-logon-url a {
font-weight: bold;
}
#mandaye-js #mandaye-association-url a {
color: #A8A8A8
}
#mandaye-js #mandaye-username a {
color: #41AED8;
}