From 157f11b65900f7f36c7d9a060c8162c4250d584a Mon Sep 17 00:00:00 2001 From: substantialnoninfringinguser Date: Wed, 13 May 2009 06:08:04 +0100 Subject: [svn] Added QM wiki markup. The format is [[cave:204 QM:2005-04A]] with the grade (A) being optional. The links color red if the QM does not exist, and in that case clicking on them goes to an admin add page with fields prepopulated. Various other little things, e.g. filled in the footer with links. Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8305 by aaron @ 3/16/2009 8:53 AM --- media/css/main3.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'media') diff --git a/media/css/main3.css b/media/css/main3.css index 752d813..8cdcdcc 100644 --- a/media/css/main3.css +++ b/media/css/main3.css @@ -55,7 +55,7 @@ div#content div#footer { clear:both; - background-color:black; + background-color:#999; color:white; text-align:center; margin-left:auto; @@ -294,6 +294,17 @@ td { } +.redtext{ + color:#F00; + } + +a.redtext:link { + color:#F00; + +} + +.redtext + .menuBarItem { font-variant: small-caps; text-align: right; -- cgit v1.2.3