X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fcommunicator%2Fprefpanels.css;h=7bc1b7cd6a3f6e2f7c876b89a71fc066f8e1d5f1;hp=21ee7e9d080dca9d203556e61bd91fd9f7e283c1;hb=c3af6803d34e66e0728572cb094a1f577315a6a3;hpb=351107c90e7ee7a17d9bf63798f2861307118309 diff --git a/LCARStrek/communicator/prefpanels.css b/LCARStrek/communicator/prefpanels.css index 21ee7e9d..7bc1b7cd 100644 --- a/LCARStrek/communicator/prefpanels.css +++ b/LCARStrek/communicator/prefpanels.css @@ -37,32 +37,64 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -/******* SmartBrowsing **********/ +/* ==== prefpanels.css ================================================== + == Styles used by all preference panels in the Communicator suite. + ====================================================================== */ -#disabledDomains { - max-height: 15em; +/* ::::: Themes ::::: */ +#skinsTree { + height: 80px; +} + +#themesLink { + margin-left: 5px; + text-decoration: normal; + color: #FF9F00; + cursor: pointer; } -/******* Themes ****************/ -#skinsTree { - height : 80px; +#themesLink:hover { + text-decoration: underline; + color: #9C9CFF; +} + +#themesLink:active { + color: #FFCF00; } #previewImageContainer { - overflow: hidden; + padding: 1px; height: 92px; - background-color: #000000; - padding: 2px; +/* background-color: #000000; */ } #previewImage { - max-width: 387px; + max-width: 355px; + min-width: 355px; + max-height: 85px; + min-height: 85px; +} + +/* ::::: Fonts ::::: */ + +#sizeVar, +#sizeMono { + width: 4em; +} + +#mouseWheelMode { + width: 9em; +} + +/* ::::: Smart Browsing ::::: */ + +#disabledDomains { + max-height: 13em; } /** * File icon (32x32) **/ -.file-icon-large - { - list-style-image : url("chrome://communicator/skin/content-large.gif"); - } +.file-icon-large { + list-style-image: url("chrome://communicator/skin/icons/content-large.gif"); +}