git.p6c8.net
/
jirafeau.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Update functions.php.
[jirafeau.git]
/
media
/
industrial
/
style.css.php
diff --git
a/media/industrial/style.css.php
b/media/industrial/style.css.php
index b2c14488a144532fea99f185455c482946340612..34d9990ec4b6c1f0fc306002550f52578933d0d5 100644
(file)
--- 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
* 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 <http
s
://www.gnu.org/licenses/>.
*/
/*
*/
/*
@@
-24,7
+24,7
@@
$dark = '#8B4513';
$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: 2px solid #02233f;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
+ border-radius: 10px;
}
fieldset legend {
}
fieldset legend {
@@
-53,6
+54,7
@@
fieldset legend {
padding: 1px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding: 1px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
+ border-radius: 5px;
}
h1 {
}
h1 {
@@
-99,9
+101,9
@@
input:hover {
position: fixed;
bottom: 0;
right: 0;
position: fixed;
bottom: 0;
right: 0;
-
height: 100px;
+ height: 100px;
width: 100px;
width: 100px;
-
clear:both;
+ clear:both;
}
#copyright {
}
#copyright {
@@
-143,6
+145,7
@@
input:hover {
border: 2px solid #02233f;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 2px solid #02233f;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
+ border-radius: 10px;
}
.info h2 {
}
.info h2 {
@@
-175,3
+178,18
@@
input:hover {
border: 2px solid #02233f;
margin: auto;
}
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;
+}
patrick-canterino.de