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

Last change on this file since 27153 was 16034, checked in by flop25, 12 years ago

multiple changes for 2.4
adding the pattern system
border radius css3 added

File size: 1.7 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}
50/*-*/
51
52#derivativeSwitchBox A, #sortOrderBox A {
53        color: #000;
54}
55#derivativeSwitchBox, #sortOrderBox {
56        font-size: 11px;
57        color: #000;
58        text-shadow: 0 0 2px #ccc;
59        padding: 4px 8px;
60        border: 1px solid rgba(255,255,255,0.25);
61        background-color: rgb(255,255,255);
62        background-color: rgba(255,255,255,0.92);
63        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#fff));
64        border-radius: 3px;
65        -webkit-border-radius: 3px;
66        -moz-border-radius: 3px;
67        box-shadow: 0 0 5px #555;
68        -webkit-box-shadow: 0 0 5px #555;
69        -moz-box-shadow: 0 0 5px #555;
70}
71#derivativeSwitchBox A:hover, #sortOrderBox A:hover {
72        text-shadow: 0 0 1px #000;
73}
74
Note: See TracBrowser for help on using the repository browser.