aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorEinar Egilsson <einar@einaregilsson.com>2015-09-11 10:33:36 +0000
committerEinar Egilsson <einar@einaregilsson.com>2015-09-11 10:33:36 +0000
commit4c7ba5856ce3bf2976094e2c19d1f99054929360 (patch)
tree76f6e5a5531736c6c92dc3d144808a858981cb68 /css
parent8a77401f48360fe0d5501d4fd6b4cc194279d4f0 (diff)
Redirector Help ready
Diffstat (limited to 'css')
-rw-r--r--css/help.css82
-rw-r--r--css/redirector.css4
2 files changed, 86 insertions, 0 deletions
diff --git a/css/help.css b/css/help.css
new file mode 100644
index 0000000..ae6928e
--- /dev/null
+++ b/css/help.css
@@ -0,0 +1,82 @@
+body {
+ font-family:Arial, sans-serif;
+ font-size:16px;
+ line-height: 20px;
+ max-width:740px;
+ margin:20px auto;
+ border:solid 1px #bbb;
+ padding:50px;
+ background: white;
+ border-radius: 4px
+}
+
+a, a:visited {
+ color:rgb(21,90,233);
+ text-decoration: none;
+}
+
+a:hover {
+ color:black;
+ text-decoration: underline;
+}
+
+html {
+ background: #f8f8f8;
+}
+
+h1 {
+ text-align: center;
+ font-size:38px;
+ margin-bottom:80px;
+}
+
+h1 span {
+ font-size:80px;
+ position: relative;
+ top:3px;
+}
+
+h4 {
+ font-size:24px;
+ margin-bottom:0px;
+ padding-bottom:0px;
+}
+
+li {
+ margin:2px;
+}
+
+.fields li {
+ margin:10px 4px;
+}
+
+.url {
+ font-style: italic;
+}
+
+td.pattern {
+ font-weight: normal;
+ background:transparent;
+}
+
+th {
+ text-align:right;
+}
+
+table {
+ margin:10px;
+ border:solid 1px #bbb;
+ padding:8px;
+ margin-bottom:30px;
+ border-radius: 3px;
+}
+
+.pattern {
+ color:black;
+ font-weight: bold;
+ display: inline-block;
+ padding-left:2px;
+ padding-right:2px;
+ border-radius:3px;
+ background: #eee;
+} \ No newline at end of file
diff --git a/css/redirector.css b/css/redirector.css
index a439196..7849f71 100644
--- a/css/redirector.css
+++ b/css/redirector.css
@@ -246,6 +246,10 @@ input[type="radio"] {
text-align: right;
}
+.arrow {
+ font-size:18px;
+}
+
a.disabled:hover {
cursor:default;
color:#bbb !important;