diff --git a/html/style-color.css b/html/style-color.css index 9b60946a2..76bf2b998 100644 --- a/html/style-color.css +++ b/html/style-color.css @@ -1153,13 +1153,16 @@ div.foldercontent { h1.title { color: blue; - font-size:0.87em; + font-size:2em; font-style: italic; + text-align:center; } h3.title { - color: blue; - font-size:0.87em; + color: brown; + font-size:1em; margin-left: 30px; + font-weight: bolder; + border:#CC5343 solid 2px; } h4.title { color: blue; diff --git a/html/style-epad.css b/html/style-epad.css index 17ba4f2d0..3f2fa1e4b 100644 --- a/html/style-epad.css +++ b/html/style-epad.css @@ -1173,7 +1173,8 @@ div.foldercontent { h1.title { color: blue; - font-size:0.87em; + font-size:2em; + text-align:center; font-style: italic; } h2.title { @@ -1187,8 +1188,10 @@ h2.title { } h3.title { color: blue; - font-size:0.87em; margin-left: 30px; + font-size:1em; + font-weight: bolder; + border-bottom: #0000ff solid 2px; } h4.title { color: blue; diff --git a/html/style-light.css b/html/style-light.css index e1ac0fcd7..b90bc5981 100644 --- a/html/style-light.css +++ b/html/style-light.css @@ -1070,10 +1070,8 @@ div#wait_box div#div_jrnsearch_op{ border:1px solid black; - display:none; width:50em; background-color:#EDF3FF; - position:absolute; z-index: 5; } @@ -1173,8 +1171,10 @@ div.foldercontent { h1.title { color: blue; - font-size:0.87em; + font-size:2em; font-style: italic; + text-align:center; + text-transform: uppercase; } h2.title { background-color:#879ed4; @@ -1351,4 +1351,4 @@ input.inum { text-align:right; border:1px solid blue; margin:2px -} \ No newline at end of file +} diff --git a/html/style.css b/html/style.css index e13c3a539..4f6a8e04d 100644 --- a/html/style.css +++ b/html/style.css @@ -1163,8 +1163,10 @@ div.foldercontent { h1.title { color: blue; - font-size:0.87em; + font-size:2em; font-style: italic; + text-align:center; + text-transform: uppercase; } h2.title { background-color:#879ed4; @@ -1177,8 +1179,10 @@ h2.title { } h3.title { color: blue; - font-size:0.87em; + font-size:1em; margin-left: 30px; + font-weight: bolder; + border:#0000ff solid 2px; } h4.title { color: blue;