X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=defaultPages%2FStyleSheet%2FDefault.xml;h=757e5f930c8a03dc91d050f9c3eb68d1a9eee8df;hb=d6f5dd9adfa8bccc7799396554dfaf80d9522a38;hp=2e9dd0ed2d586b9cee37e451625572241df5cdd7;hpb=bb9575473ed1064965f9c0322f14991ef62fe523;p=Rakka.git diff --git a/defaultPages/StyleSheet/Default.xml b/defaultPages/StyleSheet/Default.xml index 2e9dd0e..757e5f9 100644 --- a/defaultPages/StyleSheet/Default.xml +++ b/defaultPages/StyleSheet/Default.xml @@ -436,5 +436,32 @@ img { bottom: 1em; right: 1em; } + +/* redirection message ********************************************************/ +.redirection { + margin: 5px; + padding: 2px; + + font-size: 80%; + + background-color: #fafafa; + color: #888888; + + border-color: #eeeeee; + border-width: 1px; + border-style: dotted +} + +.redirection input[type="button"] { + background-color: inherit; + + color: #008800; + + border-width: 0; +} + +.redirection input[type="button"]:hover { + color: #880000; +}