]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/style.css
Merge branch 'master' of git://github.com/friendika/friendika
[friendica.git] / view / theme / duepuntozero / style.css
index 72e0be00cc36b77453c2856a536b598a9c6f352f..03c1aa6ab58de32acf7f37ed1bce243c0a54e886 100644 (file)
@@ -2,11 +2,24 @@
  * duepuntozero Frindika style
  * Fabio Comuni <fabrix.xm@gmail.com>
  */
+
+@font-face {
+  font-family: FreeSans;
+  font-style: normal;
+  font-weight: bold;
+  src: local('FreeSansBold'), url('FreeSansBold.otf');
+}
+@font-face {
+  font-family: FreeSans;
+  font-style: normal;
+  font-weight: normal;
+  src: local('FreeSans'), url('FreeSans.otf');
+}
+
  
 /* generals */
 body {
-       font-family: helvetica,arial,freesans,clean,sans-serif;
+       font-family: FreeSans, helvetica,arial,clean,sans-serif;
        font-size: 12px;
        background-color: #ffffff;
        background-image: url(head.jpg);
@@ -192,6 +205,12 @@ footer {
 }
 
 
+.shiny {
+    background-image: url(shiny.jpg);
+    background-repeat: repeat-x;
+    background-position: left bottom;
+}
+
 /* from defautlt */
 #jot-perms-icon, 
 #profile-location,
@@ -1829,4 +1848,5 @@ a.mail-list-link {
 .fn {
        padding: 0px 0px 5px 0px;
        font-size: 120%;
-}
\ No newline at end of file
+       font-weight: bold;
+}