css menu
[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 /* ------------------------------------------------- PAGE */
37
38 article .page_content p{
39   padding-bottom: 1em;
40   line-height: 1.3em;
41   text-align: justify;
42 }
43
44 article .page_content hr{
45   border: none;
46   border-top: dashed 1px #c0c0c0;
47 }
48
49 article .page_content pre{
50   margin: 0 1em 1em 1em;
51   border: solid 1px #e1e1e1;
52   background-color: #f6faff;
53   padding: 1em;
54   border-radius: 3px;
55   overflow: auto;
56   font-family: monospace;
57 }
58
59 article .page_content ul{
60   list-style-type: disc;
61   margin: 0 1em 1em 1em;
62   padding: 0em;
63 }
64
65 article .page_content ul li{
66   margin-left: 2em;
67   line-height: 1.3em;
68 }
69
70 article h1{
71   font-size: 1.8em;
72   font-weight: bold;
73   padding-top: 0.5em;
74 }
75
76 article h2{
77   font-size: 1.6em;
78   font-weight: bold;
79   border-bottom: solid 1px #e5e5e5;
80   padding-bottom: 0;
81   margin: 0em 0 1em 0;
82 }
83
84 article h3{
85   font-size: 1.4em;
86   font-weight: bold;
87 }
88
89 article h4{
90   font-size: 1.2em;
91   font-weight: bold;
92 }
93
94 article h5{
95   font-size: 1em;
96   font-weight: bold;
97 }
98
99 article h6{
100   font-size: 1em;
101 }
102
103 article a#button{
104   display: inline-block;
105   text-align: center;
106   padding: 10px 20px;
107   margin: 20px;
108   color: #ffffff;
109   font-weight: bold;
110   background-color: #2b6626;
111   border-radius: 7px;
112 }
113
114 article a#button:hover{
115   background-color: #32772d;
116 }