summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/stable-30/mythweb/video.css.patch
blob: f49a3fdc3dc8df7a37765695255f271c20d5284a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
--- ./skins/default/video.css.orig	2018-05-22 21:45:30.395508513 +0000
+++ ./skins/default/video.css	2018-05-22 21:41:27.326893228 +0000
@@ -0,0 +1,95 @@
+    .video {
+        position:           relative;
+        padding:            1em;
+        float:              left;
+        background-color:   #003366;
+        margin-top:         1em;
+        margin-left:        1em;
+        width:              202px;
+        height:             168px;
+        border:             1px solid black;
+    }
+
+    .video .title {
+        font-weight:        bold;
+        margin-bottom:      .5em;
+        height:             2.5em;
+        overflow:           hidden;
+    }
+
+    .video img {
+        float:              left;
+        padding-right:      1em;
+    }
+
+    .video .command {
+        position:           absolute;
+        bottom:             1em;
+        right:              1em;
+    }
+
+    #path {
+        position:           relative;
+        padding:            1em;
+        float:              left;
+        background-color:   #102923;
+        margin-top:         1em;
+        margin-left:        1em;
+        border:             1px solid black;
+        min-width:          202px;
+        min-height:         168px;
+    }
+
+    #path .active {
+        color:              yellow;
+    }
+
+    #window {
+        position:           fixed;
+        left:               35%;
+        right:              35%;
+        width:              30%;
+        top:                35%;
+        background-color:   green;
+        padding-top:        1em;
+        z-index:            10;
+        border:             2px solid gray;
+    }
+
+    #window_content a {
+        padding-right:      1em;
+        padding-left:       1em;
+    }
+
+    #window iframe {
+        width:              100%;
+        border:             0px;
+        height:             250px;
+    }
+
+    #window_title {
+        position:           absolute;
+        top:                1px;
+        left:               1em;
+        font-weight:        bold;
+    }
+
+    .popup {
+        width:              30%;
+        font-size:          9pt;
+    }
+
+    .popup dt {
+        clear:              left;
+        float:              left;
+        padding-top:        3px;
+        white-space:        nowrap;
+        width:              6em;
+        font-weight:        bold;
+        text-align:         right;
+    }
+
+    .popup  dd {
+        margin-left:        6.5em;
+        padding-top:        3px;
+    }