]> git.sesse.net Git - ultimatescore/blobdiff - score.css
Bring back the Trøndisk branding.
[ultimatescore] / score.css
index 0810921d72c16517c9a647494bc1e1d2ae703337..c596902abb5a3e12014e9e61e4c33a9493908aa7 100644 (file)
--- a/score.css
+++ b/score.css
@@ -74,7 +74,8 @@ body {
   border: 1px solid #000;
   background: linear-gradient(to bottom, #00a, #008);
   text-align: center;
-  height: 35px;
+  height: 36px;
+  padding-top: 2px;
   width: 90px;
 }
 .clockbug-hidden {
@@ -170,7 +171,7 @@ body {
   left: 40px;
   top: 638px;
   height: 40px;
-  width: 500px;
+  width: 600px;
   border-collapse: collapse;
   white-space: nowrap;
   border: 1px solid black;
@@ -219,6 +220,10 @@ body {
   width: 170px;
   color: black;
 }
+.lowerthird-picture img {
+  height: 170px;
+  width: 170px;
+}
 .lowerthird-picture-hidden {
   width: 0px;
   border-left: 0px;
@@ -247,7 +252,7 @@ body {
   clip: rect(0px,0px,200px,0px);
 }
 
-/* these are hidden when actually run in casparcg */
+/* these are hidden when actually run in Nageru */
 #area {
   position: fixed;
   left: 0px;
@@ -435,12 +440,12 @@ body {
     border: 1px solid black;
   }
   100% {
-    width: 500px;
+    width: 600px;
   }
 }
 @-webkit-keyframes scale-in-small {
   0% {
-    width: 500px;
+    width: 600px;
     border: 1px solid black;
   }
   80% {