X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/a6c1ba9e0d7305fc75eb216d1646d5a59d044986..06b28c7f3516ae01041edf78a3298c73628322fb:/media/modern/style.css.php?ds=sidebyside diff --git a/media/modern/style.css.php b/media/modern/style.css.php index fa992e0..122be06 100644 --- a/media/modern/style.css.php +++ b/media/modern/style.css.php @@ -81,6 +81,12 @@ h1 a { color: #333; } +h2 { + text-decoration: none; + color: #333; + text-align: center; +} + fieldset p { margin-left: 25%; } @@ -214,3 +220,14 @@ font-size:90%; -moz-border-radius: 5px; border-radius: 5px; } + +#self_destruct { + font-weight: bold; + color: red; +} + +#upload_image_email { + padding-left: 20px; + margin-left: 10px; + background: url(email.png) no-repeat; +}