]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - media/jyraphe/style.css.php
Translated using Weblate (Hungarian)
[jirafeau_mojo42.git] / media / jyraphe / style.css.php
index f19ccec3927271767db528fc30b549a128db8d7e..76c59c772eb5bca807bfec4b6bb5fcc7540cab03 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
+ *  along with this program.  If not, see <https://www.gnu.org/licenses/>.
  */
 
 /*
 
 $dark = '#8B4513';
 
-header("Content-type: text/css");
+header('Content-type: text/css');
 
 ?>
 
+@charset "UTF-8";
+
 body {
   text-align: center;
   font-family: sans-serif;
@@ -224,3 +226,14 @@ h1 a {
 #admin .navleft {
   float: left;
 }
+
+#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