mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 12:15:51 +00:00
Added a css for for navigator style to live in.
This commit is contained in:
parent
3d63eba82c
commit
52e15cc5d3
148
xpfe/browser/src/navigator.css
Normal file
148
xpfe/browser/src/navigator.css
Normal file
@ -0,0 +1,148 @@
|
||||
/** Contains style definitions for the navigator application
|
||||
**/
|
||||
|
||||
titledbutton#print-button {
|
||||
list-style-image:url(resource:/res/toolbar/TB_Print.gif);
|
||||
}
|
||||
|
||||
titledbutton#back-button {
|
||||
list-style-image:url(resource:/res/toolbar/TB_Back.gif);
|
||||
}
|
||||
|
||||
titledbutton#forward-button {
|
||||
list-style-image:url(resource:/res/toolbar/TB_Forward.gif);
|
||||
}
|
||||
|
||||
titledbutton#stop-button {
|
||||
list-style-image:url(resource:/res/toolbar/TB_Stop.gif);
|
||||
}
|
||||
|
||||
titledbutton#reload-button {
|
||||
list-style-image:url(resource:/res/toolbar/TB_Reload.gif);
|
||||
}
|
||||
|
||||
titledbutton#home-button {
|
||||
list-style-image:url(resource:/res/toolbar/TB_Home.gif);
|
||||
}
|
||||
|
||||
titledbutton#netscape-button {
|
||||
list-style-image:url(resource:/res/toolbar/TB_Netscape.gif);
|
||||
}
|
||||
|
||||
titledbutton#security-button {
|
||||
list-style-image:url(resource:/res/toolbar/StatusBar-secure.gif);
|
||||
}
|
||||
|
||||
titledbutton#Throbber
|
||||
{
|
||||
list-style-image:url(resource:/res/throbber/anims00.gif);
|
||||
}
|
||||
|
||||
titledbutton#Throbber[busy="true"] {
|
||||
list-style-image:url(resource:/res/throbber/throbbingN.gif);
|
||||
}
|
||||
|
||||
toolbar#taskbar titledbutton{
|
||||
color:#CCCCFF;
|
||||
}
|
||||
|
||||
toolbar#taskbar titledbutton[pseudoclass~="active"] {
|
||||
|
||||
text-decoration:none;
|
||||
border: 1px inset;
|
||||
|
||||
padding-left: 2px;
|
||||
padding-right: 0px;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
toolbar#taskbar titledbutton[pseudoclass~="hover"] {
|
||||
border: 1px outset #666699;
|
||||
color:white;
|
||||
//text-decoration:underline;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
toolbar#taskbar {
|
||||
display:block;
|
||||
background-color: #666699;
|
||||
border-bottom: solid #333366 1px;
|
||||
border-top: solid #9999AA 1px;
|
||||
border-left: solid #9999AA 1px;
|
||||
border-right: solid #333366 1px;
|
||||
font: 10pt sans-serif;
|
||||
min-height: 16px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
|
||||
box[class=insecure] {
|
||||
margin-top: 2px;
|
||||
border-top: 0px;
|
||||
}
|
||||
|
||||
box[class=secure] {
|
||||
border-top: 2px solid yellow;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
box#status-bar titledbutton {
|
||||
font: 2.5mm sans-serif;
|
||||
}
|
||||
|
||||
titledbutton[class=secure] {
|
||||
background-color: yellow;
|
||||
}
|
||||
|
||||
titledbutton[class=insecure] {
|
||||
}
|
||||
|
||||
toolbar#taskbar titledbutton[pseudoclass~="active"] {
|
||||
|
||||
text-decoration:none;
|
||||
border: 1px inset;
|
||||
|
||||
padding-left: 2px;
|
||||
padding-right: 0px;
|
||||
padding-top: 2px;
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
||||
titledbutton[class="popup"]
|
||||
{
|
||||
list-style-image:url(resource:/res/toolbar/TB_popup.gif);
|
||||
}
|
||||
|
||||
titledbutton#mini-nav
|
||||
{
|
||||
list-style-image:url(resource:/res/toolbar/TB_MiniNav.gif);
|
||||
}
|
||||
|
||||
titledbutton#mini-mail
|
||||
{
|
||||
list-style-image:url(resource:/res/toolbar/TB_MiniMail.gif);
|
||||
}
|
||||
|
||||
titledbutton#mini-addr
|
||||
{
|
||||
list-style-image:url(resource:/res/toolbar/TB_MiniAddr.gif);
|
||||
}
|
||||
|
||||
titledbutton#mini-comp
|
||||
{
|
||||
list-style-image:url(resource:/res/toolbar/TB_MiniComp.gif);
|
||||
}
|
||||
|
||||
box[type="secure"] {
|
||||
border-top: 2px solid yellow;
|
||||
}
|
||||
|
||||
box[type="unsecure"] {
|
||||
margin-top: 1px;
|
||||
}
|
||||
|
||||
toolbox {
|
||||
background-color: green;
|
||||
background-image: url(bg.jpg);
|
||||
}
|
Loading…
Reference in New Issue
Block a user