Merge branch 'master' of linz:/srv/git/themes
authorRobert Kaiser <kairo@kairo.at>
Sun, 8 Apr 2012 20:00:11 +0000 (22:00 +0200)
committerRobert Kaiser <kairo@kairo.at>
Sun, 8 Apr 2012 20:00:11 +0000 (22:00 +0200)
1  2 
EarlyBlue/global/media/videocontrols.css
EarlyBlue/mozapps/extensions/extensions.css
LCARStrek/global/media/videocontrols.css
LCARStrek/mozapps/extensions/extensions.css

index 78b9764bde3446c743484f1247fabb3686ae389e,9d85d889498e639865943f88a4732dcf1b1aa648..e0b56c6518026bd5b453dc15c61b9c87bcd14ecf
  }
  
  .fullscreenButton {
-   background-color: transparent;
-   list-style-image: url("chrome://global/skin/media/fullscreenButton.png");
-   -moz-image-region: rect(0px, 16px, 16px, 0px);
-   -moz-appearance: none;
+   background: -moz-image-rect(url("chrome://global/skin/media/fullscreenButton.png"), 0, 16, 16, 0) no-repeat center;
    margin: 0;
    padding: 0;
    min-height: 28px;
@@@ -52,7 -49,7 +49,7 @@@
  }
  
  .fullscreenButton[fullscreened] {
-   -moz-image-region: rect(0px, 32px, 16px, 16px);
+   background-image: -moz-image-rect(url("chrome://global/skin/media/fullscreenButton.png"), 0, 32, 16, 16);
  }
  
  .volumeStack {
    font-size: 10px;
    font-family: "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
    text-shadow: rgba(102,102,153, 0.3) 0 1px;
-   padding-top: 2px;
+   padding-top: 5px;
  }
  
  .statusOverlay {
    background: url("chrome://global/skin/icons/alert-error.gif") no-repeat center;
  }
  
 +/* Overlay Play button */
 +.clickToPlay {
 +  width: 64px;
 +  height: 64px;
 +  -moz-box-pack: center;
 +  -moz-box-align: center;
 +  opacity: 0.7;
 +  background-image: url("chrome://global/skin/media/clicktoplay-bgtexture.png"),
 +                    url("chrome://global/skin/media/videoClickToPlayButton.svg");
 +  background-repeat: repeat, no-repeat;
 +  background-position: center, center;
 +  background-size: auto, 64px 64px;
 +  background-color: hsla(0,0%,10%,.5);
 +}
 +.clickToPlay:hover {
 +  opacity: 1;
 +}
 +
  /* Statistics formatting */
  html|*.statsDiv {
    position: relative;
@@@ -249,18 -228,6 +246,18 @@@ html|table 
  }
  
  /* CSS Transitions */
 +.clickToPlay {
 +  -moz-transition-property: opacity, background-size;
 +  -moz-transition-duration: 400ms, 400ms;
 +}
 +.clickToPlay[fadeout] {
 +  background-size: auto, 192px 192px;
 +  opacity: 0;
 +}
 +.clickToPlay[fadeout][immediate] {
 +  -moz-transition-property: opacity, background-size;
 +  -moz-transition-duration: 0s, 0s;
 +}
  .controlBar:not([immediate]) {
    -moz-transition-property: opacity;
    -moz-transition-duration: 200ms;
index 89e58b56f21bd8261fb8fa8f0f58811e7aff077d,21f90ab35f5e330ac78991fc0d36c7843112f780..e7e951a78c21e0e07658476f63317d2bc43a93b8
@@@ -90,7 -90,7 +90,7 @@@
    border-bottom: 1px solid #9999CC;
  }
  
- @media all and (max-width: 600px) {
+ @media (max-width: 600px) {
    .global-warning-text {
      display: none;
    }
  }
  
  /* Maximize the size of the viewport when the window is small */
- @media all and (max-width: 800px) {
+ @media (max-width: 800px) {
    .category-name {
      display: none;
    }
  }
  
  .addon[active="false"] .icon {
 -/*  filter: url("chrome://mozapps/skin/extensions/extensions.svg#greyscale"); */
 +  filter: url("chrome://mozapps/skin/extensions/extensions.svg#greyscale");
  }
  
  .addon-view[type="theme"] .icon {
  }
  
  .addon[active="false"] {
 -  /* background-color: rgba(135, 135, 135, 0.1); */
 +  background-color: #DDDDDD;
  }
  
  .addon-view[active="false"],
  }
  
  .addon[active="false"][selected] {
 -  color: #000000;
 +  color: #AAAAAA;
  }
  
  .addon[active="false"][selected] .name-container {
 -  color: #222233;
 +  color: #DDDDDD;
  }
  
  
    -moz-margin-start: 0;
  }
  
- #detail-icon {
+ #detail-icon-container {
+   width: 64px;
    -moz-margin-end: 10px;
    margin-top: 6px;
+ }
+ #detail-icon {
    max-width: 64px;
    max-height: 64px;
  }
  }
  
  #detail-grid > columns > column:first-child {
+   min-width: 15em;
    max-width: 25em;
  }
  
