зеркало из https://github.com/mozilla/pjs.git
[CLASSIC SKIN] Navigator skin files. NOT PART OF BUILD
This commit is contained in:
Родитель
47325c5454
Коммит
0a531b2927
|
@ -0,0 +1,146 @@
|
||||||
|
/** Contains style definitions for the navigator application
|
||||||
|
**/
|
||||||
|
|
||||||
|
@import url(chrome://communicator/skin/);
|
||||||
|
@import url(chrome://communicator/skin/bookmarks/bookmarks.css);
|
||||||
|
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Rules for 'hiding' portions of the chrome for special
|
||||||
|
* kinds of browser windows.
|
||||||
|
*/
|
||||||
|
window[chromehidden~="menubar"] .chromeclass-menubar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
window[chromehidden~="toolbar"] .chromeclass-toolbar {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
window[chromehidden~="location"] .chromeclass-location {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
window[chromehidden~="directories"] .chromeclass-directories {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
window[chromehidden~="status"] .chromeclass-status {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
window[chromehidden~="extrachrome"] .chromeclass-extrachrome {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Images for the main buttons
|
||||||
|
*/
|
||||||
|
#back-button
|
||||||
|
{
|
||||||
|
list-style-image : url("chrome://navigator/skin/back.gif");
|
||||||
|
}
|
||||||
|
|
||||||
|
#back-button[disabled="true"]
|
||||||
|
{
|
||||||
|
list-style-image : url("chrome://navigator/skin/back-disabled.gif");
|
||||||
|
}
|
||||||
|
|
||||||
|
#back-button:hover
|
||||||
|
{
|
||||||
|
list-style-image : url("chrome://navigator/skin/back-hover.gif");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#forward-button
|
||||||
|
{
|
||||||
|
list-style-image : url("chrome://navigator/skin/forward.gif");
|
||||||
|
}
|
||||||
|
|
||||||
|
#forward-button[disabled="true"]
|
||||||
|
{
|
||||||
|
list-style-image : url("chrome://navigator/skin/forward-disabled.gif");
|
||||||
|
}
|
||||||
|
|
||||||
|
#forward-button:hover
|
||||||
|
{
|
||||||
|
list-style-image : url("chrome://navigator/skin/forward-hover.gif");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
#stop-button
|
||||||
|
{
|
||||||
|
list-style-image : url("chrome://navigator/skin/stop.gif");
|
||||||
|
}
|
||||||
|
|
||||||
|
#stop-button[disabled="true"]
|
||||||
|
{
|
||||||
|
list-style-image : url("chrome://navigator/skin/stop-disabled.gif");
|
||||||
|
}
|
||||||
|
|
||||||
|
#stop-button:hover
|
||||||
|
{
|
||||||
|
list-style-image : url("chrome://navigator/skin/stop-hover.gif");
|
||||||
|
}
|
||||||
|
|
||||||
|
#reload-button
|
||||||
|
{
|
||||||
|
list-style-image : url("chrome://navigator/skin/reload.gif");
|
||||||
|
}
|
||||||
|
|
||||||
|
/*all the urlbar stuff*/
|
||||||
|
#page-proxy-button
|
||||||
|
{
|
||||||
|
list-style-image : url("chrome://communicator/skin/bookmarks/bookmark-item.gif");
|
||||||
|
cursor : grab;
|
||||||
|
}
|
||||||
|
|
||||||
|
#ubhist-keyword-popup
|
||||||
|
{
|
||||||
|
margin : 0px 4px 0px 0px;
|
||||||
|
width : 10px;
|
||||||
|
list-style-image : url("chrome://global/skin/scroll-down.gif");
|
||||||
|
}
|
||||||
|
|
||||||
|
#action-popup
|
||||||
|
{
|
||||||
|
list-style-image : url("chrome://global/skin/scroll-down.gif");
|
||||||
|
margin : 0px;
|
||||||
|
-moz-border-radius : 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content-frame
|
||||||
|
{
|
||||||
|
min-width : 0px;
|
||||||
|
min-height : 0px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#statusbar-icon
|
||||||
|
{
|
||||||
|
width : 100px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#go-button
|
||||||
|
{
|
||||||
|
display : none;
|
||||||
|
}
|
||||||
|
|
||||||
|
#nav-bar-inner
|
||||||
|
{
|
||||||
|
padding-left : 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#search-button
|
||||||
|
{
|
||||||
|
margin-right : 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#homebutton
|
||||||
|
{
|
||||||
|
list-style-image : url("chrome://communicator/skin/bookmarks/home.gif");
|
||||||
|
}
|
||||||
|
|
||||||
|
.menuitem-iconic
|
||||||
|
{
|
||||||
|
padding : 2px;
|
||||||
|
}
|
Загрузка…
Ссылка в новой задаче