~yoboy-leguesh/ubuntu-fr-static/bug-765838

« back to all changes in this revision

Viewing changes to theme2010/css/header.css

  • Committer: Pierre PAVARD
  • Date: 2010-12-07 02:09:37 UTC
  • Revision ID: mcpeter@ubuntu-fr-secours.org-20101207020937-dpspipwu9kbnzxga
Mise à jour entre forum et doc des css de base

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
  les '../images' sont en relatif sur http://-STATIC-/images/
7
7
 
8
8
  v0.1 - 13/06/2010 - McPeter
 
9
  v0.2 - 07/12/2010 - McPeter xabilon
9
10
*/
10
11
 
11
12
#header{ 
21
22
  }
22
23
    #logo h1{ 
23
24
      margin:0;
24
 
      /* 325px au lieu de 256px pour le logo 'edubuntu' - McPeter - 27/07/2010 */
25
25
      min-width:325px; min-height:65px; 
26
26
      text-indent:-9000px;
27
27
    }
28
 
    #logo a{ 
29
 
      /* font-size:0.84em; valeur d'origine */
30
 
      font-size:0.85em;
31
 
    }
 
28
    #logo a{ font-size:0.85em; }
32
29
 
33
30
  #search {
34
31
    float:none;
35
32
    margin-left:auto;
36
 
    width:25em; height:1.7em; /*width:340px; height:23px; modification pour ajustement */
 
33
    width:26em; height:1.7em;
37
34
    background-color:#FFF;
38
35
    border-width:1px;
39
36
    border-style:inset;
42
39
    -moz-border-radius:1em;
43
40
    -o-border-radius:1em;
44
41
    -khtml-border-radius:1em;
45
 
 
46
42
    vertical-align:bottom;
47
43
  }
48
44
    #search input{ color:gray; }
49
45
    #search input[type=text]{
50
46
      float:left;
51
47
      margin:3px 0 0 4px; padding:0 0 2px 20px;
52
 
      /*width:230px;*/ width:170px;
 
48
      width:12.4em;
53
49
      background-color:transparent; background-position:1px 1px; background-repeat:no-repeat;
54
50
      border:none;
55
51
    }
56
52
    #search select{
57
53
      position:relative; z-index:1;
58
54
      margin-top:1px;
59
 
      width:110px;
 
55
      width:9em;
60
56
      background-color:transparent;
61
57
      border:none;
62
58
      border-left:1px solid #B3B3B3;
64
60
    #search input[type=submit]{
65
61
      position:relative; z-index:1;
66
62
      margin-top:1px; padding:0.1em 0 0.3em;
67
 
      width:30px;
 
63
      width:2em;
68
64
      background-color:transparent;
69
65
      border:none;
70
66
      border-left:1px solid #B3B3B3;
74
70
 
75
71
/*
76
72
  #login : doc
77
 
  #brdwelcome > #login_top : forum
 
73
  #brdwelcome & #login_top : forum
78
74
*/
79
75
  #brdwelcome{
80
76
    clear:none;
90
86
  #login_top input, #search input{color:#808080;}
91
87
  #login, #login_top{
92
88
    margin:5px 0 0 auto;
93
 
    width:28em; /*width:400px; modification pour ajustement */
 
89
    width:30em;
94
90
    text-align:right;
95
91
    color:#808080;
96
92
  }
97
93
    #login input[type=text], #login input[type=password], #login_top input[type=text], #login_top input[type=password]{
98
94
      margin-right:10px; padding:2px 5px;
99
 
      width:80px;
 
95
      width:6em;
100
96
      background-color:#FFF;
101
97
      border-width:1px;
102
98
      border-style:inset;
108
104
      color:#808080;
109
105
    }
110
106
    #login input[type=submit], #login_top input[type=submit]{
111
 
      padding:0;
 
107
      padding:0 0 2px;
112
108
      background-color:transparent;
113
109
      border:none;
114
110
      cursor:pointer;