index 3220dcafd06f6de45a3bb0ca1c29687051d018a9,2e2b7131ea991e29a760ae35de929b6beab76af0..19ee4de18bda06596219758a54a7ead1047df040
  }
  
  .fullscreenButton {
-   background-color: transparent;
-   list-style-image: url("chrome://global/skin/media/fullscreenButton.png");
-   -moz-image-region: rect(0px, 16px, 16px, 0px);
-   -moz-appearance: none;
+   background: -moz-image-rect(url("chrome://global/skin/media/fullscreenButton.png"), 0, 16, 16, 0) no-repeat center;
    margin: 0;
    padding: 0;
    min-height: 28px;
  
  .fullscreenButton:hover {
    background-color: rgba(255,207,0,0.75);
-   -moz-image-region: rect(16px, 16px, 32px, 0px);
+   background-image: -moz-image-rect(url("chrome://global/skin/media/fullscreenButton.png"), 16, 16, 32, 0);
  }
  
  .fullscreenButton[fullscreened] {
-   -moz-image-region: rect(0px, 32px, 16px, 16px);
+   background-image: -moz-image-rect(url("chrome://global/skin/media/fullscreenButton.png"), 0, 32, 16, 16);
  }
  
  .fullscreenButton[fullscreened]:hover {
    background-color: rgba(255,207,0,0.75);
-   -moz-image-region: rect(16px, 32px, 32px, 16px);
+   background-image: -moz-image-rect(url("chrome://global/skin/media/fullscreenButton.png"), 16, 32, 32, 16);
  }
  
  .volumeStack {
    font-size: 10px;
    font-family: "Liberation Sans",Arial,Tahoma,Helvetica,sans-serif;
    text-shadow: rgba(255,259,0, 0.3) 0 1px;
-   padding-top: 2px;
+   padding-top: 5px;
  }
  
  .statusOverlay {
    background: url("chrome://global/skin/icons/alert-error.gif") no-repeat center;
  }
  
 +/* Overlay Play button */
 +.clickToPlay {
 +  width: 64px;
 +  height: 64px;
 +  -moz-box-pack: center;
 +  -moz-box-align: center;
 +  opacity: 0.7;
 +  background-image: url("chrome://global/skin/media/clicktoplay-bgtexture.png"),
 +                    url("chrome://global/skin/media/videoClickToPlayButton.svg");
 +  background-repeat: repeat, no-repeat;
 +  background-position: center, center;
 +  background-size: auto, 64px 64px;
 +  background-color: hsla(0,0%,10%,.5);
 +}
 +.clickToPlay:hover {
 +  opacity: 1;
 +}
 +
  /* Statistics formatting */
  html|*.statsDiv {
    position: relative;
@@@ -286,18 -265,6 +283,18 @@@ html|table 
  }
  
  /* CSS Transitions */
 +.clickToPlay {
 +  -moz-transition-property: opacity, background-size;
 +  -moz-transition-duration: 400ms, 400ms;
 +}
 +.clickToPlay[fadeout] {
 +  background-size: auto, 192px 192px;
 +  opacity: 0;
 +}
 +.clickToPlay[fadeout][immediate] {
 +  -moz-transition-property: opacity, background-size;
 +  -moz-transition-duration: 0s, 0s;
 +}
  .controlBar:not([immediate]) {
    -moz-transition-property: opacity;
    -moz-transition-duration: 200ms;
index 5d187782ddfbe2a75540368513cf16d3cc7c374c,b8e7e4f91b7e9542b15bff8185ab6c949c628b49..868a43b930a36206389bb64ccccf14a7b0c0497b
@@@ -90,7 -90,7 +90,7 @@@
    border-bottom: 3px solid #000000;
  }
  
- @media all and (max-width: 600px) {
+ @media (max-width: 600px) {
    .global-warning-text {
      display: none;
    }
  }
  
  /* Maximize the size of the viewport when the window is small */
- @media all and (max-width: 800px) {
+ @media (max-width: 800px) {
    .category-name {
      display: none;
    }
  }
  
  .addon[active="false"] .icon {
 -/*  filter: url("chrome://mozapps/skin/extensions/extensions.svg#greyscale"); */
 +  filter: url("chrome://mozapps/skin/extensions/extensions.svg#greyscale");
  }
  
  .addon-view[type="theme"] .icon {
  }
  
  .addon[active="false"] {
 -  /* background-color: rgba(135, 135, 135, 0.1); */
 +  background-color: #8050B0;
 +  color: #E7ADE7;
  }
  
 -.addon-view[active="false"],
  .addon-view[active="false"] .name-container {
    color: #E7ADE7;
 +  color: #000000;
  }
  
  .addon-view[notification="warning"] {
    -moz-margin-start: 0;
  }
  
- #detail-icon {
+ #detail-icon-container {
+   width: 64px;
    -moz-margin-end: 10px;
    margin-top: 6px;
+ }
+ #detail-icon {
    max-width: 64px;
    max-height: 64px;
  }
  }
  
  #detail-grid {
+   min-width: 15em;
    margin-bottom: 2em;
  }