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