From d7e9e3203f3af0551a4ed6c4080ff6d8e2b1f05b Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 1 Dec 2010 12:43:56 +0000 Subject: [PATCH] COPY FROM the svn cgal-web/www.cgal.org/cgal.css for rendering changes.html nicely --- .gitattributes | 1 + Installation/cgal.css | 62 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 Installation/cgal.css diff --git a/.gitattributes b/.gitattributes index d8623fefefd..0fd388863ee 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1531,6 +1531,7 @@ HalfedgeDS/examples/HalfedgeDS/hds_prog_graph_with_ccb.cpp -text Installation/INSTALL -text Installation/LICENSE.FREE_USE -text Installation/auxiliary/cgal_create_cmake_script.1 -text +Installation/cgal.css svneol=native#text/css Installation/changes.html svneol=native#text/html Installation/cmake/modules/2.6.2-to-2.8.1/FindQt4.cmake -text Installation/cmake/modules/2.6.2-to-2.8.1/Qt4ConfigDependentSettings.cmake -text diff --git a/Installation/cgal.css b/Installation/cgal.css new file mode 100644 index 00000000000..7789bd7555d --- /dev/null +++ b/Installation/cgal.css @@ -0,0 +1,62 @@ +/* COPY FROM the svn cgal-web/www.cgal.org/cgal.css for rendering changes.html nicely */ + +html, body { + margin:0; + background-color: #FAF8E8; + font-family: arial,sans-serif; + color:black; +} + +li { font-size:100%;} +p { text-align:justify; font-size:100%; margin: 5pt;} + +img { border-width: 0pt; } + +dl,p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b + { font-family:Arial,sans-serif; } + +td { text-align:justify;} + +h1 { font-size:180%; margin-left: 5pt;} +h2 { font-size:160%; margin-left: 5pt;} +h3 { font-size:100%; margin-left: 5pt;} +h4 { font-size:90%; margin-left: 5pt;} + +pre { font-family:Courier New,Courier; font-size:100%; } + +tt { font-family:Courier New,Courier; font-size:100%; } + +/* a:link { color:#050060; text-decoration:none; } */ +/* a:visited { color:#590059; text-decoration:none; } */ +/* a:active { color:#000000; text-decoration:none; } */ + +a:link { text-decoration:none; } +a:visited { color: #5000CC; text-decoration:none; } +a:active { color: #00A080; text-decoration:none; } + + +.contact { font-family:arial,sans-serif; font-size:100%} + +dl.news { font-size:90% } +dl.news dt { font-weight:bold; } +dl.news dd { margin-left:3ex; } + +td.menu { background-color: #C0C0D0; white-space:nowrap } + +/* We are forced to duplicate definitions because IE does not support ">" */ + +div.menu { font-size:100%; /* margin-left: -30pt; */ /* margin-top: 10pt; margin-bottom: 3pt */ } + +div.menu > h4 { font-size:100%; /* margin-left: 3pt; */ margin-top: 10pt; margin-bottom: 3pt; } + +h4.menu { font-size:100%; /* margin-left: 3pt; */ margin-top: 10pt; margin-bottom: 3pt; } + +div.menu > p { font-size:100%; margin-left: 10pt; margin-top: 0pt; margin-bottom:0pt; /*; margin-right:5pt */ } + +p.menu { font-size:100%; margin-left: 10pt; margin-top: 0pt; margin-bottom:0pt; /*; margin-right:5pt */ } + +img.menu { margin-top: 0pt; margin-bottom:0pt } + +em.menu { font-style: normal; font-family:Arial,sans-serif; font-size:90%; } + +.subtitle { font-family: cursive; font-size: 150% }