source: trunk/spip/esqueleto-redcta/themes/alternatives/styles/alter.css @ 30

Last change on this file since 30 was 30, checked in by sebas, 17 years ago

nueva importacion del codigo del esqueleto de redcta con los plugins

File size: 1.0 KB
Line 
1body {
2        background-image: url(img/body_bg.png);
3        background-repeat: repeat;
4}
5#entete
6{
7        background-image: url(img/globe.jpg);
8        background-repeat: no-repeat;
9        background-position: left bottom;
10        text-align: right;
11}
12#entete a.nom-site, 
13#entete a.nom-site:link, 
14#entete a.nom-site:visited
15{
16        background-image: url(img/autre-monde.jpg);
17        background-repeat: no-repeat;
18        background-position: right top;
19}
20.menu ul li a, .menu ul li b
21{       
22        background-image: url(img/titre-coin.gif);
23        background-repeat: no-repeat;
24        background-position: top left;
25}
26.edito h3
27{
28        background-image: url(img/titre-coin.gif);
29        background-repeat: no-repeat;
30        background-position: top left;
31}
32.signatures td 
33{       
34        background-image: url(img/titre-coin.gif);
35        background-repeat: no-repeat;
36        background-position: top left;
37}
38
39/* a deplacer dans styles.html */
40.separateur
41{
42        background-repeat: no-repeat;
43        background-position: left center;
44        background-image: url(img/puce.gif);
45}
46
47#entete .nom-site span { right: 200px; }
48
49#menu-lang,
50#formulaire-lang
51{
52        right: 0;
53        text-align: right;
54}
55
56
57
58
59
60
Note: See TracBrowser for help on using the repository browser.