]> git.p6c8.net - jirafeau.git/blobdiff - media/industrial/style.css.php
Translated using Weblate (Czech)
[jirafeau.git] / media / industrial / style.css.php
old mode 100755 (executable)
new mode 100644 (file)
index b3204bf..7c1cf56
@@ -134,3 +134,56 @@ input:hover {
   content: url('ok.png');
   padding-right: 1ex;
 }
   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;
+}
+
+.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_image_email {
+  padding-left: 20px;
+  margin-left: 10px;
+  background: url(email.png) no-repeat;
+}
+

patrick-canterino.de