Line | |
---|
1 | /* Tableaux */ |
---|
2 | table.spip { |
---|
3 | max-width: 99%; |
---|
4 | margin-right: auto; |
---|
5 | margin-left: auto; |
---|
6 | margin-bottom: $typo-margin-vertical; |
---|
7 | border-collapse: collapse; |
---|
8 | border-spacing: 0; |
---|
9 | line-height: normal; |
---|
10 | } |
---|
11 | |
---|
12 | table.spip caption { |
---|
13 | caption-side: top; /* bottom pas pris en compte par IE */ |
---|
14 | text-align: center; |
---|
15 | margin-right: auto; |
---|
16 | margin-left: auto; |
---|
17 | font-weight: bold; |
---|
18 | } |
---|
19 | |
---|
20 | table.spip tr:nth-child(odd) { |
---|
21 | background: white; |
---|
22 | } |
---|
23 | |
---|
24 | table.spip tr:not(even) { |
---|
25 | background: #f9f9f9; |
---|
26 | } |
---|
27 | |
---|
28 | table.spip th, table.spip td { |
---|
29 | padding: 0.20em 0.40em; |
---|
30 | text-align: left; |
---|
31 | border: 1px solid #ccc; |
---|
32 | } |
---|
33 | |
---|
34 | table.spip th { |
---|
35 | background: #eee; |
---|
36 | vertical-align: top; |
---|
37 | font-weight: bold; |
---|
38 | } |
---|
39 | |
---|
40 | table.spip td { |
---|
41 | vertical-align: top; |
---|
42 | } |
---|
43 | |
---|
44 | table.spip td.numeric { |
---|
45 | text-align: right; |
---|
46 | } |
---|
47 | |
---|
48 | // listes |
---|
49 | ul.spip { |
---|
50 | li { |
---|
51 | margin-bottom: 0.25em; |
---|
52 | } |
---|
53 | } |
---|
54 | |
---|
55 | /* ajax */ |
---|
56 | /* loading ajax */ |
---|
57 | .bugajaxie { |
---|
58 | display: none; |
---|
59 | } |
---|
60 | |
---|
61 | .ariaformprop, |
---|
62 | .ajaxbloc { |
---|
63 | position: relative; |
---|
64 | } |
---|
65 | |
---|
66 | .ariaformprop .image_loading, |
---|
67 | .ajaxbloc .image_loading { |
---|
68 | position: absolute; |
---|
69 | top: 0; |
---|
70 | right: 0; |
---|
71 | } |
---|
72 | |
---|
73 | /* Modeles par defaut */ |
---|
74 | .spip_modele { |
---|
75 | float: right; |
---|
76 | display: block; |
---|
77 | width: 25%; |
---|
78 | border: 1px dotted #666; |
---|
79 | } |
---|
80 | |
---|
81 | .spip_documents { |
---|
82 | margin-bottom: $typo-margin-vertical; |
---|
83 | text-align: center; |
---|
84 | font-size: 90%; |
---|
85 | .spip_doc_titre { |
---|
86 | margin: 0.8em auto 0 auto; |
---|
87 | } |
---|
88 | } |
---|
89 | |
---|
90 | @media print { |
---|
91 | .pagination { |
---|
92 | display: none; |
---|
93 | } |
---|
94 | .spip-admin, |
---|
95 | #spip-admin { |
---|
96 | display: none; |
---|
97 | } |
---|
98 | } |
---|
99 | |
---|
100 | /* Boutons action */ |
---|
101 | .bouton_action_post, |
---|
102 | .bouton_action_post > div { |
---|
103 | display: inline; |
---|
104 | } |
---|
105 | |
---|
106 | /* pas de bouton fullscreen dans la barre typo sur le front */ |
---|
107 | .markItUpTabs a.fullscreen { |
---|
108 | display: none; |
---|
109 | } |
---|
110 | |
---|
111 | .spip_surligne { |
---|
112 | background: #6f6f6f; |
---|
113 | color: white; |
---|
114 | font-weight: bold; |
---|
115 | padding: 0px 2px; |
---|
116 | } |
---|
117 | |
---|
118 | /* documents */ |
---|
119 | .spip_documents { |
---|
120 | width: auto !important; |
---|
121 | max-width:100%; |
---|
122 | text-align: center; |
---|
123 | @include module-block(); |
---|
124 | } |
---|
125 | |
---|
126 | .spip_documents_center { |
---|
127 | clear: both; |
---|
128 | width: 100%; |
---|
129 | margin-left: auto; |
---|
130 | margin-right: auto; |
---|
131 | } |
---|
132 | |
---|
133 | span.spip_documents_center { |
---|
134 | display: block; |
---|
135 | //margin-top: 1em; |
---|
136 | } |
---|
137 | |
---|
138 | .spip_documents_left { |
---|
139 | float: left; |
---|
140 | margin-right: 1em; |
---|
141 | } |
---|
142 | |
---|
143 | .spip_documents_right { |
---|
144 | float: right; |
---|
145 | margin-left: 1em; |
---|
146 | } |
---|
147 | |
---|
148 | .spip_doc_titre, .spip_doc_descriptif { |
---|
149 | margin-left: auto; |
---|
150 | margin-right: auto; |
---|
151 | } |
---|
152 | |
---|
153 | .spip_doc_descriptif { |
---|
154 | clear: both; |
---|
155 | } |
---|
156 | |
---|
157 | @include media($bp-medium) { |
---|
158 | .spip_documents_left, |
---|
159 | .spip_documents_right { |
---|
160 | float: none; |
---|
161 | margin-left: 0; |
---|
162 | text-align: center; |
---|
163 | } |
---|
164 | } |
---|
165 | |
---|
166 | .spip_documents .oembed { |
---|
167 | background: none; |
---|
168 | padding: 0; |
---|
169 | border: none; |
---|
170 | } |
---|
171 | |
---|
172 | /* Barre de raccourcis typographiques */ |
---|
173 | table.spip_barre { |
---|
174 | width: 100%; |
---|
175 | } |
---|
176 | |
---|
177 | table.spip_barre a img { |
---|
178 | background: #FDA; |
---|
179 | padding: 3px; |
---|
180 | border: 1px outset #999; |
---|
181 | } |
---|
182 | |
---|
183 | table.spip_barre a:hover img { |
---|
184 | background: #FFF; |
---|
185 | border: 1px solid #999; |
---|
186 | } |
---|
187 | |
---|
188 | table.spip_barre input.barre { |
---|
189 | width: 100%; |
---|
190 | background: #EEE; |
---|
191 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.