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