eb86241a738e2960ba5f29b38ca49f5eedd079fc
[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 }
19
20 #entete p#intro {
21 font-size: 30px;
22 line-height: 1.6em;
23 width: auto;
24 top: auto;
25 left: auto;
26
27 /* change the values of top and left to adjust the position */
28 bottom: 5px;
29 right: 15px;
30 visibility: hidden;
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 visibility: hidden;
59 }
60 #entete #entete-image #logo {
61 float:left;
62 }
63
64 #entete #entete-image #menu_lang {
65 position: absolute;
66 right: 5px;
67 top: 5px;
68 }
69
70 #entete #entete-image #menu_lang a {
71 visibility: visible;
72 }
73
74 /* Entete recherche */
75 #entete #formulaire_recherche form, #conteneur #formulaire_recherche form {
76 width: 210px; height: 25px;
77 }
78 #entete #formulaire_recherche form {
79 top: 2px; right: 10px;
80 }
81
82 /* Contenu */
83 #contenu h1, #contenu_presentation h1 {
84 /* font-size: 3.7em; */
85 letter-spacing: -1px;
86 }
87 #contenu h1 a {
88 color: #GET{couleur_titres};
89 border: none;
90 }
91 #contenu h2.sommaire, #contenu h3.sommaire {
92 letter-spacing: -0.6px;
93 /*line-height: 1em;*/
94 }
95
96 #entete {
97 border: none;
98 background-color: #EFAE13;
99 }
100
101 ol#controls li a {
102 background: none repeat scroll 0 0 #EFAE13;
103 border: none;
104 color: #753D0D;
105 padding: 0 10px;
106 }
107
108 th {
109 background: none repeat scroll 0 0 #EFAE13;
110 border-color: #FFFFFF;
111 color: #000000;
112 }
113
114 #colonne .liste {
115 padding-left: 10px;
116 }
117 #colonne .grid_4 {
118 border-left: 1px solid #C89B2E;
119 }
120
121
122 #contenu h2.sommaire, #contenu h3.sommaire {
123 border-bottom: 1px solid #F4C656;
124 color: #444444;
125 }
126
127 .container_12, .container_16 {
128 padding-right: 15px;
129 }
130
131 #colonne .liste h4, .grid_4.actucolonne2 h4, #colonne_bandeau .liste h4 {
132 border-bottom: 1px solid #EBEBEB;
133 --color: #9F5D00;
134 color: #B8850A;
135 }
136
137 hr.spip {
138 background-color: #F4C656;
139 }
140
141 .caractencadre-spip {
142 color: #B8850A;
143 font-weight: bold;
144 }
145
146 .sf-menu ul li a, .sf-menu ul li a:visited {
147 color: #666666;
148 }
149
150 a:hover, a:focus {
151 color: #753D0D;
152 border-bottom: 1px dotted #753D0D;
153 }
154
155 h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus {
156 color: #753D0D;
157 border-bottom: 0px none;
158 }
159
160 .accroche a:hover, .accroche a:focus, .accroche h2 a:hover, .accroche h2 a:focus {
161 color: #EFAE13;
162 border-bottom: 0px none;
163 }
164
165 #colonne .liste h4 a:hover, .grid_4.actucolonne2 h4 a:hover, #colonne_bandeau .liste h4 a:hover, #colonne .liste h4 a:focus, .grid_4.actucolenne2 h4 a:focus, #colonne_bandeau .liste h4 a:focus {
166 color: #753D0D;
167 border-bottom: 1px dotted #753D0D;
168 }
169
170 ul.liste-items a:hover, ul.liste-items a:focus {
171 color: #753D0D;
172 border-bottom: 1px dotted #753D0D;
173 }