Author: romy@tetue.net
Date: Sun Jul 23 00:10:04 2006
New Revision: 4174
Log:
Externalisation des styles (suite)
Modified:
_squelettes_/spip.net/article.html
_squelettes_/spip.net/habillage.css
_squelettes_/spip.net/recherche.html
_squelettes_/spip.net/rubrique.html
_squelettes_/spip.net/sommaire-old.html
_squelettes_/spip.net/sommaire.html
Modified: _squelettes_/spip.net/article.html
--- _squelettes_/spip.net/article.html (original)
+++ _squelettes_/spip.net/article.html Sun Jul 23 00:10:04 2006
@@ -9,81 +9,6 @@
<meta http-equiv="Content-Type" content="text/html; charset=#CHARSET">
<link rel="stylesheet" href="[(#CHEMIN{spip_style.css}|direction_css)]" type="text/css" />
<link rel="stylesheet" href="[(#CHEMIN{habillage.css}|direction_css)]" type="text/css" />
-
-<style type="text/css">
-<!--
- .droit {
- font-family: verdana,helvetica,sans-serif;
- font-size: medium;
- }
- .droitpetit {
- font-family: verdana,helvetica,sans-serif;
- font-size: small;
- }
- .droitxpetit {
- font-family: verdana,helvetica,sans-serif;
- font-size: x-small;
- }
- .formulaire {
- font-family: verdana,helvetica,sans-serif;
- font-size: x-small;
- }
- .memerub {
- font-family: verdana,helvetica,sans-serif;
- font-size: x-small;
- }
- .texte {
- font-family: georgia,times,serif;
- font-size: medium;
- }
- .textepetit {
- font-family: georgia,times,serif;
- font-size: small;
- }
- .grostitre {
- font-family: georgia,times,serif;
- font-size: xx-large;
- font-style: bold;
- color: #666666;
- text-align: center;
- font-variant: small-caps;
- }
- .titrerubrique {
- font-family: georgia,times,serif;
- font-size: large;
- font-style: bold;
- color: #666666;
- font-variant: small-caps;
- }
- .encadrer_gauche {
- text-align: center;
- border: 1px solid #aaaaaa;
- padding: 5px;
- width: 100%;
- background-color: #dddddd;
- }
- .cadrerubrique {
- border: 1px solid #600051;
- padding: 5px;
- width: 100%;
- background-color: #ffffff;
- }
- .encadrerdescriptif {
- border: 1px solid #aaaaaa;
- padding: 5px;
- background-color: #eeeeee;
- }
- .encadrerblanc {
- border: 1px solid #aaaaaa;
- padding: 5px;
- background-color: #ffffff;
- }
-
- img, .spip_logos { border: none; }
-
--->
-</style>
-
</head>
<body dir="#LANG_DIR">
Modified: _squelettes_/spip.net/habillage.css
--- _squelettes_/spip.net/habillage.css (original)
+++ _squelettes_/spip.net/habillage.css Sun Jul 23 00:10:04 2006
@@ -1,9 +1,74 @@
/* Debut d'externalisation des styles de spip.net - juillet 2006 */
body { background: #FFF; color: #000; }
+img, .spip_logos { border: none; }
-
-
+.droit {
+ font-family: verdana,helvetica,sans-serif;
+ font-size: medium;
+ }
+.droitpetit {
+ font-family: verdana,helvetica,sans-serif;
+ font-size: small;
+ }
+.droitxpetit {
+ font-family: verdana,helvetica,sans-serif;
+ font-size: x-small;
+ }
+.formulaire {
+ font-family: verdana,helvetica,sans-serif;
+ font-size: x-small;
+ }
+.memerub {
+ font-family: verdana,helvetica,sans-serif;
+ font-size: x-small;
+ }
+.texte {
+ font-family: georgia,times,serif;
+ font-size: medium;
+ }
+.textepetit {
+ font-family: georgia,times,serif;
+ font-size: small;
+ }
+.grostitre {
+ font-family: georgia,times,serif;
+ font-size: xx-large;
+ font-style: bold;
+ color: #666666;
+ text-align: center;
+ font-variant: small-caps;
+ }
+.titrerubrique {
+ font-family: georgia,times,serif;
+ font-size: large;
+ font-style: bold;
+ color: #666666;
+ font-variant: small-caps;
+ }
+.encadrer_gauche {
+ text-align: center;
+ border: 1px solid #aaaaaa;
+ padding: 5px;
+ width: 100%;
+ background-color: #dddddd;
+ }
+.cadrerubrique {
+ border: 1px solid #600051;
+ padding: 5px;
+ width: 100%;
+ background-color: #ffffff;
+ }
+.encadrerdescriptif {
+ border: 1px solid #aaaaaa;
+ padding: 5px;
+ background-color: #eeeeee;
+ }
+.encadrerblanc {
+ border: 1px solid #aaaaaa;
+ padding: 5px;
+ background-color: #ffffff;
+ }
Modified: _squelettes_/spip.net/recherche.html
--- _squelettes_/spip.net/recherche.html (original)
+++ _squelettes_/spip.net/recherche.html Sun Jul 23 00:10:04 2006
@@ -6,71 +6,9 @@
<meta http-equiv="Content-Type" content="text/html; charset=#CHARSET" />
<link rel="stylesheet" href="[(#CHEMIN{spip_style.css}|direction_css)]" type="text/css" />
<link rel="stylesheet" href="[(#CHEMIN{habillage.css}|direction_css)]" type="text/css" />
-<style>
-<!--
- .droit {
- font-family: verdana,helvetica,sans-serif;
- font-size: medium;
- }
- .droitpetit {
- font-family: verdana,helvetica,sans-serif;
- font-size: small;
- }
- .droitxpetit {
- font-family: verdana,helvetica,sans-serif;
- font-size: x-small;
- }
- .memerub {
- font-family: verdana,helvetica,sans-serif;
- font-size: x-small;
- }
- .grostitre {
- font-family: georgia,times,serif;
- font-size: xx-large;
- font-style: bold;
- color: #666666;
- text-align: center;
- font-variant: small-caps;
- }
- .titrerubrique {
- font-family: georgia,times,serif;
- font-size: large;
- font-style: bold;
- color: #666666;
- font-variant: small-caps;
- }
- .encadrer_gauche {
- text-align: center;
- border: 1px solid #aaaaaa;
- padding: 5px;
- width: 100%;
- background-color: #dddddd;
- }
- .cadrerubrique {
- border: 1px solid #600051;
- padding: 5px;
- width: 100%;
- background-color: #ffffff;
- }
- .encadrerdescriptif {
- border: 1px solid #aaaaaa;
- padding: 5px;
- background-color: #eeeeee;
- }
- .encadrerblanc {
- border: 1px solid #aaaaaa;
- padding: 5px;
- background-color: #ffffff;
- }
-
- img, .spip_logos { border: none; }
-
--->
-</style>
-
</head>
-<body dir="#LANG_DIR" bgcolor="#ffffff" text="#000000" link="#600051" vlink="#5832B7" alink="#ff9900">
+<body dir="#LANG_DIR">
<center><table width="750">
<tr width="750">
<td width="150" valign="middle" align="#LANG_LEFT">
Modified: _squelettes_/spip.net/rubrique.html
--- _squelettes_/spip.net/rubrique.html (original)
+++ _squelettes_/spip.net/rubrique.html Sun Jul 23 00:10:04 2006
@@ -13,44 +13,6 @@
<link rel="stylesheet" href="[(#CHEMIN{topmenu.css}|direction_css)]" type="text/css" />
<style type="text/css">
<!--
- .droit {
- font-family: verdana,helvetica,sans-serif;
- font-size: medium;
- }
- .droitpetit {
- font-family: verdana,helvetica,sans-serif;
- font-size: small;
- }
- .droitxpetit {
- font-family: verdana,helvetica,sans-serif;
- font-size: x-small;
- }
- .memerub {
- font-family: verdana,helvetica,sans-serif;
- font-size: x-small;
- }
- .grostitre {
- font-family: georgia,times,serif;
- font-size: xx-large;
- font-style: bold;
- color: #666666;
- text-align: center;
- font-variant: small-caps;
- }
- .titrerubrique {
- font-family: georgia,times,serif;
- font-size: large;
- font-style: bold;
- color: #666666;
- font-variant: small-caps;
- }
- .encadrer_gauche {
- text-align: center;
- border: 1px solid #aaaaaa;
- padding: 5px;
- width: 100%;
- background-color: #dddddd;
- }
.cadrerubrique {
border: 1px solid #600051;
-moz-border-radius: 4px;
@@ -77,16 +39,8 @@
border-bottom: 1px solid #cccccc;
-moz-border-radius: 4px;
}
- .encadrerdescriptif {
- border: 1px solid #aaaaaa;
- padding: 5px;
- background-color: #eeeeee;
- }
- .encadrerblanc {
- border: 1px solid #aaaaaa;
- padding: 5px;
- background-color: #ffffff;
- }
+
+
.absolu {position: relative; align: left;}
.body {padding: 0px; margin: 0px;}
.onglet {
@@ -109,9 +63,6 @@
padding : 3px;
background-color: #eeeeee;
}
-
- img, .spip_logos { border: none; }
-
-->
</style>
Modified: _squelettes_/spip.net/sommaire-old.html
--- _squelettes_/spip.net/sommaire-old.html (original)
+++ _squelettes_/spip.net/sommaire-old.html Sun Jul 23 00:10:04 2006
@@ -5,33 +5,11 @@
<meta http-equiv="Content-Type" content="text/html; charset=#CHARSET">
<meta name="Keywords" content="SPIP, documentation officielle">
<link rel="alternate" type="application/rss+xml" title="spip.net" href="/backend.php3">
-<style type="text/css">
-<!--
- a {text-decoration: none; }
- a:hover {text-decoration: underline;}
-
- .droit {
- font-family: verdana,helvetica,sans-serif;
- font-size: medium;
- }
- .droitpetit {
- font-family: verdana,helvetica,sans-serif;
- font-size: small;
- }
- .encadrerblanc {
- border: 1px solid #aaaaaa;
- padding: 5px;
- background-color: #ffffff;
- }
-
- img, .spip_logos { border: none; }
-
--->
-</style>
-
+<link rel="stylesheet" href="[(#CHEMIN{spip_style.css}|direction_css)]" type="text/css" />
+<link rel="stylesheet" href="[(#CHEMIN{habillage.css}|direction_css)]" type="text/css" />
</head>
-<body bgcolor="#ffffff" text="#000000" link="#600051" vlink="#5832B7" alink="#ff9900">
+<body>
<center><table border="0"><tr><td style="text-align: center;">
<br /><br /><br />
Modified: _squelettes_/spip.net/sommaire.html
--- _squelettes_/spip.net/sommaire.html (original)
+++ _squelettes_/spip.net/sommaire.html Sun Jul 23 00:10:04 2006
@@ -7,30 +7,9 @@
<link rel="alternate" type="application/rss+xml" title="spip.net" href="/backend.php3">
<link rel="stylesheet" href="[(#CHEMIN{spip_style.css}|direction_css)]" type="text/css" />
<link rel="stylesheet" href="[(#CHEMIN{habillage.css}|direction_css)]" type="text/css" />
-<style type="text/css">
-<!--
- .droit {
- font-family: verdana,helvetica,sans-serif;
- font-size: medium;
- }
- .droitpetit {
- font-family: verdana,helvetica,sans-serif;
- font-size: small;
- }
- .encadrerblanc {
- border: 1px solid #aaaaaa;
[... 17 lines stripped ...]