www-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

www/server/staging/nav-bar/test9 layout7.css ed...


From: Therese Godefroy
Subject: www/server/staging/nav-bar/test9 layout7.css ed...
Date: Thu, 10 Apr 2014 06:55:57 +0000

CVSROOT:        /webcvs/www
Module name:    www
Changes by:     Therese Godefroy <th_g> 14/04/10 06:55:57

Modified files:
        server/staging/nav-bar/test9: layout7.css education.html 
                                      edu-software-gimp.html 

Log message:
        Move style for #rms-video and #mani-video to their respective page; 
simplify resizing of rms-video.

CVSWeb URLs:
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/layout7.css?cvsroot=www&r1=1.15&r2=1.16
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/education.html?cvsroot=www&r1=1.5&r2=1.6
http://web.cvs.savannah.gnu.org/viewcvs/www/server/staging/nav-bar/test9/edu-software-gimp.html?cvsroot=www&r1=1.2&r2=1.3

Patches:
Index: layout7.css
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/layout7.css,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- layout7.css 9 Apr 2014 11:12:53 -0000       1.15
+++ layout7.css 10 Apr 2014 06:55:42 -0000      1.16
@@ -835,32 +835,16 @@
    border: .3em solid #3465a4;
 }
 
-/* For the videos in education.html and edu-software-gimp */
+/* For the videos (esp. education/edu-software-gimp) */
 /* 
http://basicuse.net/articles/pl/textile/html_css/resizing_youtube_and_html5_videos_proportionally_using_css_for_responsive_web_design
 */
-
-#rms-movie {
-   display: inline-block;
-   position: relative;
-   width: 70%; min-width: 20em;
-}
-
-#mani-movie {
-   display: block;
-   position: relative;
-   width: 100%; max-width: 50em;
-   margin: auto;
-}
-
 .container-4x3 {
    padding-top: 75%; margin: auto;
    overflow: hidden;
 }
-
 .container-16x9 {
    padding-top: 56.25%;
    overflow: hidden;
 }
-
 .container-16x9 video, .container-4x3 video {
    position: absolute;
    top: 0;

Index: education.html
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/education.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- education.html      9 Apr 2014 23:24:48 -0000       1.5
+++ education.html      10 Apr 2014 06:55:45 -0000      1.6
@@ -7,6 +7,10 @@
 
 <!--#include virtual="/education/po/education.translist" -->
 
+<style type="text/css">
+#rms-movie { width: 70%; min-width: 20em; }
+</style>
+
 <!-- start of banner.html -->
 
 <!-- start of head-include-2.html -->
@@ -117,16 +121,12 @@
 </ul>
 </blockquote>
 
-<div id="rms-movie">
-<div  class="container-16x9">
 <!-- GNUN: localize URL /education/rms-education-es.ogv -->
-<video controls="controls">
+<video  id="rms-movie" controls="controls">
   <source
     src="http://www.gnu.org/education/rms-education-es.ogv";
     type='video/ogg; codecs="theora, vorbis"' />
 </video>
-</div> <!-- /container-16x9 -->
-</div> <!-- /rms-movie -->
 
 <p>
 <!-- TRANSLATORS: Please replace the link to the video with subtitles in
@@ -201,7 +201,7 @@
 
 <p></p><p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2014/04/09 23:24:48 $
+$Date: 2014/04/10 06:55:45 $
 <!-- timestamp end -->
 </p>
 </div>

Index: edu-software-gimp.html
===================================================================
RCS file: /webcvs/www/www/server/staging/nav-bar/test9/edu-software-gimp.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- edu-software-gimp.html      9 Apr 2014 11:12:54 -0000       1.2
+++ edu-software-gimp.html      10 Apr 2014 06:55:52 -0000      1.3
@@ -7,6 +7,15 @@
 
 <!--#include virtual="/education/po/education.translist" -->
 
+<style type="text/css">
+#mani-movie {
+   display: block;
+   position: relative;
+   width: 100%; max-width: 50em;
+   margin: auto;
+}
+</style>
+
 <!-- start of banner.html -->
 
 <!-- start of head-include-2.html -->
@@ -313,7 +322,7 @@
 
 <p></p><p class="unprintable">Updated:
 <!-- timestamp start -->
-$Date: 2014/04/09 11:12:54 $
+$Date: 2014/04/10 06:55:52 $
 <!-- timestamp end -->
 </p>
 </div>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]