]> 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 f909947493dec3178f7ed4bc436b4918309175e6..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);
@@ -119,6 +132,7 @@ nav .nav-link {
        float: right;
        margin: 0.2em 0em;
        padding: 0em 0.5em;
+       background-color: transparent !important;
 }
 
 
@@ -151,6 +165,7 @@ aside {
        background-image: url(border.jpg);
        background-position: top left;
        background-repeat: no-repeat;
+       position: absolute;
 }
 
 
@@ -183,6 +198,18 @@ section {
        margin-right: 1em;
 }
 
+/* footer */
+footer {
+    display: none;
+
+}
+
+
+.shiny {
+    background-image: url(shiny.jpg);
+    background-repeat: repeat-x;
+    background-position: left bottom;
+}
 
 /* from defautlt */
 #jot-perms-icon, 
@@ -922,7 +949,7 @@ input#dfrn-url {
 
 #profile-jot-perms-end {
        /*clear: left;*/
-       height: 13px;
+       height: 30px;
 }
 
 #profile-jot-end {
@@ -1736,7 +1763,7 @@ a.mail-list-link {
 }
 
 .sparkle {
-       cursor: url('lock.cur'), pointer;
+       cursor: url('../default/lock.cur'), pointer;
 /*     cursor: pointer !important; */
 }
 
@@ -1818,3 +1845,8 @@ a.mail-list-link {
 /* end from defautlt */
        
 
+.fn {
+       padding: 0px 0px 5px 0px;
+       font-size: 120%;
+       font-weight: bold;
+}