Initialisation du dépôt

This commit is contained in:
2021-05-01 17:05:38 +02:00
commit c94a04381d
15 changed files with 893 additions and 0 deletions

1
public/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
index.html

2
public/bulma.min.css vendored Normal file

File diff suppressed because one or more lines are too long

142
public/style-dec23.css Normal file
View File

@ -0,0 +1,142 @@
/* Default stylesheet for rawdog. Customise this as you like.
Adam Sampson <azz@us-lot.org> */
.xmlbutton {
/* From Dylan Greene's suggestion:
http://www.dylangreene.com/blog.asp?blogID=91 */
border: 1px solid;
border-color: #FC9 #630 #330 #F96;
padding: 0 3px;
font: bold 10px sans-serif;
color: #FFF;
background: #F60;
text-decoration: none;
margin: 0;
}
html {
margin: 0;
padding: 0;
}
body {
color: black;
background-color: #999;
margin: 0;
padding: 10px;
font-size: medium;
}
a:link {
color: #337;
}
a:visited {
color: #733;
}
h1, h2, h3 {
font-weight: bold;
margin: 4px 0;
padding: 0 4px;
}
h1 {
font-size: 120%;
text-align: left;
}
h2 {
font-size: 170%;
text-align: left;
}
h3 {
font-size: 150%;
text-align: left;
}
#page {
margin-left: auto;
margin-right: auto;
max-width: 60em;
}
.day {
background-color: #bbb;
border: 1px solid #777;
margin: 10px 0;
padding: 0 4px;
clear: both;
}
.time {
background-color: #ddd;
border: 1px solid #999;
margin: 10px 0;
padding: 0 4px;
clear: both;
}
.item {
background-color: white;
border: 1px solid #bbb;
/*
border-radius-bottomleft: 15px;
border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
-moz-border-radius-bottomright: 15px;
*/
margin: 10px 0;
clear: both;
/* Try to restore as much as possible to "normal" settings, so that
invalid HTML doesn't affect later items too much. */
font-size: medium;
text-decoration: none;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-stretch: normal;
text-align: left;
white-space: normal;
text-transform: none;
color: black;
background-color: white;
}
.itemheader {
padding: 4px;
padding-left: 10px;
margin: 0;
background-color: #eee;
}
h4 {
font-weight: bold;
font-size: 110%;
padding: 0;
margin: 2px 0;
}
.itembyline {
padding: 0;
margin: 0 0 2px 0;
}
.itemfrom {
font-style: italic;
}
.itemdescription {
margin-left: 30px;
}
#feedstatsheader {
}
#feedstats {
}
#feeds {
margin: 10px 0;
border: 1px solid gray;
border-spacing: 0;
}
#feedsheader TH {
background-color: #eee;
border-bottom: 1px solid gray;
padding: 5px;
margin: 0;
}
.feedsrow TD {
padding: 5px 10px;
margin: 0;
}
#footer {
background-color: #ffe;
border: 1px solid gray;
margin-top: 20px;
padding: 10px;
}
#aboutrawdog {
}

113
public/style.css.old Normal file
View File

@ -0,0 +1,113 @@
/* Default stylesheet for rawdog. Customise this as you like.
Adam Sampson <ats@offog.org> */
.xmlbutton {
/* From Dylan Greene's suggestion:
http://www.dylangreene.com/blog.asp?blogID=91 */
border: 1px solid;
border-color: #FC9 #630 #330 #F96;
padding: 0 3px;
font: bold 10px sans-serif;
color: #FFF;
background: #F60;
text-decoration: none;
margin: 0;
}
/* Scale down large images in feeds */
img {
max-width: 100%;
height: auto;
}
html {
margin: 0;
padding: 0;
}
body {
color: black;
background-color: white;
margin: 0;
padding: 10px;
font-size: medium;
}
#header {
background-color: #ffe;
border: 1px solid gray;
padding: 10px;
margin-bottom: 20px;
}
h1 {
font-weight: bold;
font-size: xx-large;
text-align: left;
margin: 0;
padding: 0;
}
#items {
}
.day {
clear: both;
}
h2 {
font-weight: bold;
font-size: x-large;
text-align: left;
margin: 10px 0;
padding: 0;
}
.time {
clear: both;
}
h3 {
font-weight: bold;
font-size: large;
text-align: left;
margin: 10px 0;
padding: 0;
}
.item {
margin: 20px 30px;
border: 1px solid gray;
clear: both;
}
.itemheader {
padding: 6px;
margin: 0;
background-color: #eee;
}
.itemtitle {
font-weight: bold;
}
.itemfrom {
font-style: italic;
}
.itemdescription {
border-top: 1px solid gray;
margin: 0;
padding: 6px;
}
#feedstatsheader {
}
#feedstats {
}
#feeds {
margin: 10px 0;
border: 1px solid gray;
border-spacing: 0;
}
#feedsheader TH {
background-color: #eee;
border-bottom: 1px solid gray;
padding: 5px;
margin: 0;
}
.feedsrow TD {
padding: 5px 10px;
margin: 0;
}
#footer {
background-color: #ffe;
border: 1px solid gray;
margin-top: 20px;
padding: 10px;
}
#aboutrawdog {
}

