FSCorrupted

Grafana

May 27th, 2020
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.53 KB | None | 0 0
  1. <style>
  2. .flex {
  3.     display: flex;
  4.     flex-wrap: wrap;
  5.     flex-direction: row;
  6.     align-items: center;
  7.     background: transparent;
  8.     box-shadow: none !important;
  9.     transition: all .4s ease-in-out;
  10.     cursor: pointer
  11. }
  12.  
  13. /* -------------------Small widget------------------- */
  14. .flex-child { padding: 3px; flex-grow: 1; flex-basis: 0;}
  15. #grafanadwidget { position: relative; height: calc(80px); width: calc(100%);}
  16. /* -------------------Small widget------------------- */
  17.  
  18. /* -------------------Medium widget------------------- */
  19. .flex-child-medium { padding: 3px; flex-grow: 1; flex-basis: 0;}
  20. #grafanadwidget-Medium { position: relative; height: calc(250px); width: calc(100%);}
  21. /* -------------------Medium widget------------------- */
  22.  
  23. /* -------------------Big widget------------------- */
  24. .flex-child-big { padding: 3px; flex-grow: 1; flex-basis: 0;}
  25. #grafanadwidget-big { position: relative; height: calc(300px); width: calc(100%);}
  26. /* -------------------Big widget------------------- */
  27.  
  28. /* -------------------iFrame Link------------------- */
  29. .iframe-link { z-index:1; position:absolute; height: calc(80px); width: calc(100%); background-color: transparent; cursor: pointer}
  30. /* -------------------iFrame Link------------------- */
  31.  
  32. #announcementRow { background-color:transparent !important;}
  33. #announcementRow>h4 {
  34.     padding-left: 15px;
  35.     font-family: Rubik,sans-serif;
  36.     margin: 10px 0;
  37.     font-weight: 300 !important;
  38.     line-height: 22px;
  39.     font-size: 18px;
  40.     color: #dce2ec;
  41. }
  42. .overflowhider { height: 100%; overflow: hidden;}
  43. @media only screen and (max-width: 650px) {.flex-child-big {flex-basis: auto;min-width: auto !important;}}
  44. @media only screen and (max-width: 1125px) {.flex-child-big {flex-basis: auto;min-width: 600px;flex-basis: fit-content;}}
  45. @media only screen and (max-width: 1649px) {.flex-child {flex-basis: auto;}}
  46. </style>
  47.  
  48. <!-- -------------------Monitoring------------------- -->
  49. <div id="announcementRow" class="row"><h4 class="pull-left">
  50.     <span>Monitoring</span></h4><hr class="hidden-xs"></div>
  51.    
  52.    
  53.     <!-- -------------------Raid / Movie Stats------------------- -->  
  54. <div class="content-box flex small">
  55.     <!-- -------------------Raid Status------------------- -->    
  56.     <div class="flex-child" id="flex-grafanadwidget">
  57.     <div class="overflowhider">
  58.     <iframe class="iframe" id="grafanadwidget" frameborder="0"
  59.    frameborder="0" src="http://192.168.1.7:3000/d-solo/TIcL1_ezk/synology-dashboard?orgId=1&refresh=1m&panelId=7"></iframe>
  60.     </div></div>
  61.  
  62. </div>
Add Comment
Please, Sign In to add comment