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

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

correction for 2.3 and the menu on picture page : adding the table layout on the picture page in order to harmonize the style

File size: 1.0 KB
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
45/*--------image--------------*/
46#imageHeaderBar .browsePath {
47    font-size: 120%;
48    font-weight: bold;
49}
Note: See TracBrowser for help on using the repository browser.