From 40068b2b5bc4fb3e2c3f0291077f277a0ce1d169 Mon Sep 17 00:00:00 2001 From: inga-lovinde <52715130+inga-lovinde@users.noreply.github.com> Date: Thu, 23 Sep 2010 21:02:19 +0000 Subject: [PATCH] Quotes parsing improved --- Builder/IISMainHandler/build.txt | 2 +- Common/BBCodes/Quote.cs | 2 +- static/css/modern/global.css | 1 + static/css/modern/penartur.css | 15 +++++++++++++++ 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/Builder/IISMainHandler/build.txt b/Builder/IISMainHandler/build.txt index ba7177f..daa7729 100644 --- a/Builder/IISMainHandler/build.txt +++ b/Builder/IISMainHandler/build.txt @@ -1 +1 @@ -1550 \ No newline at end of file +1552 \ No newline at end of file diff --git a/Common/BBCodes/Quote.cs b/Common/BBCodes/Quote.cs index 05af91b..55ee874 100644 --- a/Common/BBCodes/Quote.cs +++ b/Common/BBCodes/Quote.cs @@ -17,7 +17,7 @@ namespace FLocal.Common.BBCodes { if(inner == "") return ""; string marker = this.Default; if(marker == null) marker = "Quote:"; - return "
" + marker + "
" + inner + "


"; + return "
" + marker + "
" + inner + "
"; } } diff --git a/static/css/modern/global.css b/static/css/modern/global.css index 2be92ec..87a2682 100644 --- a/static/css/modern/global.css +++ b/static/css/modern/global.css @@ -112,3 +112,4 @@ blockquote hr { padding:0px; margin:0px; } +BLOCKQUOTE BR {FONT-SIZE:1px} diff --git a/static/css/modern/penartur.css b/static/css/modern/penartur.css index 8c1ba12..08c2c15 100644 --- a/static/css/modern/penartur.css +++ b/static/css/modern/penartur.css @@ -19,8 +19,23 @@ PRE{background-color:#303030;font-size:0.9em;font-family:"Consolas",monospace;BO } blockquote { border:solid 1px #606060; + background-color:#303030; font-family:"Segoe Print", cursive; } .userbar_additional { background-color:#202020; } + +.tablesurround{BACKGROUND:#191919;margin-top:-0.1em;margin-bottom:-0.1em} +.tableborders{BACKGROUND:#191919} +.tdheader{FONT-WEIGHT:bold;font-size:1em;BACKGROUND:#333333;color:#ffffff} +.tdheader a{font-size:1em;color:#dddddd;text-decoration:underline} +.tdheader a:hover{color:#BBBBBB;text-decoration:none} +.tdheader a:visited{color:#999999;text-decoration:underline} +.tdheader a:active{color:#000000;text-decoration:underline} +.lighttable{BACKGROUND:#141414;color:#cccccc} +.darktable{BACKGROUND:black} +.cleartable{BACKGROUND:black} +.alternatetable{BACKGROUND:black} +.subjecttable{BACKGROUND:black} +.footertable{BACKGROUND:#666666}