template default en HTML5
[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: 0.8em;
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 hr{
75   border: none;
76   border-top: dashed 1px #c0c0c0;
77 }
78
79 article .page_content pre{
80   margin: 5px;
81   border: solid 1px #e1e1e1;
82   background-color: #f6faff;
83   padding: 10px;
84   border-radius: 3px;
85   overflow: auto;
86 }
87
88 article .page_content ul li{
89   margin-left: 15px;
90 }
91
92 article .page_content h1{
93   font-size: 1.8em;
94 }
95
96 article .page_content h2{
97   font-size: 1.6em;
98   border-bottom: solid 1px #e5e5e5;
99   padding-bottom: 0;
100   margin: 1.2em 0;
101 }
102
103 article .page_content h3{
104   font-size: 1.4em;
105 }
106
107 article .page_content h4{
108   font-size: 1.2em;
109 }
110
111 article .page_content h5{
112   font-size: 1em;
113 }
114
115 article .page_content h6{
116   font-size: 1em;
117 }