Skip to content

Commit 421fc69

Browse files
auroreallibemmoqui
authored andcommitted
Toujours work in progress ...
1 parent f9660e1 commit 421fc69

File tree

18 files changed

+297
-541
lines changed

18 files changed

+297
-541
lines changed

formsOnline/formsOnline-war/src/main/webapp/formsOnline/jsp/styleSheets/formsOnline.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@
100100

101101
#my-formsOnline-refused .my-formsOnline-title ,
102102
#my-formsOnline-validate .my-formsOnline-title {
103-
font-size:var(--taille-titre);
103+
font-size:var(--font-size-titre);
104+
font-weight:var(--font-weight-titre);
104105
}
105106

106107
#my-formsOnline-refused .my-formsOnline-title{

infoLetter/infoLetter-war/src/main/webapp/infoLetter/jsp/styleSheets/infoLetter.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@
8888
#infoletter-home-app .header h3 {
8989
padding: 0;
9090
margin: 0 0 1em;
91-
font-size:var(--taille-titre);
92-
font-weight:300;
91+
font-size:var(--font-size-titre);
92+
font-weight:var(--font-weight-titre);
9393
line-height: 90%;
9494
}
9595

kmelia/kmelia-war/src/main/webapp/kmelia/jsp/styleSheets/kmelia.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ body.treeView>div[id*="kmelia"]>div.kmelia #topPage .cellBodyWindows {
6969
#preview .publiName,
7070
#preview-clone .publiName {
7171
color: var(--color-titre);
72-
font-size: var(--taille-titre);
73-
font-weight: bold;
72+
font-size: var(--font-size-titre);
73+
font-weight:var(--font-weight-titre);
7474
margin: 0 0 0.5em;
7575
padding: 0;
7676
}
@@ -1102,8 +1102,8 @@ a.button.refuse span {
11021102
.kmelia.path .header h3 {
11031103
padding: 0;
11041104
margin: 0 0 1em;
1105-
font-size: var(--taille-titre);
1106-
font-weight: 400;
1105+
font-size: var(--font-size-titre);
1106+
font-weight:var(--font-weight-titre);
11071107
line-height: 90%;
11081108
}
11091109

processManager/processManager-war/src/main/webapp/processManager/jsp/styleSheets/processManager.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ Replacements
160160
.header.title h3 {
161161
margin: 0em 0 1em;
162162
padding: 0;
163-
font-size:var(--taille-titre);
164-
font-weight:normal;
163+
font-size:var(--font-size-titre);
164+
font-weight:var(--font-weight-titre);
165165
line-height: 90%;
166166
}
167167

quickinfo/quickinfo-war/src/main/webapp/quickinfo/jsp/styleSheets/quickinfo.css

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666
}
6767

6868
#list-news .news-title {
69-
font-size:var(--taille-titre);
69+
font-size:var(--font-size-titre);
70+
font-weight:var(--font-weight-titre);
7071
line-height: 110%;
7172
margin: 0 0 0.25em 0;
7273
padding: 0;
@@ -200,8 +201,8 @@ fieldset#news-thumbnail legend {
200201
}
201202

202203
#my-quickInfo .header h3 {
203-
font-size:var(--taille-titre);
204-
font-weight: 400;
204+
font-size:var(--font-size-titre);
205+
font-weight:var(--font-weight-titre);
205206
line-height: 90%;
206207
margin: 2em 0 1em;
207208
padding: 0;

