From: Robert Kaiser Date: Sun, 15 Apr 2012 22:55:37 +0000 (+0200) Subject: sync LCARSTrek with Firefox 12 winstrip changes - newtab is incomplete, though X-Git-Tag: LCARStrek-2.9~5 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=0d686391fa6b72dbbe596b569e595f729dced27c sync LCARSTrek with Firefox 12 winstrip changes - newtab is incomplete, though --- diff --git a/LCARStrek/browser/newtab/newTab.css b/LCARStrek/browser/newtab/newTab.css new file mode 100644 index 00000000..2227367e --- /dev/null +++ b/LCARStrek/browser/newtab/newTab.css @@ -0,0 +1,148 @@ +#scrollbox { + padding-bottom: 18px; + background-color: #000000; +} + +#body { + padding-top: 106px; + font-family: "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif; +} + +.button { + padding: 0; + border: 0 none; +} + +/* TOOLBAR */ +#toolbar { + top: 8px; + right: 8px; + width: 13px; + height: 30px; + padding: 0; + margin: 0; +} + +.toolbar-button { + background: transparent url("chrome://browser/skin/newtab/toolbar.png"); +} + +#toolbar-button-show { + width: 11px; + height: 11px; + background-position: -10px 0; +} + +#toolbar-button-show:hover { + background-position: -10px -12px; +} + +#toolbar-button-show:active { + background-position: -10px -24px; +} + +#toolbar-button-hide { + width: 10px; + height: 10px; +} + +#toolbar-button-hide:hover { + background-position: 0 -12px; +} + +#toolbar-button-hide:active { + background-position: 0 -24px; +} + +#toolbar-button-reset { + top: 17px; + width: 11px; + height: 12px; +} + +#toolbar-button-reset { + background-position: -21px 0; +} + +#toolbar-button-reset:hover { + background-position: -21px -12px; +} + +#toolbar-button-reset:active { + background-position: -21px -24px; +} + +/* GRID */ +#grid { + padding: 1px; + margin: 0 auto; +} + +/* CELLS */ +.cell { + outline: 1px dashed #9C9CFF; + outline-offset: -1px; +} + +/* SITES */ +.site { + background-color: #402800; + -moz-transition: 200ms ease-out; + -moz-transition-property: top, left, box-shadow, opacity; +} + +.site[dragged] { + -moz-transition-property: box-shadow; +} + +.site[ontop] { + box-shadow: 0 1px 4px #008484; + outline: none; +} + +/* SITE TITLE */ +.site-title { + height: 2.4em; + width: 189px; + padding: 0 6px; + background-color: rgba(0,0,0,0.5); + border: solid transparent; + border-width: 6px 0; + color: #FFCF00; + text-decoration: none; + line-height: 1.2em; + font-weight: 700; +} + +/* SITE STRIP */ +.site-strip { + padding: 4px 3px; + background-color: rgba(0,0,0,0.5); +} + +.strip-button { + width: 17px; + height: 17px; + background: transparent url("chrome://browser/skin/newtab/strip.png"); +} + +.strip-button-pin:hover { + background-position: 0 -17px; +} + +.strip-button-pin:active, +.site[pinned] .strip-button-pin { + background-position: 0 -34px; +} + +.strip-button-block { + background-position: -17px 0; +} + +.strip-button-block:hover { + background-position: -17px -17px; +} + +.strip-button-block:active { + background-position: -17px -34px; +} diff --git a/LCARStrek/browser/newtab/strip.png b/LCARStrek/browser/newtab/strip.png new file mode 100644 index 00000000..2527df6e Binary files /dev/null and b/LCARStrek/browser/newtab/strip.png differ diff --git a/LCARStrek/browser/newtab/toolbar.png b/LCARStrek/browser/newtab/toolbar.png new file mode 100644 index 00000000..33bb4a32 Binary files /dev/null and b/LCARStrek/browser/newtab/toolbar.png differ