-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy paththeme.css
75 lines (66 loc) · 1.58 KB
/
theme.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
/* ---------------------------------------------------------------------------
Theme Pure_default
child-theme of Pure_default
by flop25 http://www.planete-flop.fr/
------------------------------------------------------------------------------ */
@import "iconset.css";
/* positionnement */
#autre_content {
padding-bottom: 1em;
}
#menubar DL, #menubar DT, #the_page, BODY {
margin: 0px;
padding: 0px;
}
.stuffs_block {
margin-bottom:5px!important;
}
#theImage P {
margin-left:10%;
margin-right:10%;
}
.thumbnails .wrap2 A, .thumbnails LABEL, .thumbnailCategory DIV.illustration {
width: auto!important;
}
.description {
padding-left: 10px;
}
.illustration IMG {
max-height:128px;
}
/*--------menu--------------*/
#table_content, .table_menu, #table_mbLinks, #table_mbCategories, #table_mbTags, #table_mbSpecials, #table_mbMenu, #table_mbIdentification {
width:100%;
border:0;
padding:0;
margin:0;
}
/*--------image--------------*/
#imageHeaderBar .browsePath {
font-size: 120%;
font-weight: bold;
}
/*-*/
.switchBox A {
color: #000;
}
.switchBox {
font-size: 11px;
color: #000;
text-shadow: 0 0 2px #ccc;
padding: 4px 8px;
border: 1px solid rgba(255,255,255,0.25);
background-color: rgb(255,255,255);
background-color: rgba(255,255,255,0.92);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#fff));
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
box-shadow: 0 0 5px #555;
-webkit-box-shadow: 0 0 5px #555;
-moz-box-shadow: 0 0 5px #555;
}
.switchBox A:hover {
color: #000;
text-shadow: 0 0 1px #000;
}