2016-04-18 23:33:43 +03:00
|
|
|
/*
|
|
|
|
This file is part of Telegram Desktop,
|
|
|
|
the official desktop version of Telegram messaging app, see https://telegram.org
|
|
|
|
|
|
|
|
Telegram Desktop is free software: you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
It is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
In addition, as a special exception, the copyright holders give permission
|
|
|
|
to link the code of portions of this program with the OpenSSL library.
|
|
|
|
|
|
|
|
Full license: https://github.com/telegramdesktop/tdesktop/blob/master/LICENSE
|
|
|
|
Copyright (c) 2014-2016 John Preston, https://desktop.telegram.org
|
|
|
|
*/
|
2016-10-28 15:44:28 +03:00
|
|
|
using "colors.palette";
|
|
|
|
|
2016-04-21 20:57:29 +03:00
|
|
|
using "basic_types.style";
|
2016-04-18 23:33:43 +03:00
|
|
|
|
|
|
|
semibold: "Open Sans Semibold";
|
|
|
|
|
|
|
|
fsize: 13px;
|
|
|
|
normalFont: font(fsize);
|
|
|
|
semiboldFont: font(fsize semibold);
|
|
|
|
|
|
|
|
emojiImgSize: 18px; // exceptional value for retina
|
|
|
|
emojiSize: 18px;
|
2016-11-11 11:59:55 +03:00
|
|
|
emojiPadding: 1px;
|
2016-04-18 23:33:43 +03:00
|
|
|
|
|
|
|
lineWidth: 1px;
|
|
|
|
|
|
|
|
labelDefFlat: flatLabel {
|
|
|
|
font: font(fsize);
|
|
|
|
width: 0px;
|
2016-05-26 18:31:20 +03:00
|
|
|
maxHeight: 0px;
|
2016-04-18 23:33:43 +03:00
|
|
|
align: align(left);
|
2016-05-26 18:31:20 +03:00
|
|
|
textFg: windowTextFg;
|
2016-04-18 23:33:43 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
boxVerticalMargin: 10px;
|
|
|
|
boxWidth: 320px;
|
|
|
|
boxWideWidth: 364px;
|
|
|
|
boxPadding: margins(26px, 30px, 34px, 8px);
|
|
|
|
boxMaxListHeight: 600px;
|
|
|
|
boxFontSize: 14px;
|
|
|
|
boxTextFont: font(boxFontSize);
|
|
|
|
boxLittleSkip: 10px;
|
|
|
|
boxMediumSkip: 20px;
|
|
|
|
|
|
|
|
boxTitleFont: font(boxFontSize bold);
|
|
|
|
boxTitlePosition: point(26px, 28px);
|
|
|
|
boxTitleHeight: 54px;
|
|
|
|
|
|
|
|
boxButtonFont: font(boxFontSize semibold);
|
|
|
|
boxButtonPadding: margins(12px, 16px, 22px, 16px);
|
|
|
|
boxLabel: flatLabel(labelDefFlat) {
|
|
|
|
font: font(boxFontSize);
|
|
|
|
align: align(topleft);
|
|
|
|
}
|
|
|
|
|
|
|
|
solidScroll: flatScroll {
|
|
|
|
barColor: #3f729734;
|
|
|
|
bgColor: #214f751a;
|
|
|
|
barOverColor: #3f729734;
|
|
|
|
bgOverColor: #214f751a;
|
|
|
|
|
|
|
|
minHeight: 20px;
|
|
|
|
|
2016-07-07 19:15:34 +03:00
|
|
|
round: 2px;
|
2016-04-18 23:33:43 +03:00
|
|
|
deltax: 5px;
|
|
|
|
width: 14px;
|
|
|
|
deltat: 6px;
|
|
|
|
deltab: 6px;
|
|
|
|
|
|
|
|
topsh: 0px;
|
|
|
|
bottomsh: 0px;
|
2016-10-28 12:20:24 +03:00
|
|
|
shColor: #00000012;
|
2016-04-18 23:33:43 +03:00
|
|
|
|
|
|
|
duration: 150;
|
|
|
|
hiding: 0;
|
|
|
|
}
|
2016-10-26 19:43:13 +03:00
|
|
|
defaultDropdownDuration: 150;
|
|
|
|
defaultDropdownPadding: margins(10px, 10px, 10px, 10px);
|
2016-10-01 15:34:23 +03:00
|
|
|
defaultDropdownShadow: icon {{ "dropdown_shadow", windowShadowFg }};
|
2016-10-26 19:43:13 +03:00
|
|
|
defaultDropdownShadowShift: 1px;
|
2016-04-18 23:33:43 +03:00
|
|
|
|
|
|
|
defaultTooltip: Tooltip {
|
|
|
|
textBg: #eef2f5;
|
|
|
|
textFg: #5d6c80;
|
|
|
|
textFont: normalFont;
|
|
|
|
textBorder: #c9d1db;
|
|
|
|
textPadding: margins(5px, 2px, 5px, 2px);
|
|
|
|
|
|
|
|
shift: point(-20px, 20px);
|
|
|
|
skip: 10px;
|
|
|
|
|
|
|
|
widthMax: 800px;
|
|
|
|
linesMax: 12;
|
|
|
|
}
|
|
|
|
|
|
|
|
boxScroll: flatScroll(solidScroll) {
|
2016-07-07 19:15:34 +03:00
|
|
|
round: 3px;
|
2016-04-18 23:33:43 +03:00
|
|
|
width: 18px;
|
|
|
|
deltax: 6px;
|
|
|
|
}
|
|
|
|
boxScrollSkip: 6px;
|
|
|
|
boxScrollShadowBg: #00000012;
|
|
|
|
|
|
|
|
statusFont: font(fsize);
|
2016-11-04 11:23:50 +03:00
|
|
|
statusFg: #999999;
|
|
|
|
statusFgActive: #0080c0;
|
|
|
|
statusFgTyping: statusFgActive;
|
|
|
|
|
2016-10-28 12:20:24 +03:00
|
|
|
versionColor: #777777;
|
2016-04-18 23:33:43 +03:00
|
|
|
|
2016-10-28 12:20:24 +03:00
|
|
|
shadowColor: #00000018;
|
2016-05-19 15:03:51 +03:00
|
|
|
shadowToggleDuration: 200;
|
2016-04-18 23:33:43 +03:00
|
|
|
|
2016-10-26 15:24:21 +03:00
|
|
|
slideDuration: 240;
|
2016-05-14 19:57:06 +03:00
|
|
|
slideShift: 100px;
|
2016-10-31 15:29:26 +03:00
|
|
|
slideFadeOutBg: #0000003c;
|
2016-11-09 11:35:41 +03:00
|
|
|
slideShadow: icon {{ "slide_shadow", windowShadowFg }};
|
2016-04-18 23:33:43 +03:00
|
|
|
|
|
|
|
btnYesColor: #0080c0;
|
|
|
|
btnYesHover: #0073ad;
|
|
|
|
btnNoColor: #8b8b8b;
|
2016-10-28 12:20:24 +03:00
|
|
|
btnNoHover: #777777;
|
2016-04-18 23:33:43 +03:00
|
|
|
|
|
|
|
linkCropLimit: 360px;
|
|
|
|
linkFont: normalFont;
|
|
|
|
linkOverFont: font(fsize underline);
|
|
|
|
|
|
|
|
scrollDef: flatScroll {
|
2016-10-28 12:20:24 +03:00
|
|
|
barColor: #00000053;
|
|
|
|
bgColor: #0000001a;
|
|
|
|
barOverColor: #0000007a;
|
|
|
|
bgOverColor: #0000002c;
|
2016-04-18 23:33:43 +03:00
|
|
|
|
2016-07-07 19:15:34 +03:00
|
|
|
round: 2px;
|
2016-04-18 23:33:43 +03:00
|
|
|
|
|
|
|
width: 10px;
|
|
|
|
minHeight: 20px;
|
|
|
|
deltax: 3px;
|
|
|
|
deltat: 3px;
|
|
|
|
deltab: 3px;
|
|
|
|
|
|
|
|
topsh: 2px;
|
|
|
|
bottomsh: 2px;
|
2016-10-28 12:20:24 +03:00
|
|
|
shColor: #00000012;
|
2016-04-18 23:33:43 +03:00
|
|
|
|
|
|
|
duration: 150;
|
|
|
|
hiding: 1000;
|
|
|
|
}
|
2016-06-24 19:58:41 +03:00
|
|
|
|
2016-07-08 13:06:41 +03:00
|
|
|
dateRadius: 10px;
|
2016-07-07 15:35:14 +03:00
|
|
|
buttonRadius: 3px;
|
2016-06-24 19:58:41 +03:00
|
|
|
|
2016-04-18 23:33:43 +03:00
|
|
|
scrollCountries: flatScroll(scrollDef) {
|
|
|
|
topsh: 0px;
|
|
|
|
bottomsh: -2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
lnkText: #0f7dc7;
|
|
|
|
|
2016-10-01 15:34:23 +03:00
|
|
|
boxShadow: icon {{ "box_shadow", windowShadowFg }};
|
2016-04-18 23:33:43 +03:00
|
|
|
boxShadowShift: 2px;
|
|
|
|
|
|
|
|
btnSelectSep: #e0e0e0;
|
|
|
|
|
|
|
|
countryRowHeight: 36px;
|
|
|
|
countryRowNameFont: semiboldFont;
|
2016-10-31 15:29:26 +03:00
|
|
|
countryRowNameFg: boxTextFg;
|
2016-04-18 23:33:43 +03:00
|
|
|
countryRowPadding: margins(22px, 9px, 8px, 0px);
|
|
|
|
countryRowCodeFont: font(fsize);
|
2016-10-31 15:29:26 +03:00
|
|
|
countryRowBg: windowBg;
|
2016-10-28 15:44:28 +03:00
|
|
|
countryRowBgOver: windowOverBg;
|
2016-10-31 15:29:26 +03:00
|
|
|
countryRowCodeFg: windowSubTextFg;
|
|
|
|
countryRowCodeFgOver: windowSubTextFgOver;
|
2016-04-18 23:33:43 +03:00
|
|
|
countriesSkip: 12px;
|
|
|
|
countriesScroll: flatScroll(boxScroll) {
|
|
|
|
deltat: 9px;
|
|
|
|
deltab: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
setLittleSkip: 9px;
|
|
|
|
setScroll: flatScroll(scrollDef) {
|
|
|
|
bottomsh: 0px;
|
|
|
|
topsh: 0px;
|
|
|
|
}
|
|
|
|
|
2016-06-07 22:59:39 +03:00
|
|
|
noContactsHeight: 100px;
|
|
|
|
noContactsFont: font(fsize);
|
2016-10-28 12:20:24 +03:00
|
|
|
noContactsColor: #777777;
|
2016-04-18 23:33:43 +03:00
|
|
|
|
|
|
|
activeFadeInDuration: 500;
|
|
|
|
activeFadeOutDuration: 3000;
|
|
|
|
|
|
|
|
msgMaxWidth: 430px;
|
|
|
|
msgFont: font(fsize);
|
|
|
|
msgNameFont: semiboldFont;
|
|
|
|
msgServiceFont: semiboldFont;
|
|
|
|
msgServiceNameFont: semiboldFont;
|
|
|
|
msgServicePhotoWidth: 100px;
|
|
|
|
msgDateFont: font(13px);
|
|
|
|
msgMinWidth: 190px;
|
|
|
|
msgPhotoSize: 33px;
|
|
|
|
msgPhotoSkip: 40px;
|
|
|
|
msgPadding: margins(13px, 7px, 13px, 8px);
|
|
|
|
msgMargin: margins(13px, 10px, 53px, 2px);
|
|
|
|
msgMarginTopAttached: 3px;
|
|
|
|
msgLnkPadding: 2px; // for media open / save links
|
|
|
|
msgBorder: #f0f0f0;
|
2016-10-28 12:20:24 +03:00
|
|
|
msgInBg: #ffffff;
|
2016-04-18 23:33:43 +03:00
|
|
|
msgInBgSelected: #c2dcf2; // #358cd4 with 30% opacity
|
|
|
|
msgOutBg: #effdde;
|
|
|
|
msgOutBgSelected: #b7dbdb;
|
|
|
|
msgSelectOverlay: #358cd44c;
|
|
|
|
msgStickerOverlay: #358cd47f;
|
|
|
|
msgInServiceFg: #0e7acd;
|
|
|
|
msgInServiceFgSelected: #0e7acd;
|
|
|
|
msgOutServiceFg: #3a8e26;
|
|
|
|
msgOutServiceFgSelected: #367570;
|
|
|
|
msgShadow: 2px;
|
|
|
|
msgInShadow: #748ea229;
|
|
|
|
msgInShadowSelected: #548dbb29;
|
|
|
|
msgOutShadow: #3ac34740;
|
|
|
|
msgOutShadowSelected: #37a78e40;
|
|
|
|
msgInDateFg: #a0acb6;
|
|
|
|
msgInDateFgSelected: #6a9cc5;
|
|
|
|
msgOutDateFg: #6cc264;
|
|
|
|
msgOutDateFgSelected: #50a79c;
|
|
|
|
|
|
|
|
msgReplyPadding: margins(6px, 6px, 11px, 6px);
|
|
|
|
msgReplyBarPos: point(1px, 0px);
|
|
|
|
msgReplyBarSize: size(2px, 36px);
|
|
|
|
msgReplyBarSkip: 10px;
|
|
|
|
msgInReplyBarColor: #2fa9e2;
|
|
|
|
msgInReplyBarSelColor: #2fa9e2;
|
2016-11-05 11:36:24 +03:00
|
|
|
msgOutReplyBarColor: historyOutIconFg;
|
|
|
|
msgOutReplyBarSelColor: historyOutIconFgSelected;
|
2016-10-31 15:29:26 +03:00
|
|
|
msgImgReplyBarColor: #ffffff;
|
2016-04-18 23:33:43 +03:00
|
|
|
|
|
|
|
msgBotKbDuration: 200;
|
|
|
|
msgBotKbFont: semiboldFont;
|
2016-11-01 15:46:34 +03:00
|
|
|
msgBotKbOverBg: #ffffff1a;
|
2016-04-18 23:33:43 +03:00
|
|
|
msgBotKbIconPadding: 2px;
|
2016-10-26 15:24:21 +03:00
|
|
|
msgBotKbUrlIcon: icon {{ "inline_button_url", #ffffff }};
|
|
|
|
msgBotKbSwitchPmIcon: icon {{ "inline_button_switch", #ffffff }};
|
2016-04-18 23:33:43 +03:00
|
|
|
msgBotKbButton: botKeyboardButton {
|
|
|
|
margin: 5px;
|
|
|
|
padding: 10px;
|
|
|
|
height: 36px;
|
|
|
|
textTop: 8px;
|
|
|
|
downTextTop: 9px;
|
|
|
|
}
|
|
|
|
|
|
|
|
msgServiceBg: #89a0b47f;
|
|
|
|
msgServiceSelectBg: #bbc8d4a2;
|
2016-10-28 12:20:24 +03:00
|
|
|
msgServiceColor: #ffffff;
|
2016-04-18 23:33:43 +03:00
|
|
|
msgServicePadding: margins(12px, 3px, 12px, 4px);
|
|
|
|
msgServiceMargin: margins(10px, 10px, 80px, 2px);
|
|
|
|
|
2016-10-28 12:20:24 +03:00
|
|
|
msgColor: #000000;
|
|
|
|
msgDateColor: #000000;
|
2016-04-18 23:33:43 +03:00
|
|
|
msgLinkColor: #2a6dc2;
|
|
|
|
msgPressedLinkColor: #004bad;
|
|
|
|
msgSkip: 40px;
|
|
|
|
msgPtr: 8px;
|
|
|
|
|
2016-09-29 15:57:20 +03:00
|
|
|
msgDateSpace: 12px;
|
2016-04-18 23:33:43 +03:00
|
|
|
msgDateDelta: point(2px, 5px);
|
|
|
|
|
|
|
|
msgDateImgDelta: 4px;
|
2016-10-28 12:20:24 +03:00
|
|
|
msgDateImgColor: #ffffff;
|
2016-04-18 23:33:43 +03:00
|
|
|
msgDateImgBg: #00000054;
|
|
|
|
msgDateImgBgOver: #00000074;
|
|
|
|
msgDateImgBgSelected: #1c4a7187;
|
|
|
|
msgDateImgPadding: point(8px, 2px);
|
|
|
|
msgDateImgCheckSpace: 4px;
|
|
|
|
|
|
|
|
defaultTextStyle: textStyle {
|
|
|
|
linkFlags: font(fsize);
|
|
|
|
linkFlagsOver: font(fsize underline);
|
|
|
|
linkFg: btnYesColor;
|
|
|
|
linkFgDown: btnYesHover;
|
2016-10-28 12:20:24 +03:00
|
|
|
monoFg: #777777;
|
2016-04-18 23:33:43 +03:00
|
|
|
selectBg: msgInBgSelected;
|
|
|
|
selectOverlay: msgSelectOverlay;
|
|
|
|
lineHeight: 0px;
|
|
|
|
}
|
|
|
|
boxTextStyle: textStyle(defaultTextStyle) {
|
|
|
|
lineHeight: 22px;
|
|
|
|
}
|
|
|
|
serviceTextStyle: textStyle(defaultTextStyle) {
|
|
|
|
linkFlags: msgServiceFont;
|
|
|
|
linkFlagsOver: font(fsize semibold underline);
|
|
|
|
linkFg: msgServiceColor;
|
|
|
|
linkFgDown: msgServiceColor;
|
|
|
|
monoFg: msgServiceColor;
|
|
|
|
selectBg: msgServiceSelectBg;
|
|
|
|
selectOverlay: msgServiceSelectBg;
|
|
|
|
}
|
|
|
|
inTextStyle: textStyle(defaultTextStyle) {
|
|
|
|
monoFg: #4e7391;
|
|
|
|
selectBg: msgInBgSelected;
|
|
|
|
selectOverlay: msgSelectOverlay;
|
|
|
|
}
|
|
|
|
outTextStyle: textStyle(defaultTextStyle) {
|
|
|
|
monoFg: #469165;
|
|
|
|
selectBg: msgOutBgSelected;
|
|
|
|
selectOverlay: msgSelectOverlay;
|
|
|
|
}
|
|
|
|
inFwdTextStyle: textStyle(defaultTextStyle) {
|
|
|
|
linkFlags: semiboldFont;
|
|
|
|
linkFlagsOver: semiboldFont;
|
|
|
|
linkFg: msgInServiceFg;
|
|
|
|
linkFgDown: msgInServiceFg;
|
|
|
|
}
|
|
|
|
outFwdTextStyle: textStyle(inFwdTextStyle) {
|
|
|
|
linkFg: msgOutServiceFg;
|
|
|
|
linkFgDown: msgOutServiceFg;
|
|
|
|
}
|
|
|
|
inFwdTextStyleSelected: textStyle(inFwdTextStyle) {
|
|
|
|
linkFg: msgInServiceFgSelected;
|
|
|
|
linkFgDown: msgInServiceFgSelected;
|
|
|
|
}
|
|
|
|
outFwdTextStyleSelected: textStyle(inFwdTextStyle) {
|
|
|
|
linkFg: msgOutServiceFgSelected;
|
|
|
|
linkFgDown: msgOutServiceFgSelected;
|
|
|
|
}
|
|
|
|
medviewSaveAsTextStyle: textStyle(defaultTextStyle) {
|
|
|
|
linkFg: #91d9ff;
|
|
|
|
linkFgDown: #91d9ff;
|
|
|
|
}
|
|
|
|
|
|
|
|
mediaPadding: margins(0px, 0px, 0px, 0px);//1px, 1px, 1px, 1px);//2px, 2px, 2px, 2px);
|
|
|
|
mediaCaptionSkip: 5px;
|
2016-09-28 13:15:03 +03:00
|
|
|
mediaInBubbleSkip: 5px;
|
2016-04-18 23:33:43 +03:00
|
|
|
mediaThumbSize: 48px;
|
|
|
|
mediaNameTop: 3px;
|
|
|
|
mediaDetailsShift: 3px;
|
|
|
|
mediaInFg: msgInDateFg;
|
|
|
|
mediaInFgSelected: msgInDateFgSelected;
|
|
|
|
mediaOutFg: msgOutDateFg;
|
|
|
|
mediaOutFgSelected: msgOutDateFgSelected;
|
2016-10-28 12:20:24 +03:00
|
|
|
mediaInUnreadFg: #999999;
|
2016-04-18 23:33:43 +03:00
|
|
|
mediaInUnreadFgSelected: #7b95aa;
|
|
|
|
mediaOutUnreadFg: #6aad60;
|
|
|
|
mediaOutUnreadFgSelected: #5aa382;
|
|
|
|
mediaUnreadSize: 7px;
|
|
|
|
mediaUnreadSkip: 5px;
|
|
|
|
mediaUnreadTop: 6px;
|
|
|
|
|
|
|
|
mediaInStyle: textStyle(defaultTextStyle) {
|
|
|
|
linkFg: mediaInFg;
|
|
|
|
linkFgDown: mediaInFg;
|
|
|
|
}
|
|
|
|
mediaInStyleSelected: textStyle(defaultTextStyle) {
|
|
|
|
linkFg: mediaInFgSelected;
|
|
|
|
linkFgDown: mediaInFgSelected;
|
|
|
|
}
|
|
|
|
|
|
|
|
msgFileRedColor: #e47272;
|
|
|
|
msgFileYellowColor: #efc274;
|
|
|
|
msgFileGreenColor: #61b96e;
|
|
|
|
msgFileBlueColor: #72b1df;
|
|
|
|
msgFileRedDark: #cd5b5e;
|
|
|
|
msgFileYellowDark: #e6a561;
|
|
|
|
msgFileGreenDark: #4da859;
|
|
|
|
msgFileBlueDark: #5c9ece;
|
|
|
|
msgFileRedOver: #c35154;
|
|
|
|
msgFileYellowOver: #dc9c5a;
|
|
|
|
msgFileGreenOver: #44a050;
|
|
|
|
msgFileBlueOver: #5294c4;
|
|
|
|
msgFileRedSelected: #9f6a82;
|
|
|
|
msgFileYellowSelected: #b19d84;
|
|
|
|
msgFileGreenSelected: #46a07e;
|
|
|
|
msgFileBlueSelected: #5099d0;
|
|
|
|
|
|
|
|
msgFileMenuSize: size(36px, 36px);
|
|
|
|
msgFileSize: 44px;
|
|
|
|
msgFilePadding: margins(14px, 12px, 11px, 12px);
|
|
|
|
msgFileThumbSize: 72px;
|
|
|
|
msgFileThumbPadding: margins(10px, 10px, 14px, 10px);
|
|
|
|
msgFileThumbNameTop: 12px;
|
|
|
|
msgFileThumbStatusTop: 32px;
|
|
|
|
msgFileThumbLinkTop: 60px;
|
2016-10-31 15:29:26 +03:00
|
|
|
msgFileThumbLinkInFg: lightButtonFg;
|
|
|
|
msgFileThumbLinkInFgSelected: lightButtonFgOver;
|
2016-04-18 23:33:43 +03:00
|
|
|
msgFileThumbLinkOutFg: #5eba5b;
|
|
|
|
msgFileThumbLinkOutFgSelected: #31a298;
|
|
|
|
msgFileNameTop: 16px;
|
|
|
|
msgFileStatusTop: 37px;
|
|
|
|
msgFileMinWidth: 294px;
|
2016-11-07 18:24:28 +03:00
|
|
|
msgFileInBg: windowActiveBg;
|
2016-04-18 23:33:43 +03:00
|
|
|
msgFileInBgOver: #4eade3;
|
|
|
|
msgFileInBgSelected: #51a3d3;
|
|
|
|
msgFileOutBg: #78c67f;
|
|
|
|
msgFileOutBgOver: #6bc272;
|
|
|
|
msgFileOutBgSelected: #5fb389;
|
|
|
|
|
|
|
|
msgFileOverDuration: 200;
|
|
|
|
msgFileRadialLine: 3px;
|
|
|
|
|
|
|
|
msgVideoSize: size(320px, 240px);
|
|
|
|
|
|
|
|
msgWaveformBar: 2px;
|
|
|
|
msgWaveformSkip: 1px;
|
|
|
|
msgWaveformMin: 2px;
|
|
|
|
msgWaveformMax: 20px;
|
2016-11-07 18:24:28 +03:00
|
|
|
msgWaveformInActive: windowActiveBg;
|
2016-04-18 23:33:43 +03:00
|
|
|
msgWaveformInActiveSelected: #51a3d3;
|
|
|
|
msgWaveformInInactive: #d4dee6;
|
|
|
|
msgWaveformInInactiveSelected: #9cc1e1;
|
|
|
|
msgWaveformOutActive: #78c67f;
|
|
|
|
msgWaveformOutActiveSelected: #6badad;
|
|
|
|
msgWaveformOutInactive: #b3e2b4;
|
|
|
|
msgWaveformOutInactiveSelected: #91c3c3;
|
|
|
|
|
|
|
|
historyScroll: flatScroll(scrollDef) {
|
|
|
|
barColor: #89a0b47a;
|
|
|
|
bgColor: #89a0b44c;
|
|
|
|
barOverColor: #89a0b4bc;
|
|
|
|
bgOverColor: #89a0b46b;
|
|
|
|
|
2016-07-07 19:15:34 +03:00
|
|
|
round: 3px;
|
2016-04-18 23:33:43 +03:00
|
|
|
|
|
|
|
width: 12px;
|
|
|
|
deltax: 3px;
|
|
|
|
deltat: 3px;
|
|
|
|
deltab: 3px;
|
|
|
|
|
|
|
|
topsh: 0px;
|
|
|
|
bottomsh: -1px;
|
|
|
|
}
|
|
|
|
textRectMargins: margins(-2px, -1px, -2px, -1px);
|
|
|
|
|
|
|
|
newMsgSound: ":/gui/art/newmsg.wav";
|
|
|
|
|
|
|
|
unreadBarHeight: 32px;
|
|
|
|
unreadBarMargin: 8px;
|
|
|
|
unreadBarFont: semiboldFont;
|
|
|
|
unreadBarBG: #fcfbfa;
|
|
|
|
unreadBarBorder: shadowColor;
|
|
|
|
unreadBarColor: #538bb4;
|
|
|
|
|
|
|
|
searchedBarHeight: unreadBarHeight;
|
|
|
|
searchedBarFont: unreadBarFont;
|
|
|
|
searchedBarBG: #ebeef1;
|
|
|
|
searchedBarBorder: unreadBarBorder;
|
|
|
|
searchedBarColor: #a2aeb7;
|
|
|
|
|
|
|
|
layerSlideDuration: 200;
|
|
|
|
layerHideDuration: 200;
|
|
|
|
layerPadding: margins(10px, 10px, 10px, 10px);
|
|
|
|
|
2016-11-01 15:46:34 +03:00
|
|
|
simpleCloseIcon: icon {{ "simple_close", #c7c7c7 }};
|
|
|
|
simpleCloseIconOver: icon {{ "simple_close", #a3a3a3 }};
|
2016-11-06 20:23:13 +03:00
|
|
|
dialogsForwardCancelIcon: icon {{ "simple_close", dialogsForwardFg }};
|
2016-04-18 23:33:43 +03:00
|
|
|
|
|
|
|
boxPhotoPadding: margins(28px, 28px, 28px, 18px);
|
|
|
|
boxPhotoCompressedPadding: margins(0px, 2px, 0px, 22px);
|
|
|
|
boxPhotoTextFg: #808080;
|
|
|
|
cropPointSize: 10px;
|
|
|
|
cropSkip: 13px;
|
|
|
|
cropMinSize: 20px;
|
|
|
|
|
|
|
|
profileMaxWidth: 410px;
|
|
|
|
profilePadding: margins(28px, 30px, 28px, 0px);
|
2016-06-07 22:59:39 +03:00
|
|
|
|
2016-11-04 11:23:50 +03:00
|
|
|
profileOnlineFg: statusFgActive;
|
|
|
|
profileOfflineFg: statusFg;
|
2016-04-18 23:33:43 +03:00
|
|
|
|
|
|
|
membersPadding: margins(0px, 10px, 0px, 10px);
|
|
|
|
|
|
|
|
forwardMargins: margins(30px, 10px, 30px, 10px);
|
|
|
|
forwardFont: font(16px);
|
2016-10-28 12:20:24 +03:00
|
|
|
forwardBg: #0000004c;
|
2016-10-31 15:29:26 +03:00
|
|
|
forwardFg: #ffffff;
|
2016-04-18 23:33:43 +03:00
|
|
|
|
|
|
|
emojiTextFont: font(15px);
|
|
|
|
emojiReplaceWidth: 52px;
|
|
|
|
emojiReplaceHeight: 56px;
|
|
|
|
emojiReplaceInnerHeight: 42px;
|
|
|
|
emojiReplacePadding: 14px;
|
|
|
|
|
2016-10-28 12:20:24 +03:00
|
|
|
connectingBG: #ffffffee;
|
|
|
|
connectingColor: #777777;
|
2016-04-18 23:33:43 +03:00
|
|
|
connectingPadding: margins(5px, 5px, 5px, 5px);
|
|
|
|
|
2016-10-31 15:29:26 +03:00
|
|
|
dragBg: #ffffff;
|
2016-04-18 23:33:43 +03:00
|
|
|
dragFont: font(28px semibold);
|
|
|
|
dragSubfont: font(20px semibold);
|
2016-10-28 12:20:24 +03:00
|
|
|
dragColor: #777777;
|
2016-04-18 23:33:43 +03:00
|
|
|
dragDropColor: btnYesColor;
|
|
|
|
|
|
|
|
dragMargin: margins(0px, 10px, 0px, 10px);
|
|
|
|
dragPadding: margins(20px, 10px, 20px, 10px);
|
|
|
|
|
|
|
|
dragHeight: 72px;
|
|
|
|
|
|
|
|
botKbDuration: 200;
|
|
|
|
botKbBg: #edf1f5;
|
|
|
|
botKbOverBg: #d8e2ec;
|
|
|
|
botKbDownBg: #d8e2ec;
|
|
|
|
botKbColor: #4b565f;
|
|
|
|
botKbFont: font(15px semibold);
|
|
|
|
botKbButton: botKeyboardButton {
|
|
|
|
margin: 10px;
|
|
|
|
padding: 10px;
|
|
|
|
height: 38px;
|
|
|
|
textTop: 9px;
|
|
|
|
downTextTop: 9px;
|
|
|
|
}
|
|
|
|
botKbTinyButton: botKeyboardButton {
|
|
|
|
margin: 4px;
|
|
|
|
padding: 3px;
|
|
|
|
height: 25px;
|
|
|
|
textTop: 2px;
|
|
|
|
downTextTop: 2px;
|
|
|
|
}
|
|
|
|
botKbScroll: flatScroll(solidScroll) {
|
|
|
|
deltax: 3px;
|
|
|
|
width: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
minPhotoSize: 100px;
|
|
|
|
maxMediaSize: 420px;
|
|
|
|
maxStickerSize: 256px;
|
|
|
|
maxGifSize: 320px;
|
|
|
|
maxSignatureSize: 144px;
|
|
|
|
|
|
|
|
mvThickFont: semiboldFont;
|
|
|
|
mvFont: font(fsize);
|
|
|
|
|
|
|
|
mvTextLeft: 16px;
|
|
|
|
mvTextSkip: 10px;
|
|
|
|
mvHeaderTop: 48px;
|
|
|
|
mvTextTop: 24px;
|
2016-10-31 15:29:26 +03:00
|
|
|
mvTextColor: #ffffff;
|
2016-04-18 23:33:43 +03:00
|
|
|
mvTextOpacity: 0.5;
|
|
|
|
mvTextOverOpacity: 1;
|
|
|
|
|
|
|
|
mvIconOpacity: 0.45;
|
|
|
|
mvIconOverOpacity: 1;
|
2016-10-31 15:29:26 +03:00
|
|
|
mvControlFg: #ffffff;
|
2016-04-18 23:33:43 +03:00
|
|
|
mvControlBgOpacity: 0.3;
|
|
|
|
mvControlMargin: 0px;
|
|
|
|
mvControlSize: 90px;
|
|
|
|
mvIconSize: size(60px, 56px);
|
|
|
|
|
|
|
|
mvWaitHide: 2000;
|
|
|
|
mvHideDuration: 1000;
|
|
|
|
mvShowDuration: 200;
|
|
|
|
mvFadeDuration: 150;
|
|
|
|
|
|
|
|
mvDeltaFromLastAction: 5px;
|
|
|
|
mvSwipeDistance: 80px;
|
|
|
|
|
|
|
|
mvCaptionPadding: margins(18px, 10px, 18px, 10px);
|
|
|
|
mvCaptionMargin: size(11px, 11px);
|
|
|
|
mvCaptionRadius: 2px;
|
2016-10-31 15:29:26 +03:00
|
|
|
mvCaptionFg: #ffffff;
|
2016-04-18 23:33:43 +03:00
|
|
|
mvCaptionBg: #11111180;
|
|
|
|
mvCaptionFont: font(fsize);
|
|
|
|
|
2016-09-30 15:52:03 +03:00
|
|
|
medviewSaveMsgCheck: icon {{ "mediaview_save_check", #ffffff }};
|
2016-04-18 23:33:43 +03:00
|
|
|
medviewSaveMsgFont: font(16px);
|
|
|
|
medviewSaveMsgPadding: margins(55px, 19px, 29px, 20px);
|
|
|
|
medviewSaveMsgCheckPos: point(23px, 21px);
|
|
|
|
medviewSaveMsgShowing: 200;
|
|
|
|
medviewSaveMsgShown: 2000;
|
|
|
|
medviewSaveMsgHiding: 2500;
|
2016-10-31 15:29:26 +03:00
|
|
|
medviewSaveMsgFg: #ffffff;
|
2016-04-18 23:33:43 +03:00
|
|
|
medviewSaveMsg: #000000b2;
|
|
|
|
|
|
|
|
radialSize: size(50px, 50px);
|
2016-06-21 21:09:48 +03:00
|
|
|
radialLine: 3px;
|
2016-04-18 23:33:43 +03:00
|
|
|
radialDuration: 350;
|
|
|
|
radialPeriod: 3000;
|
2016-10-31 15:29:26 +03:00
|
|
|
radialFg: #ffffff;
|
|
|
|
radialBg: #00000056;
|
2016-04-18 23:33:43 +03:00
|
|
|
|
|
|
|
downloadPathSkip: 10px;
|
|
|
|
|
|
|
|
usernamePadding: margins(23px, 22px, 21px, 12px);
|
|
|
|
usernameSkip: 49px;
|
|
|
|
usernameTextStyle: textStyle(defaultTextStyle) {
|
|
|
|
lineHeight: 20px;
|
|
|
|
}
|
2016-10-28 12:20:24 +03:00
|
|
|
usernameDefaultFg: #777777;
|
2016-04-18 23:33:43 +03:00
|
|
|
|
2016-10-28 00:19:38 +03:00
|
|
|
youtubeIcon: icon {
|
|
|
|
{ "media_youtube_play_bg", #e83131c8 },
|
|
|
|
{ "media_youtube_play", #ffffff, point(24px, 12px) },
|
|
|
|
};
|
|
|
|
videoIcon: icon {
|
|
|
|
{ "media_video_play_bg", #0000007f },
|
|
|
|
{ "media_video_play", #ffffff, point(12px, 12px) },
|
|
|
|
};
|
2016-04-18 23:33:43 +03:00
|
|
|
locationSize: size(320px, 240px);
|
|
|
|
|
|
|
|
mentionHeight: 40px;
|
|
|
|
mentionScroll: flatScroll(scrollDef) {
|
|
|
|
topsh: 0px;
|
|
|
|
bottomsh: 0px;
|
|
|
|
}
|
|
|
|
mentionPadding: margins(8px, 5px, 8px, 5px);
|
|
|
|
mentionTop: 11px;
|
|
|
|
mentionFont: linkFont;
|
2016-10-31 15:29:26 +03:00
|
|
|
mentionNameFg: windowTextFg;
|
2016-04-18 23:33:43 +03:00
|
|
|
mentionPhotoSize: msgPhotoSize;
|
2016-10-31 15:29:26 +03:00
|
|
|
mentionBg: #ffffff;
|
2016-04-18 23:33:43 +03:00
|
|
|
mentionBgOver: #f5f5f5;
|
2016-10-28 12:20:24 +03:00
|
|
|
mentionFg: #777777;
|
2016-04-18 23:33:43 +03:00
|
|
|
mentionFgOver: #707070;
|
|
|
|
mentionFgActive: #0080c0;
|
|
|
|
mentionFgOverActive: #0077b3;
|
|
|
|
|
|
|
|
webPageLeft: 10px;
|
|
|
|
webPageBar: 2px;
|
|
|
|
webPageTitleFont: semiboldFont;
|
2016-10-31 15:29:26 +03:00
|
|
|
webPageTitleOutFg: historyTextOutFg;
|
|
|
|
webPageTitleInFg: historyTextInFg;
|
|
|
|
webPageDescriptionOutFg: historyTextOutFg;
|
|
|
|
webPageDescriptionInFg: historyTextInFg;
|
2016-04-18 23:33:43 +03:00
|
|
|
webPageDescriptionFont: normalFont;
|
|
|
|
webPagePhotoSize: 100px;
|
|
|
|
webPagePhotoDelta: 8px;
|
|
|
|
|
2016-10-04 21:18:08 +03:00
|
|
|
mediaPlayerSuppressDuration: 150;
|
|
|
|
|
2016-04-18 23:33:43 +03:00
|
|
|
botDescSkip: 8px;
|
|
|
|
|
|
|
|
suppressAll: 0.2;
|
|
|
|
suppressSong: 0.05;
|
|
|
|
|
|
|
|
inlineResultsLeft: 11px;
|
|
|
|
inlineResultsSkip: 3px;
|
|
|
|
inlineMediaHeight: 96px;
|
|
|
|
inlineThumbSize: 64px;
|
|
|
|
inlineThumbSkip: 10px;
|
2016-10-31 15:29:26 +03:00
|
|
|
inlineTitleFg: windowTextFg;
|
2016-05-12 19:05:20 +03:00
|
|
|
inlineDescriptionFg: windowSubTextFg;
|
2016-04-18 23:33:43 +03:00
|
|
|
inlineRowMargin: 6px;
|
2016-04-21 20:57:29 +03:00
|
|
|
inlineRowBorder: 1px;
|
|
|
|
inlineRowBorderFg: #eaeaea;
|
2016-04-18 23:33:43 +03:00
|
|
|
inlineRowFileNameTop: 2px;
|
|
|
|
inlineRowFileDescriptionTop: 23px;
|
|
|
|
inlineResultsMinWidth: 64px;
|
|
|
|
inlineDurationMargin: 3px;
|
|
|
|
|
|
|
|
toastFont: normalFont;
|
|
|
|
toastMaxWidth: 480px;
|
|
|
|
toastMinMargin: 13px;
|
|
|
|
toastBg: medviewSaveMsg;
|
2016-10-28 12:20:24 +03:00
|
|
|
toastFg: #ffffff;
|
2016-04-18 23:33:43 +03:00
|
|
|
toastPadding: margins(19px, 13px, 19px, 12px);
|
|
|
|
toastFadeInDuration: 200;
|
|
|
|
toastFadeOutDuration: 1000;
|
|
|
|
|
2016-11-04 14:14:47 +03:00
|
|
|
// forward declaration for single "title_back" usage.
|
2016-10-26 15:24:21 +03:00
|
|
|
profileTopBarBackIconFg: #0290d7;
|
2016-11-04 14:14:47 +03:00
|
|
|
profileTopBarBackIcon: icon {{ "title_back", profileTopBarBackIconFg }};
|
2016-10-28 00:19:38 +03:00
|
|
|
|
2016-11-08 17:43:10 +03:00
|
|
|
historyReplyCancelIcon: icon {{ "box_button_close", historyReplyCancelFg }};
|
|
|
|
historyReplyCancelIconOver: icon {{ "box_button_close", historyReplyCancelFgOver }};
|
|
|
|
boxSearchCancelIcon: icon {{ "box_button_close", boxSearchCancelIconFg }};
|
|
|
|
boxSearchCancelIconOver: icon {{ "box_button_close", boxSearchCancelIconFgOver }};
|
|
|
|
boxBlockTitleCloseIcon: icon {{ "box_button_close", boxBlockTitleCloseFg }};
|
|
|
|
boxBlockTitleCloseIconOver: icon {{ "box_button_close", boxBlockTitleCloseFgOver }};
|
2016-10-28 11:02:45 +03:00
|
|
|
|
2016-11-04 14:14:47 +03:00
|
|
|
notifyFadeRight: icon {{ "fade_horizontal", notificationBg }};
|
2016-10-28 11:02:45 +03:00
|
|
|
|
2016-11-04 14:14:47 +03:00
|
|
|
stickerIconLeft: icon {{ "fade_horizontal-flip_horizontal", emojiPanCategories }};
|
|
|
|
stickerIconRight: icon {{ "fade_horizontal", emojiPanCategories }};
|