From ceaa7f275e8e91aa4c9ac3ecaed61f625bbbe9d3 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Mon, 16 May 2005 20:04:39 +0000 Subject: [PATCH] Added quote classes SVN revision: 1374 --- themes/default/default.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/themes/default/default.css b/themes/default/default.css index e36819b5..291ee31a 100755 --- a/themes/default/default.css +++ b/themes/default/default.css @@ -546,6 +546,27 @@ td { cursor:pointer; } +.quotetable { + width:98%; + align:center; + background-color:black; + border:0px; + padding:0px; +} + +.quotetitle { + background-color:#486090; + padding:3px; + font-size:12px; + font-weight:bold; + color:white; +} + +.quote { + background-color:#FFFFB0; + padding:10px; +} + /* ELOG home page link at bottom of page */ .bottomlink { font-family:sans-serif;