this will probably look like crap, but I really want the links to look normal and we don't have a good designer to sort this out and provide a better option and tell me why it sucks - so that's what I'm going to do.

This commit is contained in:
friendica 2013-01-23 00:26:26 -08:00
parent b8c92a0a42
commit bf98cf8c0a

View File

@ -1,17 +1,22 @@
/** /**
* duepuntozero Frindika style * Redbasic
* Fabio Comuni <fabrix.xm@gmail.com> *
* Based on duepuntozero Friendica style
* by Fabio Comuni <fabrix.xm@gmail.com>
*/ */
/* generals */ /* generals */
body { body {
font-family: helvetica,arial,freesans,clean,sans-serif; font-family: arial,freesans,clean,sans-serif;
font-size: 12px; font-size: 12px;
background-color: #ffffff; background-color: #ffffff;
color: #000000; color: #000000;
margin: 0px; margin: 0px;
} }
.jslider {
font-family: arial,freesans,clean,sans-serif;
}
abbr { abbr {
border-bottom: none; border-bottom: none;
@ -19,7 +24,7 @@ abbr {
aside { aside {
border: none; border: none;
color: #d00; color: #0080FF;
} }
/* icons */ /* icons */
@ -96,8 +101,13 @@ color: #d00;
padding: 1px; padding: 1px;
} }
a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link { color: #dd0000; text-decoration: none; } a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link {
a:hover, .fakelink:hover { color: #dd0000; text-decoration: underline; } font-weight: bold;
color: #0080FF;
text-decoration: none;
}
a:hover, .fakelink:hover { color: #44AAFF; text-decoration: underline; }
.fakelink { .fakelink {
cursor: pointer; cursor: pointer;
@ -655,7 +665,7 @@ input#dfrn-url {
padding: 0px 0px 5px 0px; padding: 0px 0px 5px 0px;
font-size: 120%; font-size: 120%;
font-weight: bold; font-weight: bold;
color: #dd0000; color: #0080FF;
} }
.vcard .title { .vcard .title {
@ -1402,7 +1412,7 @@ input#dfrn-url {
font-size: 1.2em; font-size: 1.2em;
height: auto; height: auto;
width: auto; width: auto;
background-color: #dd0000; background-color: #0080FF;
border-radius: 5px; border-radius: 5px;
border: 2px outset; border: 2px outset;
box-shadow: 5px 5px 5px #666; box-shadow: 5px 5px 5px #666;
@ -1869,7 +1879,7 @@ tr.mceLast {
#profile-jot-submit { #profile-jot-submit {
height: auto; height: auto;
background-color: #dd0000; background-color: #0080FF;
color: #eeeeec; color: #eeeeec;
font-weight: bold; font-weight: bold;
-webkit-border-radius: 5px; -webkit-border-radius: 5px;
@ -3586,7 +3596,7 @@ nav .nav-menu.selected {
} }
nav .nav-notify { nav .nav-notify {
background-color: #0d0; background-color: #0080FF;
color: #fff; color: #fff;
-moz-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px;
@ -3623,7 +3633,7 @@ ul.menu-popup {
position: absolute; position: absolute;
display: none; display: none;
width: 10em; width: 10em;
background: #dd0000; background: #0080FF;
color: #eec; color: #eec;
padding: 0px; padding: 0px;
list-style: none; list-style: none;
@ -3635,13 +3645,15 @@ ul.menu-popup {
} }
ul.menu-popup a { ul.menu-popup a {
display: block; display: block;
color: #eec; color: #;
padding: 5px 10px; padding: 5px 10px;
text-decoration: none; text-decoration: none;
} }
ul.menu-popup a:hover { ul.menu-popup a:hover {
background-color: #eec; background-color: #888888;
color: #d00; color: #000000;
} }
ul.menu-popup .menu-sep { ul.menu-popup .menu-sep {
border-top: 1px solid #9eabb0; border-top: 1px solid #9eabb0;
@ -3867,3 +3879,7 @@ ul.menu-popup {
} }
.acl-list-item.groupshow { border-color: #9ade00; } .acl-list-item.groupshow { border-color: #9ade00; }
.acl-list-item.grouphide { border-color: #ff4141; } .acl-list-item.grouphide { border-color: #ff4141; }
.contact-block-content {
margin-top: 8px;
}