site de Fabien Torre


Source de site.print.css

0: 1: /* généralités sur le document */ 2: 3: body { 4: 5: text-align : justify; 6: 7: background-color : white; 8: font-size : 90%; 9: color : black; 10: 11: font-family : "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, sans-serif; 12: 13: 14: } 15: 16: 17: 18: /* les liens hypertextes */ 19: 20: a { 21: text-decoration : none; 22: color : black; 23: background-color : white; 24: 25: } 26: 27: 28: 29: /* les boites de navigation : invisibles pour l'impression */ 30: 31: div.menu, div.barroutils, .sommaire, .sommairelarge, hr { 32: 33: visibility : hidden; 34: width : 0pt; 35: height : 0pt; 36: 37: } 38: 39: 40: 41: 42: /* les titres */ 43: 44: h1 { 45: 46: text-align : center; 47: 48: font-size : 140%; 49: font-weight : bold; 50: 51: margin-top : 1em; 52: margin-bottom : 1em; 53: 54: padding : 1em 1em 1em 1em; 55: 56: } 57: 58: 59: 60: h2 { 61: 62: font-size : 120%; 63: font-weight : bold; 64: 65: margin-top : 2em; 66: margin-bottom : 0.5em; 67: 68: padding : 1pt; 69: 70: } 71: 72: 73: h3 { 74: 75: font-size : 110%; 76: font-weight : bold; 77: 78: margin-top : 1.5em; 79: margin-bottom : 0.5em; 80: 81: } 82: 83: 84: h4 { 85: 86: color : gray; 87: background-color : white; 88: 89: font-size : 100%; 90: font-weight : bold; 91: 92: margin-top : 1em; 93: margin-bottom : 0.5em; 94: } 95: 96: h5 { 97: 98: color : gray; 99: font-weight : bold; 100: 101: background-color : white; 102: 103: } 104: 105: 106: 107: /* des boites... */ 108: 109: div.presentation { 110: 111: font-weight : bold; 112: 113: font-size : 100%; 114: 115: text-align : justify; 116: 117: margin : 1em 6em 4em 6em; 118: 119: } 120: 121: 122: div.encart { 123: 124: color : black; 125: background-color : white; 126: 127: text-align : left; 128: 129: border-style : solid; 130: border-width : 1px; 131: border-color : #000000; 132: 133: margin : 3em; 134: padding : 1em; 135: 136: 137: } 138: 139: 140: div.pied { 141: 142: text-align : left; 143: 144: font-size : 80%; 145: margin-top : 1em; 146: 147: } 148: 149: 150: 151: /* Mise en valeur et listes */ 152: 153: 154: 155: li { 156: margin-top : 10px; 157: } 158: 159: 160: 161: /* Les images */ 162: 163: img.biblio { 164: 165: visibility : hidden; 166: width : 0px; 167: height : 0px; 168: 169: } 170: 171: div.biblio { 172: 173: padding : 15px; 174: 175: } 176: 177: 178: 179: table { 180: 181: border : 1px solid #000000; 182: border-collapse : collapse; 183: border-spacing : 0; 184: 185: margin : 1em 0em 1em 0em; 186: } 187: 188: 189: th { 190: font-weight : bold; 191: border : 1px solid #000000; 192: padding : 0.2em; 193: font-variant : small-caps; 194: font-size : 90%; 195: 196: } 197: 198: td { 199: border : 1px solid #000000; 200: padding : 0.2em; 201: font-size : 90%; 202: } 203: 204: div.menuleftright { 205: 206: visibility : hidden; 207: 208: } 209: 210: div.itemleftright { 211: 212: visibility : hidden; 213: 214: } 215: 216: .pied img { 217: visibility : hidden; 218: } 219:
Fabien Torre Valid HTML5! Valid CSS!
site de Fabien Torre, université de Lille