Projet

Général

Profil

Demande #82 » application.css

Mise à jour - Vincent-Xavier JUMEL, 03/06/2011 15:47

 
1
/*
2
 * 2010 01 31
3
 * echarp
4
 */
5

    
6
/* Reusing the standard css stylesheet */
7
@import url(../../../stylesheets/application.css);
8
@import url(../../classic/stylesheets/application.css);
9

    
10
#main a {
11
  color: #02739F;
12
  text-decoration: none; }
13

    
14
/* This is the global page */
15
#wrapper {
16
  background: #FFFFFF url(http://www.april.org/themes/zen/zen_april/images/header_bg_right.gif) no-repeat scroll right top;
17
}
18

    
19
#top-menu {
20
  height: 87px;
21
  position: relative;
22
  background: transparent url(http://www.april.org/sites/default/themes/zen_april/logo.png) no-repeat scroll left top;
23
}
24
#top-menu a { color: #005184; }
25
#top-menu #account ul { position: static; }
26
#top-menu ul {
27
  bottom: 0;
28
  right: 1em;
29
  position: absolute; }
30
#top-menu > ul li {
31
  font-size: 13px;
32
  margin-right: 2px;
33
  background-repeat: repeat-x;
34
  border-width: 1px 1px medium;
35
  background-position: center 0%;
36
  border-style: solid solid none;
37
  border-radius: 5px 5px 0 0;
38
  -moz-border-radius-topleft: 5px;
39
  -moz-border-radius-topright: 5px;
40
  -webkit-border-radius: 5px 5px 0 0;
41
  border-color: #E2E5E9;
42
  use-text-color #E2E5E9;
43
  -moz-use-text-color #E2E5E9;
44
  -webkit-use-text-color #E2E5E9;
45
  background-image: url(http://www.april.org/themes/zen/zen_april/images/navbar_item_bg.gif);
46
}
47
#top-menu > ul li:hover { background-position: left bottom; }
48

    
49
#top-menu > ul a {
50
  margin: 0;
51
  display: block;
52
  padding: 2px 10px;
53
}
54
#top-menu > ul li:hover a { 
55
  color: white; 
56
  background-color: #005184;
57
  border-radius: 5px 5px 0 0;
58
  -moz-border-radius-topleft: 5px;
59
  -moz-border-radius-topright: 5px;
60
  -webkit-border-radius: 5px 5px 0 0;
61
}
62

    
63
#header {
64
  padding: 0;
65
  /*height: auto;
66
  height: 5em;
67
  min-height: 55px;*/
68
  background-color: #005184;
69
  background-repeat: repeat-x;
70
  background-position: left bottom;
71
  background-image: url(http://www.april.org/themes/zen/zen_april/images/content_header_bg.gif);
72
}
73
#header h1 {
74
  font-weight: normal;
75
  padding: 12px 0 0 0.6em;
76
  text-shadow: 0px 0px 9px #CCF; }
77
#quick-search {
78
  height: 100%;
79
  margin-right: 0;
80
  padding-right: 2em;
81
  background-repeat: no-repeat;
82
  background-position: right top;
83
  background-image: url(http://www.april.org/themes/zen/zen_april/images/rightmargin_top_bg.gif);
84
}
85

    
86
#q {
87
  border: 1px solid #013A50;
88
  padding: 2px 4px;
89
  font-size: 11px;
90
  width: 100px;
91
}
92

    
93
/* Mostly the tabs just below the page title */
94
#main-menu {
95
  width: auto;
96
  border: none;
97
  margin-left: 1em;
98
  background-color: transparent; }
99
#main-menu li a {
100
  color: #777;
101
  padding: 6px;
102
  margin-right: 2px;
103
  border-right: none;
104
  background-color: #DDD;
105
  border-radius: 5px 5px 0 0;
106
  -moz-border-radius-topleft: 5px;
107
  -moz-border-radius-topright: 5px;
108
  -webkit-border-radius: 5px 5px 0 0;
109
}
110
#main-menu li a.selected, #main-menu li a.selected:hover {
111
  color: black;
112
  background-color: white;
113
  border-bottom-color: white; }
114
#main-menu li a:hover {
115
  color: #666;
116
  background-color: #eee;
117
  border-bottom-color: #eee; }
118

    
119
#sidebar {
120
  width: 200px;
121
  padding-left: 8px;
122
  background-color: #E6EBED; }
123

    
124
#content {
125
  width: auto;
126
  overflow: auto; }
127

    
128
/* This is a ticket specific problem, in relation with sidebar */
129

    
130
#footer, #footer a {
131
  color: #666;
132
  text-align: right;
133
  background-color: #DFDFDF; }
(5-5/5)