Przeglądaj źródła

doc: update style

Nathalie Furmento 15 lat temu
rodzic
commit
b97421a2a2
1 zmienionych plików z 23 dodań i 0 usunięć
  1. 23 0
      doc/starpu.css

+ 23 - 0
doc/starpu.css

@@ -39,6 +39,21 @@ h1 a {
 	text-decoration: none;
 }
 
+h2 {
+	font: bold normal 2em sans-serif ;
+	margin: 0px;
+	color: #0020a0;
+}
+h2.sub {
+	font: bold normal 2em sans-serif ;
+	text-align: right ;
+	color: #0020a0;
+}
+h2 a {
+	color: #0020a0;
+	text-decoration: none;
+}
+
 h3 {
 	font: bold normal small-caps 1.5em sans-serif ;
 	color: #0020a0;
@@ -90,6 +105,14 @@ pre {
 	margin-left: 12px;
 }
 
+table.cartouche {
+	font-size: 12px;
+	background: #dddddd;
+	padding: 3px;
+	padding-left: 0px;
+	margin-left: 12px;
+}
+
 a {
 	font-weight: bold;
 }