style.old 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207
  1. /*html,body {
  2. width:100%;
  3. margin-left: 1cm;
  4. margin-right: 1cm;
  5. background-color: #F5F5F5;
  6. color:#000;
  7. #background-image:url(texture.jpg);
  8. }*/
  9. .center {
  10. width=100%;
  11. #position: fixed;
  12. top: 5%;
  13. left: 30%;
  14. }
  15. .logo {
  16. text-align:left;
  17. }
  18. .logo > img {
  19. width:12%;
  20. }
  21. .title {
  22. color: #000;
  23. }
  24. .tablemain {
  25. position: absolute;
  26. left: 1%;
  27. #border-right: 1%;
  28. width: 98%
  29. }
  30. .textbody {
  31. color: #000;
  32. }
  33. .fieldWrapper {
  34. text-align: left;
  35. left: 35%;
  36. }
  37. a{color:#000;text-decoration:none;}
  38. a:hover{color:#000;text-decoration:underline;}
  39. a:visited{color:#000;text-decoration:none;}
  40. a:active{color:#000;text-decoration:none;}
  41. .ErrorList {
  42. color:red;
  43. }
  44. .SuccessList {
  45. color:green;
  46. }
  47. .header{ margin:0 0 20px 0;}
  48. /* modulo in alto, per le informazioni e il logout */
  49. .section1{
  50. width:98%;
  51. box-shadow: 0 1px 0 #FFFFFF;
  52. text-shadow: 0 1px 0 #FFFFFF;
  53. background-color: #F1F1F1;
  54. background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
  55. border:1px solid #333;
  56. margin:0 0 5px 0;
  57. padding: 1%;
  58. overflow: auto;
  59. }
  60. .section1left {
  61. float: left;
  62. width: 20%;
  63. text-align: left;
  64. }
  65. .section1center {
  66. float: left;
  67. width: 60%;
  68. text-align: center;
  69. }
  70. .section1right {
  71. float: right;
  72. width: 20%;
  73. text-align: right;
  74. }
  75. .firstrow{
  76. width:98%;
  77. box-shadow: 0 1px 0 #FFFFFF;
  78. /* text-shadow: 0 1px 0 #FFFFFF;*/
  79. background-color: #F1F1F1;
  80. background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
  81. border:1px solid #333;
  82. margin:0 0 2px 0;
  83. padding: 1%;
  84. overflow: auto;
  85. }
  86. .secondrow{
  87. width:98%;
  88. box-shadow: 0 1px 0 #FFFFFF;
  89. /* text-shadow: 0 1px 0 #FFFFFF; */
  90. background-color: #F1F1F1;
  91. background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
  92. border:1px solid #333;
  93. margin:0 0 20px 0;
  94. padding: 1%;
  95. overflow: auto;
  96. }
  97. /* gestione menu orizzontali */
  98. ul#menutoplevel {
  99. border: 0;
  100. margin: 0;
  101. padding: 2px 0;
  102. list-style: none;
  103. }
  104. #menutoplevel li {
  105. float: left;
  106. padding: 3px;
  107. //width:15%;
  108. text-align: center;
  109. box-sizing: border-box;
  110. position: relative;
  111. }
  112. #menutoplevel li a {
  113. text-decoration: none;
  114. color: #000;
  115. display: block;
  116. padding: 2px 1px ;
  117. Background: #a5a5a5;
  118. }
  119. .tablestandard{
  120. width:98%;
  121. float:left;
  122. box-shadow: 0 1px 0 #FFFFFF;
  123. text-shadow: 0 1px 0 #FFFFFF;
  124. background-color: #F1F1F1;
  125. background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
  126. border:1px solid #333;
  127. margin:0 0 0 0;
  128. padding: 1%;
  129. /* height: 90%; */
  130. }
  131. .tablemax{
  132. width:90%;
  133. float:left;
  134. box-shadow: 0 1px 0 #FFFFFF;
  135. text-shadow: 0 1px 0 #FFFFFF;
  136. background-color: #F1F1F1;
  137. background-image: -moz-linear-gradient(center top , #F9F9F9, #ECECEC);
  138. border:1px solid #333;
  139. margin:0 0 0 0;
  140. padding: 1%;
  141. }
  142. .scadenza_rosso {
  143. background-color: red;
  144. color: white;
  145. }
  146. .scadenza_giallo {
  147. background-color: yellow;
  148. }
  149. .scadenza_verde {
  150. background-color: green;
  151. color: white;
  152. }
  153. .footer {
  154. background-color:#4d4d4d;
  155. font-family:"Courier New", Courier, monospace;
  156. font-size:12px;
  157. text-align:center;
  158. clear:both;
  159. margin-top:1%;
  160. width: 100%;
  161. position: fixed;
  162. bottom: 1px;
  163. }
  164. table tr td label {
  165. cursor: pointer;
  166. }
  167. .footer a{color:#FFF;text-decoration:none;}
  168. .footer a:hover{color:#FFF;text-decoration:underline;}
  169. .footer a:visited{color:#FFF;text-decoration:none;}
  170. .footer a:active{color:#FFF;text-decoration:none;}
  171. .disabled { color:grey; }
  172. .tobedeleted { text-decoration:line-through; }