/gespac/skins/cg13/param.css

http://gespac.googlecode.com/ · CSS · 240 lines · 162 code · 48 blank · 30 comment · 0 complexity · 834dce14eeb04224062eddd69e735b2d MD5 · raw file

  1. @font-face {
  2. font-family: ubuntu;
  3. src: url('Ubuntu-R.ttf');
  4. /*src: url('SourceSansPro-Regular.ttf');*/
  5. text-decoration : none;}
  6. /* GENERAL */
  7. body {background-color:#fff; font-family:ubuntu, Verdana, Arial, Helvetica, sans-serif; margin:0; color:#000;}
  8. h3 { margin : 0px;}
  9. input, textarea, select {border:1px solid #6E6F6A;}
  10. a { text-decoration:none; color:#003C9C;}
  11. table {border:0; padding:4px; text-align:center; font-size:small; border-collapse:collapse;}
  12. th {background-color:orange; font-size:10px; padding:5px 0px; color:#000;}
  13. img {border:0px; vertical-align:middle;}
  14. #portail-menu {
  15. background : #BFBFBF;
  16. border : solid 1px black;
  17. width : 94%;
  18. padding : 5px 10px 5px 10px;
  19. margin-left : auto;
  20. margin-right : auto;
  21. margin-top : 10px;
  22. border-radius : 5px;
  23. font-size : 9px;
  24. padding-top : 15px;
  25. padding-bottom : 15px;
  26. }
  27. .portail-menu-item {
  28. text-align : center;
  29. width : auto;
  30. float : left;
  31. margin-right : 0px;
  32. padding : 0 12px;
  33. -webkit-transition: all .1s ease-out;
  34. -moz-transition: all .1s ease-out;
  35. -o-transition: all .1s ease-out;
  36. transition: all .1s ease-out;
  37. }
  38. .portail-menu-item:hover {
  39. -moz-transform: scale(1.5);
  40. -webkit-transform: scale(1.5);
  41. -o-transform: scale(1.5);
  42. transform: scale(1.5);
  43. -ms-transform: scale(1.5);
  44. }
  45. #portail-conteneur {
  46. background : #BFBFBF;
  47. border : solid 1px black;
  48. padding : 5px 10px;
  49. width : 94%;
  50. margin-left : auto;
  51. margin-right : auto;
  52. top : 120px;
  53. border-radius : 5px;
  54. }
  55. /* On execute tous les post dans ce div */
  56. #target {width:100%; position:fixed; top:50%; left:0px; background-color:red; color:white; padding:5px; display:none; z-index:13; text-align:center;}
  57. #targetback {width:100%; height:100%; position:fixed; top:0; left:0px; background-color:black; opacity:.75; color:white; padding:5px; display:none; z-index:13; text-align:center;}
  58. .spacer { clear:both; height:50px; min-width:500px;}
  59. /* Le conteneur principal oů on dessine le contenu et les menus */
  60. #page {background-color:white; margin-left:auto; margin-right:auto;}
  61. /* Conteneur oů on dessine les matériels, salles, ... */
  62. #contenu {background-color : white; float:left; width:auto; overflow:auto; margin-left:230px;}
  63. /* menu de gauche */
  64. #menu { width:225px; margin-top:80px; position:fixed; background-color:#fff; z-index:12; overflow:auto;}
  65. #menu img{ width:24px; margin-right:4px;}
  66. #menu-global {}
  67. .menu-block {margin-bottom:15px;}
  68. .menu-titre {font-size:14px; padding:10px; padding-bottom:3px; font-weight:700; cursor:pointer;}
  69. .menu-items {display:none; }
  70. .menu-item {padding:2px 10px;font-size:11px; }
  71. .menu-item:hover {background-color:#E3E3E3;}
  72. .menu-current{padding:2px 10px 2px 20px; font-size:14px; background-color:#E3E3E3;}
  73. /* Toggle menu de gauche quand la taille de l'écran est trop juste*/
  74. #toggle-menu {position : fixed; top:42px; left:10px; display:none; cursor:pointer;}
  75. #toggle-menu img {width:20px; }
  76. /* Entetes des pages (avec les options dedans) */
  77. .entetes { font-size:14px; font-weight:700; padding:6px 15px; border-bottom:solid #B8B8B8 1px; float:top; left:0; position:fixed; width:100%; z-index:10; background-color:#fff; /*box-shadow:1px 1px 5px #888;*/}
  78. .entetes-titre {float:left;}
  79. .entetes-titre img {height:24px; margin-left:10px; cursor:pointer;}
  80. .entetes-options {float:right; font-size:12px; margin-right:20px;}
  81. .entetes-options .option {float:left; padding:0 3px;}
  82. .entetes-options img {height:24px; cursor:pointer;}
  83. .entetes-options form {margin:0; }
  84. #entete-materiels, #entete-salles, #entete-marques {background-color:#83E684;}
  85. #entete-dossiers {background-color:#8683E6;}
  86. #entete-prets {background-color:#FFAF75;}
  87. #entete-utilisateurs, #entete-grades, #entete-importusers, #entete-moncompte {background-color:#759AFF;}
  88. #entete-college, #entete-statbat, #entete-infoserveur, #entete-statparc {background-color:#FAEF7D;}
  89. #entete-aic, #entete-recapfog, #entete-modportail, #entete-geninventaire, #entete-gestfichiers, #entete-migdossiers, #entete-migfog, #entete-migusers, #entete-wol, #entete-exportperso, #entete-taginventaire {background-color:#AA83E6;}
  90. #entete-importcsv, #entete-logs, #entete-dumpocs, #entete-dumpgespac, #entete-exports, #entete-importocs {background-color:#FF7A7A;}
  91. /* bandeau pour la partie login, grade et déconnexion */
  92. #bandeau {font-size:12px; color:black; padding:6px 15px; margin-bottom:15px;}
  93. #bandeau a {font-size:12px; color:grey;}
  94. #bandeau a:hover {text-decoration:underline;}
  95. #bandeau img {width:24px; }
  96. /* La boite de case ŕ cocher pour les colonnes dans matériels */
  97. #options_colonnes {display:none; font-size:small; border:1px grey solid; padding:5px; margin-top:6px; margin-left:-100px; position:absolute; background-color:#E6E6E6; overflow:auto; width:120px; /*box-shadow:1px 5px 10px #888;*/}
  98. /* La boite pour l'affectation directe d'un matériel */
  99. #affect_box {display:none; font-size:small; border:1px grey solid; padding:5px; margin-top:6px; margin-left:-220px; position:absolute; background-color:#E6E6E6; overflow:auto; width:auto; /*box-shadow:1px 5px 10px #888;*/}
  100. /* la boite d'aide */
  101. .helpbox {display:none; font-size:11px; border:1px grey solid; padding:5px; position:fixed; top:30px; left:225px; background-color:#E6E6E6; z-index:11; /*box-shadow:1px 5px 10px #888;*/}
  102. /* On masque par défaut le renommage et la modification par lot */
  103. #modif_selection {display:none; }
  104. #rename_selection {display:none; }
  105. #affect_selection {display:none; }
  106. /* Le nombre de lignes selectionnées */
  107. #nb_selectionnes {display:none; font-size:10px; margin-left:10px;}
  108. .form_table {
  109. border : 1px solid #ccc;
  110. padding : 4px;
  111. text-align : center;
  112. font-size : small;
  113. border-collapse : separate;
  114. }
  115. /* Les cases contenant les boutons supprimé, modifié, ... */
  116. .buttons {width:20px;}
  117. .tablehover {min-width:950px;}
  118. .tablehover tr:hover {background-color:#FFD769; padding:2px 0px;}
  119. .tablehover td {padding:2px 4px; font-size:11px ;}
  120. .tablehover th {font-size:12px ;}
  121. #log_prets_table {border-collapse:collapse; max-width:950px;}
  122. #log_prets_table td {min-width:110px; font-size:10px;}
  123. /* table des correspondances pour l'ajout d'une marque (toujours aprčs tablehover) */
  124. #corr_table {min-width:380px;}
  125. #corr_table tr:hover{background-color:#FFD769;}
  126. /* pour les dossiers */
  127. .innertable {float:right; width:90%; background-color:#D9DBDC; border:none ;}
  128. .innertable td{padding:2px 4px; font-size:10px; border:1px grey solid ;}
  129. .innertable th{font-size:10px; background-color:green; padding:0px ;}
  130. .inner_tr {background-color:white; border:0px solid blue; border-top:none;}
  131. .inner_td {padding:10px;}
  132. .dossier_section {
  133. float : top;
  134. width : auto;
  135. overflow : auto;
  136. margin : 10px;
  137. padding : 10px;
  138. border : 1px dotted black;
  139. }
  140. .dossier_section span{
  141. margin : 20px;
  142. }
  143. .liste_section {
  144. float : top;
  145. width : auto;
  146. min-width : 65%;
  147. height : 250px;
  148. overflow : auto;
  149. margin : 10px;
  150. padding : 10px;
  151. border : 1px dotted black;
  152. }
  153. /* Pour la couleur des dossiers */
  154. .chk_span {padding:10px;}
  155. .td_ouverture {background-color:#5AC8FF;}
  156. .td_clos {background-color:#46FF80;}
  157. .td_intervention {background-color:#FF464A;}
  158. .td_precision {background-color:#FF9B46;}
  159. /* Pour les lignes selectionnées */
  160. .selected { background-color : #7EEF9F;}
  161. /* Pour les lignes paires */
  162. .tr1 { background-color : #D9DBDC;}
  163. /* Pour les lignes impaires */
  164. .tr2 { background-color : #fff;}
  165. /* Pour les lignes paires surlignées */
  166. .tr1:hover { background-color : #FFD769;}
  167. /* Pour les lignes impaires surlignées */
  168. .tr2:hover { background-color : #FFD769;}
  169. /* Pour les lignes paires sans rollover */
  170. .tr3 { background-color : #D9DBDC;}
  171. /* Pour les lignes impaires sans rollover */
  172. .tr4 { background-color : #fff;}
  173. /* Pour les lignes sans rollover avec un ssn en doublon dans la base OCS / gespac */
  174. .tr_doublon { background-color : #29C920;}
  175. /* Pour les lignes sans rollover avec un ssn en doublon dans la base OCS / gespac */
  176. .tr_doublon_ocs { background-color : yellow;}
  177. /*************************************** COMBOBOX *******************************************/
  178. #combobox {width:auto; text-align:center; position:absolute;}
  179. #textbox {display:inline; z-index:1; top:0px; position:absolute; width:30px; left:0px;}
  180. #listbox {display:inline; z-index:0; top:0px; position:absolute; width:30px; left:90px;}
  181. /******************************************* RSS / ATOM *******************************************/
  182. .rss_content {font-size:13px; padding-bottom:5px;}
  183. .rss_date {font-size:10px;}
  184. .rss_title {font-size:16px; padding-bottom:5px;}
  185. .rss_title a{font-size:16px;}
  186. .rss_news {border:1px solid black; padding:5px 10px; margin:10px; background-color:#EDEDED; white-space:pre-wrap;}
  187. /******************************************* SCROLLBAR pour WEBKIT uniquement *******************************************/
  188. ::-webkit-scrollbar {width:10px; height:10px;}
  189. ::-webkit-scrollbar-track { border:0;}
  190. ::-webkit-scrollbar-track:hover { border:1px solid grey;}
  191. ::-webkit-scrollbar-thumb { background-color:#E6E6E6; border:1px solid grey;}
  192. ::-webkit-scrollbar-thumb:hover { background-color:#B0B0B0; border:1px solid grey;}