Olivia Marly : Différence entre versions

De Design numérique
Aller à : navigation, rechercher
(Note d'intention)
(PAD CSS : https://pads.erg.be/p/web2print_GraphismeLibre2css)
Ligne 15 : Ligne 15 :
 
Création de petits livrets de poche à partir de mon tfe : celui-ci est une intro, le premier chapitre : REFLEXION.
 
Création de petits livrets de poche à partir de mon tfe : celui-ci est une intro, le premier chapitre : REFLEXION.
  
=PAD CSS : https://pads.erg.be/p/web2print_GraphismeLibre2css=
+
'''PAD CSS : https://pads.erg.be/p/web2print_GraphismeLibre2css
 
+
'''
 
/*html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
 
/*html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {
 
     margin: 0;
 
     margin: 0;

Version du 1 avril 2022 à 12:51

BASE DE DONNEES : LES OUTILS NUMERIQUES UTILISES A L'ERG

https://framaforms.org/sondage-pour-mon-memoire-les-outils-numeriques-utilises-a-lerg-1646915418

Ma base de données est une recherche dans l'erg, une recherche qui me permettrait de voir quels outils sont utilisés dans certains pôles, options, en fonction de quelle année on s'approprie certains outils et quel style d'outils propriétaires ou non les membres de l'erg utilisent et partagent au travers des différentes pratiques de l'art de l'établissement.

Dbs.png

01/04/22 : participation au sondage > 41

édition ether2html > SUDO : Exploration d'une pratique Libre

Note d'intention

Création de petits livrets de poche à partir de mon tfe : celui-ci est une intro, le premier chapitre : REFLEXION.

PAD CSS : https://pads.erg.be/p/web2print_GraphismeLibre2css /*html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video {

   margin: 0;
   padding: 0;
   border: 0;
   vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
   display: block;}ol, ul {
   list-style: none;}blockquote, q {
   quotes: none;}blockquote:before, blockquote:after,q:before, q:after {
   content: ;
   content: none;}table {
   border-collapse: collapse;
   border-spacing: 0;}*/


@page{

   size: 155mm 200mm;
   margin-right: 25mm;
   margin-left: 25mm;
   margin-top: 25mm;
   margin-bottom: 30mm;
    /*bleed: 4mm;*/
   /*marks: crop cross;*/

}

@page:left:nth(4):nth(6):nth(8):nth(10):nth(12):nth(14)

{
 @bottom-left {
       content: counter(page);
 }

}

@page:left:nth(4)

{
 @bottom-left {
       content: counter(page);
 }

}

@page:left:nth(6)

{
 @bottom-left {
       content: counter(page);
 }

}

@page:left:nth(8)

{
 @bottom-left {
       content: counter(page);
 }

}

@page:left:nth(10)

{
 @bottom-left {
       content: counter(page);
 }

}

@page:left:nth(12)

{
 @bottom-left {
       content: counter(page);
 }

}

@page:left:nth(14)

{
 @bottom-left {
       content: counter(page);
 }

}


@page:right:nth(3):nth(5):nth(7):nth(9):nth(11):nth(13)

{
 @bottom-right {
       content: counter(page);
 }

}

@page:right:nth(3)

{
 @bottom-right {
       content: counter(page);
 }

}

@page:right:nth(5)

{
 @bottom-right {
       content: counter(page);
 }

}

@page:right:nth(7)

{
 @bottom-right {
       content: counter(page);
 }

}

@page:right:nth(9)

{
 @bottom-right {
       content: counter(page);
 }

}

@page:right:nth(11)

{
 @bottom-right {
       content: counter(page);
 }

}

@page:right:nth(13)

{
 @bottom-right {
       content: counter(page);
 }

}

@page:right:nth(15)

{
 @bottom-right {
       content: counter(page);
 }

}

body {

   text-align: left;
       font-family: Gulax-Regular;
   }

p{

   font-size: 12pt;
   font-family: sans-serif;
   line-height: 20px;

}

h1{

   font-size: 70pt;
   break-after: page;
       }
   

h2{ font-size: 55pt;

   break-before: page;

}

h4 {

   font-size: 16pt;

}

h3 { font-size: 20pt; }

.chapter {

 break-before: right;

}

.image{

   break-before: page;
   }

.image1{

   break-before: page;
   }