aboutsummaryrefslogtreecommitdiff
path: root/res/css
diff options
context:
space:
mode:
Diffstat (limited to 'res/css')
-rwxr-xr-xres/css/dark.css11
-rwxr-xr-xres/css/global.css25
2 files changed, 31 insertions, 5 deletions
diff --git a/res/css/dark.css b/res/css/dark.css
index 5c66ade..1eeaf43 100755
--- a/res/css/dark.css
+++ b/res/css/dark.css
@@ -31,8 +31,6 @@ h3 {
color: #fff;
}
-
-
div.preview pre, div.project pre {
background-color: #222;
color: #ccc;
@@ -55,7 +53,14 @@ a {
color: #fff
}
+/*table td {
+ border: 1px solid black
+}*/
+
+/*table.skami {
+ border-color: #eeeeee
+}*/
table.skami .semiused {
color: #ccc;
background-color: #444;
@@ -69,4 +74,4 @@ table.skami .unused {
table {
border-color: #fff
-} \ No newline at end of file
+}
diff --git a/res/css/global.css b/res/css/global.css
index d9b310a..3006382 100755
--- a/res/css/global.css
+++ b/res/css/global.css
@@ -16,9 +16,30 @@ table.banner {
color: #0F0F0F;
}
+td.banner {
+ padding: 5px;
+}
+
+a.bannerlink {
+ color: #0F0F0F;
+}
+
+a.bannerlink:hover {
+ text-decoration: underline;
+}
+
+pre.music {
+ font-size: 12pt;
+}
+
div.page {
- margin-left: 0.5em;
- margin-right: 0.5em
+ min-width: 700px;
+ max-width: 1024px;
+ /*margin-left: 0.5em;
+ margin-right: 0.5em;*/
+ padding-left: 0.5em;
+ padding-right: 0.5em;
+ margin: auto
}
h1.inline {