~ubuntu-fr-webteam/ubuntu-fr-static/trunk

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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
/* 
  -- Style Kubuntu pour la DOC --
  http://-STATIC-/css/doc-kubuntu.css

  les '../images' sont en relatif sur http://-STATIC-/images/

  v0.1 - 13/06/2010 - McPeter
  v0.2 - 07/12/2010 - McPeter & xabilon
  v0.3 - 12/12/2010 - McPeter
  v0.4 - 24/03/2011 - McPeter
*/

/* Liens */
/* Basique */ 
#main a.wikilink1, #main a.wikilink2{ color:#013467; }

body{ background-image:url('../images/commun/kubuntu/ground_body.png'); background-color:#A9CBED; }

  #logo{ background-image:url('../images/commun/kubuntu/logo.png'); }
  #search input[type=text]{ background-image:url('../images/commun/kubuntu/search.png'); }

  /* Section navigation.css */
  #navigation #active{ 
    background-image:url('../images/commun/kubuntu/navigation_menu_1.png');
    background-color:#A1C1E0; /* fond actif */
  }
  #navigation #active .cat a:hover{ color:#0019A8; }

  #navigation h2{ background-image:url('../images/commun/kubuntu/navigation_menu_2.png'); }

  /* Hallo */
  a.title:hover span{ background-image:url('../images/commun/kubuntu/thumb_hover.png'); }

  #main h3 a{ color:#0019A8; }

  #main h1{
    background-image:url('../images/doc/kubuntu/bandeau_h1_haut.png');
    background-color:#7ca3c9;
  }
  #main h1:after{
    background-image:url('../images/doc/kubuntu/bandeau_h1_bas.png');
  }
  #main h1:before{
    background-image:url('../images/doc/kubuntu/ruban.png');
  }
    #main h1 a{

    }

  #main h2{
  }
    #main h2, #main h3, #main h4, #main h5 {
      color:#0019A8;
    }

  #main h4{ font-style:italic; }

/* Menu droit */
#dw__toc {
    background:url('../images/commun/kubuntu/ruban_center.png') top left repeat-x #F6F6F6;
}
#dw__toc h3.toggle {
    background:transparent url('../images/commun/kubuntu/ruban_left.png') top left no-repeat;
}

/* TABLEAUX */
  .inline tr{
    background-color:#a1c0df;
    background-image:url('../images/doc/kubuntu/tableaux_gauche_1px.png');
  }
    .inline th{
      background-color:#a1c0df;
    }
    .inline tr:first-child th:first-child{
      background-image:url('../images/doc/kubuntu/tableaux_haut_gauche.png');
    }
    .inline th:last-child{
      background-image:url('../images/doc/kubuntu/tableaux_droite_1px.png');
    }
    .inline tr:first-child th:last-child:before{
      background-image:url('../images/doc/kubuntu/tableaux_haut_droite.png');
    }

/* Pluggin Boite par défaut - Couleur au thème Ubuntu */
div.box .xb1, div.box .xb2, div.box .xb3, div.box .xb4{
  background-color: rgb(85,129,172); /* #5581AC */
  border-color: rgb(51,45,32);
}
div.box .xbox{
  background-color: rgb(85,129,172); /* #5581AC */
  border-color: rgb(51,45,32);
}
div.box div.xbox .box_title{
  background-color: rgb(161,193,224); /* #A1C1E0 */
}
div.box div.xbox .box_content{
  background-color: rgb(255,255,255);
}