@import url(https://fonts.googleapis.com/css?family=Open+Sans|Lobster);
body {
- background: ##050505;
+ background: #050505;
background-image: url("bg1.png"), url("bg2.png");
background-repeat: repeat-x, repeat;
font-family: 'Lobster', cursive;
font-family: 'Lobster', cursive;
border: 0;
position: relative;
- top: 5px;
+ background: #085B69;
+ border-bottom: 5px solid #157EFB;
margin-bottom: 15px;
}
}
#file_select {
- position: absolute;
- top: 0;
- left: 0;
+ position: relative;
width: 100%;
- height: 100%;
+ height: 16em;
cursor: pointer;
opacity: 0;
}
-
-
+#upload.file-selected #file_select {
+ opacity: 1;
+ height: 2em;
+}
+#upload.file-selected fieldset {
+ background-image: none;
+}
/* ==========================================================================
2 = Copyright
font-weight: bold;
}
+#upload_link_email {
+ margin-left: 10px;
+}
+
#upload_image_email {
+ padding-bottom: 15px;
padding-left: 20px;
- margin-left: 10px;
background: url(email.png) no-repeat;
}