From 4116beb276664c28c3fa16032548fe437ca1df81 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Thu, 7 Jul 2011 14:03:47 +0200 Subject: duepuntozero: style "connect" link in profile page --- view/theme/duepuntozero/style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'view/theme') diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index 0ff41c92b..b47002e09 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -174,6 +174,16 @@ aside { position: absolute; } +#dfrn-request-link { + display: block; + color: #FFFFFF; + -webkit-border-radius: 5px ; + -moz-border-radius: 5px; + border-radius: 5px; + padding: 5px; + font-weight: bold; + background: #3465a4 url('friendika-16.png') no-repeat 95% center; +} /* section */ section { @@ -204,6 +214,7 @@ section { margin-right: 1em; } + /* footer */ footer { display: none; @@ -479,6 +490,7 @@ input#dfrn-url { #profile-extra-links ul { list-style-type: none; + padding: 0px; } -- cgit v1.2.3 From bf19b219ef036776cdd3012773e5fafad95cc949 Mon Sep 17 00:00:00 2001 From: Fabio Comuni Date: Thu, 7 Jul 2011 14:27:39 +0200 Subject: duepuntozero: style blockquote --- view/theme/duepuntozero/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'view/theme') diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index b47002e09..fccbe16d9 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -48,8 +48,13 @@ code { padding: 10px; margin-top: 20px; } -blockquote:before { +/*blockquote:before { content: '>> '; +}*/ +blockquote { + background-color: #f4f8f9; + border-left: 4px solid #dae4ee; + padding: 0.4em; } .icollapse-wrapper, .ccollapse-wrapper { -- cgit v1.2.3