quizz/quizz-war/src/main/webapp/quizz/jsp/palmares.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ String m_context = ResourceLocator.getGeneralSettingBundle().getString("Applicat
6363
<title></title>
6464
<view:looknfeel/>
6565
</head>
66-
<body bgcolor=#FFFFFF leftmargin="5" topmargin="5" marginwidth="5" marginheight="5">
66+
<body>
6767
<%
6868
SettingBundle settings = quizzScc.getSettings();
6969
String space = quizzScc.getSpaceLabel();

quizz/quizz-war/src/main/webapp/quizz/jsp/quizzClue.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ String m_context = ResourceLocator.getGeneralSettingBundle().getString("Applicat
4040
<title>___/ Silverpeas - Corporate Portal Organizer \_______________________________</title>
4141
<view:looknfeel/>
4242
</head>
43-
<body bgcolor="#FFFFFF" leftmargin="5" topmargin="5" marginwidth="5" marginheight="5">
43+
<body>
4444
<script language="javascript">
4545
<!--
4646
// InitBulle("txtnote","000000","intfdcolor2",2,90);

quizz/quizz-war/src/main/webapp/quizz/jsp/quizzCluePreview.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ String m_context = ResourceLocator.getGeneralSettingBundle().getString("Applicat
4141
<title>___/ Silverpeas - Corporate Portal Organizer \__________________________________________</title>
4242
<view:looknfeel/>
4343
</head>
44-
<body bgcolor=#FFFFFF leftmargin="5" topmargin="5" marginwidth="5" marginheight="5">
44+
<body>
4545

4646
<%!
4747
Vector infos(JspWriter out, Collection Questions, String questionId) throws QuizzException {

quizz/quizz-war/src/main/webapp/quizz/jsp/quizzPortlet.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ function goto_jsp(jsp)
7070
}
7171
</script>
7272
</head>
73-
<body bgcolor=#FFFFFF leftmargin="5" topmargin="5" marginwidth="5" marginheight="5">
73+
<body>
7474

7575
<%
7676

quizz/quizz-war/src/main/webapp/quizz/jsp/quizzQuestionsNew.jsp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ if (action.equals("RecordQuestionsResponses")) {
894894
} //End if action = ViewResult
895895
896896
if (action.equals("PreviewQuizz")) {
897-
out.println("<body marginheight=5 marginwidth=5 leftmargin=5 topmargin=5 bgcolor=\"#FFFFFF\">");
897+
out.println("<body>");
898898
899899
Window window = gef.getWindow();
900900
BrowseBar browseBar = window.getBrowseBar();
@@ -917,7 +917,7 @@ if (action.equals("PreviewQuizz")) {
917917
out.println(window.printAfter());
918918
}
919919
if (action.equals("ViewQuizz")) {
920-
out.println("<body bgcolor=\"#FFFFFF\">");
920+
out.println("<body>");
921921
Window window = gef.getWindow();
922922
BrowseBar browseBar = window.getBrowseBar();
923923
browseBar.setDomainName(quizzScc.getSpaceLabel());
@@ -956,7 +956,7 @@ if (action.equals("ViewQuizz")) {
956956
out.println(window.printAfter());
957957
} //End if action = ViewQuizz
958958
else if (action.equals("ViewCurrentQuestions")) {
959-
out.println("<body marginheight=5 marginwidth=5 leftmargin=5 topmargin=5 bgcolor=\"#FFFFFF\">");
959+
out.println("<body>");
960960
961961
Window window = gef.getWindow();
962962
BrowseBar browseBar = window.getBrowseBar();

quizz/quizz-war/src/main/webapp/quizz/jsp/quizzResultUser.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ String m_context = ResourceLocator.getGeneralSettingBundle().getString("Applicat
6262
<title>___/ Silverpeas - Corporate Portal Organizer \__________________________________________</title>
6363
<view:looknfeel/>
6464
</head>
65-
<body bgcolor="#FFFFFF" leftmargin="5" topmargin="5" marginwidth="5" marginheight="5">
65+
<body>
6666
<%
6767
SettingBundle settings = quizzScc.getSettings();
6868
String space = quizzScc.getSpaceLabel();

quizz/quizz-war/src/main/webapp/quizz/jsp/quizzUserPortlet.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function goto_jsp(jsp) {
7474
}
7575
</script>
7676
</head>
77-
<body bgcolor="#FFFFFF" leftmargin="5" topmargin="5" marginwidth="5" marginheight="5">
77+
<body>
7878
<%
7979
session.removeAttribute("currentQuizz");
8080
session.removeAttribute("questionsResponses");

quizz/quizz-war/src/main/webapp/quizz/jsp/styleSheets/globalSP.css

Lines changed: 0 additions & 118 deletions
This file was deleted.

quizz/quizz-war/src/main/webapp/quizz/jsp/styleSheets/globalSPAdmin.css

Lines changed: 0 additions & 118 deletions
This file was deleted.

0 commit comments

Comments
 (0)