source: extensions/floPure/Pure_default/theme.css @ 9716

Last change on this file since 9716 was 9716, checked in by flop25, 13 years ago

Massive update !
sprite for icons
old icons deleted
adding a text for about.php
version changed to auto for all themes
a few other changes

File size: 770 bytes
Line 
1/* ---------------------------------------------------------------------------
2Theme Pure_default
3
4child-theme of Pure_default
5
6by flop25 http://www.planete-flop.fr/
7------------------------------------------------------------------------------ */
8
9@import "iconset.css";
10
11/* positionnement */
12#autre_content {
13        padding-bottom: 1em;
14}
15
16#menubar DL, #menubar DT, #the_page, BODY {
17        margin: 0px;
18        padding: 0px;
19}
20#content, .content {
21margin-right:0;
22}
23.stuffs_block {
24margin-bottom:5px!important;
25}
26#theImage P {
27        margin-left:10%;
28        margin-right:10%;
29}
30
31/*--------menu--------------*/
32#table_content, .table_menu, #table_mbLinks, #table_mbCategories, #table_mbTags, #table_mbSpecials, #table_mbMenu, #table_mbIdentification {
33width:100%;
34border:0;
35padding:0;
36margin:0;
37}
38
Note: See TracBrowser for help on using the repository browser.