2013-11-16 06:21:12 +08:00
|
|
|
html.rl-no-preview-pane {
|
|
|
|
|
|
|
|
.messageView {
|
|
|
|
display: none;
|
|
|
|
|
|
|
|
&.message-selected {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.messageView {
|
|
|
|
|
|
|
|
z-index: 100;
|
|
|
|
|
|
|
|
.toolbar {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
left: 0;
|
|
|
|
height: 30px;
|
|
|
|
padding: 10px 0;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.b-content {
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
margin: 0;
|
|
|
|
top: 50px + @rlLowMargin;
|
|
|
|
bottom: @rlLowMargin + @rlBottomMargin;
|
|
|
|
right: @rlLowMargin;
|
2014-04-08 05:03:58 +08:00
|
|
|
left: -1px;
|
2013-11-16 06:21:12 +08:00
|
|
|
overflow: hidden;
|
|
|
|
border: @rlLowBorderSize solid @rlMainDarkColor;
|
|
|
|
.border-top-right-radius(@rlLowBorderRadius);
|
|
|
|
.border-bottom-right-radius(@rlLowBorderRadius);
|
|
|
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
2014-04-10 08:15:46 +08:00
|
|
|
.b-message-view-checked-helper {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 70px;
|
|
|
|
line-height: 70px;
|
|
|
|
padding-top: 140px;
|
|
|
|
color: #999;
|
|
|
|
|
|
|
|
.icon-mail {
|
|
|
|
font-size: 100px;
|
|
|
|
font-size: 50px;
|
|
|
|
line-height: 90px;
|
|
|
|
padding-left: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
.b-message-view-desc {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 30px;
|
|
|
|
padding-top: 120px;
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.b-message-view-desc.error {
|
|
|
|
color: #DA4F49;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content {
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
}
|
|
|
|
|
|
|
|
.messageItem {
|
|
|
|
|
|
|
|
position: absolute;
|
|
|
|
top: 0px;
|
|
|
|
bottom: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
overflow: auto;
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
.border-radius(@rlLowBorderRadius);
|
|
|
|
|
|
|
|
.emptySubjectText {
|
|
|
|
display: none;
|
|
|
|
font-style: italic;
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.emptySubject .emptySubjectText {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.buttonUp, .buttonUnFull, .buttonFull {
|
|
|
|
display: inline-block;
|
|
|
|
position: fixed;
|
|
|
|
right: 30px;
|
|
|
|
top: 90px;
|
|
|
|
height: 30px;
|
|
|
|
width: 30px;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
line-height: 30px;
|
|
|
|
background-color: transparent;
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid #333;
|
|
|
|
color: #333;
|
|
|
|
z-index: 2;
|
|
|
|
cursor: pointer;
|
|
|
|
.border-radius(5px);
|
|
|
|
.opacity(30);
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
.opacity(80);
|
|
|
|
border-color: #000;
|
|
|
|
background-color: #888;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.buttonUp {
|
|
|
|
right: 70px;
|
|
|
|
z-index: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.buttonUnFull {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.messageItemHeader {
|
|
|
|
|
|
|
|
position: relative;
|
|
|
|
padding: 10px;
|
|
|
|
background-color: #f8f8f8;
|
|
|
|
border-top: 0px;
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
z-index: 1;
|
|
|
|
|
|
|
|
.date {
|
|
|
|
}
|
|
|
|
|
|
|
|
.fromPic {
|
|
|
|
display: inline-block;
|
|
|
|
width: 50px;
|
|
|
|
height: 50px;
|
|
|
|
float: left;
|
|
|
|
padding: 2px;
|
|
|
|
margin: 0 5px 0 0;
|
|
|
|
background: #fff;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
border-radius: 10px;
|
|
|
|
.box-sizing(border-box);
|
|
|
|
}
|
|
|
|
|
|
|
|
.subjectParent {
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: bold;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
overflow: hidden;
|
|
|
|
white-space: nowrap;
|
|
|
|
margin-left: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.senderParent {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.messageButtons {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.informationShort {
|
|
|
|
margin-left: 15px;
|
|
|
|
a {
|
|
|
|
.g-ui-link;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.informationFull {
|
|
|
|
margin-top: 10px;
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
background-color: #fff;
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 10px 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.loading {
|
|
|
|
text-align: center;
|
|
|
|
font-size: 24px;
|
|
|
|
color: grey;
|
|
|
|
padding-top: 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.line-loading {
|
|
|
|
height: 0px;
|
|
|
|
}
|
|
|
|
|
2014-01-29 00:09:41 +08:00
|
|
|
.showImages, .readReceipt, .pgpSigned, .pgpEncrypted {
|
2013-11-16 06:21:12 +08:00
|
|
|
cursor: pointer;
|
|
|
|
padding: 10px 15px;
|
2014-01-04 08:20:07 +08:00
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
background-color: #eee;
|
|
|
|
}
|
|
|
|
|
2014-04-02 02:03:37 +08:00
|
|
|
.pgpInfo {
|
|
|
|
padding: 5px 15px;
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
background-color: #fcf8e3;
|
|
|
|
|
|
|
|
&.success {
|
|
|
|
background-color: #e9f4ff;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-01-04 08:20:07 +08:00
|
|
|
.readReceipt {
|
|
|
|
background-color: #ffffd9;
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.attachmentsPlace {
|
|
|
|
|
|
|
|
padding: 10px;
|
|
|
|
|
|
|
|
.attachmentList {
|
|
|
|
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
.attachmentItem {
|
|
|
|
|
|
|
|
display: inline-block;
|
|
|
|
margin: 5px;
|
|
|
|
padding: 5px;
|
|
|
|
max-width: 170px;
|
|
|
|
min-width: 60px;
|
|
|
|
overflow: hidden;
|
|
|
|
cursor: pointer;
|
|
|
|
list-style: none;
|
|
|
|
line-height: 24px;
|
|
|
|
border: 2px solid grey;
|
|
|
|
background-color: #fff;
|
|
|
|
box-shadow: 1px 1px 5px #ccc;
|
|
|
|
box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
|
|
|
|
|
|
|
|
.border-radius(6px);
|
|
|
|
|
|
|
|
.attachmentIcon {
|
|
|
|
font-size: 23px;
|
|
|
|
width: 23px;
|
|
|
|
height: 23px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.attachmentPreview {
|
|
|
|
color: #999;
|
|
|
|
margin: 0px 5px;
|
|
|
|
}
|
|
|
|
.attachmentPreview:hover {
|
|
|
|
color: #333;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.rlBlockquoteSwitcher {
|
|
|
|
|
|
|
|
background-color: #eee;
|
|
|
|
border: 1px solid #999;
|
|
|
|
display: inline-block;
|
|
|
|
width: 30px;
|
|
|
|
height: 14px;
|
|
|
|
line-height: 14px;
|
|
|
|
text-align: center;
|
|
|
|
cursor: pointer;
|
|
|
|
margin: 10px 0px;
|
|
|
|
|
|
|
|
.opacity(50);
|
|
|
|
&:hover {
|
|
|
|
.opacity(100);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.bodyText {
|
|
|
|
|
|
|
|
color: #000;
|
2014-02-06 23:58:53 +08:00
|
|
|
font-family: Arial, Verdana, Geneva, sans-serif;
|
2013-11-16 06:21:12 +08:00
|
|
|
|
|
|
|
.b-text-part {
|
|
|
|
|
2013-12-08 07:58:33 +08:00
|
|
|
div[data-x-div-type=html] {
|
|
|
|
height: 100%;
|
|
|
|
div[data-x-div-type=html] {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
a {
|
|
|
|
color: blue;
|
|
|
|
text-decoration: underline;
|
|
|
|
|
|
|
|
&:visited {
|
|
|
|
color: #609;
|
|
|
|
}
|
|
|
|
&:active {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
border-collapse: separate;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote {
|
|
|
|
border-left: 2px solid #000;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.rl-bq-switcher.hidden-bq {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.rtl-text-part {
|
|
|
|
direction: rtl;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.html {
|
2013-11-17 06:02:13 +08:00
|
|
|
div[data-x-div-type=body] {
|
2013-11-16 06:21:12 +08:00
|
|
|
margin: 15px;
|
|
|
|
}
|
2014-03-22 00:03:06 +08:00
|
|
|
|
|
|
|
pre {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
background: #fff;
|
|
|
|
border: none;
|
|
|
|
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
|
|
|
|
}
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
&.plain {
|
|
|
|
|
|
|
|
padding: 15px;
|
|
|
|
|
|
|
|
pre {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
background: #fff;
|
|
|
|
border: none;
|
2014-02-06 23:58:53 +08:00
|
|
|
font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
2014-01-29 00:09:41 +08:00
|
|
|
|
2013-11-16 06:21:12 +08:00
|
|
|
blockquote {
|
|
|
|
border-left: 2px solid blue;
|
|
|
|
color: blue;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote blockquote {
|
|
|
|
border-left: 2px solid green;
|
|
|
|
color: green;
|
|
|
|
}
|
|
|
|
|
|
|
|
blockquote blockquote blockquote {
|
|
|
|
border-left: 2px solid red;
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2014-04-08 05:03:58 +08:00
|
|
|
|
|
|
|
&.message-focused .b-content {
|
|
|
|
z-index: 102;
|
2014-04-08 06:36:38 +08:00
|
|
|
.box-shadow(0px 2px 10px rgba(0, 0, 0, 0.3));
|
2014-04-08 05:03:58 +08:00
|
|
|
.border-radius(@rlLowBorderRadius);
|
2014-04-08 06:36:38 +08:00
|
|
|
border-color: darken(@rlMainDarkColor, 5%);
|
2014-04-08 05:03:58 +08:00
|
|
|
}
|
2013-11-16 06:21:12 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
html.rl-no-preview-pane .messageView {
|
|
|
|
.toolbar {
|
|
|
|
padding-left: @rlMainBorderSize;
|
|
|
|
}
|
|
|
|
.b-content {
|
|
|
|
top: 50px;
|
|
|
|
bottom: @rlBottomMargin;
|
|
|
|
right: @rlBottomMargin;
|
|
|
|
border: @rlMainBorderSize solid @rlMainDarkColor;
|
|
|
|
.box-shadow(@rlMainShadow);
|
|
|
|
.border-radius(@rlMainBorderRadius);
|
|
|
|
|
|
|
|
.buttonUp, .buttonUnFull, .buttonFull {
|
|
|
|
top: 70px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
html.cssanimations.rl-anim .line-loading {
|
|
|
|
height: 5px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
html.rl-message-fullscreen {
|
|
|
|
|
|
|
|
#rl-left, #rl-bottom {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#rl-right {
|
|
|
|
.RL-MailMessageList, .RL-SettingsPane, .RL-SystemDropDown, .RL-MailMessageView .messageView .toolbar {
|
|
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.messageView .b-content {
|
|
|
|
position: fixed;
|
|
|
|
margin: 5px;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
z-index: 10000;
|
2013-12-09 06:14:55 +08:00
|
|
|
border: @rlLowBorderSize solid @rlMainDarkColor;
|
|
|
|
.border-radius(@rlLowBorderRadius);
|
2013-11-16 06:21:12 +08:00
|
|
|
|
|
|
|
.buttonUp, .buttonUnFull {
|
|
|
|
display: inline-block;
|
|
|
|
top: 36px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.buttonFull {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|