summaryrefslogtreecommitdiffstats
path: root/var/www/build.alpinelinux.org/htdocs/errors/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'var/www/build.alpinelinux.org/htdocs/errors/styles.css')
-rw-r--r--var/www/build.alpinelinux.org/htdocs/errors/styles.css45
1 files changed, 45 insertions, 0 deletions
diff --git a/var/www/build.alpinelinux.org/htdocs/errors/styles.css b/var/www/build.alpinelinux.org/htdocs/errors/styles.css
new file mode 100644
index 0000000..e852bbc
--- /dev/null
+++ b/var/www/build.alpinelinux.org/htdocs/errors/styles.css
@@ -0,0 +1,45 @@
+body {
+ padding: .5em 1em;
+ font-family: sans-serif;
+ text-align: center;
+}
+
+#search_table {
+ margin: 0 auto 2em auto;
+}
+#search_table th, #search_table td {
+ padding: .1em 1em;
+}
+#search_table input.text {
+ width: 30em;
+}
+th, td {
+ font-size: 90%;
+ text-align: left;
+}
+#search_table_container {
+ display: inline-block;
+}
+#list_table td {
+ padding: .3em 1em !important;
+}
+#list_table th {
+ padding: .3em 1.3em .3em 1em !important;
+}
+a {
+ text-decoration: none;
+ color: #0D597F;
+}
+a:hover {
+ text-decoration: underline;
+}
+
+.left {
+ text-align: left;
+}
+.center {
+ text-align: center;
+}
+.nowrap {
+ white-space: nowrap;
+}