Print.css 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437
  1. @media print
  2. {
  3. body
  4. {
  5. font-size: smaller;
  6. font-family: Verdana;
  7. background-color: #FFFFFF;
  8. }
  9. }
  10. #conteneur
  11. {
  12. display: inline-block;
  13. overflow: hidden;
  14. }
  15. #info_fiche
  16. {
  17. margin-top: 5px;
  18. height: auto;
  19. float: left;
  20. }
  21. #header_index
  22. {
  23. background-image: url('../images/cg67.jpg');
  24. height: 180px;
  25. background-size: 100% auto;
  26. background-position: 0% 50%;
  27. background-repeat: no-repeat;
  28. }
  29. #header_fiche
  30. {
  31. float: left;
  32. clear: left;
  33. margin-left: 50px;
  34. margin-top: 30px;
  35. width: 43%;
  36. }
  37. #blank
  38. {
  39. background-color: #1683CC;
  40. height: 45px;
  41. width: 100%;
  42. border-top: 1px solid #FDFDFD;
  43. border-bottom: 1px solid #FDFDFD;
  44. font-weight: bolder;
  45. font-size: 12px;
  46. }
  47. #logo
  48. {
  49. height: 140px;
  50. position: relative;
  51. margin-left: 20px;
  52. width: auto;
  53. float: left;
  54. }
  55. img#logo
  56. {
  57. height: 150px;
  58. position: relative;
  59. margin-left: 20px;
  60. width: auto;
  61. float: left;
  62. }
  63. #entete_fiche
  64. {
  65. width: auto;
  66. }
  67. #coordonnees_college
  68. {
  69. }
  70. #photo_college
  71. {
  72. width: 45%;
  73. position: relative;
  74. top: 15px;
  75. -moz-border-radius: 20px;
  76. -webkit-border-radius: 20px;
  77. -o-border-radius: 20px;
  78. }
  79. img#photo
  80. {
  81. border-radius: 15px;
  82. width: 45%;
  83. position: relative;
  84. top: 15px;
  85. }
  86. .libellerestruct
  87. {
  88. width: 300px;
  89. }
  90. .libelle
  91. {
  92. width: 350px;
  93. }
  94. .infoAction
  95. {
  96. width: 250px;
  97. }
  98. .nbClasse
  99. {
  100. width: 150px;
  101. }
  102. .nbEleve
  103. {
  104. width: 150px;
  105. }
  106. .typeCollege
  107. {
  108. width: 10px;
  109. }
  110. .public
  111. {
  112. width: 50px;
  113. text-align: left;
  114. }
  115. .titre
  116. {
  117. width: 90px;
  118. }
  119. .valeur
  120. {
  121. width: 300px;
  122. }
  123. .libInv
  124. {
  125. width: 120px;
  126. }
  127. .totaleffectif
  128. {
  129. width: 20px;
  130. }
  131. .espacevide
  132. {
  133. width: 50px;
  134. }
  135. .colonnevide
  136. {
  137. width: 250px;
  138. }
  139. .nombre
  140. {
  141. width: 50px;
  142. }
  143. .classe
  144. {
  145. width: 20px;
  146. }
  147. .vide
  148. {
  149. width: 100px;
  150. }
  151. .nbEleves
  152. {
  153. width: 15px;
  154. }
  155. .totalsansbordure
  156. {
  157. border-top-style: none;
  158. border-right-style: none;
  159. border-left-style: none;
  160. border-bottom-style: none;
  161. font-weight: bold;
  162. color: black;
  163. text-align: left;
  164. }
  165. .totalbordure
  166. {
  167. border-top: black 1px solid;
  168. border-right-style: none;
  169. border-left-style: none;
  170. border-bottom-style: none;
  171. font-weight: bold;
  172. width: 5px;
  173. color: black;
  174. text-align: right;
  175. }
  176. .sansbordure
  177. {
  178. border-top-style: none;
  179. border-right-style: none;
  180. border-left-style: none;
  181. border-bottom-style: none;
  182. }
  183. .sansborduredroite
  184. {
  185. border-top-style: none;
  186. border-right-style: none;
  187. border-left-style: none;
  188. border-bottom-style: none;
  189. text-align: right;
  190. }
  191. .sansbordurecentre
  192. {
  193. width: 360px;
  194. text-align: center;
  195. border-top-style: none;
  196. border-right-style: none;
  197. border-left-style: none;
  198. border-bottom-style: none;
  199. }
  200. td#public
  201. {
  202. max-width: 50px;
  203. background-color: Aqua;
  204. }
  205. #graphique
  206. {
  207. text-align: center;
  208. }
  209. .typedotation
  210. {
  211. width: 160px;
  212. }
  213. .mtn
  214. {
  215. width: 80px;
  216. }
  217. .mtn1
  218. {
  219. width: 80px;
  220. }
  221. .ecart
  222. {
  223. width: 80px;
  224. }
  225. .bordure
  226. {
  227. border-right: #FFFFFF 1px solid;
  228. border-top: #FFFFFF 1px solid;
  229. border-left: #FFFFFF 1px solid;
  230. border-bottom: #FFFFFF 1px solid;
  231. }
  232. .borduredroite
  233. {
  234. border-right: #1683CC 1px solid;
  235. border-top: #1683CC 1px solid;
  236. border-left: #1683CC 1px solid;
  237. border-bottom: #1683CC 1px solid;
  238. text-align: right;
  239. }
  240. .bordurecentre
  241. {
  242. border-right: #1683CC 1px solid;
  243. border-top: #1683CC 1px solid;
  244. border-top: #1683CC 1px solid;
  245. border-left: #1683CC 1px solid;
  246. border-bottom: #1683CC 1px solid;
  247. text-align: center;
  248. }
  249. #travaux
  250. {
  251. table-layout: fixed;
  252. border-collapse: collapse;
  253. }
  254. .travannee
  255. {
  256. width: 80px;
  257. }
  258. .typetravaux
  259. {
  260. width: 180px;
  261. }
  262. .travlibelle
  263. {
  264. width: 600px;
  265. }
  266. .travmontant
  267. {
  268. width: 80px;
  269. }
  270. .travstatus
  271. {
  272. width: 100px;
  273. }
  274. .travimprevu
  275. {
  276. width: 80px;
  277. }
  278. .filiere
  279. {
  280. width: 150px;
  281. }
  282. .effectif
  283. {
  284. width: 120px;
  285. }
  286. #TitreGraph
  287. {
  288. margin-left: 200px;
  289. width: 800px;
  290. text-align: center;
  291. }
  292. h1#fiche
  293. {
  294. width: 430px;
  295. color: #1F64BF;
  296. }
  297. h3#Default
  298. {
  299. color: White;
  300. margin-left: 20px;
  301. }
  302. h2
  303. {
  304. /*background-color: #1683CC;*/
  305. position: relative;
  306. left: 30px;
  307. width: 800px;
  308. border-bottom: solid 2px black;
  309. color: #FF007A;
  310. }
  311. h2#Default
  312. {
  313. color: White;
  314. text-align: right;
  315. border-bottom: none;
  316. position: absolute;
  317. top: 90px;
  318. right: 100px;
  319. width: 65%;
  320. }
  321. table
  322. {
  323. width: 100%;
  324. table-layout: auto;
  325. border-collapse: collapse;
  326. border: 0px #1683CC solid;
  327. border-radius: 5px;
  328. }
  329. td
  330. {
  331. border-right: #1683CC 0px solid;
  332. border-top: #1683CC 0px solid;
  333. border-left: #1683CC 0px solid;
  334. border-bottom: #1683CC 1.25px dashed;
  335. }
  336. .td_head
  337. {
  338. /*background-color: #1270CC;*/
  339. color: Black;
  340. font-weight: bold;
  341. }
  342. #catouche
  343. {
  344. margin-top: 30px;
  345. margin-left: 25px;
  346. font-size: smaller;
  347. font-family: Arial;
  348. float: left;
  349. }
  350. #listeagentscg
  351. {
  352. width: 100%;
  353. border: 1px solid #EFEFEF;
  354. }
  355. #listeagentsaide
  356. {
  357. width: 100%;
  358. }
  359. .Zone
  360. {
  361. width: 200px;
  362. }
  363. .Nb_Eleves
  364. {
  365. width: 100px;
  366. }
  367. .Montant_Subvention
  368. {
  369. width: 125px;
  370. }
  371. .atcnom
  372. {
  373. width: 80px;
  374. text-align: left;
  375. }
  376. .atcprenom
  377. {
  378. width: 80px;
  379. text-align: left;
  380. }
  381. .atcfonction
  382. {
  383. width: 150px;
  384. text-align: left;
  385. }
  386. .atcqtew
  387. {
  388. width: 100px;
  389. text-align: right;
  390. }
  391. .atcstatut
  392. {
  393. width: 80px;
  394. text-align: center;
  395. }
  396. .atcgrade
  397. {
  398. width: 150px;
  399. text-align: left;
  400. }