source: trunk/spip/esqueleto-redcta/plugins/magusine/themes/sens_sculpture/footer.css @ 115

Last change on this file since 115 was 80, checked in by guille, 16 years ago

el plugin completo

  • Property svn:executable set to *
File size: 341 bytes
Line 
1/* sens_sculpture  : theme */
2/* juillet 2007, par stephane */
3/* footer */
4
5#footer {
6margin-top: 4em;
7padding: 1em 0em;
8border-top: 1px dotted #ddd;   
9font-size: 9px;
10
11}
12
13#footer p {
14margin-top: 1em;
15color: #ddd;
16text-align: right;     
17}
18
19#footer a {
20color: #ddd;
21text-decoration: none; 
22}
23
24#footer a:hover {
25border-bottom: 1px dotted #ddd; 
26}
Note: See TracBrowser for help on using the repository browser.