home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 March / Chip_2011.03_CD.iso / Tools / yabar.msi / fil44D0969C7D2B0D736528106DFC35C78E < prev    next >
Encoding:
Text File  |  2010-04-16  |  6.2 KB  |  318 lines

  1. @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
  2. @namespace ya url("http://bar.yandex.ru/firefox");
  3. @namespace html url("http://www.w3.org/1999/xhtml");
  4.  
  5. ya|tabs,
  6. ya|tabpanel {
  7.   color: #585858;
  8. }
  9. /* ============================================ */
  10. /*column, row {outline:1px solid red;}*/
  11.  
  12. ya|tabpanel[collapsed="true"] *|*[yaShowOnCollapsed="false"],
  13. ya|tabpanel[collapsed="false"] *|*[yaShowOnCollapsed="true"] {
  14.   display: none;
  15. }
  16.  
  17. .toggle-holder {
  18.   margin: 0.5em -0.5em 0 0;
  19. }
  20.  
  21. .toggle-holder * {
  22.   cursor: pointer;
  23. }
  24.  
  25. .toggle-holder label {
  26.   margin: 0 !important;
  27.   padding: 0 !important;
  28.   text-decoration: none;
  29. }
  30.  
  31. ya|tabpanel .toggle-holder hbox {
  32.   padding-right: 14px;
  33.   background: url("chrome://yasearch/skin/dialogs/images/arrows/arrow-dn.png") 100% 65% no-repeat;
  34. }
  35.  
  36. ya|tabpanel[collapsed="false"] .toggle-holder hbox {
  37.   background-image: url("chrome://yasearch/skin/dialogs/images/arrows/arrow-up.png");
  38. }
  39.  
  40. textbox {
  41.   font-size: 1.3em;
  42. }
  43.  
  44. ya|tabpanel[id="login-tabpanel"] {
  45.   font-size: 0.6em;
  46.   margin: 1em 0 0.6em 0;
  47.   padding: 0 1.2em;
  48. }
  49.  
  50. ya|tabpanel[id="login-tabpanel"],
  51. #login-grid checkbox,
  52. #login-grid button {
  53.   color: rgb(146,91,29);
  54. }
  55.  
  56. textbox {
  57.   margin: 0.3em 0 !important;
  58. }
  59.  
  60. #login-grid {
  61.   margin: 0.5em;
  62. }
  63.  
  64. #login-grid column {
  65.   padding: 0 0.25em;
  66. }
  67.  
  68. #login-grid row:last-child {
  69.   margin-top: -0.2em;
  70. }
  71.  
  72. #login-grid checkbox {
  73.   padding: 0;
  74.   margin: 0;
  75. }
  76.  
  77. /*==================================
  78.    about services
  79.  ==================================*/
  80. #about-service-holder {
  81.   margin: 5px 0 0 0;
  82. }
  83.  
  84. #about-service-holder *|* {
  85.   margin: 0;
  86.   padding: 0;
  87. }
  88.  
  89. #about-service-holder description {
  90.   width: 1px;
  91.   font-size: 1.05em;
  92. }
  93.  
  94. #about-service-holder > vbox > description {
  95.   margin: 0.2em 0 0.4em 0;
  96.   color: rgb(119,66,17);
  97. }
  98.  
  99. #about-service-holder > vbox description.header-desc {
  100.   margin: 0.2em 0;
  101.   font-size: 1.3em;
  102.   font-weight: bold;
  103.   color: rgb(190,123,39);
  104. }
  105.  
  106. #about-service-holder grid {
  107.   margin-top: 0.4em;
  108.   margin-bottom: 0.4em;
  109. }
  110.  
  111. #about-service-holder grid description {
  112.   margin-left: 0.4em;
  113.   margin-right: 0.15em;
  114. }
  115. /* ============================================ */
  116.  
  117. ya|tabpanel {
  118.   font-size: 0.8em;
  119.   margin: 1em 1em 0.6em 1em;
  120. }
  121.  
  122. ya|tabpanel[id="user-info-tabpanel"] {
  123.   margin: 0.75em 0.8em 0.6em 0.8em;
  124. }
  125.  
  126. ya|tabbox:not([selected="true"]) {
  127.   max-width: 1px !important;
  128.   min-width: 1px !important;
  129.   max-height: 1px !important;
  130.   min-height: 1px !important;
  131. }
  132.  
  133. ya|tabbox:not([selected="true"]) *|* {
  134.   display: none !important;
  135. }
  136.  
  137. .dark-label {
  138.   color: #473e2d;
  139. }
  140.  
  141. .request-status-label {
  142.   color: #208020;
  143. }
  144.  
  145. .attention-label {
  146.   color: #c2510f;
  147. }
  148.  
  149. /*==================================
  150.    auth
  151.  ==================================*/
  152. #yasearch-connection-status {
  153.   font-size: 1.2em;
  154. }
  155.  
  156. #yasearch-connection-status > * {
  157.   -moz-box-align: center;
  158.   -moz-box-pack: center;
  159.   display: inline-block;/*fx3.0.x*/
  160.   text-align: center;
  161. }
  162.  
  163. checkbox#yasearch-store-password {
  164.   color: #b66f15;
  165. }
  166.  
  167. /*==================================
  168.    used services
  169.  ==================================*/
  170. #user-info-services {
  171.   margin-top: 0.7em;
  172. }
  173.  
  174. #user-info-services > label {/*"i use" label*/
  175.   font-size: 1.25em;
  176.   color: #614f37;
  177. }
  178.  
  179. #user-info-services hbox.service-data {
  180.   -moz-box-flex: 1;
  181.   -moz-box-align: center;
  182. }
  183.  
  184. #user-info-services hbox.service-counter-data {
  185.   font-size: 0.7em;
  186.   padding-top: 0.25em;
  187. }
  188.  
  189. #user-info-services hbox.service-data:not([yaserviceerror="0"]) {
  190.   color: #b28b47;
  191. }
  192.  
  193. #user-info-services hbox.service-data hbox.full-counter {
  194.   color: #ce4c01;
  195.   margin-left: 0.4em;
  196. }
  197.  
  198. #user-info-services .service-counter-data[yaIsCounter="yes"] {
  199.   min-width: 3em;
  200. }
  201.  
  202. #user-info-services-list {
  203.   margin: 0.4em 0 1em 0;
  204.   color: #614f37;
  205. }
  206.  
  207. #user-info-services-list row {
  208.   padding: 0.2em 0 0.8em 0;
  209. }
  210.  
  211. #all-services-box {
  212.   -moz-box-pack: center;
  213.   color: #ce4c01;
  214.   margin: 0.3em 0 0.6em 0;
  215. }
  216.  
  217. #all-services-box label:not([yahref]) {
  218.   visibility: hidden;
  219. }
  220.  
  221. #user-info-services-list row > hbox {
  222.   margin: 0 0.15em 0 0;
  223. }
  224.  
  225. #user-info-services-list row > hbox + hbox {
  226.   margin: 0 0 0 0.5em;
  227. }
  228.  
  229. #user-info-services-list hbox.service-icon {
  230.   width: 16px;
  231.   overflow: hidden;
  232.   margin: 0 0.4em 0 0;
  233. }
  234.  
  235. #user-switch-or-exit {
  236.   color: #76511d;
  237.   font-size: 0.75em;
  238. }
  239.  
  240. #user-switch-or-exit > vbox {
  241.   -moz-box-align: start;
  242.   -moz-box-flex: 1;
  243. }
  244.  
  245. #user-switch-or-exit > vbox + vbox {
  246.   -moz-box-align: end;
  247. }
  248.  
  249. /*.......... yaru, avatar ..........*/
  250. #user-info {
  251.   min-height: 80px;
  252. }
  253.  
  254. #user-info-avatar {
  255.   -moz-binding: url("chrome://yasearch/content/dialogs/bindings.xbl#avatar") !important;
  256.   -moz-box-pack: center;
  257.   -moz-box-align: center;
  258.   min-width: 60px;
  259.   min-height: 60px;
  260. }
  261.  
  262. #user-info-avatar > vbox {
  263.   background: #fff;
  264.   border: 5px solid #fee4af;
  265.   -moz-box-pack: center;
  266.   -moz-box-align: center;
  267. }
  268.  
  269. #user-info-avatar html|img {
  270.   display: block;
  271. }
  272.  
  273. #user-info-yaru-column {
  274.   min-width: 11.5em;
  275.   -moz-box-pack: center;
  276. }
  277.  
  278. #user-info-name {
  279.   margin:0 0 0 9px;
  280.   font-size: 19px !important;
  281.   color: #000;
  282. }
  283.  
  284. #user-info-status {
  285.   margin-top: 5px;
  286.   -moz-binding: url("chrome://yasearch/content/dialogs/status.xbl#status") !important;
  287. }
  288.  
  289. #user-info-name html|span:first-letter {
  290.   color: red;
  291. }
  292.  
  293. /*.......... cropped labels ..........*/
  294. .yaoverfl {
  295.   -moz-binding: url("chrome://yasearch/content/dialogs/bindings.xbl#cropped") !important;
  296.   -moz-box-flex: 1;
  297. }
  298.  
  299. .yaoverfl:not([yaoverflowed="true"]) > stack > vbox {
  300.   display: none;
  301. }
  302.  
  303. /* ..... acomplete ..... */
  304. #yasearch-username #treecolAutoCompleteComment {
  305.   max-width: 14px !important;
  306.   width: 14px !important;
  307. }
  308.  
  309. #yasearch-username treechildren.autocomplete-treebody::-moz-tree-image(treecolAutoCompleteComment) {
  310.   list-style-image: url("../browser-icons/delete.png");
  311.   -moz-image-region: rect(0px, 24px, 12px, 12px);
  312.   cursor: pointer;
  313. }
  314.  
  315. #yasearch-username treechildren.autocomplete-treebody::-moz-tree-image(treecolAutoCompleteComment, current, commentColumnHover) {
  316.   -moz-image-region: rect(0px, 12px, 12px, 0px);
  317. }
  318.