Browse Source

Fixes videomask url.

master
Yana Stamcheva 11 years ago
parent
commit
99778a23dc
3 changed files with 67 additions and 3 deletions
  1. 2
    2
      css/videolayout_default.css
  2. 64
    0
      images/videomask.svg
  3. 1
    1
      index.html

+ 2
- 2
css/videolayout_default.css View File

@@ -55,7 +55,7 @@
55 55
 
56 56
 #localVideoWrapper {
57 57
     display:inline-block;
58
-    -webkit-mask-box-image: url(http://emcho.com/db/videomask.svg);
58
+    -webkit-mask-box-image: url(../images/videomask.svg);
59 59
     border-radius:0px !important;
60 60
     border: 0px !important;
61 61
 }
@@ -223,4 +223,4 @@
223 223
     background-size: contain;
224 224
     background-repeat: no-repeat;
225 225
     z-index: 2;
226
-}
226
+}

+ 64
- 0
images/videomask.svg View File

@@ -0,0 +1,64 @@
1
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
3
+
4
+<svg
5
+   xmlns:dc="http://purl.org/dc/elements/1.1/"
6
+   xmlns:cc="http://creativecommons.org/ns#"
7
+   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
8
+   xmlns:svg="http://www.w3.org/2000/svg"
9
+   xmlns="http://www.w3.org/2000/svg"
10
+   xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
11
+   xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
12
+   width="480"
13
+   height="270"
14
+   id="svg2"
15
+   version="1.1"
16
+   inkscape:version="0.48.2 r9819"
17
+   sodipodi:docname="videomask.svg">
18
+  <defs
19
+     id="defs4" />
20
+  <sodipodi:namedview
21
+     id="base"
22
+     pagecolor="#ffffff"
23
+     bordercolor="#666666"
24
+     borderopacity="1.0"
25
+     inkscape:pageopacity="0.0"
26
+     inkscape:pageshadow="2"
27
+     inkscape:zoom="0.35"
28
+     inkscape:cx="-16.428571"
29
+     inkscape:cy="520"
30
+     inkscape:document-units="px"
31
+     inkscape:current-layer="layer1"
32
+     showgrid="false"
33
+     inkscape:window-width="998"
34
+     inkscape:window-height="711"
35
+     inkscape:window-x="0"
36
+     inkscape:window-y="0"
37
+     inkscape:window-maximized="0" />
38
+  <metadata
39
+     id="metadata7">
40
+    <rdf:RDF>
41
+      <cc:Work
42
+         rdf:about="">
43
+        <dc:format>image/svg+xml</dc:format>
44
+        <dc:type
45
+           rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
46
+        <dc:title></dc:title>
47
+      </cc:Work>
48
+    </rdf:RDF>
49
+  </metadata>
50
+  <g
51
+     inkscape:label="Layer 1"
52
+     inkscape:groupmode="layer"
53
+     id="layer1"
54
+     transform="translate(0,-782.36218)">
55
+    <rect
56
+       style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:0.92795467;stroke-linecap:round;stroke-linejoin:round;stroke-opacity:1"
57
+       id="rect2985"
58
+       width="479.07202"
59
+       height="269.07205"
60
+       x="0.46397734"
61
+       y="782.82617"
62
+       ry="20" />
63
+  </g>
64
+</svg>

+ 1
- 1
index.html View File

@@ -26,7 +26,7 @@
26 26
     <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
27 27
     <link rel="stylesheet" href="css/font.css"/>
28 28
     <link rel="stylesheet" type="text/css" media="screen" href="css/main.css?v=20"/>
29
-    <link rel="stylesheet" type="text/css" media="screen" href="css/videolayout_default.css?v=1" id="videolayout_default"/>
29
+    <link rel="stylesheet" type="text/css" media="screen" href="css/videolayout_default.css?v=2" id="videolayout_default"/>
30 30
     <link rel="stylesheet" href="css/jquery-impromptu.css?v=4">
31 31
     <link rel="stylesheet" href="css/modaldialog.css?v=3">
32 32
     <!--

Loading…
Cancel
Save