Fixing line endings, rs=bienvenu, no bug
git-svn-id: svn://10.0.0.236/trunk@167562 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
6e037efa6d
commit
b6b049f574
@ -707,9 +707,113 @@ list-style-image: url("chrome://global/skin/arrow/arrow-dn.png");
|
||||
-moz-image-region: rect(24px 40px 36px 20px);
|
||||
}
|
||||
|
||||
/* ..... insert menu ..... */
#InsertPopup > menuitem {
list-style-image: url("chrome://messenger/skin/messengercompose/insert-menu.png");
}
#InsertLinkItem {
-moz-image-region: rect(0px 16px 16px 0px);
}
#InsertAnchorItem {
-moz-image-region: rect(16px 16px 32px 0px);
}
#InsertImageItem {
-moz-image-region: rect(32px 16px 48px 0px);
}
#InsertHRuleItem {
-moz-image-region: rect(48px 16px 64px 0px);
}
#InsertTableItem {
-moz-image-region: rect(64px 16px 80px 0px);
}
|
||||
/* ..... insert menu ..... */
|
||||
|
||||
/* ..... smiley menu ..... */
#smileySmile > .menu-iconic-left {
list-style-image: url("chrome://messenger/skin/messengercompose/emoticon_smile.png");
-moz-image-region: auto; /* cut off inheritance */
}
#smileyFrown > .menu-iconic-left {
list-style-image: url("chrome://messenger/skin/messengercompose/emoticon_frown.png");
-moz-image-region: auto; /* cut off inheritance */
}
#smileyWink > .menu-iconic-left {
list-style-image: url("chrome://messenger/skin/messengercompose/emoticon_wink.png");
-moz-image-region: auto; /* cut off inheritance */
}
#smileyTongue > .menu-iconic-left {
list-style-image: url("chrome://messenger/skin/messengercompose/emoticon_tongue_out.png");
-moz-image-region: auto; /* cut off inheritance */
}
#smileyLaughing > .menu-iconic-left {
list-style-image: url("chrome://messenger/skin/messengercompose/emoticon_laughing.png");
-moz-image-region: auto; /* cut off inheritance */
}
#smileyEmbarassed > .menu-iconic-left {
list-style-image: url("chrome://messenger/skin/messengercompose/emoticon_embarrassed.png");
-moz-image-region: auto; /* cut off inheritance */
}
#smileyUndecided > .menu-iconic-left {
list-style-image: url("chrome://messenger/skin/messengercompose/emoticon_undecided.png");
-moz-image-region: auto; /* cut off inheritance */
}
#smileySurprise > .menu-iconic-left {
list-style-image: url("chrome://messenger/skin/messengercompose/emoticon_surprised.png");
-moz-image-region: auto; /* cut off inheritance */
}
#smileyKiss > .menu-iconic-left {
list-style-image: url("chrome://messenger/skin/messengercompose/emoticon_kiss.png");
-moz-image-region: auto; /* cut off inheritance */
}
#smileyYell > .menu-iconic-left {
list-style-image: url("chrome://messenger/skin/messengercompose/emoticon_yell.png");
-moz-image-region: auto; /* cut off inheritance */
}
#smileyCool > .menu-iconic-left {
list-style-image: url("chrome://messenger/skin/messengercompose/emoticon_cool.png");
-moz-image-region: auto; /* cut off inheritance */
}
#smileyMoney > .menu-iconic-left {
list-style-image: url("chrome://messenger/skin/messengercompose/emoticon_money_mouth.png");
-moz-image-region: auto; /* cut off inheritance */
}
#smileyFoot > .menu-iconic-left {
list-style-image: url("chrome://messenger/skin/messengercompose/emoticon_foot_in_mouth.png");
-moz-image-region: auto; /* cut off inheritance */
}
#smileyInnocent > .menu-iconic-left {
list-style-image: url("chrome://messenger/skin/messengercompose/emoticon_innocent.png");
-moz-image-region: auto; /* cut off inheritance */
}
#smileyCry > .menu-iconic-left {
list-style-image: url("chrome://messenger/skin/messengercompose/emoticon_cry.png");
-moz-image-region: auto; /* cut off inheritance */
}
#smileySealed > .menu-iconic-left {
list-style-image: url("chrome://messenger/skin/messengercompose/emoticon_sealed.png");
-moz-image-region: auto; /* cut off inheritance */
}
|
||||
#InsertPopup > menuitem {
|
||||
list-style-image: url("chrome://messenger/skin/messengercompose/insert-menu.png");
|
||||
}
|
||||
|
||||
#InsertLinkItem {
|
||||
-moz-image-region: rect(0px 16px 16px 0px);
|
||||
}
|
||||
|
||||
#InsertAnchorItem {
|
||||
-moz-image-region: rect(16px 16px 32px 0px);
|
||||
}
|
||||
|
||||
#InsertImageItem {
|
||||
-moz-image-region: rect(32px 16px 48px 0px);
|
||||
}
|
||||
|
||||
#InsertHRuleItem {
|
||||
-moz-image-region: rect(48px 16px 64px 0px);
|
||||
}
|
||||
|
||||
#InsertTableItem {
|
||||
-moz-image-region: rect(64px 16px 80px 0px);
|
||||
}
|
||||
|
||||
/* ..... smiley menu ..... */
|
||||
|
||||
#smileySmile > .menu-iconic-left {
|
||||
list-style-image: url("chrome://messenger/skin/messengercompose/emoticon_smile.png");
|
||||
-moz-image-region: auto; /* cut off inheritance */
|
||||
}
|
||||
|
||||
#smileyFrown > .menu-iconic-left {
|
||||
list-style-image: url("chrome://messenger/skin/messengercompose/emoticon_frown.png");
|
||||
-moz-image-region: auto; /* cut off inheritance */
|
||||
}
|
||||
|
||||
#smileyWink > .menu-iconic-left {
|
||||
list-style-image: url("chrome://messenger/skin/messengercompose/emoticon_wink.png");
|
||||
-moz-image-region: auto; /* cut off inheritance */
|
||||
}
|
||||
|
||||
#smileyTongue > .menu-iconic-left {
|
||||
list-style-image: url("chrome://messenger/skin/messengercompose/emoticon_tongue_out.png");
|
||||
-moz-image-region: auto; /* cut off inheritance */
|
||||
}
|
||||
|
||||
#smileyLaughing > .menu-iconic-left {
|
||||
list-style-image: url("chrome://messenger/skin/messengercompose/emoticon_laughing.png");
|
||||
-moz-image-region: auto; /* cut off inheritance */
|
||||
}
|
||||
|
||||
#smileyEmbarassed > .menu-iconic-left {
|
||||
list-style-image: url("chrome://messenger/skin/messengercompose/emoticon_embarrassed.png");
|
||||
-moz-image-region: auto; /* cut off inheritance */
|
||||
}
|
||||
|
||||
#smileyUndecided > .menu-iconic-left {
|
||||
list-style-image: url("chrome://messenger/skin/messengercompose/emoticon_undecided.png");
|
||||
-moz-image-region: auto; /* cut off inheritance */
|
||||
}
|
||||
|
||||
#smileySurprise > .menu-iconic-left {
|
||||
list-style-image: url("chrome://messenger/skin/messengercompose/emoticon_surprised.png");
|
||||
-moz-image-region: auto; /* cut off inheritance */
|
||||
}
|
||||
|
||||
#smileyKiss > .menu-iconic-left {
|
||||
list-style-image: url("chrome://messenger/skin/messengercompose/emoticon_kiss.png");
|
||||
-moz-image-region: auto; /* cut off inheritance */
|
||||
}
|
||||
|
||||
#smileyYell > .menu-iconic-left {
|
||||
list-style-image: url("chrome://messenger/skin/messengercompose/emoticon_yell.png");
|
||||
-moz-image-region: auto; /* cut off inheritance */
|
||||
}
|
||||
|
||||
#smileyCool > .menu-iconic-left {
|
||||
list-style-image: url("chrome://messenger/skin/messengercompose/emoticon_cool.png");
|
||||
-moz-image-region: auto; /* cut off inheritance */
|
||||
}
|
||||
|
||||
#smileyMoney > .menu-iconic-left {
|
||||
list-style-image: url("chrome://messenger/skin/messengercompose/emoticon_money_mouth.png");
|
||||
-moz-image-region: auto; /* cut off inheritance */
|
||||
}
|
||||
|
||||
#smileyFoot > .menu-iconic-left {
|
||||
list-style-image: url("chrome://messenger/skin/messengercompose/emoticon_foot_in_mouth.png");
|
||||
-moz-image-region: auto; /* cut off inheritance */
|
||||
}
|
||||
|
||||
#smileyInnocent > .menu-iconic-left {
|
||||
list-style-image: url("chrome://messenger/skin/messengercompose/emoticon_innocent.png");
|
||||
-moz-image-region: auto; /* cut off inheritance */
|
||||
}
|
||||
|
||||
#smileyCry > .menu-iconic-left {
|
||||
list-style-image: url("chrome://messenger/skin/messengercompose/emoticon_cry.png");
|
||||
-moz-image-region: auto; /* cut off inheritance */
|
||||
}
|
||||
|
||||
#smileySealed > .menu-iconic-left {
|
||||
list-style-image: url("chrome://messenger/skin/messengercompose/emoticon_sealed.png");
|
||||
-moz-image-region: auto; /* cut off inheritance */
|
||||
}
|
||||
|
||||
/* ..... fg/bg color picker ..... */
|
||||
|
||||
@ -803,11 +907,20 @@ blockquote {
|
||||
border-width: 2px;
|
||||
border-color: gray;
|
||||
}
|
||||
blockquote[type=cite] {
color: blue !important;
|
||||
border-color: blue !important;
|
||||
border-width: 2px !important;
}
|
||||
blockquote[type=cite] > blockquote {
color: green !important;
|
||||
border-color: green !important;
}
|
||||
blockquote[type=cite] > blockquote > blockquote {
color: maroon !important;
|
||||
border-color: maroon !important;
}
|
||||
|
||||
blockquote[type=cite] {
|
||||
color: blue !important;
|
||||
border-color: blue !important;
|
||||
border-width: 2px !important;
|
||||
}
|
||||
|
||||
blockquote[type=cite] > blockquote {
|
||||
color: green !important;
|
||||
border-color: green !important;
|
||||
}
|
||||
|
||||
blockquote[type=cite] > blockquote > blockquote {
|
||||
color: maroon !important;
|
||||
border-color: maroon !important;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user