From: Gabriel Wicke Date: Tue, 13 Apr 2004 10:10:38 +0000 (+0000) Subject: removed old DaVinci files X-Git-Tag: 1.3.0beta1~441 X-Git-Url: https://git.cyclocoop.org/%7B%24admin_url%7Dmembres/cotisations/gestion/rappel_modifier.php?a=commitdiff_plain;h=834d7013bcecf76422aec14da6bf39516ef1df73;p=lhc%2Fweb%2Fwiklou.git removed old DaVinci files --- diff --git a/stylesheets/DaVinci.css b/stylesheets/DaVinci.css deleted file mode 100644 index 992355c528..0000000000 --- a/stylesheets/DaVinci.css +++ /dev/null @@ -1,6 +0,0 @@ -/* -** Deprecated: now in davinci/main.css -** remove me later, only here to keep the cvs history around. -*/ - -@import "davinci/main.css"; diff --git a/stylesheets/DaVinciIE50Fixes.css b/stylesheets/DaVinciIE50Fixes.css deleted file mode 100644 index 7a7c71a75e..0000000000 --- a/stylesheets/DaVinciIE50Fixes.css +++ /dev/null @@ -1,6 +0,0 @@ -/* -** Deprecated: now in davinci/ -** remove me later, only here to keep the cvs history around. -*/ - -@import "davinci/IE50Fixes.css"; diff --git a/stylesheets/DaVinciIE55Fixes.css b/stylesheets/DaVinciIE55Fixes.css deleted file mode 100644 index 258d33249f..0000000000 --- a/stylesheets/DaVinciIE55Fixes.css +++ /dev/null @@ -1,6 +0,0 @@ -/* -** Deprecated: now in davinci/ -** remove me later, only here to keep the cvs history around. -*/ - -@import "davinci/IE55Fixes.css"; diff --git a/stylesheets/DaVinciIE60Fixes.css b/stylesheets/DaVinciIE60Fixes.css deleted file mode 100644 index 23bd01bd34..0000000000 --- a/stylesheets/DaVinciIE60Fixes.css +++ /dev/null @@ -1,6 +0,0 @@ -/* -** Deprecated: now in davinci/ -** remove me later, only here to keep the cvs history around. -*/ - -@import "davinci/IE60Fixes.css"; diff --git a/stylesheets/DaVinciIEFixes.css b/stylesheets/DaVinciIEFixes.css deleted file mode 100644 index 713af01e45..0000000000 --- a/stylesheets/DaVinciIEFixes.css +++ /dev/null @@ -1,6 +0,0 @@ -/* -** Deprecated: now in davinci/ -** remove me later, only here to keep the cvs history around. -*/ - -@import "davinci/IEFixes.css"; diff --git a/stylesheets/DaVinciPrint.css b/stylesheets/DaVinciPrint.css deleted file mode 100644 index 20e217e26d..0000000000 --- a/stylesheets/DaVinciPrint.css +++ /dev/null @@ -1,130 +0,0 @@ -/* -** Plone Print style sheet for CSS2-capable browsers. -** Copyright Alexander Limi, 2001-2003 - http://www.plonesolutions.com -** -** Style sheet documentation can be found at http://plone.org/documentation -** -** You should preferrably use ploneCustom.css to add your own CSS classes and to -** customize your portal, as these are the base fundaments of Plone, and will -** change and be refined in newer versions. Keeping your changes in -** ploneCustom.css will make it easier to upgrade. -** -** Feel free to use whole or parts of this for your own designs, but give credit -** where credit is due. -** -*/ - -/* Thanks to A List Apart (http://alistapart.com/) for useful extras */ - -body { - background: White; - font-family: "Bitstream Vera Sans",Verdana, sans; - font-size: 11pt !important; - color: Black; - margin: 0; - padding: 0; -} - -div.top, -#portal-logo, -.hiddenStructure, -#portal-searchbox, -#portal-globalnav, -#portal-personaltools, -#portal-breadcrumbs, -div#portal-column-one, -.contentViews, -.contentActions, -.help, -.legend, -div.portalMessage, -div.documentActions, -.documentByLine, -.netscape4, -#portal-footer, -#portal-colophon, -input -.skipnav { - /* Hides all the elements irrelevant for presentations */ - display: none; -} - -ul { - list-style-type: square; -} - -#content, -.documentDescription, -.group, -li, -.stx, - background: transparent; - border: none ! important; - font-family: Georgia, Garamond, Times, serif; - font-size: 11pt; - padding: 0 ! important; - margin: 0 ! important; - text-align: left; -} - -.documentByLine { - font-family: Georgia, Garamond, Times, serif; -} - - -h1, h2, h3, h4, h5, h6 -{ - border: none; - font-family: "Bitstream Vera Sans",Verdana, sans; - font-weight: bold; -} - -p, .documentDescription { - margin: 1em 0 ! important; - line-height: 1.2em; -} - -pre { - border: 1pt dashed black; - white-space: pre; - font-size: 8pt; - overflow: auto; - padding: 1em 0; -} - -table.listing, -table.listing td { - border: 1pt solid black; - border-collapse: collapse; -} - -a { - color: Black !important; - padding: 0 !important -} - -a:link, a:visited { - color: #520; - background: transparent; - text-decoration: underline; -} - -#content a:link:after, -#content a:visited:after { - content: " ( " attr(href) " ) "; -} - -#visual-portal-wrapper { - width: 100% !important; - min-width: 0 !important; -} - -#portal-column-content { - margin: 0 !important; -} - -#portal-column-content #content { - padding: 1em; - margin: 0 !important; -} -