--- a/front_idill/src/mosaic/css/mosaic.less Thu Sep 20 04:12:52 2012 +0200
+++ b/front_idill/src/mosaic/css/mosaic.less Thu Sep 20 15:49:03 2012 +0200
@@ -65,6 +65,15 @@
{
//cursor: none;
}
+@font-face
+{
+ font-family: "PT Sans"; src: url(fonts/PT_Sans-Web-Regular.ttf);
+}
+
+@font-face
+{
+ font-family: "PT Sans"; font-weight: bold; src: url(fonts/PT_Sans-Web-Bold.ttf);
+}
/*
* Style du corps.
@@ -75,6 +84,7 @@
background-color: @black;
background-image: @mosaic-background-image-path;
background-repeat: repeat;
+ font-family: "PT Sans", sans-serif;
}
/*
@@ -552,7 +562,7 @@
#credits_subtitle
{
- font-size: 25px;
+ font-size: 16px;
}
.credits_film
@@ -569,4 +579,7 @@
.credits_text
{
color: #000000;
+}
+#help_details_left_container table td, #help_details_right_container table td{
+ padding-right: 10px;
}
\ No newline at end of file