(je retente dans le bon dossier :| )

1er jet de thème 2 colonnes pour écran large avec bandeau et dominante bleue.
Voir to_do.txt pour ce qu'il reste à faire
svn/root
jeanmarie.listes@cousumain.info 9 years ago
commit fd9da6a9e6

7
.gitattributes vendored

@ -0,0 +1,7 @@
* text=auto !eol
css/variante.css -text
images/bandeau.jpg -text
lang/paquet-dist_theme_waz_fr.php -text
/paquet.xml -text
/to_do.txt -text
/vignette.jpg -text

@ -0,0 +1,58 @@
body {padding:0;background:#fff;border-top: 20px solid #1989ca;color: #333;}
input.submit {background-color:#1989ca;border:0;color:#fff;}
.formulaire_spip input.text, .formulaire_spip textarea {border: 1px solid #b6b6b6;}
a {color:#1989ca;}
a:focus, a:hover, a:visited {background-color:transparent;color:#1989ca;text-decoration:underline;}
a:focus { background: transparent !important;color:#1989ca !important;}
.formulaire_recherche input.text {margin-right:0.5em;border:0;border-bottom:1px dotted #1989ca;}
.page {width:100%;max-width:1300px;}
.header {height:300px;border:0;background:url("../images/bandeau.jpg") no-repeat center center;}
.header .spip_logo_site, .header .spip_logo_site a, .header .spip_logo_site a:hover {color:#1989ca;}
.header .spip_logo_site, .header #slogan {display:inline-block;padding-left:20px;min-width:50%;background:rgba(255,255,255,0.8);line-height:1.2em;color:#1989ca;}
.header .spip_logo_site img {display:none;}
.main {margin:1em;}
.wrapper {width:73%}
.content {padding-right:1em;border-right:1px solid #b6b6b6}
.nav {border:0;background:#1989ca;}
.nav ul {margin:0;padding:0.5em 0 0 0.5em;}
.nav ul li a {border:0;background:transparent;color:#fff;}
.nav ul li a:focus, .nav ul li a:hover, .nav ul li a:active, .nav ul li a:focus, .nav li.on a { background:#fff !important;color:#1989ca;}
.arbo {margin-left:1.5em;padding:0.5em;color:#b6b6b6;}
.arbo a:link, .arbo a:visited {color:#b6b6b6;}
.arbo a:hover {background:transparent;color:#1989ca;}
.cartouche .info-publi {text-align:right;}
.chapo {margin:1em;font-size:1.4em;font-weight:normal;}
.table th, table.spip th, .table td, table.spip td {border:0;}
table.spip tbody tr.odd th, table.spip tr.odd td {background-color:#1989ca;color:#fff;}
table.spip tbody tr.even th {background:trensparent;}
hr {margin:1em auto;width:60%;border: 1px solid #1989ca;}
blockquote.spip {padding:1em 1em 0.1em 1em;background:#1989ca;color:#fff;font-size:1.2em;}
.comments , .forum-titre {border-top: 2px solid #1989ca;}
.comment-item {border:0;}
.comments-items .comments-items {border-left: 1px solid #b6b6b6;}
.hyperlien, .ps, .notes {margin:1.5em;}
.aside h2 {border:0;}
.footer {padding:1em;font-size:0.8em;border-top: 1px solid #b6b6b6;}
.pagination a:hover {background-color:#1989ca;color:#fff;}
.spip_code {background-color: rgba(227, 227, 211, 1);}

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

@ -0,0 +1,12 @@
<?php
// This is a SPIP language file -- Ceci est un fichier langue de SPIP
if (!defined('_ECRIRE_INC_VERSION')) return;
$GLOBALS[$GLOBALS['idx_lang']] = array(
'dist_theme_waz_nom' => "Thème Dist Waz",
'dist_theme_waz_slogan' => "Un thème sur 2 colonnes avec un bandeau en entête.",
'dist_theme_waz_description' => ""
);
?>

@ -0,0 +1,16 @@
<paquet
prefix="dist_theme_waz"
categorie="theme"
version="0.0.5"
etat="stable"
compatibilite="[3.0.0;["
logo="vignette.jpg"
>
<nom>Thème Dist Waz</nom>
<auteur>jeanmarie</auteur>
<licence>CC by-nc</licence>
<utilise nom="dist" compatibilite="];[" />
</paquet>

@ -0,0 +1,7 @@
- vérifier les a:active qui ont du être forcés (cf http://archives.rezo.net/archives/spip-dev.mbox/W3TL3U2AGFFKYDI54J7ZA6LPIMLG5OV5/ )
- styles de PS et Notes
- mettre une autre typo sans-serif pour les titres
- fingnoler les styles dans un artilce (<quote>, <table>...)
- tester tout ça en RWD
- ranger les styles css pour plus de compréhension
- ... le reste

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Loading…
Cancel
Save