diff --git a/fluxRSS/templates/CSS/myStyle.css b/fluxRSS/templates/CSS/myStyle.css new file mode 100755 index 0000000..77c071d --- /dev/null +++ b/fluxRSS/templates/CSS/myStyle.css @@ -0,0 +1,29 @@ +@charset "UTF-8"; +.myBody{ + background-color: rgba(255,187,248,0.50); +} +.centreCa{ + display: flex; + justify-content: center; +} +.imgArticle{ + width: 15em; + margin: 1em; +} +.enTitre{ + font-size: large; +} +.entete{ + font-size: xxx-large; +} +.caseInfo{ + background-color: rgba(255,185,251,0.61); +} +.dnconnect{ + padding: 2em; + display: flex; + justify-content: right; +} +.margOp{ + margin: 1em; +} \ No newline at end of file diff --git a/fluxRSS/templates/CSS/style.css b/fluxRSS/templates/CSS/style.css deleted file mode 100755 index 69491c4..0000000 --- a/fluxRSS/templates/CSS/style.css +++ /dev/null @@ -1,5 +0,0 @@ -@charset "UTF-8"; -.centreCa{ - display: flex; - justify-content: center; -} \ No newline at end of file diff --git a/fluxRSS/templates/Connection.html b/fluxRSS/templates/Connection.html index aa0b681..09592ac 100755 --- a/fluxRSS/templates/Connection.html +++ b/fluxRSS/templates/Connection.html @@ -3,11 +3,13 @@
+ - -
- {{article.dateStr()}}
-
- {{ article.getTitle() }}
+
+ {{article.dateStr()}}
+
+ {{ article.getTitle() }}
{{ article.getDescription() }}