aboutsummaryrefslogtreecommitdiff
path: root/common.css
diff options
context:
space:
mode:
Diffstat (limited to 'common.css')
-rwxr-xr-xcommon.css42
1 files changed, 42 insertions, 0 deletions
diff --git a/common.css b/common.css
new file mode 100755
index 0000000..066b69f
--- /dev/null
+++ b/common.css
@@ -0,0 +1,42 @@
+.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.comment{
+ border:1px solid #CCC;
+ margin:1em;
+}
+div.author{
+ text-align:right;
+ padding-right:0.5em;
+ padding-bottom:0.5em;
+}
+div.floatingl {
+ left: 0px;
+ bottom: -10px;
+ position: fixed;
+}
+div.floatingr {
+ right: 0px;
+ bottom: -10px;
+ position: fixed;
+ transform: rotateY(180deg);
+}