mail/src/css/styles.css

76 lines
1.1 KiB
CSS

.inset {
display: block;
padding: 10px 20px 10px;
margin-left: -20px;
font-size: 20px;
font-weight: 200;
line-height: 1;
font-family: Georgia, serif;
font-weight: bold;
font-style: italic;
color:#505050;
text-shadow: 1px 1px 0px #101010, -1px -1px 0px #808080;
}
a.inset:hover {
text-decoration: none;
color:#505050;
}
textarea.ui-input-text {
height : 400px;
}
.ui-btn-inline {
margin-left: 0px;
}
#loginImg {
margin-top: 40px;
margin-bottom: 10px;
width: 128px;
height: 128px;
margin-left: auto;
margin-right: auto;
background-image: url('images/mail-128.png');
background-repeat: no-repeat;
}
#loginForm {
padding: 10px 20px;
max-width: 400px;
margin-left: auto;
margin-right: auto;
}
div#sandboxDiv iframe {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 100%;
width: 100%;
}
div#readViewContent ul {
position: absolute;
height: 100%;
width: 100%;
}
li#bodyItem {
background-color: #FFFFFF;
}
#mailContentFrame {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 2000px;
width: 100%;
font-size: 8pt;
font-weight: normal;
}