gecko/browser/base/content/tabview/tabview.css

229 lines
2.9 KiB
CSS
Raw Normal View History

/* Platform-independent structural styling for
* <strike>Tab Candy</strike> Panorama
----------------------------------*/
html {
overflow: hidden;
/* image-rendering: -moz-crisp-edges; */
}
2010-07-18 08:58:10 -07:00
body {
padding: 0px;
margin: 0 auto;
}
#content {
2010-07-27 09:38:21 -07:00
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
#bg {
2010-07-27 09:38:21 -07:00
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -999999;
}
/* Tabs
----------------------------------*/
.tab {
position: absolute;
overflow: visible !important;
}
.tab canvas,
.cached-thumb {
width: 100%;
height: 100%;
position: absolute;
top: 0px;
left: 0px;
}
.thumb {
position: relative;
width: 100%;
2010-07-18 08:58:10 -07:00
height: 100%;
}
.favicon {
position: absolute;
}
.close {
position: absolute;
cursor: pointer;
}
.expander {
position: absolute;
}
.tab-title {
position: absolute;
2010-07-27 09:38:21 -07:00
}
.stacked .tab-title {
2010-07-27 09:38:21 -07:00
display: none;
}
.stack-trayed .tab-title {
display: block !important;
}
/* Tab: Zooming
----------------------------------*/
.front {
z-index: 999999 !important;
border-radius: 0 !important;
box-shadow: none !important;
-moz-transform: none !important;
image-rendering: -moz-crisp-edges;
}
/* Groups
----------------------------------*/
.groupItem {
position: absolute;
}
.appTabTray {
position: absolute;
}
/* Other Items
----------------------------------*/
.undo {
position: absolute;
}
.undo .close {
display: inline-block;
position: relative;
}
.info-item {
position: absolute;
}
/* Trenches
----------------------------------*/
.guideTrench,
.visibleTrench,
.activeVisibleTrench {
position: absolute;
}
.guideTrench {
z-index: -101;
}
.visibleTrench {
z-index: -103;
}
.activeVisibleTrench {
z-index: -102;
}
2010-04-14 19:06:17 -07:00
/* Other
----------------------------------*/
2010-07-27 09:38:21 -07:00
.newTabButton {
position: absolute !important;
2010-07-27 09:38:21 -07:00
z-index: 99999;
}
.titlebar {
position: absolute;
}
.title-shield {
2010-07-27 09:38:21 -07:00
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 10;
}
2010-07-27 09:38:21 -07:00
.transparentBorder {
2010-07-18 08:58:10 -07:00
border: 1px solid transparent !important;
}
2010-07-27 09:38:21 -07:00
.stackExpander {
position: absolute;
2010-07-27 09:38:21 -07:00
}
.shield {
left: 0;
top: 0;
width: 100%;
height: 100%;
position: absolute;
}
/* Resizable
----------------------------------*/
2010-07-27 09:38:21 -07:00
.resizer {
position: absolute;
}
2010-07-27 09:38:21 -07:00
.iq-resizable-handle {
position: absolute;
z-index: 99999;
display: block;
}
.iq-resizable-disabled .iq-resizable-handle,
.iq-resizable-autohide .iq-resizable-handle {
2010-07-27 09:38:21 -07:00
display: none;
}
/* Exit button
----------------------------------*/
#exit-button {
position: absolute;
z-index: 1000;
}
/* Search
----------------------------------*/
#search{
position: absolute;
top: 0px;
left: 0px;
z-index: 1000;
}
#searchbox{
position: absolute;
right: 20px;
top: 20px;
z-index: 1050;
}
#actions{
position: absolute;
top: 100px;
right: 0px;
z-index:10;
}
#actions #searchbutton{
position: relative;
top: 0;
left: 0;
}