correction notices et modifs css
[mw_pages] / app / out / default / css / actions / pages_view.css
1 /* ------------------------------------------------- ARIANE */
2
3 .page_ariane{
4   border-bottom: dashed 1px #d5d5d5;
5 }
6
7 .page_ariane:after{
8   content: "";
9   display: table;
10   clear: both;
11 }
12
13 .page_ariane li{
14   float: left;
15   padding-right: 5px;
16   font-size: 1em;
17 }
18
19 .page_ariane li a{
20   padding-left: 5px;
21   font-size: 1.1em;
22 }
23
24 .page_ariane li:first-child a{
25   padding-left: 0px;
26 }
27
28 .page_ariane li:before{
29   content: ">";
30 }
31
32 .page_ariane li:first-child:before{
33   content: "";
34 }
35
36 /* ------------------------------------------------- SOUS PAGES */
37
38 nav.sous_pages{
39   margin-bottom: 1em;
40 }
41
42 nav.sous_pages ul{
43   list-style-type: none;
44   margin: 5px 20px 5px 10px;
45   padding: 0;
46 }
47
48 nav.sous_pages ul ul{
49   list-style-type: none;
50   margin: 0 0 0 20px;
51   padding: 0;
52 }
53
54 nav.sous_pages ul li{
55   margin: 1px 0;
56   padding: 0;
57   border-bottom: solid 1px #e5e5e5;
58 }
59
60 nav.sous_pages ul li a{
61   display: block;
62   line-height: 2em;
63   padding: 0 1em;
64   background-color: #f5f5f5;
65 }
66
67 nav.sous_pages ul li a:hover{
68   color: #000066;
69   background-color: #f1f1f1;
70 }
71
72 /* ------------------------------------------------- PAGE */
73
74 article .page_content p{
75   padding-bottom: 1em;
76   line-height: 1.3em;
77   text-align: justify;
78 }
79
80 article .page_content hr{
81   border: none;
82   border-top: dashed 1px #c0c0c0;
83 }
84
85 article .page_content pre{
86   margin: 0 1em 1em 1em;
87   border: solid 1px #e1e1e1;
88   background-color: #f6faff;
89   padding: 1em;
90   border-radius: 3px;
91   overflow: auto;
92   font-family: monospace;
93 }
94
95 article .page_content ul{
96   list-style-type: disc;
97   margin: 0 1em 1em 1em;
98   padding: 0em;
99 }
100
101 article .page_content ul li{
102   margin-left: 2em;
103   line-height: 1.3em;
104 }
105
106 article h1{
107   font-size: 1.8em;
108   font-weight: bold;
109   padding-top: 0.5em;
110 }
111
112 article h2{
113   font-size: 1.6em;
114   font-weight: bold;
115   border-bottom: solid 1px #e5e5e5;
116   padding-bottom: 0;
117   margin: 0em 0 1em 0;
118 }
119
120 article h3{
121   font-size: 1.4em;
122   font-weight: bold;
123 }
124
125 article h4{
126   font-size: 1.2em;
127   font-weight: bold;
128 }
129
130 article h5{
131   font-size: 1em;
132   font-weight: bold;
133 }
134
135 article h6{
136   font-size: 1em;
137 }
138
139 article a#button{
140   display: inline-block;
141   text-align: center;
142   padding: 10px 20px;
143   margin: 20px;
144   color: #ffffff;
145   font-weight: bold;
146   background-color: #2b6626;
147   border-radius: 7px;
148 }
149
150 article a#button:hover{
151   background-color: #32772d;
152 }