summaryrefslogtreecommitdiff
path: root/BulletLabRemix/common_mod.css
diff options
context:
space:
mode:
Diffstat (limited to 'BulletLabRemix/common_mod.css')
-rwxr-xr-xBulletLabRemix/common_mod.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/BulletLabRemix/common_mod.css b/BulletLabRemix/common_mod.css
new file mode 100755
index 0000000..d92d65f
--- /dev/null
+++ b/BulletLabRemix/common_mod.css
@@ -0,0 +1,28 @@
+.CTitle {
+ font-family: 'FreeMono', 'Courier New', Courier, monospace;
+}
+.TText {
+ font-family: 'FreeMono', 'Courier New', Courier, monospace;
+}
+a:link {
+color:#1194FF;
+text-decoration:none;
+}
+a:visited {
+color:#20ACFF;
+text-decoration:none;
+}
+a:hover {
+color:#3FBFFF;
+text-decoration:none;
+}
+a:active {
+color:#CCCCFF;
+text-decoration:none;
+}
+div.floating {
+ right: 0px;
+ bottom: -10px;
+ position: fixed;
+ transform: rotateY(180deg);
+} \ No newline at end of file