[CSS] ~empêcher les dépassements pour le bloc des horaires
[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 : none;
87 }
88
89 #entete-wrap {
90 background-color: #EFAE13;
91 }
92
93
94 ol#controls li a {
95 background: none repeat scroll 0 0 #EFAE13;
96 border: none;
97 color: #753D0D;
98 padding: 0 10px;
99 }
100
101 th {
102 background: none repeat scroll 0 0 #EFAE13;
103 border-color: #FFFFFF;
104 color: #000000;
105 }
106
107 #colonne .liste {
108 padding-left: 10px;
109 }
110 #colonne .grid_4 {
111 border-left: 1px solid #C89B2E;
112 }
113
114
115 #contenu h2.sommaire, #contenu h3.sommaire {
116 border-bottom: 1px solid #F4C656;
117 color: #444444;
118 }
119
120 .container_12 .grid_3, .container_16 .grid_4 {
121 height: 375px;
122 overflow: hidden;
123 }
124
125 #colonne .liste h4, .grid_4.actucolonne2 h4, #colonne_bandeau .liste h4 {
126 border-bottom: 1px solid #EBEBEB;
127 --color: #9F5D00;
128 color: #B8850A;
129 }
130
131 hr.spip {
132 background-color: #F4C656;
133 }
134
135 .caractencadre-spip {
136 color: #B8850A;
137 font-weight: bold;
138 }
139
140 .sf-menu ul li a, .sf-menu ul li a:visited {
141 color: #666666;
142 }