X-Git-Url: https://git.p6c8.net/jirafeau_mojo42.git/blobdiff_plain/328280882da0834d8dfce9af98bac69ba37610c9..1b5fa297017af6e3505c9f930ec7956cf7f87392:/media/industrial/style.css.php?ds=sidebyside diff --git a/media/industrial/style.css.php b/media/industrial/style.css.php old mode 100755 new mode 100644 index b3204bf..34d9990 --- a/media/industrial/style.css.php +++ b/media/industrial/style.css.php @@ -14,7 +14,7 @@ * GNU Affero General Public License for more details. * * You should have received a copy of the GNU Affero General Public License - * along with this program. If not, see . + * along with this program. If not, see . */ /* @@ -24,7 +24,7 @@ $dark = '#8B4513'; -header("Content-type: text/css"); +header('Content-type: text/css'); ?> @@ -44,6 +44,7 @@ fieldset { border: 2px solid #02233f; -moz-border-radius: 10px; -webkit-border-radius: 10px; + border-radius: 10px; } fieldset legend { @@ -53,6 +54,7 @@ fieldset legend { padding: 1px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; + border-radius: 5px; } h1 { @@ -99,9 +101,9 @@ input:hover { position: fixed; bottom: 0; right: 0; - height: 100px; + height: 100px; width: 100px; - clear:both; + clear:both; } #copyright { @@ -134,3 +136,60 @@ input:hover { content: url('ok.png'); padding-right: 1ex; } + +.info { + text-align: left; + width: 40em; + margin: auto; + background: #E2f5ff; + border: 2px solid #02233f; + -moz-border-radius: 10px; + -webkit-border-radius: 10px; + border-radius: 10px; +} + +.info h2 { + text-align: center; +} + +.info h3 { + text-align: center; +} + +.info p { + margin-left: 5%; + margin-right: 5%; +} + +#upload {} + +#uploading { + text-align: center; + width: 30em; + background: #E2f5ff; + border: 2px solid #02233f; + margin: auto; +} + +#upload_finished { + text-align: center; + width: 60em; + background: #E2f5ff; + border: 2px solid #02233f; + margin: auto; +} + +#self_destruct { + font-weight: bold; + color: red; +} + +#upload_link_email { + margin-left: 10px; +} + +#upload_image_email { + padding-left: 20px; + padding-bottom: 15px; + background: url(email.png) no-repeat; +}