]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/duepuntozero/style.css
make the name stand out just a bit more
[friendica.git] / view / theme / duepuntozero / style.css
index f909947493dec3178f7ed4bc436b4918309175e6..72e0be00cc36b77453c2856a536b598a9c6f352f 100644 (file)
@@ -119,6 +119,7 @@ nav .nav-link {
        float: right;
        margin: 0.2em 0em;
        padding: 0em 0.5em;
+       background-color: transparent !important;
 }
 
 
@@ -151,6 +152,7 @@ aside {
        background-image: url(border.jpg);
        background-position: top left;
        background-repeat: no-repeat;
+       position: absolute;
 }
 
 
@@ -183,6 +185,12 @@ section {
        margin-right: 1em;
 }
 
+/* footer */
+footer {
+    display: none;
+
+}
+
 
 /* from defautlt */
 #jot-perms-icon, 
@@ -922,7 +930,7 @@ input#dfrn-url {
 
 #profile-jot-perms-end {
        /*clear: left;*/
-       height: 13px;
+       height: 30px;
 }
 
 #profile-jot-end {
@@ -1736,7 +1744,7 @@ a.mail-list-link {
 }
 
 .sparkle {
-       cursor: url('lock.cur'), pointer;
+       cursor: url('../default/lock.cur'), pointer;
 /*     cursor: pointer !important; */
 }
 
@@ -1818,3 +1826,7 @@ a.mail-list-link {
 /* end from defautlt */
        
 
+.fn {
+       padding: 0px 0px 5px 0px;
+       font-size: 120%;
+}
\ No newline at end of file