mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
132 lines
1.9 KiB
CSS
132 lines
1.9 KiB
CSS
body, html {
|
|
height: 100%; }
|
|
|
|
body{
|
|
background: url(../img/struckaxiom.png) top left repeat;
|
|
}
|
|
|
|
|
|
.header{
|
|
margin: 0;
|
|
padding: 0;
|
|
background-color: #333;
|
|
height:25px;
|
|
}
|
|
|
|
.mstream-image{
|
|
height:100%;
|
|
background-color: white;
|
|
border-radius: 0 0 3px 3px;
|
|
box-shadow: 0 0 5px #8D8D8D;
|
|
}
|
|
|
|
.logo-box{
|
|
overflow-y: visible;
|
|
width: 1px;
|
|
height: 140%;
|
|
margin-left: 35px;
|
|
z-index: 99;
|
|
}
|
|
|
|
.browser-header{
|
|
height: 48px;
|
|
background-color: white;
|
|
font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
|
|
|
|
background-color: #F5F5F5;
|
|
border-bottom: 1px solid #b4b4b4;
|
|
}
|
|
|
|
.browser-header-text{
|
|
font-size: 20px;
|
|
font-weight: 500;
|
|
padding-top:16px;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.browser-container{
|
|
height:calc(100% - 80px);
|
|
background-color: rgba(250,250,250, .50);
|
|
font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
|
|
}
|
|
|
|
.browser{
|
|
list-style: none;
|
|
padding: 0;
|
|
overflow-y: scroll;
|
|
height: calc(100% - 40px);
|
|
}
|
|
|
|
.browser-tools{
|
|
height:40px;
|
|
background-color: #f5f5dc;
|
|
width:100%;
|
|
}
|
|
|
|
.browser-item{
|
|
height:auto;
|
|
border-bottom:solid 1px #b4b4b4;
|
|
|
|
cursor: pointer;
|
|
width: 100%;
|
|
background: white;
|
|
color: #252525;
|
|
font-size: 10pt;
|
|
text-shadow: 0 1px white;
|
|
font-weight: 300;
|
|
overflow: hidden;
|
|
padding: 10px;
|
|
}
|
|
|
|
.browser-item:hover{
|
|
background-color: #F5F5F5;
|
|
}
|
|
|
|
.login-icon{
|
|
max-height: 150px;
|
|
padding-top: 60px;
|
|
}
|
|
|
|
.login-form{
|
|
padding-top: 20px;
|
|
}
|
|
|
|
button{
|
|
background-color: #2ba6cb;
|
|
border-color: #2795b6;
|
|
padding-left: 2rem;
|
|
padding-right: 2rem;
|
|
padding-top: 1rem;
|
|
padding-bottom: 1rem;
|
|
color:white;
|
|
border: none;
|
|
}
|
|
#login-submit{
|
|
color: white;
|
|
margin-top: 1rem;
|
|
|
|
}
|
|
input{
|
|
width: 100%;
|
|
padding-top: 5px;
|
|
padding-left: 5px;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
label{
|
|
padding-bottom: 5px;
|
|
display: block;
|
|
}
|
|
|
|
.back-button{
|
|
position: relative;
|
|
float: left;
|
|
padding: 5px;
|
|
}
|
|
|
|
.filepath{
|
|
position: relative;
|
|
float: left;
|
|
padding-top: 10px;
|
|
}
|