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

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

Regex changed : use [\s]* instead of [\r\t\n]*
the div autre_content is displayed with prefiltrers

File size: 930 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.stuffs_block {
21margin-bottom:5px!important;
22}
23#theImage P {
24        margin-left:10%;
25        margin-right:10%;
26}
27.thumbnails SPAN, .thumbnails .wrap2 A, .thumbnails LABEL, .thumbnailCategory DIV.illustration {
28    width: auto;
29}
30.description  {
31    padding-left: 10px;
32}
33.illustration IMG {
34        max-height:128px;
35}
36
37/*--------menu--------------*/
38#table_content, .table_menu, #table_mbLinks, #table_mbCategories, #table_mbTags, #table_mbSpecials, #table_mbMenu, #table_mbIdentification {
39width:100%;
40border:0;
41padding:0;
42margin:0;
43}
44
Note: See TracBrowser for help on using the repository browser.