127
public/style.css.yeupou Normal file
View File

@ -0,0 +1,127 @@
/* PAGE */
html {
margin: 0;
padding: 0.5em;
}
body {
color: black;
background-color: white;
margin: 0;
padding: 10px;
font-size: smaller;
}
a {
color: #315e9c;
}
#footer {
clear: both;
background-color: #faf8cf;
border: 1px solid gray;
text-align: center;
padding-left: 2em;
margin-top: 20px;
}
/* ITEMS */
.item {
counter-increment: item;
margin-left: 0;
margin-right: 1%;
margin-bottom: 1em;
width: 32%;
float: left;
}
.itemhead {
font-weight: bold;
background-color: #dcecff;
padding: 0;
border: thin dashed #C2D4E9;
border-bottom: 0;
border-radius: 1em 1em 0 0;
-moz-border-radius: 1em 1em 0 0;
-khtml-border-radius: 1em 1em 0 0;
-webkit-border-radius: 1em 1em 0 0;
}
.itemhead a {
text-shadow: 1px 1px 1px #949494;
display: block;
padding-left: 0.6em;
padding-right: 0.6em;
border-radius: 1em 1em 0 0;
-moz-border-radius: 1em 1em 0 0;
-khtml-border-radius: 1em 1em 0 0;
-webkit-border-radius: 1em 1em 0 0;
}
.itemhead a:hover {
text-decoration: none;
}
.itemhead a:before {
content: counter(item) ". ";
}
.iteminfo {
font-size: xx-small;
background-color: #cbdef5;
padding-left: 2em;
color: #6A6A6A;
border: thin dashed #C2D4E9;
border-top: 0;
border-radius: 0 0 0 1em;
-moz-border-radius: 0 0 0 1em;
-khtml-border-radius: 0 0 0 1em;
-webkit-border-radius: 0 0 0 1em;
}
/* ITEMS PER GROUP */
/* judiciaire */
.itemjudiciaire a { color: white; }
.itemheadjudiciaire a { text-shadow: 1px 1px 1px #6A6A6A; }
.itemheadjudiciaire { border-color: #a86868; background-color: #dd7979; }
.itemheadjudiciaire a:hover { background-color: #C26264;}
.iteminfojudiciaire { border-color: #a86868; background-color: #efa9a9; }
/* sciences */
.itemsciences { border-color: #68964a; }
.itemsciences a { color: #374a2c; }
.itemheadsciences { border-color: #68964a; background-color: #b7ff8c; }
.itemheadsciences a:hover { background-color: #CDFFAD; }
.iteminfosciences { border-color: #68964a; background-color: #8cbb6e; }
/* civitas */
.itemcivitas { border-color: #65a795; }
.itemcivitas a { color: #056c50; }
.itemheadcivitas { border-color: #65a795; background-color: #b2ffe8; }
.itemheadcivitas a:hover { background-color: #CAFFF0; }
.iteminfocivitas { border-color: #65a795; background-color: #8db6ab; }
/* geek */
.itemgeek { border-color: #e0714a; }
.itemgeek a { color: #e0714a; }
.itemheadgeek a { text-shadow: 1px 1px 1px #6A6A6A; }
.itemheadgeek { border-color: #e0714a; background-color: #363636; }
.itemheadgeek a:hover { background-color: #4D4D4D; }
.iteminfogeek { border-color: #e0714a; background-color: #212121; }
/* audiovisuel */
.itemaudiovisuel { border-color: #7660a8; }
.itemaudiovisuel a { color: #4e3683; }
.itemheadaudiovisuel { border-color: #7660a8; background-color: #a881ff; }
.itemheadaudiovisuel a:hover { background-color: #C1AAFF; }
.iteminfoaudiovisuel { border-color: #7660a8; background-color: #8a7bac; }
/* lecture */
.itemlecture { border-color: #b49880; }
.itemlecture a { color: #403e38; }
.itemheadlecture { border-color: #78868B; background-color: #C1D7DE; }
.itemheadlecture a:hover { background-color: #CFE6EA; }
.iteminfolecture { border-color: #78868B; background-color: #B1C5CC; }
/* absurde */
.itemabsurde a { color: #403e38; }
.itemheadabsurde { border-color: #A8B17B; background-color: #f1ffb1; }
.itemheadabsurde a:hover { background-color: #F7FFCD; }
.iteminfoabsurde { border-color: #A8B17B; background-color: #e3d7a7; }