From e1e35548fbb47bcb4c2a39a1f352df4771597686 Mon Sep 17 00:00:00 2001 From: Guilherme Fernandes Vidal Date: Sun, 15 Dec 2013 22:13:21 -0300 Subject: [PATCH] ajustes --- css/goku.css | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/css/goku.css b/css/goku.css index 4bf4d81..70537a2 100644 --- a/css/goku.css +++ b/css/goku.css @@ -1,6 +1,7 @@ body{ display: block; margin: 8px; + background-color: #C3D8F7; } .container{ @@ -360,4 +361,28 @@ body{ z-index: 7; transform: rotate(-110deg); -webkit-transform: rotate(-110deg); +} + +.author{ + font-family: Arial, Tahoma; + font-size: 14px; + text-align: left; + position: absolute; + bottom:30px; + right: 30px; + font-weight: bold; + +} + +.author a{ + color: #000; + text-decoration: none; + margin-bottom: 10px; + display: block; +} + +.author a:hover{ + text-shadow:1px 1px 0 #fff; + color: #222; + } \ No newline at end of file