Advertisement
Guest User

Untitled

a guest
May 24th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.67 KB | None | 0 0
  1. body {
  2.     font-family: 'Segoe UI Web Light', 'Segoe UI Light', 'Segoe WP Light', 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif
  3. }
  4.  
  5. #boxlogo {
  6.     border:none;
  7.     text-align: center;
  8.     width: auto;
  9.     margin-left: auto;
  10.     margin-right: auto;
  11. }
  12.  
  13. #boxSceltaReport {
  14.     height: auto;
  15.     float:left;
  16.     width:auto;
  17.     border:none;
  18. }
  19.  
  20. #boxSceltaReport a {
  21.     /*background-color: rgb(36, 169, 225);
  22.     border: none;
  23.     color: white;
  24.     padding: 5px 30px;
  25.     margin: 5px;
  26.     width: 30%;
  27.     height: 100px;
  28.     display: inline-block;
  29.     text-align: center;
  30.     font-size: 2.5em;*/
  31. }
  32.  
  33. #buttonsWrapper {
  34.     width: 100%;
  35.     text-align: center;
  36.     padding-top: 50px;
  37. }
  38.  
  39. a:hover, a:visited, a:link, a:active {
  40.     text-decoration: none;
  41.     cursor: pointer;
  42. }
  43.  
  44. #buttonsWrapper a {
  45.     background-color: rgb(36, 169, 225);
  46.     border: none;
  47.     color: white;
  48.     padding: 5px 30px;
  49.     margin: 5px;
  50.     width: 200px;
  51.     height: 30px;
  52.     display: inline-block;
  53.     text-align: center;
  54. }
  55.  
  56. #buttonsWrapper a:hover {
  57.    font-size: 120%;
  58. }
  59.  
  60. #dashboardContainer {
  61.     height: 920px;
  62.     width: 100%;
  63.     max-width: 1320px;
  64. }
  65.  
  66. #dashboardContainer iframe{
  67.     border: none;
  68. }
  69.  
  70. #logo {
  71.     width: 50%;
  72.     height: auto;
  73.     margin-left: auto;
  74.     margin-right: auto;    
  75. }
  76.  
  77. #nomeGiornaliero {
  78.     width: 33%;
  79.     height: 100px;
  80.     border: none;
  81.     position: absolute;
  82.     float: left;
  83.     margin-left:33%
  84. }
  85.  
  86. #nomeRealTime {
  87.     width: 33%;
  88.     height: 100px;
  89.     border: none;
  90.     position: absolute;
  91.     float: left;
  92.     margin-left: 66%;
  93. }
  94.  
  95. #nomeTotale {
  96.     width: 33%;
  97.     height: 100px;
  98.     border: none;
  99.     position: absolute;
  100.     float: left;
  101. }
  102.  
  103. #nomiReport {
  104.     width: auto;
  105.     height: 10px;
  106.     border: none;
  107.     position: relative;
  108.     text-align: center;
  109. }
  110.  
  111. #reportContainer {
  112.     height: 600px;
  113.     width: 100%;
  114.     max-width: 1000px;
  115. }
  116.  
  117. #reportContainerGiornaliero {
  118.     /* height: 600px; */
  119.     height: 1200px;
  120.     width: 100%;
  121.     /* max-width: 1000px; */
  122.     align-self: center;
  123. }
  124.  
  125. #reportContainerGiornaliero iframe{
  126.     border: none;
  127. }
  128.  
  129. #tileContainer {
  130.     width: 400px;
  131.     height: 350px;
  132. }
  133.  
  134. #titolo {
  135.     width: auto;
  136.     height: 300px;
  137.     border: none;
  138.     position: relative;
  139. }
  140.  
  141. .boxImmagineReport {
  142.     width: 40%;
  143.     border:none;
  144.     height: 250px;
  145.     text-align: center;
  146.     float: left;
  147.     position: absolute;
  148. }
  149.  
  150. .immagineReport {
  151.     height: 100%;
  152.     width: auto;
  153. }
  154.  
  155. .immagineSceltaReport {
  156.     width: 33%;
  157.     height: auto;
  158.     margin-left: auto;
  159.     margin-right: auto;
  160.     border: none;
  161. }
  162.  
  163. .infoBox {
  164.     margin-top: 30px;
  165. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement