diff options
Diffstat (limited to 'dash/css')
| -rw-r--r-- | dash/css/dash.css | 18 | ||||
| -rw-r--r-- | dash/css/profile.css | 15 |
2 files changed, 24 insertions, 9 deletions
diff --git a/dash/css/dash.css b/dash/css/dash.css index f5df815..4bc22a2 100644 --- a/dash/css/dash.css +++ b/dash/css/dash.css @@ -181,6 +181,14 @@ body { #fjheader p, #fjheader h3 { margin: 0; } +h3 a, h4 a { + color: #000000 !important; + text-decoration: none; +} +h3 a:hover, h4 a:hover { + color: #000000 !important; + text-decoration: none; +} #fjbody { border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; @@ -197,18 +205,22 @@ body { } #fjfleft { float: left; - margin-right: 1em; + margin-right: 0.5em; } #fjfleft img { - margin-bottom: 1em; + margin-bottom: 0.5em; width: 192px; height: 192px; } #fjfleft p { margin: 0; - font-size: 16pt; + font-size: 14pt; text-align: center; } +#ename a, #ename a:hover { + color: #000000 !important; + font-weight: bold; +} #fjfright { text-align: center; } diff --git a/dash/css/profile.css b/dash/css/profile.css index 79a908f..1e55991 100644 --- a/dash/css/profile.css +++ b/dash/css/profile.css @@ -18,13 +18,13 @@ #profile p, #profile h3, #profile h4 { margin: 0; } -input[type=text], input[type=password] { +#profile input[type=text], #profile input[type=password] { width: 248px; padding: 6px 12px; border: 1px solid #dddddd; border-radius: 5px; } -input[type=submit], input[type=button], button { +#profile input[type=submit], #profile input[type=button], #profile button { background-color: #fb4d00; padding: 5px 10px 3px; border-style: none; @@ -32,10 +32,10 @@ input[type=submit], input[type=button], button { color: #ffffff; cursor: pointer; } -input[type=submit]:hover, input[type=button]:hover, button:hover { +#profile input[type=submit]:hover, #profile input[type=button]:hover, #profile button:hover { background-color: #fb7700; } -textarea { +#profile textarea { margin: 0.25em auto; width: 450px; height: 150px; @@ -58,6 +58,9 @@ textarea { margin: 0.5em auto; cursor: pointer; } +.public #propic { + cursor: default; +} #propic img { width: 192px; height: 192px; @@ -83,11 +86,11 @@ textarea { .public #probody { margin: 1em 0; } -a { +#profile a { text-decoration: none; color: #fb4d00; cursor: pointer; } -a:hover { +#profile a:hover { color: #fb7700; } |
