[CSS] +bandeau tout moche
[ptitvelo/web/www.git] / www / plugins / skel_ptitvelo / css / perso.css.html
1 #entete p#logo-text { margin: 0; padding: 0; }
2 #entete p#logo-text a {
3 position: absolute;
4 margin: 0; padding: 0 5px 0 0;
5 font-size: 55px;
6 #GET{typo_titre}
7 letter-spacing: -1px;
8 color: #GET{couleur_liens};
9 text-decoration: none;
10 line-height:1em;
11
12 /* change the values of top and left to adjust the position of the logo*/
13 top: 90px; left: 20px;
14 }
15
16 #entete img, .spip_logos {
17 vertical-align: middle;
18 margin: 15px;
19 }
20
21 #entete p#intro {
22 font-size: 30px;
23 line-height: 1.6em;
24 width: auto;
25 top: auto;
26 left: auto;
27
28 /* change the values of top and left to adjust the position */
29 bottom: 5px;
30 right: 15px;
31 visibility: hidden;
32 }
33
34 /* Pour éviter que le paragraphe nous décale tout */
35 #entete #evitement {
36 position:absolute;
37 }
38
39 /* navigation */
40 #entete #nav {
41 height: #CONFIG{BeeSpip/affichage/taille_menu}px;
42 top: 12px;
43 position: relative;
44 background: none;
45 }
46
47 #entete #entete-image {
48 text-align: right;
49 position: relative;
50 font-size: 1.5em;
51 font-color: #FFF;
52 }
53
54 #entete #entete-image a {
55 position: float;
56 padding-top: 5px;
57 padding-left: 5px;
58 color: #FFF;
59 visibility: hidden;
60 }
61 #entete #entete-image #logo {
62 float:left;
63 }
64
65 #entete #entete-image #menu_lang {
66 position: absolute;
67 right: 5px;
68 top: 5px;
69 }
70
71 #entete #entete-image #menu_lang a {
72 visibility: visible;
73 }
74
75 /* Entete recherche */
76 #entete #formulaire_recherche form, #conteneur #formulaire_recherche form {
77 width: 210px; height: 25px;
78 }
79 #entete #formulaire_recherche form {
80 top: 2px; right: 10px;
81 }
82
83 /* Contenu */
84 #contenu h1, #contenu_presentation h1 {
85 /* font-size: 3.7em; */
86 letter-spacing: -1px;
87 }
88 #contenu h1 a {
89 color: #GET{couleur_titres};
90 border: none;
91 }
92 #contenu h2.sommaire, #contenu h3.sommaire {
93 letter-spacing: -0.6px;
94 /*line-height: 1em;*/
95 }
96
97 #entete {
98 border: none;
99 background-color: #EFAE13;
100 }
101
102 ol#controls li a {
103 background: none repeat scroll 0 0 #EFAE13;
104 border: none;
105 color: #753D0D;
106 padding: 0 10px;
107 }
108
109 th {
110 background: none repeat scroll 0 0 #EFAE13;
111 border-color: #FFFFFF;
112 color: #000000;
113 }
114
115 #colonne .liste {
116 padding-left: 10px;
117 }
118 #colonne .grid_4 {
119 border-left: 1px solid #C89B2E;
120 }
121
122
123 #contenu h2.sommaire, #contenu h3.sommaire {
124 border-bottom: 1px solid #F4C656;
125 color: #444444;
126 }
127
128 .container_12, .container_16 {
129 padding-right: 15px;
130 }
131
132 #colonne .liste h4, .grid_4.actucolonne2 h4, #colonne_bandeau .liste h4 {
133 border-bottom: 1px solid #EBEBEB;
134 --color: #9F5D00;
135 color: #B8850A;
136 }
137
138 hr.spip {
139 background-color: #F4C656;
140 }
141
142 .caractencadre-spip {
143 color: #B8850A;
144 font-weight: bold;
145 }
146
147 .sf-menu ul li a, .sf-menu ul li a:visited {
148 color: #666666;
149 }