summaryrefslogtreecommitdiff
path: root/html_template/unbiased.css
diff options
context:
space:
mode:
authorsstvinc2 <sstvinc2@gmail.com>2017-02-12 21:45:13 -0600
committersstvinc2 <sstvinc2@gmail.com>2017-02-12 21:45:13 -0600
commit9e4ab3d644929d467e1f3de6f456508d03d4db15 (patch)
treec5834b83773498f731b9a4a17736bba95c4879f7 /html_template/unbiased.css
parent1289131d2300bd991a2a2308d2a9396364c3fb62 (diff)
Obfuscated h1 links
Added redirect files to the server. Main html template file now has static links to those files; those files are written with javascript redirect to actual articles.
Diffstat (limited to 'html_template/unbiased.css')
-rw-r--r--[-rwxr-xr-x]html_template/unbiased.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/html_template/unbiased.css b/html_template/unbiased.css
index 564b6a7..ade390b 100755..100644
--- a/html_template/unbiased.css
+++ b/html_template/unbiased.css
@@ -1,3 +1,8 @@
+a:link, a:visited, a:hover, a:active {
+ color: #00f;
+ text-decoration:none;
+ }
+
#page-header{
text-align:center;
padding:.5em 0 1em;