summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rwxr-xr-xstyle.css35
1 files changed, 35 insertions, 0 deletions
diff --git a/style.css b/style.css
new file mode 100755
index 0000000..88dc267
--- /dev/null
+++ b/style.css
@@ -0,0 +1,35 @@
+#fxp-banner {
+ background-image: url("/background.png");
+ background-position: center;
+ background-size: cover;
+ margin-top: 0 !important;
+ border-radius: 0 0 10px 10px !important;
+}
+
+#fxp-banner-img {
+ max-width: 100%;
+ width: 512px;
+}
+
+#fxp-banner-tagline {
+ margin-bottom: 0;
+}
+
+.fxp-platform-icon {
+ width: 32px;
+ height: 32px;
+ vertical-align: middle;
+}
+
+.fxp-download-buttons {
+ float: right;
+}
+
+.fxp-download-text {
+ display: inline-block;
+}
+
+.fxp-platform-name {
+ display: inline-block;
+ vertical-align: middle;
+} \ No newline at end of file