]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Move the css files from tutorial to the top-level doc dir, to allow their use from...
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 20 Dec 1999 16:08:51 +0000 (16:08 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 20 Dec 1999 16:08:51 +0000 (16:08 +0000)
git-svn-id: https://svn.dealii.org/trunk@2094 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/aural.css [new file with mode: 0644]
deal.II/doc/index.html
deal.II/doc/logo.html
deal.II/doc/navbar.html
deal.II/doc/print.css [new file with mode: 0644]
deal.II/doc/screen.css [new file with mode: 0644]
deal.II/doc/title.html
deal.II/doc/toc.html

diff --git a/deal.II/doc/aural.css b/deal.II/doc/aural.css
new file mode 100644 (file)
index 0000000..5fc0eca
--- /dev/null
@@ -0,0 +1,21 @@
+body {}
+
+frameset {}
+
+td {}
+
+dt {}
+
+.figure     {}
+
+.pagetoc    {}
+
+.chapter_title {}
+
+
+span.parhead {}        
+
+span.example {}
+pre.example {}
+table.navbar {}
+
index 8f180c3f3b921a25adcf58acc3c1744202c5c40c..da5cd4a90a47966d40dcdfd0c42e3ae16d0a964f 100644 (file)
@@ -3,9 +3,9 @@
 <html>
 <head>
 <title>deal.II tutorial: Elements of finite element programs</title>
-    <link href="screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
-    <link href="print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
-    <link href="audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
+    <link href="screen.css" rel="StyleSheet" title="deal.II Homepage" media="screen">
+    <link href="print.css" rel="StyleSheet" title="deal.II Homepage" media="print">
+    <link href="audio.css" rel="StyleSheet" title="deal.II Homepage" media="aural">
     <meta name="author" content="Wolfgang Bangerth <deal@iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
index 08f68613ad241bc843c03eaeffb6ffbd37d85ef2..b17bd87bc164d1009ecf1120f89e6bb797f37a85 100644 (file)
@@ -7,9 +7,9 @@
 -->
 
 <title>deal.II tutorial: Logo</title>
-    <link href="screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
-    <link href="print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
-    <link href="audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
+    <link href="screen.css" rel="StyleSheet" title="deal.II Homepage" media="screen">
+    <link href="print.css" rel="StyleSheet" title="deal.II Homepage" media="print">
+    <link href="audio.css" rel="StyleSheet" title="deal.II Homepage" media="aural">
     <meta name="author" content="Jan Schrage and others <deal@iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
index f8777abebbd9308b6ae0478b6520d803ed5dca22..9cf5a15993cb9b4e6d40d3eee36ce0b529f1bd48 100644 (file)
@@ -3,9 +3,9 @@
 <html>
 <head>
 <title>deal.II tutorial: Structure of a Finite Element Program</title>
-    <link href="screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
-    <link href="print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
-    <link href="audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
+    <link href="screen.css" rel="StyleSheet" title="deal.II Homepage" media="screen">
+    <link href="print.css" rel="StyleSheet" title="deal.II Homepage" media="print">
+    <link href="audio.css" rel="StyleSheet" title="deal.II Homepage" media="aural">
     <meta name="author" content="Jan Schrage and others <deal@iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
diff --git a/deal.II/doc/print.css b/deal.II/doc/print.css
new file mode 100644 (file)
index 0000000..d330a7c
--- /dev/null
@@ -0,0 +1,35 @@
+
+body { background-image: none;
+       background-color: white; 
+     }
+
+frameset { background-color: white;
+          border-color: white;
+          border: 0;
+          frameborder: 0;
+         }
+
+td { vertical-align: top; }
+
+dt { font-weight: bold; }
+
+.figure     { font-weight: bold;
+             font-size: larger;
+           }
+
+.pagetoc    {}
+
+.chapter_title {}
+
+span.parhead { font-weight: bold;
+            }  
+
+span.example { font-weight: bold;
+              font-style: italic;
+            }
+pre.example { padding-left: 2 em;
+             text-align: left;
+             text-indent: 0;
+            }
+       
+table.navbar { }
diff --git a/deal.II/doc/screen.css b/deal.II/doc/screen.css
new file mode 100644 (file)
index 0000000..953b7ee
--- /dev/null
@@ -0,0 +1,36 @@
+
+body { background-image: none;
+       background-color: white; 
+     }
+
+frameset { background-color: white;
+          border-color: white;
+          border: 0;
+          frameborder: 0;
+         }
+
+td { vertical-align: top; }
+
+dt { font-weight: bold; }
+
+.figure     { font-weight: bold;
+             font-size: larger;
+           }
+
+.pagetoc    {}
+
+.chapter_title {}
+
+span.parhead { font-weight: bold;
+            }  
+
+span.example { font-weight: bold;
+              font-style: italic;
+            }
+pre.example { padding-left: 2 em;
+             text-align: left;
+             text-indent: 0;
+            }
+       
+table.navbar { }
+
index 75a9c5a1bf8eba6dc2d20561bcdfce3ed977ecf0..d29a3f42bc9fb149f6e84cb3cd31c383a975275a 100644 (file)
@@ -7,9 +7,9 @@
 -->
 
 <title>deal.II tutorial: Chapter title</title>
-    <link href="screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
-    <link href="print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
-    <link href="audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
+    <link href="screen.css" rel="StyleSheet" title="deal.II Homepage" media="screen">
+    <link href="print.css" rel="StyleSheet" title="deal.II Homepage" media="print">
+    <link href="audio.css" rel="StyleSheet" title="deal.II Homepage" media="aural">
     <meta name="author" content="Jan Schrage and others <deal@iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II">
 </head>
index a5b97269583739cdc95c83399c9b0af8d2f0672c..df403067cd6ffaae8bd7eb6ba1552e8a6d1cc903 100644 (file)
@@ -2,9 +2,9 @@
    "http://www.w3.org/TR/REC-html40/strict.dtd">
 <html>
   <head>
-    <link href="screen.css" rel="StyleSheet" title="deal.II Tutorial" media="screen">
-    <link href="print.css" rel="StyleSheet" title="deal.II Tutorial" media="print">
-    <link href="audio.css" rel="StyleSheet" title="deal.II Tutorial" media="aural">
+    <link href="screen.css" rel="StyleSheet" title="deal.II Homepage" media="screen">
+    <link href="print.css" rel="StyleSheet" title="deal.II Homepage" media="print">
+    <link href="audio.css" rel="StyleSheet" title="deal.II Homepage" media="aural">
     <title>The deal.II Tutorial</title>
     <meta name="author" content="Wolfgang Bangerth <deal@iwr.uni-heidelberg.de>">
     <meta name="keywords" content="deal.II,deal.II tutorial,deal II"></head>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.