syntaxe POO (visibilite)
[mw_pages] / app / out / default / css / actions / pages_view.css
index bf1b915..7e3bc76 100644 (file)
-ul.pages_menu{
-  list-style-type: none;
-  margin: 5px 20px 5px 10px;
-  padding: 0;
+/* ------------------------------------------------- ARIANE */
+
+.page_ariane{
+  border-bottom: dashed 1px #d5d5d5;
+}
+
+.page_ariane:after{
+  content: "";
+  display: table;
+  clear: both;
+}
+
+.page_ariane li{
+  float: left;
+  padding-right: 5px;
+  font-size: 1em;
+}
+
+.page_ariane li a{
+  padding-left: 5px;
+  font-size: 1.1em;
+}
+
+.page_ariane li:first-child a{
+  padding-left: 0px;
+}
+
+.page_ariane li:before{
+  content: ">";
+}
+
+.page_ariane li:first-child:before{
+  content: "";
+}
+
+/* ------------------------------------------------- PAGE */
+
+article .page_content p{
+  padding-bottom: 1em;
+  line-height: 1.3em;
+  text-align: justify;
 }
 
-ul.pages_menu ul{
-  list-style-type: none;
-  margin: 0 0 0 20px;
-  padding: 0;
+article .page_content hr{
+  border: none;
+  border-top: dashed 1px #c0c0c0;
 }
 
-ul.pages_menu li{
-  margin: 1px 0;
-  padding: 0;
+article .page_content pre{
+  margin: 0 1em 1em 1em;
+  border: solid 1px #e1e1e1;
+  background-color: #f6faff;
+  padding: 1em;
+  border-radius: 3px;
+  overflow: auto;
+  font-family: monospace;
+}
+
+article .page_content ul{
+  list-style-type: disc;
+  margin: 0 1em 1em 1em;
+  padding: 0em;
+}
+
+article .page_content ul li{
+  margin-left: 2em;
+  line-height: 1.3em;
+}
+
+article h1{
+  font-size: 1.8em;
+  font-weight: bold;
+  padding-top: 0.5em;
+}
+
+article h2{
+  font-size: 1.6em;
+  font-weight: bold;
   border-bottom: solid 1px #e5e5e5;
+  padding-bottom: 0;
+  margin: 0em 0 1em 0;
 }
 
-ul.pages_menu li a{
-  display: block;
-  line-height: 2em;
-  padding: 0 1em;
-  background-color: #f5f5f5;
+article h3{
+  font-size: 1.4em;
+  font-weight: bold;
 }
 
-ul.pages_menu li a:hover{
-  color: #000066;
-  background-color: #f1f1f1;
+article h4{
+  font-size: 1.2em;
+  font-weight: bold;
 }
+
+article h5{
+  font-size: 1em;
+  font-weight: bold;
+}
+
+article h6{
+  font-size: 1em;
+}
+
+article a#button{
+  display: inline-block;
+  text-align: center;
+  padding: 10px 20px;
+  margin: 20px;
+  color: #ffffff;
+  font-weight: bold;
+  background-color: #2b6626;
+  border-radius: 7px;
+}
+
+article a#button:hover{
+  background-color: #32772d;
+}
\ No newline at end of file