aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-23 00:26:26 -0800
committerfriendica <info@friendica.com>2013-01-23 00:26:26 -0800
commitbf98cf8c0a2a1a8fcdad5c43453a7c3401b8e773 (patch)
tree16c2ca43995b94aaa8596d57dc2a7e80381cbdb0 /view
parentb8c92a0a4285dae8d61750dc1b39c61bba6a3dda (diff)
downloadvolse-hubzilla-bf98cf8c0a2a1a8fcdad5c43453a7c3401b8e773.tar.gz
volse-hubzilla-bf98cf8c0a2a1a8fcdad5c43453a7c3401b8e773.tar.bz2
volse-hubzilla-bf98cf8c0a2a1a8fcdad5c43453a7c3401b8e773.zip
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.
Diffstat (limited to 'view')
-rw-r--r--view/theme/redbasic/css/style.css44
1 files changed, 30 insertions, 14 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 7bcad2b2d..525e452db 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -1,17 +1,22 @@
/**
- * duepuntozero Frindika style
- * Fabio Comuni <fabrix.xm@gmail.com>
+ * Redbasic
+ *
+ * Based on duepuntozero Friendica style
+ * by Fabio Comuni <fabrix.xm@gmail.com>
*/
/* generals */
body {
- font-family: helvetica,arial,freesans,clean,sans-serif;
+ font-family: arial,freesans,clean,sans-serif;
font-size: 12px;
background-color: #ffffff;
color: #000000;
margin: 0px;
}
+.jslider {
+ font-family: arial,freesans,clean,sans-serif;
+}
abbr {
border-bottom: none;
@@ -19,7 +24,7 @@ abbr {
aside {
border: none;
-color: #d00;
+color: #0080FF;
}
/* icons */
@@ -96,8 +101,13 @@ color: #d00;
padding: 1px;
}
-a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link { color: #dd0000; text-decoration: none; }
-a:hover, .fakelink:hover { color: #dd0000; text-decoration: underline; }
+a, a:visited, a:link, .fakelink, .fakelink:visited, .fakelink:link {
+ font-weight: bold;
+ color: #0080FF;
+ text-decoration: none;
+}
+
+a:hover, .fakelink:hover { color: #44AAFF; text-decoration: underline; }
.fakelink {
cursor: pointer;
@@ -655,7 +665,7 @@ input#dfrn-url {
padding: 0px 0px 5px 0px;
font-size: 120%;
font-weight: bold;
- color: #dd0000;
+ color: #0080FF;
}
.vcard .title {
@@ -1402,7 +1412,7 @@ input#dfrn-url {
font-size: 1.2em;
height: auto;
width: auto;
- background-color: #dd0000;
+ background-color: #0080FF;
border-radius: 5px;
border: 2px outset;
box-shadow: 5px 5px 5px #666;
@@ -1869,7 +1879,7 @@ tr.mceLast {
#profile-jot-submit {
height: auto;
- background-color: #dd0000;
+ background-color: #0080FF;
color: #eeeeec;
font-weight: bold;
-webkit-border-radius: 5px;
@@ -3586,7 +3596,7 @@ nav .nav-menu.selected {
}
nav .nav-notify {
- background-color: #0d0;
+ background-color: #0080FF;
color: #fff;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
@@ -3623,7 +3633,7 @@ ul.menu-popup {
position: absolute;
display: none;
width: 10em;
- background: #dd0000;
+ background: #0080FF;
color: #eec;
padding: 0px;
list-style: none;
@@ -3635,13 +3645,15 @@ ul.menu-popup {
}
ul.menu-popup a {
display: block;
- color: #eec;
+ color: #;
padding: 5px 10px;
text-decoration: none;
}
+
+
ul.menu-popup a:hover {
- background-color: #eec;
- color: #d00;
+ background-color: #888888;
+ color: #000000;
}
ul.menu-popup .menu-sep {
border-top: 1px solid #9eabb0;
@@ -3867,3 +3879,7 @@ ul.menu-popup {
}
.acl-list-item.groupshow { border-color: #9ade00; }
.acl-list-item.grouphide { border-color: #ff4141; }
+
+.contact-block-content {
+ margin-top: 8px;
+} \ No newline at end of file